Commit Graph

2367 Commits (0a08f71496165ad4e33ee0f5073b7ff3c73fab0b)
 

Author SHA1 Message Date
Slávek Banko 23d25d8608
Fix openssl >= 1.1 detection without pkg-config file.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit b1b24c0b64)
6 years ago
Slávek Banko b91935b641
Port TIME_WITH_SYS_TIME to CMake.
This resolves FTBFS from commit 05dc8500dd.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 98abb9e8ee)
6 years ago
Slávek Banko 5f7a92ca0a
Add $DISPLAY to kdesktop_lock_lockfile file name.
This resolves bug 2998.

Thanks to Russell Brown for analyzing the problem and propose a solution.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d3834ad4f5)
6 years ago
OBATA Akio 4e78f809c5
Ensure include of sys/stat.h
It is required for mkdir(2), chmod(2) and mkfifo(2).

Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit dc4a0dd776)
6 years ago
OBATA Akio b3f41d271f
Port HAVE_SYS_TIME_H to CMake
It is used, but not checked with CMake.

Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 6326fec9f1)
6 years ago
OBATA Akio 88664174b9
resolve ambiguous log() overload
log() may accept `float` or `double` for C++, so passing `int` is ambiguous.
Change to exactly pass valiables as `double` to log(), it is expected here.

Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 28d80743c0)
6 years ago
Slávek Banko 67fac6eb61
Use common test for large files support.
Drop hardcoded definition -D_LARGEFILE64_SOURCE.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 02cb998b9c)
6 years ago
Slávek Banko 01bed117c9
Use common GCC visibility test.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 9a394bb261)
6 years ago
Alexander Golubev 56f7b40b3b
Fix FTBFS when build -DWITH_XRANDR=OFF
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 22189b6d30)
6 years ago
TDE Gitea ab6cec9064 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
gregory guy ebd74f1248
fix bug 2996, thanks to Alexander Golubev for the bug report and the suggestion to solve It
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit 12a175c196)
6 years ago
TDE Gitea 77c031b93a Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
Slávek Banko aee785ec0a
Update translation template.
(cherry picked from commit 3e34f52607)
6 years ago
TDE Gitea 5748485a46 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
TDE Gitea 2069874b03 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
Fabio Rossi 780dda598c
Avoid overriding user linker flags (LDFLAGS) for modules and shared libs
Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
(cherry picked from commit 3cad9663df)
6 years ago
TDE Gitea 30ca438496 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
TDE Gitea a5bc34625a Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
TDE Gitea fa728888fa Reset submodule main/tdebase/admin to latest HEAD 6 years ago
Slávek Banko c0bebcf76b
Add CMakeL10n rules.
Update TIMEZONES list.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit b95b665c78)
6 years ago
TDE Gitea 2c7795c2c7 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
TDE Gitea 96d0fce90e Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
Michele Calgaro 96e5be9624
Fixed size used by TDE Control Center -> TDE Components. This relates to
bug 1023.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3c2da5f0e1)
6 years ago
Michele Calgaro 7a8df68636
Fixed mistake in commit b3f07ed6c2, where the wrong icon (kwikdisk) was used for kcmdf (diskfree).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4060db0242)
6 years ago
gregory guy a2dd824bc2
add icons for control center modules, this relates to bug 1023
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit b3f07ed6c2)
6 years ago
gregory guy 20a95298db
rename kdelogo.xpm to tdelogo.png
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit 3f623d0565)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
gregory guy 5645327be1
rename kdelogo into tdelogo
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit 28c1ae5ff7)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
gregory guy e40c895e26
this relates to bug 2618
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit f067dfc575)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 753410778b
Conversion startkde -> starttde, exitkde -> exittde in r14-xdg-upd file and related usage in code. This resolves bug 2282 and 2283.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b854e365af)
6 years ago
gregory guy c2c8163388
fix issue #10
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit 47fc32f003)
6 years ago
Michele Calgaro b4a5c0a167
Add includes to UI files to resolve FTBFS.
Partially cherry-picked from 661ed658.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
TDE Gitea 1bd6400294 Reset submodule main/tdebase/admin to latest HEAD 7 years ago
Slávek Banko de4afaaf00
kdesktop lockprocess: Removed unnecessary include linux/stat.h
This resolves FTBFS with glibc 2.28

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 00b7a9c60a)
7 years ago
Michele Calgaro 46ad27b927
Removed unnecessary executable flag. This relates to bug 2153.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2e118bb337)
7 years ago
Michele Calgaro 3270212e83
New patch for bug 2852. Should fix previous commit.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a89e0f3482)
7 years ago
Michele Calgaro 18e5653193
Fixed order building in tdm. This resolves bug 2852.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2f1da0584b)
7 years ago
Michele Calgaro bb2ac0e0f3
Removed hard-coded reference to /opt/trinity. This resolves bug 680.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bcbc3ba665)
7 years ago
gregory guy 8715e3546b Some missing desktop icons in tdebase
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit 6e32e1ee97)

kdcop not part of TDE menu in R14.0.x, so excluded from this commit.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Fabio Rossi cb787d0541
tdeioslave nfs: Add support for libtirpc
as a replacement for deprecated SunRPC from glibc >= 2.26
This resolves bug 2962

Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
(cherry picked from commit f6a5cd3e8d)
7 years ago
Michele Calgaro 11333a810e
Fixed typedef-related warnings from compiler.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d33bda0b56)
7 years ago
Michele Calgaro 2baa14c861
Added missing ; at the end of japanese lines. This relates to bug 2952.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7ed618b826)
7 years ago
Michele Calgaro 0057230e05
Improved description of "what's this" for placeholder in Find and
Replace dialog. This resolves to bug 2558.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f6d6df4647)
7 years ago
Slávek Banko 9ef8de40e2
Fix FTBFS with stricter C++11
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2bcacaf331)
7 years ago
Michele Calgaro 1bfa9332c6
Fixed corrupted japanese translations. This relates to bug 2952.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 42974b5ab6)
7 years ago
Slávek Banko 5d533a9e17 Update version numbers and date for R14.0.5 final release 7 years ago
Michele Calgaro e436f535b6 tdeioslave: fixed info protocol, which was no longer working with recent
perl version.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cb350ca230)
7 years ago
Michele Calgaro 0066e31492 Start media backend on TDE session startup. This resolves bug 2780.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro 93c1526bae cmake: Use set_property( SOURCE ... COMPILE_DEFINITIONS )
instead of set_source_files_properties( ... COMPILE_FLAGS )
to avoid the problem of double escaping quotation marks.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 967cf90889)
7 years ago
Michele Calgaro 30613a47ae Fixed session locking at login. This resolves bug 2874.
Partially cherry picked from commit a359fef2.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Slávek Banko 9905915621 Update bug reports url to bugs.trinitydesktop.org
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 938d540136)
7 years ago