Commit Graph

2193 Commits (a779018b79f9ade83537978e32419da40a136337)
 

Author SHA1 Message Date
TDE Gitea a779018b79 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
TDE Gitea 94b8a5d03e Reset submodule main/tdebase/admin to latest HEAD 6 years ago
Slávek Banko b1b24c0b64
Fix openssl >= 1.1 detection without pkg-config file.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko 98abb9e8ee
Port TIME_WITH_SYS_TIME to CMake.
This resolves FTBFS from commit 05dc8500dd.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko d3834ad4f5
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>
6 years ago
OBATA Akio dc4a0dd776 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>
6 years ago
OBATA Akio 6326fec9f1 Port HAVE_SYS_TIME_H to CMake
It is used, but not checked with CMake.

Signed-off-by: OBATA Akio <obache@wizdas.com>
6 years ago
OBATA Akio 28d80743c0 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>
6 years ago
Slávek Banko 02cb998b9c
Use common test for large files support.
Drop hardcoded definition -D_LARGEFILE64_SOURCE.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko 9a394bb261
Use common GCC visibility test.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Alexander Golubev 22189b6d30 Fix FTBFS when build -DWITH_XRANDR=OFF
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
6 years ago
Automated System 96b6334762 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
Slávek Banko 91a3d227a5
Prevent hard-coded "tde/" in #include ...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
gregory guy 12a175c196
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>
6 years ago
TDE Gitea 89f79caa01 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
Slávek Banko 3e34f52607 Update translation template. 6 years ago
TDE Gitea 8701eef046 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
TDE Gitea f46a9e3710 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
Fabio Rossi 3cad9663df Avoid overriding user linker flags (LDFLAGS) for modules and shared libs
Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
6 years ago
TDE Gitea 836697f305 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
TDE Gitea f91a583bc5 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
TDE Gitea cd3e850bf5 Reset submodule main/tdebase/admin to latest HEAD 6 years ago
Slávek Banko b95b665c78
Add CMakeL10n rules.
Update TIMEZONES list.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea 4fd188ff94 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
TDE Gitea ec54621e1e Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
Michele Calgaro 6db0c5f228
Improved previous commit using local8Bit() in place of utf8() when a
password is transmitted over pipes to other processes.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro 6ae10fc66e
Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 3c2da5f0e1
Fixed size used by TDE Control Center -> TDE Components. This relates to
bug 1023.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 4060db0242
Fixed mistake in commit b3f07ed6c2, where the wrong icon (kwikdisk) was used for kcmdf (diskfree).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
gregory guy b3f07ed6c2
add icons for control center modules, this relates to bug 1023
Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
gregory guy 3f623d0565 rename kdelogo.xpm to tdelogo.png
Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
gregory guy 28c1ae5ff7 rename kdelogo into tdelogo
Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
gregory guy f067dfc575 this relates to bug 2618
Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
Michele Calgaro 2228191a50
Renamed Sleep to Suspend, following discussion on a more consistent naming convention for shutdown actions.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro b854e365af
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>
6 years ago
gregory guy 47fc32f003
fix issue #10
Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
Michele Calgaro c4141ad599
Removed obsolete Qt2's TQList/TQListIterator classes and replaced
with TQt3's TQPtrList/TQPtrListIterator ones.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 3822225bbb
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
TDE Gitea 51537b9d77 Reset submodule main/tdebase/admin to latest HEAD 6 years ago
Michele Calgaro 418fc1679a
qt -> tqt conversion:
kdeqt -> kdetqt
qtkde -> tqtkde
qtdesigner -> tqtdesigner

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Slávek Banko a72081c423
qt => tqt conversion:
+ libqtkde => libtqtkde

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Michele Calgaro 99ec83a687
qt -> tqt conversion:
QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST
QT_NO_STL -> TQT_NO_STL
QT_NO_COMPAT -> TQT_NO_COMPAT
QT_NO_TRANSLATION -> TQT_NO_TRANSLATION

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro 0d9863ce23
qt -> tqt conversion:
QTDIR -> TQTDIR
QTDOC -> TQTDOC
INCDIR_QT -> INCDIR_TQT
LIBDIR_QT -> LIBDIR_TQT
QT_INC -> TQT_INC
QT_LIB -> TQT_LIB

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro d416a4c1f4
qt -> tqt conversion:
qtlib -> tqtlib
libqt -> libtqt
QTLIB -> TQTLIB
LIBQT -> LIBTQT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
TDE Gitea 92e2e91468 Reset submodule main/tdebase/admin to latest HEAD 7 years ago
Michele Calgaro 0911b4d0ca
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Slávek Banko 661ed658b7
Add includes to UI files to resolve FTBFS
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Michele Calgaro 9149eddd88
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro 887cea6320
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
TDE Gitea dfd6ba4fe3 Reset submodule main/tdebase/cmake to latest HEAD 7 years ago