Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make use of QString::utf8() and QString::local8Bit() safe for conversion to ↵ | Slávek Banko | 2019-02-10 | 2 | -8/+27 |
| | | | | | | | char*. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 0a1966b25e36fbca6263b656fec8de9d42770f8d) | ||||
* | Improved class name used in previous commit. Suggestion comes from Slavek :-) | Michele Calgaro | 2018-11-01 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Michele Calgaro <[email protected]> Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 19ef3e4359eed834049596c7bc07cb18b204a2f1) | ||||
* | Fixed FTBFS caused by name conflict with new postgres server dev 11 | Michele Calgaro | 2018-11-01 | 1 | -1/+1 |
| | | | | | | | package. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 4a5da4685a8607a87602e065d1e3abdbf66c9ff9) | ||||
* | Fix FTBFS with stricter C++11 | Slávek Banko | 2018-08-19 | 1 | -4/+4 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 5431226296e2607b37b4f666ee970bddb5fd5707) | ||||
* | Do not force POSIX mutexes on FreeBSD | Slávek Banko | 2017-03-12 | 1 | -2/+2 |
| | | | | | | | | This relates to bug 2462 See comments on bug 2744 Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit e70f5ecf7693b63d3221c590ae05414307515451) | ||||
* | Try to avoid crashes if the destructor of a TQMap is called when no private ↵r14.0.0 | Timothy Pearson | 2014-12-06 | 1 | -2/+6 |
| | | | | object was previously created | ||||
* | Add support for the environment variables TQT_HOME_DIR and TQT_SYSTEM_DIR | Francois Andriot | 2014-10-06 | 1 | -1/+24 |
| | |||||
* | Enhance warning verbosity in TQFile (unix) | François Andriot | 2014-09-16 | 1 | -9/+9 |
| | |||||
* | Fix qmake shared library naming | Francois Andriot | 2014-09-12 | 4 | -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 | ||||
* | Fix FTBFS on Linux specific memlock code | François Andriot | 2014-09-07 | 1 | -0/+6 |
| | |||||
* | Fix FTBFS because invalid data conversion in qmutex | François Andriot | 2014-09-07 | 1 | -2/+3 |
| | |||||
* | Improvements to QValueList. This may relate to bug 1820 | Michele Calgaro | 2014-08-02 | 1 | -20/+22 |
| | |||||
* | Fix potential null pointer dereference | Slávek Banko | 2014-05-23 | 1 | -2/+2 |
| | |||||
* | Enabled operator->() for class QValueListIterator. | Michele Calgaro | 2014-03-17 | 1 | -6/+2 |
| | |||||
* | Properly export ucm_instantiate in UCOM libraries | Timothy Pearson | 2013-12-28 | 1 | -3/+3 |
| | | | | This relates to Bug 1780 | ||||
* | Repair performance regression accidentally introduced with new style API | Timothy Pearson | 2013-12-22 | 1 | -0/+15 |
| | |||||
* | Disable unnecessary thread locking in TQString constructors/destructor | Timothy Pearson | 2013-12-17 | 1 | -64/+69 |
| | | | | This improves performance at no real cost, as the TQString class is not thread safe elsewhere | ||||
* | Reduce TQString allocation/deallocation load in ↵ | Timothy Pearson | 2013-12-17 | 1 | -53/+20 |
| | | | | | | populateControlElementDataFromWidget Remove unneeded mutex locks around certain TQString operations | ||||
* | Add threading debug spew when QT_DEBUG is set | Timothy Pearson | 2013-11-03 | 1 | -0/+1 |
| | |||||
* | Private headers moved out from public include directory | Slávek Banko | 2013-08-14 | 1 | -2/+2 |
| | |||||
* | Fix incorrect thread termination handling when thread count is greater than two | Timothy Pearson | 2013-06-10 | 1 | -3/+18 |
| | | | | | This resolves Bug 1521 Make double free or delete of QString objects more obvious | ||||
* | Fix a number of threading data races | Timothy Pearson | 2013-05-14 | 4 | -85/+292 |
| | | | | | Add proper thread termination handler This partially resolves Bug 1508 | ||||
* | Fix a number of threading problems and crashes | Timothy Pearson | 2013-04-22 | 2 | -28/+335 |
| | | | | This partially resolves Bug 1467 | ||||
* | Add unpaged memory mode to TQString and TQLineEdit | Timothy Pearson | 2013-03-21 | 2 | -6/+87 |
| | | | | Fix designer build warnings | ||||
* | Add level method to recursive mutex | Timothy Pearson | 2012-12-07 | 3 | -0/+32 |
| | | | | | Enhance thread safety when making event calls Minor cleanup of whitespace in glib event loop | ||||
* | Add real threading support, including per-thread event loops, to QThread | Timothy Pearson | 2012-12-06 | 4 | -2/+33 |
| | |||||
* | Use high quality uuid_generate on Linux instead of PRNG | Timothy Pearson | 2012-09-10 | 1 | -0/+13 |
| | |||||
* | Extend TQStyle API further and bump Qt version number | Timothy Pearson | 2012-08-07 | 1 | -2/+2 |
| | |||||
* | Fix build warnings | Timothy Pearson | 2012-07-28 | 2 | -2/+2 |
| | | | | Thanks to Bruce Sass for the patch! | ||||
* | Make basic integer QDataStream reads resistant to corruption from underlying ↵ | Timothy Pearson | 2012-06-27 | 1 | -35/+45 |
| | | | | IO device failure | ||||
* | Undo prior accidental commit | Timothy Pearson | 2012-03-02 | 39 | -394/+394 |
| | |||||
* | Rename additional global TQt functions | Timothy Pearson | 2012-03-01 | 39 | -394/+394 |
| | |||||
* | Clean up a few build warnings | Timothy Pearson | 2012-02-12 | 3 | -7/+10 |
| | |||||
* | Add NetWM/Motif controls to QWidget | Timothy Pearson | 2012-01-26 | 1 | -2/+2 |
| | | | | This must break binary compatibility, so version was also bumped to 3.4.0 | ||||
* | Fix qcstring format warnings | Timothy Pearson | 2012-01-12 | 1 | -1/+5 |
| | | | | Related to Bug 637 | ||||
* | Enable gcc visibility support in Qt3 | Timothy Pearson | 2012-01-08 | 1 | -0/+4 |
| | | | | This partially closes Bug 696 | ||||
* | Fix accidental conversion of dockwin | Timothy Pearson | 2011-11-08 | 1 | -1/+1 |
| | |||||
* | Rename kwin to twin (part 1 of 2) | Timothy Pearson | 2011-11-07 | 1 | -1/+1 |
| | |||||
* | Fix Qt3/TQt4 gcc 4.6 dependent program FTBFS | Timothy Pearson | 2011-09-28 | 1 | -0/+2 |
| | |||||
* | Apply gcc4.6 patches from Ubuntu | Timothy Pearson | 2011-07-22 | 2 | -0/+2 |
| | |||||
* | Add Qt3 development HEAD version | Timothy Pearson | 2011-07-10 | 120 | -0/+76485 |