Commit Graph

84 Commits (4cfcedc2a283358760407f4fcada06341cc2b678)
 

Author SHA1 Message Date
Slávek Banko 4cfcedc2a2
Use common CMake tests.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea 70204b7c31 Reset submodule main/applications/kbiff/cmake to latest HEAD 6 years ago
TDE Gitea d9082d3d4b Reset submodule main/applications/kbiff/cmake to latest HEAD 6 years ago
TDE Weblate 0e9a784bef Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/kbiff
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/
6 years ago
Slávek Banko 2c02c7663a Update translation template. 6 years ago
TDE Gitea c108e3045a Reset submodule main/applications/kbiff/cmake to latest HEAD 6 years ago
TDE Gitea 2a1a0be115 Reset submodule main/applications/kbiff/cmake to latest HEAD 6 years ago
Fabio Rossi d31c0bf6fc 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 3a685ea75a Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
Slávek Banko c94e47a08b
Add CMakeL10n rules.
Create translation template.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea 19df663383 Reset submodule main/applications/kbiff/cmake to latest HEAD 6 years ago
TDE Gitea 5e165fc722 Reset submodule main/applications/kbiff/cmake to latest HEAD 6 years ago
TDE Gitea 3d07532fef Reset submodule main/applications/kbiff/admin to latest HEAD 6 years ago
TDE Gitea 0ef8516bd5 Reset submodule main/applications/kbiff/cmake to latest HEAD 6 years ago
TDE Gitea 16d723569c Reset submodule main/applications/kbiff/cmake to latest HEAD 6 years ago
Slávek Banko c5108f4e80
Convert zh_TW translation from Big5 to UTF-8.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko e41bb0490d
Change from TQFont::defaultFont to TQApplication::font
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 3e2052d2d4
cmake: Add options WITH_SSL and WITH_MLED
Fix test for SSL => is not needed, because is used KSSL from tdelibs
Fix test for ASUS Mail LED support in ACPI

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
gregory guy 5de3d21a4a
correct HAVE_SYS_SELECT_H and HAVE_PATHS_H
Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
gregory guy efee40b0ac
some cleanup
Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
gregory guy b5b14cd452
cmake conversion
Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
Michele Calgaro 976500c80e
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 c53e509abf
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 ab7e457e8a Reset submodule main/applications/kbiff/admin to latest HEAD 6 years ago
Michele Calgaro 5a1d83290e
qt -> tqt conversion:
kdeqt -> kdetqt
qtkde -> tqtkde
qtdesigner -> tqtdesigner

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 8ca88b3ca6
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 36678c15f9
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 1c6b6f0281
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 c6d19fbd4c
qt_includes => tqt_includes conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko cedbed7c44
QT_INCLUDES => TQT_INCLUDES conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea 0e2ea712ec Reset submodule main/applications/kbiff/admin to latest HEAD 6 years ago
Michele Calgaro 713c83a6c1
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 963cc67b6d
KDE_USE_QT* -> KDE_USE_TQT* conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 3c4a52a4c1
AC_PATH_QT* -> AC_PATH_TQT* conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 59e6335961
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 769a00aee5
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 de49c7554e Reset submodule main/applications/kbiff/cmake to latest HEAD 7 years ago
TDE Gitea a8699d369d Reset submodule main/applications/kbiff/admin to latest HEAD 7 years ago
Automated System 8e430c67fa Reset submodule main/applications/kbiff/admin to latest HEAD 7 years ago
Automated System 0e97562a46 Reset submodule main/applications/kbiff/admin to latest HEAD 7 years ago
Automated System 39a6b016b3 Reset submodule main/applications/kbiff/admin to latest HEAD 7 years ago
Slávek Banko 6b0b697106 Reset submodule main/applications/kbiff/cmake to latest HEAD 8 years ago
Automated System 52a99e10e3 Reset submodule main/applications/kbiff/cmake to latest HEAD 8 years ago
Slávek Banko a44ad0d53b Reset submodule main/applications/kbiff/cmake to latest HEAD 8 years ago
Slávek Banko 9097d7d0d1 cmake: add tde_add_check_executable macro 8 years ago
Automated System 14a3a10713 Reset submodule main/applications/kbiff/admin to latest HEAD 9 years ago
Timothy Pearson 6e564fc255 Fix invalid headers in PNG files and optimize for size 9 years ago
Automated System 227c5d90bb Reset submodule main/applications/kbiff/cmake to latest HEAD 9 years ago
Automated System 53106e1dd4 Reset submodule main/applications/kbiff/cmake to latest HEAD 9 years ago
Michele Calgaro 0e2ebe2a4e Update version number to R14.1.0
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago