| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
This resolves TDE/tdebase#421.
Signed-off-by: Mavridis Philippe <[email protected]>
(cherry picked from commit aec0061106cfff96bb21499850c863b0054ecb5f)
|
|
|
|
|
|
|
|
|
| |
A new README with markdown format, updated information on TQt, contributor section and translations status.
The old README has been preserved as README.Qt3 for historical reasons.
Signed-off-by: Mavridis Philippe <[email protected]>
(cherry picked from commit fd6c582f15723514abc973aef946c1dfd895e7e2)
|
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
Signed-off-by: ormorph <[email protected]>
(cherry picked from commit 6e5c7efaca8c387084817cf1bea6459f5b4e03c2)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 5eccf2a5e3f08b708221dd5a2042eeb58f176cf1)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 089d5266f0fbf9be6612e9c5f92a3f008f29241c)
|
|
|
|
|
|
|
| |
QIODevice with TQ* version
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit b35e0845dc9b3c8b9a5e52a682c769f383933fae)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 1ba13366a7a377d50b9e8df9044ce11d8209f98c)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 926102a455014e6ab308aaced19e32eed7ed4414)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit fd565e9bad03fc401559959b8c3a5f8e3d819b2f)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 7c116f3bf7ce2c552af7dd8709ee6e726844ef20)
|
|
|
|
|
|
|
|
|
| |
Signed-off-by: Denis Kozadaev <[email protected]>
init structure without condition
Signed-off-by: Denis Kozadaev <[email protected]>
(cherry picked from commit 47f034c129653352ebf258000765f98f1910f2f4)
|
|
|
|
|
|
|
|
|
| |
Commit b167d09c was functionally incorrect and is causing issues on
selected distributions.
This reverts commit b167d09c43be6c8b7d30f0d4fb1bf1e86c51b8a7.
This resolves issue TDE/tde#128.
(cherry picked from commit fb1f3d64451e8cc405b5db572e2c506564a05680)
|
|
|
|
|
| |
Signed-off-by: Bobby Bingham <[email protected]>
(cherry picked from commit 0b3c8dfbc927e2843c2c62842d53a723d1f1e727)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When using the pthreads recursive mutex, the level method was only able
to return either zero or one, but a recursive mutex can be locked more
than once.
Additionally, the way this detected if the mutex was already locked was
to test whether it can be locked again. If testing from the thread that
is currently holding the lock, this locking attempt always succeeds, and
therefore determines that the lock is _not_ held at all. This is
especially bad, as this operation only makes sense to perform from the
thread that holds the lock -- if any thread not holding the lock queries
the number of times the lock is held, that answer can change before the
thread can used it.
Signed-off-by: Bobby Bingham <[email protected]>
(cherry picked from commit 999cebcb5df0269d24d65db579a7c78a94053c2e)
|
|
|
|
|
| |
Signed-off-by: Denis Kozadaev <[email protected]>
(cherry picked from commit 4ff2cb8b3ccf77ba3e111ac37b3fe0ebb15199eb)
|
|
|
|
|
|
|
| |
This helps keeping the object root list shorter, speeding up operations
which require lot of TQObject trees. This relates to TDE/tdebase#309.
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
|
|
| |
ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
|
|
|
|
| |
Was commented out for no obvious reason
This resolves issue #64.
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
|
|
| |
because they are not generated during build.
Signed-off-by: Slávek Banko <[email protected]>
|
|
|
|
|
|
|
| |
This restores consistency for the behavior of methods TQString::utf8()
and TQString::local8Bit() with null TQStrings.
Signed-off-by: Slávek Banko <[email protected]>
|
|
|
|
|
|
|
|
| |
reliable.
This precedes unnecessary allocations, potential use after free and crashes.
Signed-off-by: Slávek Banko <[email protected]>
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (488 of 488 strings)
Translation: dependencies/tqt3
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (488 of 488 strings)
Translation: dependencies/tqt3
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
|
|
| |
remove duplicated include directives if found in UI files.
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
| |
Thread ID is opaque type pthread_t, it may not be compatible with integer,
and may integer with valid id `0`.
Change to store mutex owner thread ID as `pthread_t` type with valid flag
and compare with `pthread_equal()`,
and don't try to print it.
Signed-off-by: OBATA Akio <[email protected]>
|
|
|
|
| |
Signed-off-by: Emanoil Kotsev <[email protected]>
|
|
|
|
|
|
|
| |
Currently translated at 99.7% (463 of 464 strings)
Translation: dependencies/tqt3
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/es/
|
|
|
|
| |
Signed-off-by: Slávek Banko <[email protected]>
|
|
|
|
| |
Signed-off-by: gregory guy <[email protected]>
|
|
|
|
| |
Signed-off-by: Slávek Banko <[email protected]>
|
|
|
|
|
|
| |
g_thread_init() and g_thread_create().
Signed-off-by: gregory guy <[email protected]>
|
|
|
|
|
|
| |
namely: dilos-g++, freebsd-clang, linux-g++-32 and linux-g++-64
Signed-off-by: gregory guy <[email protected]>
|
|
|
|
|
|
|
|
|
| |
- latin letter sharp s
- latin letter glottal stop
- greek lunate sigma symbol
- greek letter san
Signed-off-by: Ray-V <[email protected]>
|
|
|
|
|
|
| |
unwantedly removed in commit a41a034902bb3aa75db4524978a174353b5de2fe.
Signed-off-by: Slávek Banko <[email protected]>
|
|
|
|
|
|
|
|
| |
a41a034902bb3aa75db4524978a174353b5de2fe, but there remained
the iconview module definition as standalone. This causes
incorrect BUILD_KEY and library configuration declaration.
Signed-off-by: Slávek Banko <[email protected]>
|
|
|
|
|
|
| |
TQ_FULL_TEMPLATE_INSTANTIATION).
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
| |
Signed-off-by: Slávek Banko <[email protected]>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Avoid parsing over the buffer limit, or interpreting non-hex as hex.
This still leaves parsing of lines longer than 300 chars unreliable.
Based on Qt5 patch for CVE-2020-17507.
Signed-off-by: Slávek Banko <[email protected]>
|
|
|
|
|
|
| |
because they are not generated during build.
Signed-off-by: Slávek Banko <[email protected]>
|
|
|
|
|
|
| |
linux-g++-32 mkspecs config files.
Signed-off-by: gregory guy <[email protected]>
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
| |
Signed-off-by: gregory guy <[email protected]>
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
| |
Signed-off-by: Slávek Banko <[email protected]>
|
|
|
|
|
|
| |
It result in unwanted RPATH reference from installed binaries.
Signed-off-by: OBATA Akio <[email protected]>
|