summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Collapse)AuthorAgeFilesLines
* Removed explicit usage of the 'register' keyword.Michele Calgaro2021-02-0112-114/+114
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 961eb3f6e276b4a3609328a3076ef790026e9c03)
* Fix FTBFS when building with musl libc.Slávek Banko2019-12-111-0/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 40078adb6a8c30c177858e3eb21b074c5b49521a)
* 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 <slavek.banko@axis.cz> (cherry picked from commit edad20d4f9ef3de0b91c163361803f12fc7212bc)
* This fixes bug: 639gregory guy2019-06-011-0/+1
| | | | | | | | | | | | | | | | | 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)
* Reintroduced debug, warning and fatal functions since this are part ofMichele Calgaro2019-06-011-0/+89
| | | | | | | R14.0.x API. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5151555c0ecf9acbc04f8384588e7f80a174f725)
* Added timestamp to debug functions (qDebug, qWarning, qFatal).Michele Calgaro2019-06-011-94/+13
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3ae061484d7a4098029d54af72963a163f421312)
* Make use of QString::utf8() and QString::local8Bit() safe for conversion to ↵Slávek Banko2019-02-102-9/+26
| | | | | | | char*. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (based on commit 0a1966b25e36fbca6263b656fec8de9d42770f8d)
* Improved class name used in previous commit. Suggestion comes from Slavek :-)Michele Calgaro2018-11-021-1/+1
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 19ef3e4359eed834049596c7bc07cb18b204a2f1)
* Fixed FTBFS caused by name conflict with new postgres server dev 11Michele Calgaro2018-11-021-1/+1
| | | | | | | package. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4a5da4685a8607a87602e065d1e3abdbf66c9ff9)
* Fix FTBFS with stricter C++11Slávek Banko2018-08-191-4/+4
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 5431226296e2607b37b4f666ee970bddb5fd5707)
* Try to avoid crashes if the destructor of a TQMap is called when no private ↵Timothy Pearson2015-12-151-2/+6
| | | | | | object was previously created (cherry picked from commit 997490223743e3bd40c3cedf5dc799243c6dad9e)
* Add support for the environment variables TQT_HOME_DIR and TQT_SYSTEM_DIRFrancois Andriot2015-12-151-1/+24
| | | | (cherry picked from commit f0cc3689b3b210e9e27e0367112790fd45565ee7)
* Enhance warning verbosity in TQFile (unix)François Andriot2015-12-151-9/+9
| | | | (cherry picked from commit fdc4699bcbf4b4900a8ad75974420193218fd2c2)
* Fix qmake shared library namingFrancois Andriot2015-12-154-6/+36
| | | | | | | | Add long long int support to TQTextStream Fix potential segmentation fault in QValueList Fix library naming in TQT Plugins This relates to Bug 2107 (cherry picked from commit b716176cec88f5fa604b637a947b44b9ff165d5a)
* Fix FTBFS because invalid data conversion in qmutexFrançois Andriot2015-12-151-2/+3
| | | | (cherry picked from commit a28cbf4837fbb1094ff790bf53cbec2dcab94a60)
* Improvements to QValueList. This may relate to bug 1820Michele Calgaro2015-12-151-20/+22
| | | | (cherry picked from commit 71a6d7870f609df603d9520a8d292055ea5928c3)
* Properly export ucm_instantiate in UCOM librariesTimothy Pearson2015-12-151-3/+3
| | | | | This relates to Bug 1780 (cherry picked from commit 586f37327632a9bb56daa95c3fe1d1b9353b5271)
* Private headers moved out from public include directorySlávek Banko2015-12-151-1/+1
| | | | (cherry picked from commit 571716ebf8f6f16b92e676c4e5986cae3e577686)
* Fix a number of threading problems and crashesTimothy Pearson2013-04-252-28/+335
| | | | | | This partially resolves Bug 1467 (part of the original commit) (cherry picked from commit 83d39cad274f592a43a3262926d215493caea0bc)
* Make basic integer QDataStream reads resistant to corruption from underlying ↵Timothy Pearson2013-04-201-35/+45
| | | | | | IO device failure (cherry picked from commit 5ab7fce9b284448b91ae2ae78aeb46a7c688adcf)
* Fix build warningsv3.5.13.1Timothy Pearson2012-08-042-2/+2
| | | | | Thanks to Bruce Sass for the patch! (cherry picked from commit ebcb1d80bf517aceb69778e1e9f67e5f4da8c484)
* Fix Qt3/TQt4 gcc 4.6 dependent program FTBFSTimothy Pearson2011-09-281-0/+2
|
* Apply gcc4.6 patches from UbuntuTimothy Pearson2011-07-222-0/+2
|
* Add Qt3 development HEAD versionTimothy Pearson2011-07-10120-0/+76485