index
:
tqt
feat/cmakeConv
feat/cmakeConv-r1
feat/dedup-tqobject
feat/delete-screen-intersect
feat/naive-dedup
feat/tqmake
fix/issue/142-r1
fix/no-thread
fix/tqtextcodec-locale-destr
fix/various
logical_operand
master
r14.0.x
r14.1.x
TQt toolkit
TDE Gitea Workspace
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added description to the subject in the manual page.
r14.1.x
Slávek Banko
2026-02-08
1
-1
/
+1
*
Use utf8 encoding for special characters in documentation.
Slávek Banko
2026-02-08
5
-14
/
+14
*
Cleaning up desktop files
Slávek Banko
2026-02-08
4
-17
/
+21
*
Remove support for Irix, which is discontinued and does not provide a c++17 c...
Michele Calgaro
2026-02-05
41
-1705
/
+21
*
Don't look up '0-serialized' pointers in TQGDict. This replaces PR #263
Michele Calgaro
2026-01-21
1
-7
/
+3
*
Fix typo in previous commit
Michele Calgaro
2026-01-18
1
-1
/
+0
*
Remove support for HPUX, which is discontinued and does not provide a c++17 c...
Michele Calgaro
2026-01-18
80
-2545
/
+126
*
fix all loops with empty body
Denis Kozadaev
2026-01-11
1
-15
/
+60
*
concatenating char and a string
Denis Kozadaev
2026-01-11
1
-2
/
+2
*
Drop support for Watcom compiler, which is not c++17 compliant.
Michele Calgaro
2026-01-06
7
-414
/
+0
*
Remove usage of TQ_FULL_TEMPLATE_INSTANTIATION and TQ_DUMMY_COMPARISON_OPERATOR.
Michele Calgaro
2026-01-01
43
-182
/
+2
*
Remove usage of TQ_INLINE_TEMPLATES define. inline' is redundant in function ...
Michele Calgaro
2026-01-01
13
-139
/
+123
*
configure: use POSIX-compliant syntax for sed
Alexander Golubev
2025-12-30
1
-1
/
+1
*
Remove Q_CANNOT_DELETE_CONSTANT define. We are using c++17 compilers,
Michele Calgaro
2025-12-29
3
-12
/
+0
*
Remove Q_NO_EXPLICIT_KEYWORD and Q_EXPLICIT macros.
Michele Calgaro
2025-12-28
13
-55
/
+13
*
Remove Q_NO_BOOL_TYPE define.
Michele Calgaro
2025-12-28
8
-115
/
+0
*
Remove BSD g++ 3.4 spec since such old version does not provide a c++17 compiler
Michele Calgaro
2025-12-28
2
-82
/
+0
*
Remove Q_BROKEN_TEMPLATE_SPECIALIZATION define.
Michele Calgaro
2025-12-28
24
-56
/
+0
*
Replace TRUE/FALSE with boolean values true/false - part 11 (for R14.1.x only)
Michele Calgaro
2025-12-27
11
-95
/
+85
*
Fix FTBFS caused by typo in previous commit
Michele Calgaro
2025-12-27
1
-1
/
+1
*
Replace TRUE/FALSE with boolean values true/false - part 10
Michele Calgaro
2025-12-27
90
-3064
/
+3027
*
Add detection of supported c++ standards and require c++17.
Michele Calgaro
2025-12-26
1
-2
/
+33
*
Replace TRUE/FALSE with boolean values true/false - part 9
Michele Calgaro
2025-12-26
74
-1538
/
+2682
*
Replace TRUE/FALSE with boolean values true/false - part 8
Michele Calgaro
2025-12-14
135
-3804
/
+3803
*
Replace TRUE/FALSE with boolean values true/false - part 7
Michele Calgaro
2025-12-07
53
-1481
/
+1479
*
Replace TRUE/FALSE with boolean values true/false - part 6
Michele Calgaro
2025-12-05
36
-1119
/
+1119
*
Replace TRUE/FALSE with boolean values true/false - part 5
Michele Calgaro
2025-12-05
22
-1066
/
+1066
*
Replace TRUE/FALSE with boolean values true/false - part 4
Michele Calgaro
2025-11-26
571
-5292
/
+5292
*
Amend to previous 'replace TRUE/FALSE' commit
r14.1.5
Michele Calgaro
2025-07-31
4
-10
/
+10
*
Replace TRUE/FALSE with boolean values true/false - part 3
Michele Calgaro
2025-07-31
292
-2627
/
+2627
*
Replace TRUE/FALSE with boolean values true/false - part 2
Michele Calgaro
2025-07-08
201
-1552
/
+1549
*
Replace TRUE/FALSE with boolean values true/false - part 1
Michele Calgaro
2025-06-25
219
-3290
/
+3289
*
Fix handling of socket notifier events in gmainloop functions.
Michele Calgaro
2025-06-18
2
-10
/
+19
*
Improve X11 'ProcessEvents()' with some code from the equivalent glib version
Michele Calgaro
2025-06-13
1
-10
/
+17
*
Explicitly add 'ExcludeTimers' to 'ProcessEvent' enum
Michele Calgaro
2025-06-13
7
-23
/
+23
*
Do not check for expired TQt timers in 'gsourcePrepare' and 'gsourceCheck'
Michele Calgaro
2025-06-13
1
-10
/
+14
*
Update readme to reflect the change from TQt3 to TQt
Michele Calgaro
2025-05-22
2
-26
/
+16
*
Add missing templates for translations.
Slávek Banko
2025-05-07
4
-0
/
+8232
*
Merge translation files from master branch.
r14.1.4
Slávek Banko
2025-04-17
7
-1
/
+2025
*
Fix usage of condition variable in TQThread which could lead to a thread bein...
Michele Calgaro
2025-03-23
1
-3
/
+5
*
Fix editing of text containing surrogate characters.
Michele Calgaro
2025-02-13
5
-17
/
+60
*
Extend work on supporting surrogate characters done in commit e0a38072
Michele Calgaro
2025-02-09
6
-105
/
+117
*
Drop support for discontinued DGUX
Michele Calgaro
2025-02-05
11
-233
/
+5
*
Add support for surrogate pairs to TQChar API.
Michele Calgaro
2025-01-30
7
-58
/
+82
*
Fix FTBFS with gcc 15. This resolves issue #214
Michele Calgaro
2025-01-30
2
-2
/
+2
*
Add support for Unicode surrogate characters and planes above zero.
Michele Calgaro
2025-01-12
7
-111
/
+72
*
Drop code for obsolete FreeType 1
Michele Calgaro
2025-01-12
12
-710
/
+2
*
Remove support for Tru64, OSF and SCO v3.2
Michele Calgaro
2025-01-08
34
-1213
/
+37
*
Remove support for discontinued Reliant/Sinix unix
Michele Calgaro
2025-01-08
11
-424
/
+3
*
Remove support for Metrowerks compiler
Michele Calgaro
2025-01-08
25
-2704
/
+18
[next]