summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't look up '0-serialized' pointers in TQGDict. This replaces PR #263fix/reading-serialized-pointerMichele Calgaro17 hours1-7/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* fix all loops with empty bodyDenis Kozadaev7 days1-15/+60
| | | | Signed-off-by: Denis Kozadaev <denis@dilos.org>
* concatenating char and a stringDenis Kozadaev7 days1-2/+2
| | | | Signed-off-by: Denis Kozadaev <denis@dilos.org>
* Translated using Weblate (Russian)Andrei Stepanov8 days1-3/+3
| | | | | | | Currently translated at 74.2% (875 of 1178 strings) Translation: dependencies/tqt - tools-designer Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt-tools-designer/ru/
* Drop support for Watcom compiler, which is not c++17 compliant.Michele Calgaro12 days7-408/+0
| | | | | | | Also remove some left over files that should have been deleted when support for SCO was removed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove definition of TQ_DUMMY_COMPARISON_OPERATORMichele Calgaro2026-01-012-4/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove usage of TQ_FULL_TEMPLATE_INSTANTIATION and TQ_DUMMY_COMPARISON_OPERATOR.Michele Calgaro2026-01-0143-182/+2
| | | | | | | The #defines were used for some very old compilers which had issues with template instantiation. We are now using c++17 compilers, so this is unnecessary. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove TQ_INLINE_TEMPLATES defineMichele Calgaro2026-01-012-8/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove usage of TQ_INLINE_TEMPLATES define. inline' is redundant in function ↵Michele Calgaro2025-12-3113-139/+123
| | | | | | template definitions, except for specific template specialization Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* configure: use POSIX-compliant syntax for sedAlexander Golubev2025-12-301-1/+1
| | | | | | | | The sed invocation previously introduced in 854c5d5c9 was using `\s` for space matching which is GNU extensions. This commit replaces it with POSIX-compliant character class `[[:space:]]`. Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Remove Q_CANNOT_DELETE_CONSTANT define. We are using c++17 compilers,Michele Calgaro2025-12-283-12/+0
| | | | | | this should no longer be needed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove Q_NO_EXPLICIT_KEYWORD and Q_EXPLICIT macros.Michele Calgaro2025-12-2813-55/+13
| | | | | | We are using c++17 compilers, so 'explicit' is supported. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove Q_NO_BOOL_TYPE define.Michele Calgaro2025-12-288-115/+0
| | | | | | We are using c++17 compilers, so bool is always available. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove BSD g++ 3.4 spec since such old version does not provide a c++17 compilerMichele Calgaro2025-12-282-82/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove Q_BROKEN_TEMPLATE_SPECIALIZATION define.Michele Calgaro2025-12-2824-56/+0
| | | | | | We are using c++17 compilers, so template specialization are supported. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS caused by typo in previous commitMichele Calgaro2025-12-271-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TRUE/FALSE with boolean values true/false - part 10Michele Calgaro2025-12-2790-3064/+3027
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add detection of supported c++ standards and require c++17.Michele Calgaro2025-12-261-2/+33
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TRUE/FALSE with boolean values true/false - part 9Michele Calgaro2025-12-2274-1538/+1532
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TRUE/FALSE with boolean values true/false - part 8Michele Calgaro2025-12-08132-3770/+3769
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TRUE/FALSE with boolean values true/false - part 7Michele Calgaro2025-12-0753-1481/+1479
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TRUE/FALSE with boolean values true/false - part 6Michele Calgaro2025-12-0535-1118/+1118
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TRUE/FALSE with boolean values true/false - part 5Michele Calgaro2025-12-0522-1066/+1066
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TRUE/FALSE with boolean values true/false - part 4Michele Calgaro2025-11-16538-5123/+5123
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Spanish (Argentina))Alejo Fernández2025-11-091-4/+4
| | | | | | | Currently translated at 27.3% (322 of 1178 strings) Translation: dependencies/tqt - tools-designer Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt-tools-designer/es_AR/
* Translated using Weblate (Spanish (Argentina))Alejo Fernández2025-11-091-1/+1
| | | | | | | Currently translated at 100.0% (253 of 253 strings) Translation: dependencies/tqt - tools-assistant Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt-tools-assistant/es_AR/
* Translated using Weblate (Russian)Dmitriy Popov2025-11-021-1/+1
| | | | | | | Currently translated at 74.2% (875 of 1178 strings) Translation: dependencies/tqt - tools-designer Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt-tools-designer/ru/
* Update translations binary filesSlávek Banko2025-10-3011-0/+3
| | | | | | because they are not generated during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Translated using Weblate (Chinese (Simplified Han script))Toad1145142025-09-121-14/+15
| | | | | | | Currently translated at 100.0% (452 of 452 strings) Translation: dependencies/tqt Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt/zh_Hans/
* Translated using Weblate (Swedish)Simon Stockhaus2025-08-311-1/+1
| | | | | | | Currently translated at 91.8% (415 of 452 strings) Translation: applications/tqt Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tqt/sv/
* Translated using Weblate (Swedish)Simon Stockhaus2025-08-261-178/+184
| | | | | | | Currently translated at 91.5% (414 of 452 strings) Translation: applications/tqt Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tqt/sv/
* Translated using Weblate (Swedish)Simon Stockhaus2025-08-251-241/+254
| | | | | | | Currently translated at 52.6% (238 of 452 strings) Translation: applications/tqt Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tqt/sv/
* Added translation using Weblate (Swedish)Simon Stockhaus2025-08-241-0/+1934
|
* Translated using Weblate (Spanish (Argentina))Alejo Fernández2025-08-231-1/+1
| | | | | | | Currently translated at 100.0% (253 of 253 strings) Translation: dependencies/tqt - tools-assistant Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt-tools-assistant/es_AR/
* Amend to previous 'replace TRUE/FALSE' commitMichele Calgaro2025-07-314-10/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TRUE/FALSE with boolean values true/false - part 3Michele Calgaro2025-07-30276-2555/+2555
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Russian)Dmitriy Popov2025-07-291-1/+1
| | | | | | | Currently translated at 74.2% (875 of 1178 strings) Translation: dependencies/tqt - tools-designer Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt-tools-designer/ru/
* Call TQApplication::coreThread() in a static mannerAlexander Golubev2025-07-271-2/+2
| | | | | | This is a follow-up to d346b0f7a Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Rename 'guiThread' and related functions to 'coreThread'.Michele Calgaro2025-07-2716-102/+116
| | | | | | | A TTY TQApplication is GUI-less, so the usage of the term 'GUI' is misleading. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Russian)Dmitriy Popov2025-07-251-759/+764
| | | | | | | Currently translated at 74.1% (874 of 1178 strings) Translation: dependencies/tqt - tools-designer Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt-tools-designer/ru/
* Translated using Weblate (Russian)Alexander Golubev2025-07-251-41/+41
| | | | | | | Currently translated at 11.4% (135 of 1178 strings) Translation: dependencies/tqt - tools-designer Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt-tools-designer/ru/
* Translated using Weblate (Russian)Dmitriy Popov2025-07-241-26/+26
| | | | | | | Currently translated at 8.5% (101 of 1178 strings) Translation: dependencies/tqt - tools-designer Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt-tools-designer/ru/
* Translated using Weblate (Russian)Alexander Golubev2025-07-211-7/+7
| | | | | | | Currently translated at 6.3% (75 of 1178 strings) Translation: dependencies/tqt - tools-designer Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt-tools-designer/ru/
* Translated using Weblate (Russian)Alexander Golubev2025-07-211-6/+6
| | | | | | | Currently translated at 100.0% (253 of 253 strings) Translation: dependencies/tqt - tools-assistant Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt-tools-assistant/ru/
* Translated using Weblate (Russian)Alexander Golubev2025-07-211-1/+1
| | | | | | | Currently translated at 100.0% (488 of 488 strings) Translation: dependencies/tqt Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt/ru/
* Translated using Weblate (Russian)Alexander Golubev2025-07-201-4/+4
| | | | | | | Currently translated at 6.3% (75 of 1178 strings) Translation: dependencies/tqt - tools-designer Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt-tools-designer/ru/
* Translated using Weblate (Russian)Andrei Stepanov2025-07-201-4/+4
| | | | | | | Currently translated at 6.3% (75 of 1178 strings) Translation: dependencies/tqt - tools-designer Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt-tools-designer/ru/
* Translated using Weblate (Russian)Andrei Stepanov2025-07-201-4/+4
| | | | | | | Currently translated at 100.0% (253 of 253 strings) Translation: dependencies/tqt - tools-assistant Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt-tools-assistant/ru/
* Translated using Weblate (Russian)Andrei Stepanov2025-07-201-3/+3
| | | | | | | Currently translated at 100.0% (239 of 239 strings) Translation: dependencies/tqt - tools-linguist Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt-tools-linguist/ru/
* Translated using Weblate (Russian)Andrei Stepanov2025-07-201-2/+2
| | | | | | | Currently translated at 100.0% (488 of 488 strings) Translation: dependencies/tqt Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt/ru/