summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added translation using Weblate (Spanish (Argentina))HEADmasterSlávek Banko2 days1-0/+70
|
* Added translation using Weblate (Spanish (Argentina))Slávek Banko2 days1-0/+1934
|
* Remove 'grp' from TQChar since now surrogate pairs are correctly supportedMichele Calgaro5 days3-69/+18
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Move TQChar code to standalone files tqchar.{h,cpp}Michele Calgaro5 days17-1465/+1705
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* Drop support for discontinued DGUXMichele Calgaro2025-02-0411-202/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* Fix FTBFS with gcc 15. This resolves issue #214Michele Calgaro2025-01-292-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* Drop code for obsolete FreeType 1Michele Calgaro2025-01-1012-710/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove support for Tru64, OSF and SCO v3.2Michele Calgaro2025-01-0734-1100/+36
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename Q_EXPORT to TQ_EXPORTMichele Calgaro2025-01-0242-165/+165
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove support for Metrowerks compilerMichele Calgaro2025-01-0125-2674/+18
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove unnecessary filesMichele Calgaro2024-12-292-135/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename *.html files that were missed out during previous qt->tqt renamingMichele Calgaro2024-12-258-38/+38
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove support for discontinued Reliant/Sinix unixMichele Calgaro2024-11-0711-368/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* Drop Borland compiler specific codeMichele Calgaro2024-10-28120-3441/+45
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix up left over stuff from commit 397b9afaMichele Calgaro2024-10-264-204/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Move time related functions from tqtinterface/tqapplication.{h,cpp}Michele Calgaro2024-10-222-0/+27
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*Michele Calgaro2024-10-22806-2469/+2657
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove leftover header file. Should have been removed in commit 6964feedMichele Calgaro2024-10-201-1/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove unnecessary references to developer local foldersMichele Calgaro2024-10-141378-1378/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename uic to tquicMichele Calgaro2024-10-1199-281/+281
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove use of glib thread code. Use pthread insteadMichele Calgaro2024-10-081-31/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix up leftover from commit 6964feed8Michele Calgaro2024-10-061-2/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename moc to tqmocMichele Calgaro2024-10-0679-640/+636
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* Remove obsolete Netscape plugin and its classesMichele Calgaro2024-10-03101-10364/+105
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* Fix fallover case for TQEvent::MetaCallMichele Calgaro2024-10-011-2/+8
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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/
* Fix possible SEGV if the sender object list was null and thread support enabledMichele Calgaro2024-09-241-13/+19
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove temporary code required for the tqinterface migration phase ↵Michele Calgaro2024-09-181-34/+5
| | | | | | introduced in commit 8ac0e970 Signed-off-by: Michele Calgaro <[email protected]>
* Rename private q* headers into equivalent tq*Michele Calgaro2024-09-13219-276/+276
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename remaining ntq[s-z]* related files to equivalent tq*Michele Calgaro2024-09-12482-2491/+2489
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)Michele Calgaro2024-09-04461-2585/+2581
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename remaining ntq[i-l]* related files to equivalent tq*Michele Calgaro2024-08-31231-909/+909
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename remaining ntq[d-h]* related files to equivalent tq*Michele Calgaro2024-08-31251-1432/+1432
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename remaining ntq[a-c]* related files to equivalent tq* (except ↵Michele Calgaro2024-08-29353-1759/+1759
| | | | | | ntqapplication.h and ntqconfig.h) Signed-off-by: Michele Calgaro <[email protected]>
* Remove obsolete ntqabstractlayout.h headerMichele Calgaro2024-08-2917-76/+7
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename global classes nt* related files to equivalent tq*Michele Calgaro2024-08-29299-621/+573
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename style nt* related files to equivalent tq*Michele Calgaro2024-08-29151-732/+732
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Improve handling of the global post event list in order to minimize possible ↵Michele Calgaro2024-08-233-77/+92
| | | | | | | | | | | | | | crashes on exit. Key points: 1. a TQPostEventList can now have an associated mutex, which is used in case of the global post event list (GPEL) 2. the lifetime of the GPEL is no longer associated to the lifetime of the TQApplication object, but rather extended to the lifetime of the main thread. The GPEL is a static local initialized on first access and destroyed when the global static object destructor is invoked 3. access to the GPEL after the TQApplication object has been destroyed has been minimized by protecting calls in ~TQObject() and ~TQWidget(). 4. special care was taken not to affect performances or unnecessarily create tons of unused TQMutexes This replaces PR #182. Technically it is still possibly unsafe due to the order of destruction of the globat static objects not being guaranteed across multiple compilation units, but the aforementioned changes should minimize (possible to zero) the chances of a SEGV happening. Signed-off-by: Michele Calgaro <[email protected]>
* Rename layout nt* related files to equivalent tq*Michele Calgaro2024-08-16411-3089/+3090
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Added check for tqApp pointer in TQWidget destructorormorph2024-08-161-2/+2
| | | | | | Necessary for the application to shut down properly Signed-off-by: ormorph <[email protected]>