summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Translated using Weblate (Spanish (Argentina))Alejo Fernández2025-05-221-61/+62
| | | | | | | Currently translated at 21.1% (249 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-05-221-28/+28
| | | | | | | Currently translated at 16.0% (189 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-05-221-161/+166
| | | | | | | Currently translated at 13.6% (161 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-05-221-26/+26
| | | | | | | Currently translated at 100.0% (452 of 452 strings) Translation: dependencies/tqt Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt/es_AR/
* Update readme to reflect the change from TQt3 to TQtMichele Calgaro2025-05-222-26/+16
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added translation using Weblate (Spanish (Argentina))Slávek Banko2025-05-211-0/+995
|
* Added translation using Weblate (Spanish (Argentina))Slávek Banko2025-05-211-0/+4971
|
* Added translation using Weblate (Spanish (Argentina))Slávek Banko2025-05-211-0/+1185
|
* Added translation using Weblate (Spanish (Argentina))Slávek Banko2025-05-211-0/+1075
|
* Add missing templates for translations.Slávek Banko2025-05-064-0/+8232
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update translations binary filesSlávek Banko2025-04-1719-0/+0
| | | | | | because they are not generated during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix usage of condition variable in TQThread which could lead to a thread ↵Michele Calgaro2025-03-221-3/+5
| | | | | | | | | | | being run multiple times in parallel. Although highly unlikely, the following situation was possible: - a thread is restarted while still running. The call to the second 'start()' blocks because the thread is still running - the OS decides to randomly wake up the thread that called 'start()' - a second thread is started and runs in parallel to the first thread, with obvious undefined behavior Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Spanish (Argentina))Alejo Fernández2025-03-201-452/+471
| | | | | | | Currently translated at 100.0% (452 of 452 strings) Translation: dependencies/tqt3 Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/es_AR/
* Fix a typo and thus FTBFS from the recent commit.Slávek Banko2025-03-201-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Added translation using Weblate (Spanish (Argentina))Slávek Banko2025-03-161-0/+70
|
* Added translation using Weblate (Spanish (Argentina))Slávek Banko2025-03-161-0/+1934
|
* Remove 'grp' from TQChar since now surrogate pairs are correctly supportedMichele Calgaro2025-03-133-69/+18
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Move TQChar code to standalone files tqchar.{h,cpp}Michele Calgaro2025-03-1317-1465/+1705
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added translation using Weblate (Chinese (Simplified))Toad1145142025-02-151-0/+70
|
* Fix editing of text containing surrogate characters.Michele Calgaro2025-02-135-17/+60
| | | | | | This relates to issue #162. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Spanish)Matias Fonzo2025-02-131-1/+1
| | | | | | | Currently translated at 100.0% (452 of 452 strings) Translation: dependencies/tqt3 Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/es/
* Extend work on supporting surrogate characters done in commit e0a38072Michele Calgaro2025-02-096-105/+117
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop support for discontinued DGUXMichele Calgaro2025-02-0411-202/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add support for surrogate pairs to TQChar API.Michele Calgaro2025-01-307-58/+82
| | | | | | | This relates to issue #162. The new code is partially taken from Qt4 but with some local rework. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with gcc 15. This resolves issue #214Michele Calgaro2025-01-292-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add support for Unicode surrogate characters and planes above zero.Michele Calgaro2025-01-127-111/+72
| | | | | | | | | If the selected font supports the required characters, the text will be displayed correctly. If the selected font does not support such characters, empty boxes will be displayed in place of the expected text. Part of the code changes comes from Qt4 code. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop code for obsolete FreeType 1Michele Calgaro2025-01-1012-710/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove support for Tru64, OSF and SCO v3.2Michele Calgaro2025-01-0734-1100/+36
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename Q_EXPORT to TQ_EXPORTMichele Calgaro2025-01-0242-165/+165
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove support for Metrowerks compilerMichele Calgaro2025-01-0125-2674/+18
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unnecessary filesMichele Calgaro2024-12-292-135/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename *.html files that were missed out during previous qt->tqt renamingMichele Calgaro2024-12-258-38/+38
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove support for discontinued Reliant/Sinix unixMichele Calgaro2024-11-0711-368/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename tqrtlcodec-h.html into tqhebrewcodec-h.htmlMichele Calgaro2024-11-021-0/+0
| | | | | | This was missed out in commit c113da20. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update tqt-mt.pc to export the same parameters previously exported in tqt.pc ↵Michele Calgaro2024-10-315-357/+323
| | | | | | | | and tqtqui.pc. Required to drop tqtinterface. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop Borland compiler specific codeMichele Calgaro2024-10-28120-3441/+45
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix up left over stuff from commit 397b9afaMichele Calgaro2024-10-264-204/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Move time related functions from tqtinterface/tqapplication.{h,cpp}Michele Calgaro2024-10-222-0/+27
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*Michele Calgaro2024-10-22806-2469/+2657
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove leftover header file. Should have been removed in commit 6964feedMichele Calgaro2024-10-201-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unnecessary references to developer local foldersMichele Calgaro2024-10-141378-1378/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename uic to tquicMichele Calgaro2024-10-1199-281/+281
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove use of glib thread code. Use pthread insteadMichele Calgaro2024-10-081-31/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix up leftover from commit 6964feed8Michele Calgaro2024-10-061-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename moc to tqmocMichele Calgaro2024-10-0679-640/+636
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove documentation for Motif extension classes. Those classes are not ↵Michele Calgaro2024-10-0382-4962/+64
| | | | | | included in tqt3 source code Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove obsolete Netscape plugin and its classesMichele Calgaro2024-10-03101-10364/+105
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Make sure to release thread resources back to the OS once the thread completes.Michele Calgaro2024-10-021-0/+1
| | | | | | | | Threads created with pthread are created in detach mode. Threads created using glib thread functions are instead created as joinable. The fix makes glib-created threads detached, so that the thread resources are released when the thread completes. This resolves TDE/amarok#30 and will benefit any place where a TQThread is used. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix fallover case for TQEvent::MetaCallMichele Calgaro2024-10-011-2/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Italian)Michele Calgaro2024-09-261-1/+1
| | | | | | | Currently translated at 100.0% (452 of 452 strings) Translation: dependencies/tqt3 Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/it/