Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix TQThreadStorage destruction in the main thread | Alexander Golubev | 2024-03-18 | 1 | -2/+22 |
| | | | | | | | | | | | | | | | Before that the allocations of TQThreadStorage objects from the main thread were never destroyed and memory associated with them were never freed. The second one isn't a huge problem as at that point program is terminating anyway (but it still makes valgrind complain). The first one is the bigger issue as destructors might contain some essential external cleanups like removing temporary files. Also make `TQApplication::guiThread()` return `0` when the thread is destroyed (may happen on the program exiting during destruction of statics). Signed-off-by: Alexander Golubev <[email protected]> | ||||
* | Fix compilation with -no-thread | Alexander Golubev | 2024-03-10 | 1 | -7/+13 |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | ||||
* | Replace Q_WS_* defines with TQ_WS_* equivalents | Michele Calgaro | 2024-02-12 | 1 | -35/+35 |
| | | | | | | | | | | | | This is the first part of the replacement process. Usage of Q_WS_* has been replaced with the equivalent TQ_WS_*. Definition of Q_WS_* has been mirrored into TQ_WS_* defines, to allow TDE code to continue building till replacement is carried over to all other modules. Once that is completed, the original Q_WS_* defines will be removed. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT | Michele Calgaro | 2023-12-27 | 1 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN | Michele Calgaro | 2023-09-13 | 1 | -12/+12 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed explicit usage of the 'register' keyword. | Michele Calgaro | 2020-01-30 | 1 | -6/+6 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | QT_NO_* -> TQT_NO_* renaming. | Michele Calgaro | 2018-10-17 | 1 | -58/+58 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 1 | -3/+3 |
| | | | | | | | | | QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST QT_NO_STL -> TQT_NO_STL QT_NO_COMPAT -> TQT_NO_COMPAT QT_NO_TRANSLATION -> TQT_NO_TRANSLATION Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Conversion QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT. This is part of the | Michele Calgaro | 2018-09-16 | 1 | -37/+37 |
| | | | | | | | qt->tqt conversion and is required to align to corresponding patch for common/admin module. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Automated update from Qt3 | Timothy Pearson | 2013-11-25 | 1 | -9/+20 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-08-15 | 1 | -0/+3 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-08-15 | 1 | -2/+6 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-08-06 | 1 | -12/+61 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-06-10 | 1 | -1/+1 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-05-17 | 1 | -1/+1 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-05-14 | 1 | -32/+110 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-04-22 | 1 | -16/+29 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-04-11 | 1 | -1/+2 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-02-24 | 1 | -1/+8 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-02-18 | 1 | -1/+1 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-12-07 | 1 | -7/+10 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-12-06 | 1 | -2/+7 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-12-06 | 1 | -14/+110 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-10-30 | 1 | -0/+31 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-10-16 | 1 | -2/+35 |
| | |||||
* | Automated update from qt3 | Timothy Pearson | 2012-03-06 | 1 | -100/+100 |
| | |||||
* | Automated conversion from qt3 | Timothy Pearson | 2012-02-28 | 1 | -21/+21 |
| | |||||
* | Automated update from qt3 | Timothy Pearson | 2012-02-27 | 1 | -36/+36 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-02-13 | 1 | -10/+10 |
| | |||||
* | Update to latest tqt3 automated conversion | Timothy Pearson | 2012-01-26 | 1 | -31/+31 |
| | |||||
* | Sync with latest script | Timothy Pearson | 2011-12-05 | 1 | -4/+4 |
| | |||||
* | Fix native TQt3 accidental conversion to tquit | Timothy Pearson | 2011-11-14 | 1 | -19/+19 |
| | |||||
* | Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 | Timothy Pearson | 2011-11-08 | 1 | -0/+4602 |