summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Translated using Weblate (Italian)Vincenzo Barranco2019-10-061-9/+7
| | | | | | | Currently translated at 54.9% (272 of 495 strings) Translation: applications/knights Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights/it/
* Removed .lsm files. lsm database is outdated and unmaintained.Michele Calgaro2019-09-011-14/+0
|
* Reset submodule main/applications/knights/cmake to latest HEADAutomated System2019-06-121-0/+0
|
* Translated using Weblate (Italian)stefano2019-05-311-7/+7
| | | | | | | Currently translated at 54.3% (269 of 495 strings) Translation: applications/knights Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights/it/
* Reset submodule main/applications/knights/cmake to latest HEADAutomated System2019-04-021-0/+0
|
* Reset submodule main/applications/knights/cmake to latest HEADAutomated System2019-02-191-0/+0
|
* Reset submodule main/applications/knights/admin to latest HEADAutomated System2019-02-191-0/+0
|
* Use common CMake tests.Slávek Banko2019-02-122-23/+6
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/applications/knights/cmake to latest HEADAutomated System2019-02-031-0/+0
|
* fulfill bug request 2663.gregory guy2019-01-29291-0/+1152
| | | | | | | | Thanks to Kristopher 2016-06-13 for the request. These extra themes come from https://sourceforge.net/projects/knights/files/knights-themepack They are released under the GNU GPL Version 2 Signed-off-by: gregory guy <g-gregory@gmx.fr>
* Change MatchOver sound to notify.wav, because matchover.wav not exists.Slávek Banko2019-01-281-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove tarballs for themes from source code.Slávek Banko2019-01-283-0/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Change Automake rules to make tarballs for themes created during building.Slávek Banko2019-01-281-4/+13
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Change CMake rules to make tarballs for themes created during building.Slávek Banko2019-01-281-9/+10
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Extract files for themes contained in tarballs.Slávek Banko2019-01-2830-0/+77
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/applications/knights/cmake to latest HEADAutomated System2019-01-281-0/+0
|
* Update translation filesTDE Weblate2019-01-146-326/+86
| | | | | | | 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/
* Update translation template.Automated System2019-01-141-51/+1
|
* Reset submodule main/applications/knights/cmake to latest HEADAutomated System2019-01-131-0/+0
|
* Reset submodule main/applications/knights/cmake to latest HEADAutomated System2019-01-121-0/+0
|
* Update translation filesTDE Weblate2019-01-056-21/+30
| | | | | | | 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/
* Update translation template.Slávek Banko2019-01-051-1/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Added controlled conversions to char* instead of automatic ascii conversions.Slávek Banko2019-01-054-9/+9
| | | | | | The definition of -UTQT_NO_ASCII_CAST is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update translation filesTDE Weblate2019-01-051-551/+619
| | | | | | | 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/
* Update build rules for documentation:Slávek Banko2019-01-055-725/+10
| | | | | | | | + 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>
* arts is required not requested as optionalgregory guy2019-01-041-1/+1
| | | | Signed-off-by: gregory guy <g-gregory@gmx.fr>
* conversion to the cmake building systemgregory guy2019-01-0412-13/+398
| | | | Signed-off-by: gregory guy <g-gregory@gmx.fr>
* Update translation filesTDE Weblate2018-12-295-2962/+4307
| | | | | | | 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/
* Add CMakeL10n rules.Slávek Banko2018-12-293-755/+842
| | | | | | Update translation template. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/applications/knights/cmake to latest HEADAutomated System2018-12-101-0/+0
|
* Reset submodule main/applications/knights/cmake to latest HEADAutomated System2018-12-091-0/+0
|
* Reset submodule main/applications/knights/admin to latest HEADAutomated System2018-12-091-0/+0
|
* Reset submodule main/applications/knights/cmake to latest HEADAutomated System2018-12-021-0/+0
|
* Reset submodule main/applications/knights/cmake to latest HEADAutomated System2018-11-291-0/+0
|
* Removed obsolete Qt2's TQList/TQListIterator classes and replacedMichele Calgaro2018-10-173-5/+5
| | | | | | with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed ↵Michele Calgaro2018-10-132-60/+4
| | | | | | AC_CHECK_GNU_EXTENSIONS. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/knights/admin to latest HEADAutomated System2018-10-081-0/+0
|
* qt -> tqt conversion:Michele Calgaro2018-09-282-10/+10
| | | | | | | | kdeqt -> kdetqt qtkde -> tqtkde qtdesigner -> tqtdesigner Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-272-16/+16
| | | | | | | | | | | 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>
* qt -> tqt conversion:Michele Calgaro2018-09-272-66/+66
| | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt_includes => tqt_includes conversionSlávek Banko2018-09-262-36/+36
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* QT_INCLUDES => TQT_INCLUDES conversionSlávek Banko2018-09-262-10/+10
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/applications/knights/admin to latest HEADAutomated System2018-09-241-0/+0
|
* KDE_USE_QT* -> KDE_USE_TQT* conversionMichele Calgaro2018-09-243-9/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* AC_PATH_QT* -> AC_PATH_TQT* conversionMichele Calgaro2018-09-242-18/+18
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin ↵Michele Calgaro2018-09-182-2/+2
| | | | | | module Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-173-18/+18
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/knights/cmake to latest HEADAutomated System2018-09-161-0/+0
|
* Reset submodule main/applications/knights/admin to latest HEADAutomated System2018-09-161-0/+0
|
* newBuff pointer should be freed with delete[]gregory guy2018-09-131-1/+1
| | | | Signed-off-by: gregory guy <g-gregory@gmx.fr>