This website works better with JavaScript.
5b4e4b0285
fix all loops with empty body
r14.1.x
Denis Kozadaev
2026-01-11 13:01:10 +0300
37a07263c7
fix all loops with empty body
master
Denis Kozadaev
2026-01-11 13:01:10 +0300
ba7982b9d2
concatenating char and a string
Denis Kozadaev
2026-01-11 12:54:15 +0300
943a094971
concatenating char and a string
Denis Kozadaev
2026-01-11 12:54:15 +0300
7f2c47668f
fix ambiguous of operations
logical_operand
Denis Kozadaev
2026-01-11 15:19:54 +0300
76d225e2c2
fix casting an integer value to a pointer
cast_size_t_to_void_ptr
Denis Kozadaev
2026-01-11 15:14:27 +0300
331a0d4fea
Remove unusued Q_NO_EXCEPTIONS
Michele Calgaro
2026-01-11 11:45:58 +0900
033eea3256
Translated using Weblate (Russian)
Andrei Stepanov
2026-01-10 02:17:27 +0000
798ac2b0c5
Drop support for Watcom compiler, which is not c++17 compliant. Also remove some left over files that should have been deleted when support for SCO was removed.
Michele Calgaro
2026-01-06 17:42:56 +0900
43ae5aadf4
Drop support for Watcom compiler, which is not c++17 compliant. Also remove some left over files that should have been deleted when support for SCO was removed.
Michele Calgaro
2026-01-06 17:42:56 +0900
6b5960c0e9
rename qmake to tqmake
feat/tqmake
Michele Calgaro
2024-11-04 13:01:41 +0900
074d585cc3
Remove definition of TQ_DUMMY_COMPARISON_OPERATOR
Michele Calgaro
2026-01-01 19:54:35 +0900
6727c1b1c9
Remove usage of TQ_FULL_TEMPLATE_INSTANTIATION and TQ_DUMMY_COMPARISON_OPERATOR. The #defines were used for some very old compilers which had issues with template instantiation. We are now using c++17 compilers, so this is unnecessary.
Michele Calgaro
2026-01-01 19:03:47 +0900
45d592deb6
Remove usage of TQ_FULL_TEMPLATE_INSTANTIATION and TQ_DUMMY_COMPARISON_OPERATOR. The #defines were used for some very old compilers which had issues with template instantiation. We are now using c++17 compilers, so this is unnecessary.
Michele Calgaro
2026-01-01 19:03:47 +0900
2c13edf0c0
Remove TQ_INLINE_TEMPLATES define
Michele Calgaro
2025-12-31 11:08:37 +0900
60ce9c848b
Remove usage of TQ_INLINE_TEMPLATES define. inline' is redundant in function template definitions, except for specific template specialization
Michele Calgaro
2025-12-31 11:06:26 +0900
a10deb1dd3
Remove usage of TQ_INLINE_TEMPLATES define. inline' is redundant in function template definitions, except for specific template specialization
Michele Calgaro
2025-12-31 11:06:26 +0900
9d53120e18
configure: use POSIX-compliant syntax for sed
Alexander Golubev
2025-12-29 23:07:14 +0300
c7a23a1e57
configure: use POSIX-compliant syntax for sed
Alexander Golubev
2025-12-29 23:07:14 +0300
a62eb94402
Do not assume sed is a GNU version
Denis Kozadaev
2025-12-29 16:19:43 +0300
b7e9211071
Remove Q_CANNOT_DELETE_CONSTANT define. We are using c++17 compilers, this should no longer be needed.
Michele Calgaro
2025-12-28 21:14:39 +0900
0b8194043a
Remove Q_CANNOT_DELETE_CONSTANT define. We are using c++17 compilers, this should no longer be needed.
Michele Calgaro
2025-12-28 21:14:39 +0900
e28df018f2
Remove Q_NO_EXPLICIT_KEYWORD and Q_EXPLICIT macros. We are using c++17 compilers, so 'explicit' is supported.
Michele Calgaro
2025-12-28 17:25:10 +0900
1df9f28205
Remove Q_NO_EXPLICIT_KEYWORD and Q_EXPLICIT macros. We are using c++17 compilers, so 'explicit' is supported.
Michele Calgaro
2025-12-28 17:25:10 +0900
5dd3e92430
Remove Q_NO_BOOL_TYPE define. We are using c++17 compilers, so bool is always available.
Michele Calgaro
2025-12-28 18:13:38 +0900
0b8fe7da6f
Remove Q_NO_BOOL_TYPE define. We are using c++17 compilers, so bool is always available.
Michele Calgaro
2025-12-28 18:13:38 +0900
7bf7f80f35
Remove BSD g++ 3.4 spec since such old version does not provide a c++17 compiler
Michele Calgaro
2025-12-28 18:44:18 +0900
be6b00dc63
Remove BSD g++ 3.4 spec since such old version does not provide a c++17 compiler
Michele Calgaro
2025-12-28 18:44:18 +0900
1aa5da9f00
Remove Q_BROKEN_TEMPLATE_SPECIALIZATION define. We are using c++17 compilers, so template specialization are supported.
Michele Calgaro
2025-12-28 18:02:00 +0900
9e057c68de
Remove Q_BROKEN_TEMPLATE_SPECIALIZATION define. We are using c++17 compilers, so template specialization are supported.
Michele Calgaro
2025-12-28 18:02:00 +0900
436a341850
Replace TRUE/FALSE with boolean values true/false - part 11 (for R14.1.x only)
Michele Calgaro
2025-12-27 22:50:54 +0900
07b2200fce
Fix FTBFS caused by typo in previous commit
Michele Calgaro
2025-12-27 23:04:09 +0900
06d6a300dc
Fix FTBFS caused by typo in previous commit
Michele Calgaro
2025-12-27 23:04:09 +0900
ff89dd5cc3
Replace TRUE/FALSE with boolean values true/false - part 10
Michele Calgaro
2025-12-26 14:08:52 +0900
50326e196a
Replace TRUE/FALSE with boolean values true/false - part 10
Michele Calgaro
2025-12-26 14:08:52 +0900
062b8a47d5
Add detection of supported c++ standards and require c++17.
Michele Calgaro
2025-12-20 22:43:49 +0900
854c5d5c9c
Add detection of supported c++ standards and require c++17.
Michele Calgaro
2025-12-20 22:43:49 +0900
791b5390e6
Replace TRUE/FALSE with boolean values true/false - part 9
Michele Calgaro
2025-12-22 12:05:18 +0900
a4ebd73f48
Replace TRUE/FALSE with boolean values true/false - part 9
Michele Calgaro
2025-12-22 12:05:18 +0900
3a477fb708
Replace TRUE/FALSE with boolean values true/false - part 8
Michele Calgaro
2025-12-08 15:17:51 +0900
7d612f7c91
Replace TRUE/FALSE with boolean values true/false - part 8
Michele Calgaro
2025-12-08 15:17:51 +0900
e4085a83c1
Replace TRUE/FALSE with boolean values true/false - part 7
Michele Calgaro
2025-12-06 17:33:43 +0900
5a863a8932
Replace TRUE/FALSE with boolean values true/false - part 7
Michele Calgaro
2025-12-06 17:33:43 +0900
0ee946e4cf
Replace TRUE/FALSE with boolean values true/false - part 6
Michele Calgaro
2025-12-05 18:54:52 +0900
771af909e7
Replace TRUE/FALSE with boolean values true/false - part 6
Michele Calgaro
2025-12-05 18:54:52 +0900
ceb93b10fa
Replace TRUE/FALSE with boolean values true/false - part 5
Michele Calgaro
2025-12-05 09:16:19 +0900
d9f24c630d
Replace TRUE/FALSE with boolean values true/false - part 5
Michele Calgaro
2025-12-05 09:16:19 +0900
b87533f990
Replace TRUE/FALSE with boolean values true/false - part 4
Michele Calgaro
2025-11-26 15:11:22 +0900
4d49517504
Replace TRUE/FALSE with boolean values true/false - part 4
Michele Calgaro
2025-08-06 11:29:57 +0900
cf2c861370
Translated using Weblate (Spanish (Argentina))
Alejo Fernández
2025-11-08 12:11:18 +0000
007f4cd408
Translated using Weblate (Spanish (Argentina))
Alejo Fernández
2025-11-08 12:10:39 +0000
c9f482b7e8
Translated using Weblate (Russian)
Dmitriy Popov
2025-11-02 11:02:44 +0000
1ebfddae32
Update translations binary files because they are not generated during build.
Slávek Banko
2025-10-30 01:33:55 +0100
7617324fe1
Translated using Weblate (Chinese (Simplified Han script))
Toad114514
2025-09-11 14:18:55 +0000
8d7156f36b
Translated using Weblate (Swedish)
Simon Stockhaus
2025-08-30 20:01:47 +0000
ea49fdfe45
Translated using Weblate (Swedish)
Simon Stockhaus
2025-08-25 22:03:18 +0000
92a7d49199
Translated using Weblate (Swedish)
Simon Stockhaus
2025-08-24 22:32:45 +0000
0941aca858
Added translation using Weblate (Swedish)
Simon Stockhaus
2025-08-24 22:31:47 +0000
95299c3781
Translated using Weblate (Spanish (Argentina))
Alejo Fernández
2025-08-22 19:39:42 +0000
894037c3e6
Amend to previous 'replace TRUE/FALSE' commit
r14.1.5
Michele Calgaro
2025-07-31 15:41:12 +0900
649c4c61a1
Amend to previous 'replace TRUE/FALSE' commit
Michele Calgaro
2025-07-31 13:49:02 +0900
6e4a70d41a
Replace TRUE/FALSE with boolean values true/false - part 3
Michele Calgaro
2025-07-31 13:38:31 +0900
6dd781c483
Replace TRUE/FALSE with boolean values true/false - part 3
Michele Calgaro
2025-07-26 11:44:58 +0900
ff56b6fec1
Translated using Weblate (Russian)
Dmitriy Popov
2025-07-28 08:53:08 +0000
ed67ad10dd
Call TQApplication::coreThread() in a static manner
Alexander Golubev
2025-07-27 15:36:29 +0300
d346b0f7af
Rename 'guiThread' and related functions to 'coreThread'.
Michele Calgaro
2025-06-13 15:22:11 +0900
9dd0629343
Translated using Weblate (Russian)
Dmitriy Popov
2025-07-25 06:48:15 +0000
7d493ba61b
Translated using Weblate (Russian)
Alexander Golubev
2025-07-24 05:53:54 +0000
edb4a7af2c
Translated using Weblate (Russian)
Dmitriy Popov
2025-07-23 04:37:21 +0000
01127affde
Translated using Weblate (Russian)
Alexander Golubev
2025-07-20 04:06:21 +0000
d78179f531
Translated using Weblate (Russian)
Alexander Golubev
2025-07-20 05:22:48 +0000
a0bbc9c8cc
Translated using Weblate (Russian)
Alexander Golubev
2025-07-20 12:02:57 +0000
ae0d3e837c
Translated using Weblate (Russian)
Alexander Golubev
2025-07-20 02:37:32 +0000
53a912a2a0
Translated using Weblate (Russian)
Andrei Stepanov
2025-07-19 22:06:39 +0000
82978bc121
Translated using Weblate (Russian)
Andrei Stepanov
2025-07-19 22:08:01 +0000
30f1c807b9
Translated using Weblate (Russian)
Andrei Stepanov
2025-07-19 22:06:17 +0000
df13b473c4
Translated using Weblate (Russian)
Andrei Stepanov
2025-07-19 22:08:27 +0000
12d7391907
Translated using Weblate (Russian)
Dmitriy Popov
2025-07-15 09:16:24 +0000
6c6e22d971
Translated using Weblate (Russian)
Dmitriy Popov
2025-07-15 09:49:48 +0000
46d577e06d
Added translation using Weblate (Russian)
Dmitriy Popov
2025-07-15 09:15:10 +0000
81ade12909
Replace TRUE/FALSE with boolean values true/false - part 2
Michele Calgaro
2025-07-01 22:09:14 +0900
c03a480087
Replace TRUE/FALSE with boolean values true/false - part 2
Michele Calgaro
2025-07-01 22:09:14 +0900
030b165ac1
Translated using Weblate (Spanish (Argentina))
Alejo Fernández
2025-07-02 19:15:26 +0000
8ce77e597b
Translated using Weblate (Russian)
Alexander Golubev
2025-07-01 11:16:14 +0000
93f799eb02
Translated using Weblate (Russian)
Alexander Golubev
2025-07-01 11:16:50 +0000
de71815bbf
Translated using Weblate (Russian)
Andrei Stepanov
2025-06-28 05:51:24 +0000
35ced32e33
Replace TRUE/FALSE with boolean values true/false - part 1
Michele Calgaro
2025-05-30 14:27:29 +0900
a7f1e6e255
Replace TRUE/FALSE with boolean values true/false - part 1
Michele Calgaro
2025-05-30 14:27:29 +0900
7dd4848d61
Fix handling of socket notifier events in gmainloop functions. This resolves issue #231 .
Michele Calgaro
2025-06-16 18:37:59 +0900
2584dba8aa
Fix handling of socket notifier events in gmainloop functions. This resolves issue #231 .
Michele Calgaro
2025-06-16 18:37:59 +0900
e190684fba
Translated using Weblate (Spanish (Argentina))
Alejo Fernández
2025-06-15 14:47:58 +0000
704f560840
Added translation using Weblate (Spanish)
titae
2025-06-15 23:48:06 +0000
d4981524d7
Improve X11 'ProcessEvents()' with some code from the equivalent glib version
Michele Calgaro
2025-06-13 09:20:18 +0900
d7d6cb2151
Explicitly add 'ExcludeTimers' to 'ProcessEvent' enum
Michele Calgaro
2025-06-11 13:39:33 +0900
5e1b310560
Do not check for expired TQt timers in 'gsourcePrepare' and 'gsourceCheck' since timers are only activated by the main GUI thread in 'gsourceDispatch'. This solves issue TDE/tdebase#635 .
Michele Calgaro
2025-06-11 13:16:25 +0900
9735ca1c13
Improve X11 'ProcessEvents()' with some code from the equivalent glib version
Michele Calgaro
2025-06-13 09:20:18 +0900
5e8114b6f0
Explicitly add 'ExcludeTimers' to 'ProcessEvent' enum
Michele Calgaro
2025-06-11 13:39:33 +0900
6da60fd237
Do not check for expired TQt timers in 'gsourcePrepare' and 'gsourceCheck' since timers are only activated by the main GUI thread in 'gsourceDispatch'. This solves issue TDE/tdebase#635 .
Michele Calgaro
2025-06-11 13:16:25 +0900
ab450526c7
Translated using Weblate (Russian)
Dmitriy Popov
2025-05-30 07:10:01 +0000
5d5632c2ce
Translated using Weblate (Russian)
Dmitriy Popov
2025-05-29 04:02:04 +0000