| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
This restores consistency for the behavior of methods TQString::utf8()
and TQString::local8Bit() with null TQStrings.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e99bbda7347d35833da0876bc745d5e0b6c18c2b)
|
|
|
|
|
|
|
|
|
| |
reliable.
This precedes unnecessary allocations, potential use after free and crashes.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 93058fb0a38cbab73683463cfa571fd622baa980)
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 <obache@wizdas.com>
(cherry picked from commit 1e77a5569b098c6b81c54d165cb189a316669dce)
|
|
|
|
|
|
|
|
|
|
| |
- latin letter sharp s
- latin letter glottal stop
- greek lunate sigma symbol
- greek letter san
Signed-off-by: Ray-V <ray-v@inbox.lv>
(cherry picked from commit 03d5d596467eb307337b1127c75e670b2c896dce)
|
|
|
|
|
|
|
|
| |
argument. This fixes FTBFS of examples caused by previous ambiguous
call and solves bug 3021.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 300c4d2bd2c289d32565a3c2c84b36565241b71e)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2c29133f7ee2a270da8d8504345390a1d60e80fa)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 961eb3f6e276b4a3609328a3076ef790026e9c03)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 40078adb6a8c30c177858e3eb21b074c5b49521a)
|
|
|
|
|
|
|
|
| |
It resolves building with libc libraries
other than glibc - for example musl libc.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit edad20d4f9ef3de0b91c163361803f12fc7212bc)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add desktop files for:
- assistant-qt3
- designer-qt3
- linguist-qt3
- qtconfig-qt3
These files have been made with the contribution of Laurent Dard's
patch (see bugzilla:639) with little change/addition from I.
Add 'sysshare' option to the configure script.
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 7c13f5df2fbd64512a99b66f633abb0fd7f87d35)
|
|
|
|
|
|
| |
R14.0.x API.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3ae061484d7a4098029d54af72963a163f421312)
|
|
|
|
|
|
|
| |
char*.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0a1966b25e36fbca6263b656fec8de9d42770f8d)
|
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 19ef3e4359eed834049596c7bc07cb18b204a2f1)
|
|
|
|
|
|
|
| |
package.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4a5da4685a8607a87602e065d1e3abdbf66c9ff9)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 5431226296e2607b37b4f666ee970bddb5fd5707)
|
|
|
|
|
|
|
|
| |
This relates to bug 2462
See comments on bug 2744
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e70f5ecf7693b63d3221c590ae05414307515451)
|
|
|
|
| |
object was previously created
|
| |
|
| |
|
|
|
|
|
|
|
| |
Add long long int support to TQTextStream
Fix potential segmentation fault in QValueList
Fix library naming in TQT Plugins
This relates to Bug 2107
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This relates to Bug 1780
|
| |
|
|
|
|
| |
This improves performance at no real cost, as the TQString class is not thread safe elsewhere
|
|
|
|
|
|
| |
populateControlElementDataFromWidget
Remove unneeded mutex locks around certain TQString operations
|
| |
|
| |
|
|
|
|
|
| |
This resolves Bug 1521
Make double free or delete of QString objects more obvious
|
|
|
|
|
| |
Add proper thread termination handler
This partially resolves Bug 1508
|
|
|
|
| |
This partially resolves Bug 1467
|
|
|
|
| |
Fix designer build warnings
|
|
|
|
|
| |
Enhance thread safety when making event calls
Minor cleanup of whitespace in glib event loop
|
| |
|
| |
|
| |
|
|
|
|
| |
Thanks to Bruce Sass for the patch!
|
|
|
|
| |
IO device failure
|
| |
|
| |
|
| |
|
|
|
|
| |
This must break binary compatibility, so version was also bumped to 3.4.0
|
|
|
|
| |
Related to Bug 637
|
|
|
|
| |
This partially closes Bug 696
|
| |
|
| |
|