summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Translated using Weblate (German)HEADmasterDaemonratte8 days1-1/+1
* Rename several symbols {qt=>tqt}Alexander Golubev10 days4-277/+277
* tqdesktopwidget: cleanup indentsAlexander Golubev10 days1-85/+87
* Translated using Weblate (German)Daemonratte14 days1-2/+4
* Translated using Weblate (German)Daemonratte14 days1-1/+1
* Translated using Weblate (German)Daemonratte14 days1-1/+1
* Fix infinite looping in TQTextEngine::shape()Alexander Golubev2026-03-184-12/+28
* Translated using Weblate (Russian)Andrei Stepanov2026-03-141-1/+1
* Translated using Weblate (Russian)Andrei Stepanov2026-03-141-5/+5
* Fix a -Wlogical-not-parentheses warningAlexander Golubev2026-03-111-1/+1
* Translated using Weblate (Russian)Andrei Stepanov2026-03-091-218/+237
* Translated using Weblate (Russian)Andrei Stepanov2026-03-081-3/+3
* Translated using Weblate (Russian)Andrei Stepanov2026-03-021-30/+32
* Translated using Weblate (Russian)Alexander Golubev2026-02-271-9/+9
* Translated using Weblate (Russian)Alexander Golubev2026-02-241-10/+10
* Translated using Weblate (Russian)Andrei Stepanov2026-02-241-44/+48
* Translated using Weblate (Russian)Alexander Golubev2026-02-241-2/+2
* Translated using Weblate (Russian)Andrei Stepanov2026-02-231-282/+290
* Translated using Weblate (Russian)Andrei Stepanov2026-02-231-9/+9
* Translated using Weblate (Russian)Andrei Stepanov2026-02-231-1/+1
* Translated using Weblate (Russian)Andrei Stepanov2026-02-231-3/+3
* Translated using Weblate (Russian)Andrei Stepanov2026-02-231-7/+7
* Added translation using Weblate (Russian)Andrei Stepanov2026-02-221-0/+1185
* Translated using Weblate (Russian)Andrei Stepanov2026-02-121-2/+2
* Translated using Weblate (Russian)Andrei Stepanov2026-02-081-14/+15
* Added description to the subject in the manual page.Slávek Banko2026-02-071-1/+1
* Use utf8 encoding for special characters in documentation.Slávek Banko2026-02-075-14/+14
* Cleaning up desktop filesSlávek Banko2026-02-074-17/+21
* Remove support for Irix, which is discontinued and does not provide a c++17 c...Michele Calgaro2026-02-0541-1593/+21
* Don't look up '0-serialized' pointers in TQGDict. This replaces PR #263Michele Calgaro2026-01-211-7/+3
* Fix typo in previous commitMichele Calgaro2026-01-181-1/+0
* Remove support for HPUX, which is discontinued and does not provide a c++17 c...Michele Calgaro2026-01-1781-2323/+127
* fix all loops with empty bodyDenis Kozadaev2026-01-111-15/+60
* concatenating char and a stringDenis Kozadaev2026-01-111-2/+2
* Translated using Weblate (Russian)Andrei Stepanov2026-01-101-3/+3
* Drop support for Watcom compiler, which is not c++17 compliant.Michele Calgaro2026-01-067-408/+0
* Remove definition of TQ_DUMMY_COMPARISON_OPERATORMichele Calgaro2026-01-012-4/+0
* Remove usage of TQ_FULL_TEMPLATE_INSTANTIATION and TQ_DUMMY_COMPARISON_OPERATOR.Michele Calgaro2026-01-0143-182/+2
* Remove TQ_INLINE_TEMPLATES defineMichele Calgaro2026-01-012-8/+0
* Remove usage of TQ_INLINE_TEMPLATES define. inline' is redundant in function ...Michele Calgaro2025-12-3113-139/+123
* configure: use POSIX-compliant syntax for sedAlexander Golubev2025-12-301-1/+1
* Remove Q_CANNOT_DELETE_CONSTANT define. We are using c++17 compilers,Michele Calgaro2025-12-283-12/+0
* Remove Q_NO_EXPLICIT_KEYWORD and Q_EXPLICIT macros.Michele Calgaro2025-12-2813-55/+13
* Remove Q_NO_BOOL_TYPE define.Michele Calgaro2025-12-288-115/+0
* Remove BSD g++ 3.4 spec since such old version does not provide a c++17 compilerMichele Calgaro2025-12-282-82/+0
* Remove Q_BROKEN_TEMPLATE_SPECIALIZATION define.Michele Calgaro2025-12-2824-56/+0
* Fix FTBFS caused by typo in previous commitMichele Calgaro2025-12-271-1/+1
* Replace TRUE/FALSE with boolean values true/false - part 10Michele Calgaro2025-12-2790-3064/+3027
* Add detection of supported c++ standards and require c++17.Michele Calgaro2025-12-261-2/+33
* Replace TRUE/FALSE with boolean values true/false - part 9Michele Calgaro2025-12-2274-1538/+1532