Commit Graph

154 Commits (ace1f22db25fe3c3a037752b68107d7dea13b29f)
 

Author SHA1 Message Date
Chris 1b5a70193b Fix German translation and improve comment.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 198f348f60 Translated using Weblate (German)
Currently translated at 100.0% (98 of 98 strings)

Translation: applications/ksensors
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksensors/de/
5 years ago
Michele Calgaro 18da38e165
Removed .lsm files. lsm database is outdated and unmaintained. 6 years ago
TDE Gitea 67a174c61a Reset submodule main/applications/ksensors/cmake to latest HEAD 6 years ago
TDE Gitea 2ac86dc43e Reset submodule main/applications/ksensors/cmake to latest HEAD 6 years ago
TDE Gitea 7666ff995f Reset submodule main/applications/ksensors/cmake to latest HEAD 6 years ago
TDE Gitea b4b365db0b Reset submodule main/applications/ksensors/admin to latest HEAD 6 years ago
Slávek Banko adb500eef7
Use common CMake tests.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea f0ba429da0 Reset submodule main/applications/ksensors/cmake to latest HEAD 6 years ago
Automated System 580a747bb1 Reset submodule main/applications/ksensors/cmake to latest HEAD 6 years ago
TDE Weblate 9ef0522db3 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/ksensors
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksensors/
6 years ago
Slávek Banko 8511694174 Update translation template. 6 years ago
TDE Gitea c573b5ceb1 Reset submodule main/applications/ksensors/cmake to latest HEAD 6 years ago
TDE Gitea f8d44adaa7 Reset submodule main/applications/ksensors/cmake to latest HEAD 6 years ago
Fabio Rossi 3775f77a2e Avoid overriding user linker flags (LDFLAGS) for modules and shared libs
Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
6 years ago
TDE Weblate dad06e601f Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
Slávek Banko 6cd3fcf3c4
Add CMakeL10n rules.
Update translation template.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea 540e7e35f4 Reset submodule main/applications/ksensors/cmake to latest HEAD 6 years ago
Automated System 2aa0985b39 Reset submodule main/applications/ksensors/cmake to latest HEAD 6 years ago
Automated System bf8bc29b26 Reset submodule main/applications/ksensors/admin to latest HEAD 6 years ago
TDE Gitea 94d274f50f Reset submodule main/applications/ksensors/cmake to latest HEAD 6 years ago
TDE Gitea 4cd93e3709 Reset submodule main/applications/ksensors/cmake to latest HEAD 6 years ago
Slávek Banko 5f63794da4
Remove autoResize from CheckAllSensors check box
The definition of -UTQT_NO_COMPAT is no longer needed.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko c81da91996
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 397d18e98a
cmake: Cleanup installation of the application icon
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
gregory guy 9d6905151a
convert to cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
Michele Calgaro fad85e3bd2
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
TDE Gitea a9be7e44e5 Reset submodule main/applications/ksensors/admin to latest HEAD 6 years ago
Michele Calgaro abfa450c1c
qt -> tqt conversion:
kdeqt -> kdetqt
qtkde -> tqtkde
qtdesigner -> tqtdesigner

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 64c29e726d
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 d39ed7f2be
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 e71f0c9e89
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 ba8d0e5c97
qt_includes => tqt_includes conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko 1ef3c372f3
QT_INCLUDES => TQT_INCLUDES conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea a9c832eeed Reset submodule main/applications/ksensors/admin to latest HEAD 6 years ago
Michele Calgaro 89bbcfee82
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 08b03c08fa
KDE_USE_QT* -> KDE_USE_TQT* conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 45576f5e76
AC_PATH_QT* -> AC_PATH_TQT* conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 592a8bafe0
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 f0e96ad4eb
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 9a540a456f Reset submodule main/applications/ksensors/cmake to latest HEAD 7 years ago
TDE Gitea dab3c9b459 Reset submodule main/applications/ksensors/admin to latest HEAD 7 years ago
Slávek Banko e9ad638186
Fix FTBFS due to improper automoc
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Automated System 3126e21bd9 Reset submodule main/applications/ksensors/admin to latest HEAD 7 years ago
Automated System 147cbd8da6 Reset submodule main/applications/ksensors/admin to latest HEAD 7 years ago
Automated System 333d6192a8 Reset submodule main/applications/ksensors/admin to latest HEAD 7 years ago
Slávek Banko f048809d8d Reset submodule main/applications/ksensors/cmake to latest HEAD 8 years ago
Automated System e7ab2b3470 Reset submodule main/applications/ksensors/cmake to latest HEAD 8 years ago
Slávek Banko d0c15b3deb Reset submodule main/applications/ksensors/cmake to latest HEAD 8 years ago
Slávek Banko 1e1f2cbb95 cmake: add tde_add_check_executable macro 8 years ago