summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed FTBFS caused by previous commit.Michele Calgaro2020-04-273-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Small rearrangement of libtdegames headersAlexander Golubev2020-04-2713-20/+18
| | | | | | | | Move kgame dialog headers to a dedicated subdir to make installed includes match source code layout. This will make linking of games to an installed instance of libtdegames library more straightforward. Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Reset submodule main/tdegames/cmake to latest HEADAutomated System2020-04-081-0/+0
|
* Reset submodule main/tdegames/cmake to latest HEADAutomated System2020-04-041-0/+0
|
* Reset submodule main/tdegames/cmake to latest HEADAutomated System2020-03-231-0/+0
|
* Move katomic, kblackbox, kmines and knetwalk into the sub-menugregory guy2020-02-144-4/+4
| | | | | | | | Games/LogicGames. Ref: https://games.kde.org/category.php?category=logic This relates to bug 2882. Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-304-12/+12
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdegames/cmake to latest HEADAutomated System2019-12-081-0/+0
|
* Switch all submodules to https.Slávek Banko2019-12-081-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed .lsm files. lsm database is outdated and unmaintained.Michele Calgaro2019-09-014-58/+0
|
* Reset submodule main/tdegames/cmake to latest HEADAutomated System2019-06-121-0/+0
|
* Adjusted to use new TQStringVariantMap type.Michele Calgaro2019-06-011-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* cmake: Removed useless usage ofSlávek Banko2019-05-162-8/+6
| | | | | | | | `get_target_property( BIN2C_EXE bin2c LOCATION)` This resolves the CMake warning on CMP0026. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdegames/cmake to latest HEADAutomated System2019-04-021-0/+0
|
* Reset submodule main/tdegames/cmake to latest HEADAutomated System2019-02-191-0/+0
|
* Reset submodule main/tdegames/admin to latest HEADAutomated System2019-02-191-0/+0
|
* Use common CMake tests.Slávek Banko2019-02-071-14/+15
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdegames/cmake to latest HEADAutomated System2019-02-031-0/+0
|
* Reset submodule main/tdegames/cmake to latest HEADAutomated System2019-01-281-0/+0
|
* Reset submodule main/tdegames/cmake to latest HEADAutomated System2019-01-131-0/+0
|
* Reset submodule main/tdegames/cmake to latest HEADAutomated System2019-01-121-0/+0
|
* Add CMakeL10n rules.Slávek Banko2018-12-2841-0/+190
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Avoid overriding user linker flags (LDFLAGS) for modules and shared libsFabio Rossi2018-12-171-2/+2
| | | | Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
* Reset submodule main/tdegames/cmake to latest HEADAutomated System2018-12-101-0/+0
|
* Reset submodule main/tdegames/cmake to latest HEADAutomated System2018-12-091-0/+0
|
* Reset submodule main/tdegames/admin to latest HEADAutomated System2018-12-091-0/+0
|
* Reset submodule main/tdegames/cmake to latest HEADAutomated System2018-12-021-0/+0
|
* Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.Michele Calgaro2018-12-011-5/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdegames/cmake to latest HEADAutomated System2018-11-291-0/+0
|
* Removed obsolete Qt2's TQList/TQListIterator classes and replacedMichele Calgaro2018-10-175-12/+12
| | | | | | with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdegames/admin to latest HEADAutomated System2018-10-081-0/+0
|
* QT_INCLUDES => TQT_INCLUDES conversionSlávek Banko2018-09-261-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdegames/admin to latest HEADAutomated System2018-09-241-0/+0
|
* Add includes to UI files to resolve FTBFS.Michele Calgaro2018-09-227-31/+19
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-1735-41/+41
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdegames/cmake to latest HEADAutomated System2018-09-161-0/+0
|
* Reset submodule main/tdegames/admin to latest HEADAutomated System2018-09-161-0/+0
|
* Fixed typedef-related warnings from compiler.Michele Calgaro2018-08-231-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with stricter C++11Slávek Banko2018-08-181-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed corrupted japanese translations. This relates to bug 2952.Michele Calgaro2018-08-182-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update bug reports url to bugs.trinitydesktop.orgSlávek Banko2018-07-012-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdegames/admin to latest HEADAutomated System2018-05-241-0/+0
|
* Reset submodule main/tdegames/admin to latest HEADAutomated System2018-05-081-0/+0
|
* Reset submodule main/tdegames/admin to latest HEADAutomated System2018-04-291-0/+0
|
* Reset submodule main/tdegames/cmake to latest HEADAutomated System2017-03-261-0/+0
|
* Fix forward classes declaration in kpat/dealer.hSlávek Banko2017-03-212-37/+36
| | | | | | This resolves FTBFS for cmake build with clang Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdegames/cmake to latest HEADAutomated System2017-02-181-0/+0
|
* Reset submodule main/tdegames/cmake to latest HEADAutomated System2017-01-291-0/+0
|
* cmake: add tde_add_check_executable macroSlávek Banko2017-01-261-0/+0
|
* Add WITH_ALL_OPTIONS for consistency with other modulesAlexander Golubev2016-09-281-1/+2
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>