Commit Graph

205 Commits (f871c153fbb61044360d8284fd5361b3b5b3eaf5)
 

Author SHA1 Message Date
Slávek Banko f871c153fb
Use common CMake tests.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea 5c166b2fb2 Reset submodule main/applications/krename/cmake to latest HEAD 6 years ago
Automated System 5b0eb76219 Reset submodule main/applications/krename/cmake to latest HEAD 6 years ago
TDE Weblate 7da4a9bdb8 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/krename
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename/
6 years ago
Slávek Banko 1b2c2ab86d Update translation template. 6 years ago
TDE Gitea 68f2c3303a Reset submodule main/applications/krename/cmake to latest HEAD 6 years ago
TDE Gitea cc23d96875 Reset submodule main/applications/krename/cmake to latest HEAD 6 years ago
Fabio Rossi 086b18d3fc Avoid overriding user linker flags (LDFLAGS) for modules and shared libs
Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
6 years ago
Slávek Banko 82824eab47
Fix inifinite loop while parsing subdirs.
Improved clarity of the original while loop.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Weblate 95cea3fa57 Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
Slávek Banko e1a137e859
Add CMakeL10n rules.
Create translation template.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea 65f2e8ff91 Reset submodule main/applications/krename/cmake to latest HEAD 6 years ago
Automated System ee58cba70f Reset submodule main/applications/krename/cmake to latest HEAD 6 years ago
Automated System 2ccb747d7e Reset submodule main/applications/krename/admin to latest HEAD 6 years ago
TDE Gitea c3b3c9c892 Reset submodule main/applications/krename/cmake to latest HEAD 6 years ago
TDE Gitea be961ff859 Reset submodule main/applications/krename/cmake to latest HEAD 6 years ago
Slávek Banko e023691c15
Added controlled conversions to char* instead of automatic ascii conversions.
The definition of -UTQT_NO_ASCII_CAST is no longer needed.
Fix unnecessary use of TQString() over i18n().
Resolved use of deprecated NetAccess methods.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
gregory guy ededcc28b4
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
Michele Calgaro e264a83a78
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 403c1c611c Reset submodule main/applications/krename/admin to latest HEAD 6 years ago
Michele Calgaro c41c94e6ef
qt -> tqt conversion:
kdeqt -> kdetqt
qtkde -> tqtkde
qtdesigner -> tqtdesigner

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 9f34863faa
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 bcaf365acd
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 45591b6813
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 d07cfb6a8c
qt_includes => tqt_includes conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko aef9cf0787
QT_INCLUDES => TQT_INCLUDES conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea ad37f5085d Reset submodule main/applications/krename/admin to latest HEAD 6 years ago
Michele Calgaro abacd23364
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 9ed921f292
KDE_USE_QT* -> KDE_USE_TQT* conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro fdc43d6dd6
AC_PATH_QT* -> AC_PATH_TQT* conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 9365fa6f5c
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 97389c75d0
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 6bf71ad450 Reset submodule main/applications/krename/cmake to latest HEAD 7 years ago
TDE Gitea 0fd432b03c Reset submodule main/applications/krename/admin to latest HEAD 7 years ago
Michele Calgaro 2898366002
Fixed typedef-related warnings from compiler.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro df8dd27940
'MiniIcon' should also not have an extension.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
gregory guy b8496a2f4b
related to bug 2424
Signed-off-by: gregory guy <g-gregory@gmx.fr>
7 years ago
Automated System 3f78f5d252 Reset submodule main/applications/krename/admin to latest HEAD 7 years ago
Automated System 9f6ef2f792 Reset submodule main/applications/krename/admin to latest HEAD 7 years ago
Automated System 5c85bfcde7 Reset submodule main/applications/krename/admin to latest HEAD 7 years ago
Slávek Banko 942f21a5c8 Reset submodule main/applications/krename/cmake to latest HEAD 8 years ago
Automated System 995491c278 Reset submodule main/applications/krename/cmake to latest HEAD 8 years ago
Slávek Banko a14ad5d7e2 Reset submodule main/applications/krename/cmake to latest HEAD 8 years ago
Slávek Banko 6f4d1a2086 cmake: add tde_add_check_executable macro 8 years ago
Automated System 540e018d52 Reset submodule main/applications/krename/admin to latest HEAD 9 years ago
Timothy Pearson 26f5353902 Fix invalid headers in PNG files and optimize for size 9 years ago
Automated System af0ee79aaa Reset submodule main/applications/krename/cmake to latest HEAD 9 years ago
Automated System 28ef0482b5 Reset submodule main/applications/krename/cmake to latest HEAD 9 years ago
Slávek Banko 0b5794413f Reset submodule main/applications/krename/cmake to latest HEAD 10 years ago
Slávek Banko 61bf40cdc3 Reset submodule main/applications/krename/cmake to latest HEAD 10 years ago