summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Collapse)AuthorAgeFilesLines
* Use empty d->cString for TQString::shared_null instead of null string.Slávek Banko2022-03-221-2/+2
| | | | | | | | This restores consistency for the behavior of methods TQString::utf8() and TQString::local8Bit() with null TQStrings. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit aec367ef2804c74f4ef5d5d647c43b7e65e12f67)
* Avoid changes of d->cString for TQString::shared_null to make the value ↵Slávek Banko2022-03-221-4/+13
| | | | | | | | | reliable. This precedes unnecessary allocations, potential use after free and crashes. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit e919ffc1ec291cc393e48ea0b9b2580a7a4f954a)
* Fix FTBFS with compiler's options(gcc): -Werror=format-security -Wformatgregory guy2022-01-301-3/+3
| | | | | Signed-off-by: gregory guy <[email protected]> (cherry picked from commit 3d5e557e4087bab76025f907faf3f3953a8f9988)
* Added tqDebug/tqWarning/tqFatal functions that takes a TQCStringMichele Calgaro2021-12-302-1/+20
| | | | | | | | argument. This fixes FTBFS of examples caused by previous ambiguous call and solves bug 3021. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 80dc1e5317f9bf799df2493381484b1b65e77b5f)
* Added utility functions tqDebug/tqWarning/tqFatal based on TQString parameter.Michele Calgaro2021-12-302-48/+85
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit d63a113c5c0f9d43d71fc6486244b4382459a07a)
* tools: fix to use `pthread_t` for Thread IDOBATA Akio2021-12-291-10/+10
| | | | | | | | | | | | 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]> (cherry picked from commit 7e4fc64d69e8211cbe6e6fed33998ecab29c873d)
* Add unicode points so that upper() and lower() functions work for:r14.0.10Ray-V2021-04-171-964/+981
| | | | | | | | | | - latin letter sharp s - latin letter glottal stop - greek lunate sigma symbol - greek letter san Signed-off-by: Ray-V <[email protected]> (cherry picked from commit 2fbf9ffbc6c2da604d5e47801f83e4423a4dc2b3)
* Fixed broken Q_FULL_TEMPLATE_INSTANTIATION define (renamed to ↵Michele Calgaro2021-02-132-7/+7
| | | | | | | TQ_FULL_TEMPLATE_INSTANTIATION). Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 0f480dc43f6a3dc50b438a17fc2526ca444065ec)
* Fixed minor typo in H file include names.Michele Calgaro2020-05-231-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 4a8f6dd3c5aa6cce4f4b01fdce9692d6223baba8)
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-3012-114/+114
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 99e56ba8db70324cc5c7ab416a3b48171613bd59)
* Fix FTBFS when building with musl libc.Slávek Banko2019-12-111-0/+1
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit da15dfe6d7ec8cd62964b99e56200a8adc7c8bf5)
* Change tests for glibc version.Slávek Banko2019-06-122-6/+6
| | | | | | | | It resolves building with libc libraries other than glibc - for example musl libc. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 1aa221a2bc0a5c2f13a8d95af76a755b3c731251)
* This fixes bug: 639gregory guy2019-06-011-0/+1
| | | | | | | | | | | | | | | | Add desktop files for: - tqassistant - tqdesigner - tqlinguist - tqtconfig 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 <[email protected]> (cherry picked from commit 6131b4262eeb4093cc5c44ddee97b3da75c5f523)
* Reintroduced debug, warning and fatal functions since this are part ofMichele Calgaro2019-04-271-0/+89
| | | | | | R14.0.x API. Signed-off-by: Michele Calgaro <[email protected]>
* Added timestamp to debug functions (tqDebug, tqWarning, tqFatal).Michele Calgaro2019-04-271-94/+13
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 835a7b87e78338bed2795a47c1abefa60935e84d)
* Make use of TQString::utf8() and TQString::local8Bit() safe for conversion ↵Slávek Banko2019-02-102-8/+27
| | | | | | | to char*. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 4e83f4f200f4832280808796694495ebb20070b6)
* Improved class name used in previous commit. Suggestion comes fromMichele Calgaro2018-11-011-1/+1
| | | | | | | | Slavek :-) Signed-off-by: Michele Calgaro <[email protected]> Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 9226c02de91e8f4c50552186fe696d82771f70fa)
* Fixed FTBFS caused by name conflict with new postgres server dev 11 package.Michele Calgaro2018-11-011-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 7c9a149f4ce92375b22e16ccfe0b348fc8547f20)
* Fix FTBFS with stricter C++11Slávek Banko2018-08-191-4/+4
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 017e8dbffe8919583bb9a3828f9cd8a61505659b)
* Do not force POSIX mutexes on FreeBSDSlávek Banko2017-03-121-2/+2
| | | | | | | | This relates to bug 2462 See comments on bug 2744 Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 9bbdfea568b8ae52b76aa8366612130403158320)
* Automated update from Qt3r14.0.0Timothy Pearson2014-12-061-2/+6
|
* Automated update from Qt3Timothy Pearson2014-10-061-1/+24
|
* Enhance warning verbosity in TQFile (unix)François Andriot2014-09-161-9/+9
|
* Automated update from Qt3Timothy Pearson2014-09-124-6/+36
|
* Fix FTBFS on Linux specific memlock codeFrançois Andriot2014-09-071-0/+6
|
* Fix FTBFS because invalid data conversion in qmutexFrançois Andriot2014-09-071-2/+3
|
* Improvements to TQValueList. This may relate to bug 1820Michele Calgaro2014-08-021-20/+22
|
* Fix potential null pointer dereferenceSlávek Banko2014-05-231-2/+2
|
* Enabled operator->() for class QValueListIterator.Michele Calgaro2014-03-171-6/+2
|
* Automated update from Qt3Timothy Pearson2013-12-281-3/+3
|
* Automated update from Qt3Timothy Pearson2013-12-221-0/+15
|
* Automated update from Qt3Timothy Pearson2013-12-171-64/+69
|
* Automated update from Qt3Timothy Pearson2013-12-171-53/+20
|
* Automated update from Qt3Timothy Pearson2013-11-031-0/+1
|
* Automated update from Qt3Timothy Pearson2013-10-161-1/+1
|
* Private headers moved out from public include directorySlávek Banko2013-08-141-2/+2
|
* Automated update from Qt3Timothy Pearson2013-06-101-3/+18
|
* Automated update from Qt3Timothy Pearson2013-05-144-85/+292
|
* Automated update from Qt3Timothy Pearson2013-05-075-15/+15
|
* Automated update from Qt3Timothy Pearson2013-04-222-28/+335
|
* Automated update from Qt3Timothy Pearson2013-03-212-6/+87
|
* Automated update from Qt3Timothy Pearson2012-12-073-0/+32
|
* Automated update from Qt3Timothy Pearson2012-12-064-2/+33
|
* Automated update from Qt3Timothy Pearson2012-09-101-0/+13
|
* Automated update from Qt3Timothy Pearson2012-08-071-2/+2
|
* Automated update from Qt3Timothy Pearson2012-07-282-2/+2
|
* Automated update from Qt3Timothy Pearson2012-06-271-35/+45
|
* Automated update from Qt3Timothy Pearson2012-06-1730-361/+361
|
* Automated update from qt3Timothy Pearson2012-03-061-2/+2
|
* Automated conversion from qt3Timothy Pearson2012-02-2841-414/+414
|