Commit Graph

209 Commits (9e120e0d4bd46ebc619390f23ef874542f6548cf)
 

Author SHA1 Message Date
Slávek Banko 9e120e0d4b
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
TDE Weblate 263c53a0d1 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/knights
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights/
6 years ago
Slávek Banko bd2ad7db31
Update build rules for documentation:
+ Removed French documentation because it contains nothing.
+ Modified automake rules for documentation in subdirectories.
+ Added cmake rule for installing documentation.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
gregory guy 851cb9c032
arts is required not requested as optional
Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
gregory guy 7a0f90f280
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
TDE Weblate 015f39af00 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/knights
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights/
6 years ago
Slávek Banko 8c3d6ddfd6
Add CMakeL10n rules.
Update translation template.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea 2c0b671dbd Reset submodule main/applications/knights/cmake to latest HEAD 6 years ago
TDE Gitea 703054744a Reset submodule main/applications/knights/cmake to latest HEAD 6 years ago
TDE Gitea e4fad6d26d Reset submodule main/applications/knights/admin to latest HEAD 6 years ago
TDE Gitea 7fc20c8500 Reset submodule main/applications/knights/cmake to latest HEAD 6 years ago
TDE Gitea 76ceff1419 Reset submodule main/applications/knights/cmake to latest HEAD 6 years ago
Michele Calgaro 5f696ce0d8
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 259dc8ceee
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 90254e8fbd Reset submodule main/applications/knights/admin to latest HEAD 6 years ago
Michele Calgaro 4ac1560eb2
qt -> tqt conversion:
kdeqt -> kdetqt
qtkde -> tqtkde
qtdesigner -> tqtdesigner

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro 0954638c04
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 d4e14ceb64
qt -> tqt conversion:
qtlib -> tqtlib
libqt -> libtqt
QTLIB -> TQTLIB
LIBQT -> LIBTQT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Slávek Banko 90007b5da8
qt_includes => tqt_includes conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko 9a0f45b7e7
QT_INCLUDES => TQT_INCLUDES conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
TDE Gitea 2b7cbd48b5 Reset submodule main/applications/knights/admin to latest HEAD 7 years ago
Michele Calgaro 1d9a707397
KDE_USE_QT* -> KDE_USE_TQT* conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro d1258710b6
AC_PATH_QT* -> AC_PATH_TQT* conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro d30705035d
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 397f2d5c00
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 c64ca27f28 Reset submodule main/applications/knights/cmake to latest HEAD 7 years ago
TDE Gitea b4942edf2f Reset submodule main/applications/knights/admin to latest HEAD 7 years ago
gregory guy 5117a5d105
newBuff pointer should be freed with delete[]
Signed-off-by: gregory guy <g-gregory@gmx.fr>
7 years ago
Michele Calgaro fcdbdffa69
Fixed typedef-related warnings from compiler.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro 77cbbb9f34
Removed extension from icon name in desktop file. This relates to bug
2424.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro 523e68634d
Icons in .desktop file should not have extension.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Automated System b0ece5d0a1 Reset submodule main/applications/knights/admin to latest HEAD 7 years ago
Automated System ef8ab7c1d8 Reset submodule main/applications/knights/admin to latest HEAD 7 years ago
Automated System 43f97ff67f Reset submodule main/applications/knights/admin to latest HEAD 7 years ago
Slávek Banko c99d13c229 Reset submodule main/applications/knights/cmake to latest HEAD 8 years ago
Automated System 50dc40caba Reset submodule main/applications/knights/cmake to latest HEAD 8 years ago
Slávek Banko edf409350b Reset submodule main/applications/knights/cmake to latest HEAD 8 years ago
Slávek Banko 35ff243ca7 cmake: add tde_add_check_executable macro 8 years ago
Michele Calgaro febf3bbebf Added user option to delete chess engine log files (game.### and log.###) from user home folder on exit.
This resolves bug 2665.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 years ago
Automated System 26ccf10eac Reset submodule main/applications/knights/admin to latest HEAD 9 years ago
Timothy Pearson c6be527b46 Fix invalid headers in PNG files and optimize for size 9 years ago
Automated System 6553c219d1 Reset submodule main/applications/knights/cmake to latest HEAD 9 years ago
Automated System cbf42cde68 Reset submodule main/applications/knights/cmake to latest HEAD 9 years ago
Michele Calgaro 69986c3ee6 Update version number to R14.1.0
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Slávek Banko 2ab635aef8 Reset submodule main/applications/knights/cmake to latest HEAD 10 years ago
Slávek Banko bebf892d49 Reset submodule main/applications/knights/cmake to latest HEAD 10 years ago
Slávek Banko 58bfde46cc Reset submodule main/applications/knights/admin to latest HEAD 10 years ago
Automated System 62b296c856 Reset submodule main/applications/knights/admin to latest HEAD 11 years ago
Automated System 72a3a95d55 Reset submodule main/applications/knights/cmake to latest HEAD 11 years ago
Timothy Pearson 052a102894 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/knights 11 years ago