Slávek Banko
85be5e5f9a
Added translation using Weblate (Spanish (Argentina))
4 months ago
Slávek Banko
2331d65668
Added translation using Weblate (Spanish (Argentina))
4 months ago
Slávek Banko
c81f40d305
Added translation using Weblate (Spanish (Argentina))
4 months ago
Slávek Banko
4f6bb4e341
Added translation using Weblate (Spanish (Argentina))
4 months ago
Slávek Banko
893de4302d
Add missing templates for translations.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 months ago
Slávek Banko
0b4511e5d5
Update translations binary files
...
because they are not generated during build.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 months ago
Michele Calgaro
3143d2d40a
Fix usage of condition variable in TQThread which could lead to a thread 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>
6 months ago
Alejo Fernández
edd8dbb5de
Translated using Weblate (Spanish (Argentina))
...
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/
6 months ago
Slávek Banko
c68a6387dd
Fix a typo and thus FTBFS from the recent commit.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 months ago
Slávek Banko
3eed64757e
Added translation using Weblate (Spanish (Argentina))
7 months ago
Slávek Banko
875dffaa6e
Added translation using Weblate (Spanish (Argentina))
7 months ago
Michele Calgaro
a69ae19e8b
Remove 'grp' from TQChar since now surrogate pairs are correctly supported
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 months ago
Michele Calgaro
3ad431df9a
Move TQChar code to standalone files tqchar.{h,cpp}
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 months ago
Toad114514
4c88497ef3
Added translation using Weblate (Chinese (Simplified))
8 months ago
Michele Calgaro
9c648bea9b
Fix editing of text containing surrogate characters.
...
This relates to issue #162 .
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 months ago
Matias Fonzo
98a90524a1
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (452 of 452 strings)
Translation: dependencies/tqt3
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/es/
8 months ago
Michele Calgaro
486aa07930
Extend work on supporting surrogate characters done in commit e0a38072
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 months ago
Michele Calgaro
46f42bcd5a
Drop support for discontinued DGUX
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 months ago
Michele Calgaro
c5cda03125
Add support for surrogate pairs to TQChar API.
...
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>
8 months ago
Michele Calgaro
d517cda6bd
Fix FTBFS with gcc 15. This resolves issue #214
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 months ago
Michele Calgaro
e0a38072cf
Add support for Unicode surrogate characters and planes above zero.
...
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>
9 months ago
Michele Calgaro
ccd304b2a6
Drop code for obsolete FreeType 1
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 months ago
Michele Calgaro
2b0ea37581
Remove support for Tru64, OSF and SCO v3.2
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 months ago
Michele Calgaro
01d46198d1
Rename Q_EXPORT to TQ_EXPORT
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 months ago
Michele Calgaro
37293565c3
Remove support for Metrowerks compiler
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 months ago
Michele Calgaro
7eccd2d016
Remove unnecessary files
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 months ago
Michele Calgaro
6cee20f4cb
Rename *.html files that were missed out during previous qt->tqt renaming
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 months ago
Michele Calgaro
792e93f6e9
Remove support for discontinued Reliant/Sinix unix
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago
Michele Calgaro
5b77d97baf
Rename tqrtlcodec-h.html into tqhebrewcodec-h.html
...
This was missed out in commit c113da20
.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago
Michele Calgaro
c489c62c17
Update tqt-mt.pc to export the same parameters previously exported in tqt.pc and tqtqui.pc.
...
Required to drop tqtinterface.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago
Michele Calgaro
69e1261df6
Drop Borland compiler specific code
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago
Michele Calgaro
c9a75bccc6
Fix up left over stuff from commit 397b9afa
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago
Michele Calgaro
fed2da8d26
Move time related functions from tqtinterface/tqapplication.{h,cpp}
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago
Michele Calgaro
397b7afa8e
Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago
Michele Calgaro
755d46927c
Remove leftover header file. Should have been removed in commit 6964feed
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
c6a6cade3c
Remove unnecessary references to developer local folders
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
e93b60dfa2
Rename uic to tquic
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
8066b05478
Remove use of glib thread code. Use pthread instead
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
1e335369f9
Fix up leftover from commit 6964feed8
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
587657561b
Rename moc to tqmoc
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
4161606c30
Remove documentation for Motif extension classes. Those classes are not included in tqt3 source code
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
6964feed83
Remove obsolete Netscape plugin and its classes
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
81288cfcb6
Make sure to release thread resources back to the OS once the thread completes.
...
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>
1 year ago
Michele Calgaro
24b42848c1
Fix fallover case for TQEvent::MetaCall
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
0d546f99ae
Translated using Weblate (Italian)
...
Currently translated at 100.0% (452 of 452 strings)
Translation: dependencies/tqt3
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/it/
1 year ago
Michele Calgaro
8e65307661
Fix possible SEGV if the sender object list was null and thread support enabled
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
232dd26c83
Remove temporary code required for the tqinterface migration phase introduced in commit 8ac0e970
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
8721929234
Rename private q* headers into equivalent tq*
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
6f57abfc9c
Rename remaining ntq[s-z]* related files to equivalent tq*
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
0582c90a9e
Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago