Commit Graph

197 Commits (1a1489637a570d0019f23c7e46343f2faec2c35a)
 

Author SHA1 Message Date
Michele Calgaro f9a0a1bbe0
Removed .lsm files. lsm database is outdated and unmaintained. 6 years ago
Michele Calgaro 23eadb7353
Adjusted to new normalized device icon names in tdelibs.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
TDE Gitea 56775af96d Reset submodule main/applications/kshutdown/cmake to latest HEAD 6 years ago
TDE Gitea 5e31e4d448 Reset submodule main/applications/kshutdown/cmake to latest HEAD 6 years ago
TDE Gitea 39bbf4bbec Reset submodule main/applications/kshutdown/cmake to latest HEAD 6 years ago
TDE Gitea 65be581cea Reset submodule main/applications/kshutdown/admin to latest HEAD 6 years ago
TDE Gitea fd3b2c3a59 Reset submodule main/applications/kshutdown/cmake to latest HEAD 6 years ago
Slávek Banko 78fc4fc82b
Better solution for previous commit is used.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko ffbcad84f2
Added controlled conversions to char* instead of automatic ascii conversions.
The definition of -UTQT_NO_ASCII_CAST is no longer needed.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko b7f086329b
Use common CMake tests.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
gregory guy d4155deb8d
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
TDE Gitea 8ecce8449d Reset submodule main/applications/kshutdown/cmake to latest HEAD 6 years ago
TDE Weblate 648df0eeec Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/kshutdown
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/
6 years ago
Slávek Banko 6586494ade Update translation template. 6 years ago
TDE Gitea 455a07e990 Reset submodule main/applications/kshutdown/cmake to latest HEAD 6 years ago
TDE Gitea fffb6ff7c7 Reset submodule main/applications/kshutdown/cmake to latest HEAD 6 years ago
TDE Weblate 4460854dad Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/kshutdown
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/
6 years ago
Slávek Banko 6393ab11f5
Add CMakeL10n rules.
Create translation template.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea 66796f1101 Reset submodule main/applications/kshutdown/cmake to latest HEAD 6 years ago
Automated System 3aafa0a5b6 Reset submodule main/applications/kshutdown/cmake to latest HEAD 6 years ago
Automated System a9c98ba65c Reset submodule main/applications/kshutdown/admin to latest HEAD 6 years ago
TDE Gitea bd87ac0a7a Reset submodule main/applications/kshutdown/cmake to latest HEAD 6 years ago
TDE Gitea 385117b1ec Reset submodule main/applications/kshutdown/cmake to latest HEAD 6 years ago
Michele Calgaro c24877503b
Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko 9976051cbc
Remove incorrect header lines from PO files
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea c13f54a5b9 Reset submodule main/applications/kshutdown/admin to latest HEAD 6 years ago
Michele Calgaro bb1184675f
qt -> tqt conversion:
kdeqt -> kdetqt
qtkde -> tqtkde
qtdesigner -> tqtdesigner

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 634a65a81f
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>
6 years ago
Michele Calgaro 088bf32d8d
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>
6 years ago
Michele Calgaro 986c44d91a
qt -> tqt conversion:
qtlib -> tqtlib
libqt -> libtqt
QTLIB -> TQTLIB
LIBQT -> LIBTQT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko 48081fec53
qt_includes => tqt_includes conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko fdef2cce65
QT_INCLUDES => TQT_INCLUDES conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea 2f6249640d Reset submodule main/applications/kshutdown/admin to latest HEAD 6 years ago
Michele Calgaro a00e43f2d5
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 291f67db9e
KDE_USE_QT* -> KDE_USE_TQT* conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 6a44dc16e1
AC_PATH_QT* -> AC_PATH_TQT* conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro d323438ed2
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 fb4f3f503c
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 f64cc7dad6 Reset submodule main/applications/kshutdown/cmake to latest HEAD 7 years ago
TDE Gitea e81f594278 Reset submodule main/applications/kshutdown/admin to latest HEAD 7 years ago
Automated System 27899558f0 Reset submodule main/applications/kshutdown/admin to latest HEAD 7 years ago
Automated System f94948376d Reset submodule main/applications/kshutdown/admin to latest HEAD 7 years ago
Automated System 55da2de911 Reset submodule main/applications/kshutdown/admin to latest HEAD 7 years ago
Slávek Banko 6e78c1f35c Reset submodule main/applications/kshutdown/cmake to latest HEAD 8 years ago
Automated System 4a594781ee Reset submodule main/applications/kshutdown/cmake to latest HEAD 8 years ago
Slávek Banko 7cbf09a2ec Reset submodule main/applications/kshutdown/cmake to latest HEAD 8 years ago
Slávek Banko caaa1d83a8 cmake: add tde_add_check_executable macro 8 years ago
Automated System adb07a1d2f Reset submodule main/applications/kshutdown/admin to latest HEAD 9 years ago
Timothy Pearson 2963da0ae8 Fix invalid headers in PNG files and optimize for size 9 years ago
Automated System c649e92f57 Reset submodule main/applications/kshutdown/cmake to latest HEAD 9 years ago