Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added translation using Weblate (Spanish (Argentina)) | Slávek Banko | 2025-05-21 | 1 | -0/+995 | |
| | ||||||
* | Added translation using Weblate (Spanish (Argentina)) | Slávek Banko | 2025-05-21 | 1 | -0/+4971 | |
| | ||||||
* | Added translation using Weblate (Spanish (Argentina)) | Slávek Banko | 2025-05-21 | 1 | -0/+1185 | |
| | ||||||
* | Added translation using Weblate (Spanish (Argentina)) | Slávek Banko | 2025-05-21 | 1 | -0/+1075 | |
| | ||||||
* | Add missing templates for translations. | Slávek Banko | 2025-05-06 | 4 | -0/+8232 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Update translations binary files | Slávek Banko | 2025-04-17 | 19 | -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 Calgaro | 2025-03-22 | 1 | -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ández | 2025-03-20 | 1 | -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 Banko | 2025-03-20 | 1 | -1/+1 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Added translation using Weblate (Spanish (Argentina)) | Slávek Banko | 2025-03-16 | 1 | -0/+70 | |
| | ||||||
* | Added translation using Weblate (Spanish (Argentina)) | Slávek Banko | 2025-03-16 | 1 | -0/+1934 | |
| | ||||||
* | Remove 'grp' from TQChar since now surrogate pairs are correctly supported | Michele Calgaro | 2025-03-13 | 3 | -69/+18 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Move TQChar code to standalone files tqchar.{h,cpp} | Michele Calgaro | 2025-03-13 | 17 | -1465/+1705 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Added translation using Weblate (Chinese (Simplified)) | Toad114514 | 2025-02-15 | 1 | -0/+70 | |
| | ||||||
* | Fix editing of text containing surrogate characters. | Michele Calgaro | 2025-02-13 | 5 | -17/+60 | |
| | | | | | | This relates to issue #162. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Translated using Weblate (Spanish) | Matias Fonzo | 2025-02-13 | 1 | -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 e0a38072 | Michele Calgaro | 2025-02-09 | 6 | -105/+117 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Drop support for discontinued DGUX | Michele Calgaro | 2025-02-04 | 11 | -202/+5 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Add support for surrogate pairs to TQChar API. | Michele Calgaro | 2025-01-30 | 7 | -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 #214 | Michele Calgaro | 2025-01-29 | 2 | -2/+2 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Add support for Unicode surrogate characters and planes above zero. | Michele Calgaro | 2025-01-12 | 7 | -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 1 | Michele Calgaro | 2025-01-10 | 12 | -710/+2 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Remove support for Tru64, OSF and SCO v3.2 | Michele Calgaro | 2025-01-07 | 34 | -1100/+36 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Rename Q_EXPORT to TQ_EXPORT | Michele Calgaro | 2025-01-02 | 42 | -165/+165 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Remove support for Metrowerks compiler | Michele Calgaro | 2025-01-01 | 25 | -2674/+18 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Remove unnecessary files | Michele Calgaro | 2024-12-29 | 2 | -135/+0 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Rename *.html files that were missed out during previous qt->tqt renaming | Michele Calgaro | 2024-12-25 | 8 | -38/+38 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Remove support for discontinued Reliant/Sinix unix | Michele Calgaro | 2024-11-07 | 11 | -368/+3 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Rename tqrtlcodec-h.html into tqhebrewcodec-h.html | Michele Calgaro | 2024-11-02 | 1 | -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 Calgaro | 2024-10-31 | 5 | -357/+323 | |
| | | | | | | | | and tqtqui.pc. Required to drop tqtinterface. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Drop Borland compiler specific code | Michele Calgaro | 2024-10-28 | 120 | -3441/+45 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Fix up left over stuff from commit 397b9afa | Michele Calgaro | 2024-10-26 | 4 | -204/+0 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Move time related functions from tqtinterface/tqapplication.{h,cpp} | Michele Calgaro | 2024-10-22 | 2 | -0/+27 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq* | Michele Calgaro | 2024-10-22 | 806 | -2469/+2657 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Remove leftover header file. Should have been removed in commit 6964feed | Michele Calgaro | 2024-10-20 | 1 | -1/+0 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Remove unnecessary references to developer local folders | Michele Calgaro | 2024-10-14 | 1378 | -1378/+0 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Rename uic to tquic | Michele Calgaro | 2024-10-11 | 99 | -281/+281 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Remove use of glib thread code. Use pthread instead | Michele Calgaro | 2024-10-08 | 1 | -31/+0 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Fix up leftover from commit 6964feed8 | Michele Calgaro | 2024-10-06 | 1 | -2/+0 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Rename moc to tqmoc | Michele Calgaro | 2024-10-06 | 79 | -640/+636 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Remove documentation for Motif extension classes. Those classes are not ↵ | Michele Calgaro | 2024-10-03 | 82 | -4962/+64 | |
| | | | | | | included in tqt3 source code Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Remove obsolete Netscape plugin and its classes | Michele Calgaro | 2024-10-03 | 101 | -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 Calgaro | 2024-10-02 | 1 | -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::MetaCall | Michele Calgaro | 2024-10-01 | 1 | -2/+8 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Translated using Weblate (Italian) | Michele Calgaro | 2024-09-26 | 1 | -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/ | |||||
* | Fix possible SEGV if the sender object list was null and thread support enabled | Michele Calgaro | 2024-09-24 | 1 | -13/+19 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Remove temporary code required for the tqinterface migration phase ↵ | Michele Calgaro | 2024-09-18 | 1 | -34/+5 | |
| | | | | | | introduced in commit 8ac0e970 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Rename private q* headers into equivalent tq* | Michele Calgaro | 2024-09-13 | 219 | -276/+276 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Rename remaining ntq[s-z]* related files to equivalent tq* | Michele Calgaro | 2024-09-12 | 482 | -2491/+2489 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h) | Michele Calgaro | 2024-09-04 | 461 | -2585/+2581 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> |