Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed explicit usage of the 'register' keyword. | Michele Calgaro | 2021-02-01 | 1 | -13/+13 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Make use of QString::utf8() and QString::local8Bit() safe for conversion to ↵ | Slávek Banko | 2019-02-10 | 1 | -8/+26 |
| | | | | | | char*. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Revert "QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to ↵ | Michele Calgaro | 2018-09-18 | 1 | -64/+64 |
| | | | | | | | | updated admin module" The original commit was a mistake and should not have been pushed. This reverts commit f849f22528ee9eb5eeb1f9aa92822846b2b3e01f. | ||||
* | QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin ↵ | Michele Calgaro | 2018-09-18 | 1 | -64/+64 |
| | | | | | | module Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Add vsprintf method to QString | Timothy Pearson | 2015-01-11 | 1 | -5/+13 |
| | |||||
* | Fix FTBFS on Linux specific memlock code | François Andriot | 2014-09-07 | 1 | -0/+6 |
| | |||||
* | Fix potential null pointer dereference | Slávek Banko | 2014-05-23 | 1 | -2/+2 |
| | |||||
* | 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 | ||||
* | 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 | 1 | -46/+283 |
| | | | | | Add proper thread termination handler This partially resolves Bug 1508 | ||||
* | Add unpaged memory mode to TQString and TQLineEdit | Timothy Pearson | 2013-03-21 | 1 | -2/+77 |
| | | | | Fix designer build warnings | ||||
* | Undo prior accidental commit | Timothy Pearson | 2012-03-02 | 1 | -15/+15 |
| | |||||
* | Rename additional global TQt functions | Timothy Pearson | 2012-03-01 | 1 | -15/+15 |
| | |||||
* | Add Qt3 development HEAD version | Timothy Pearson | 2011-07-10 | 1 | -0/+7179 |