summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace Qt with TQtHEADmasterMichele Calgaro2024-04-074-12/+12
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unnecessary filesMichele Calgaro2024-04-061-248/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use centralized cmake versionMichele Calgaro2024-03-172-7/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-061-19/+19
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-032-9/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-241-17/+17
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-052-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Replace Qt with TQtMichele Calgaro2023-11-051-13/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update translation filesTDE Weblate2023-08-111-8/+9
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/gtk-qt-engine Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/
* Translated using Weblate (Chinese (Simplified))diaowinner2023-08-081-58/+68
| | | | | | | Currently translated at 100.0% (57 of 57 strings) Translation: applications/gtk-qt-engine Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/zh_Hans/
* Added translation using Weblate (Chinese (Simplified))diaowinner2023-08-071-0/+311
|
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-201-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Check for null pointerr14.1.0Mavridis Philippe2023-02-081-1/+3
| | | | | | | This fixes a crash when the SESSION_MANAGER enviroment variable is not set. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Remove unnecessary backup translations.Michele Calgaro2022-10-017-42/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update translation filesTDE Weblate2022-09-1411-176/+108
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/gtk-qt-engine Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/
* Update translation template.Automated System2022-09-141-16/+6
|
* Remove unnecessary accelerators from .ui filesMichele Calgaro2022-09-141-6/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update translation filesTDE Weblate2022-09-0611-22/+22
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/gtk-qt-engine Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/
* Update translation template.Automated System2022-09-061-2/+2
|
* Add option WITH_GCC_VISIBILITY.Slávek Banko2022-09-053-8/+22
| | | | | | Fix building with hidden visibility. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Housekeeping of CMake rules.Slávek Banko2022-09-056-74/+113
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove the original translation directory layout.Slávek Banko2022-09-0312-4392/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Move documentation into kcontrol/gtk.Slávek Banko2022-09-0328-58/+4607
| | | | | | | | | | | | Use common rules for build and install documentation. Copy translations to a new directory layout. Use gtk-qt-engine as the name of the translation catalog. Use common rules for build and install translations. Added translation of .desktop files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop automake build support.Michele Calgaro2022-09-0215-3600/+48
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use TDE cmake macro to set versionMichele Calgaro2022-06-261-1/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.Michele Calgaro2022-05-033-3/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Russian)Alexander Golubev2022-02-141-4/+5
| | | | | | | Currently translated at 100.0% (59 of 59 strings) Translation: applications/gtk-qt-engine Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/ru/
* Reset submodule main/applications/themes/gtk-qt-engine/admin to latest HEADAutomated System2022-01-281-0/+0
|
* KCM: Use an existing `stream` when write configuration filesSlávek Banko2022-01-271-4/+4
| | | | | | | | instead of defining a new `fileDataStream`. This also resolves FTBFS from prior commit. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* KCM: Make sure Unicode is used for editing bashrcMavridis Philippe2022-01-271-3/+4
| | | | | | This resolves issue #6. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.Slávek Banko2021-12-311-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Raise the minimum required version of CMake to 3.1.Slávek Banko2021-12-291-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Translated using Weblate (Italian)Michele Calgaro2021-08-061-10/+9
| | | | | | | Currently translated at 100.0% (59 of 59 strings) Translation: applications/gtk-qt-engine Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/it/
* Remove cmake submodule since it has now been replaced by cmake-trinity ↵Slávek Banko2021-05-242-3/+0
| | | | | | dependency. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/applications/gtk-qt-engine/cmake to latest HEADAutomated System2021-05-151-0/+0
|
* Reset submodule main/applications/gtk-qt-engine/cmake to latest HEADAutomated System2021-02-281-0/+0
|
* Reset submodule main/applications/gtk-qt-engine/admin to latest HEADAutomated System2021-02-281-0/+0
|
* Reset submodule main/applications/gtk-qt-engine/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/applications/gtk-qt-engine/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/applications/gtk-qt-engine/admin to latest HEADAutomated System2021-01-271-0/+0
|
* Raise the minimum required version of CMake to 2.8.12.Slávek Banko2021-01-181-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/applications/gtk-qt-engine/cmake to latest HEADAutomated System2021-01-131-0/+0
|
* Reset submodule main/applications/gtk-qt-engine/cmake to latest HEADAutomated System2020-12-071-0/+0
|
* Reset submodule main/applications/gtk-qt-engine/admin to latest HEADAutomated System2020-12-071-0/+0
|
* Reset submodule main/applications/gtk-qt-engine/cmake to latest HEADAutomated System2020-10-091-0/+0
|
* Reset submodule main/applications/gtk-qt-engine/admin to latest HEADAutomated System2020-10-091-0/+0
|
* Removed code formatting modelines.Michele Calgaro2020-09-283-16/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/gtk-qt-engine/cmake to latest HEADAutomated System2020-09-201-0/+0
|
* Reset submodule main/applications/gtk-qt-engine/admin to latest HEADAutomated System2020-09-201-0/+0
|
* Reset submodule main/applications/gtk-qt-engine/cmake to latest HEADAutomated System2020-09-181-0/+0
|