Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename text nt* related files to equivalent tq* | Michele Calgaro | 2024-06-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename str nt* related files to equivalent tq* | Michele Calgaro | 2024-06-06 | 9 | -9/+9 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename ptr nt* related files to equivalent tq* | Michele Calgaro | 2024-06-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename ntqwidget* related files to equivalent tqwidget* | Michele Calgaro | 2024-06-02 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | inputmethods/xim: fix incorrect fontset ref counting | Alexander Golubev | 2024-03-21 | 1 | -3/+4 |
| | | | | | | | | - rename fontsetRefCount -> fontsetCacheRefCount - move fontsetCacheRefCount to constructor as setHolderWidget() could be called more than once Signed-off-by: Alexander Golubev <[email protected]> | ||||
* | Fix a small memory leak in xim plugin | Alexander Golubev | 2024-03-16 | 1 | -4/+6 |
| | | | | | | | | | | TQXIMInputContext::setHolderWidget() function may be (and actually is) called more than once. This results in multiple instances of the same object being added to ximContextList. But the destructor removes only one instance, which effectively results in leak of several bytes whenever a window is opened. Signed-off-by: Alexander Golubev <[email protected]> | ||||
* | Replace Q_WS_* defines with TQ_WS_* equivalents | Michele Calgaro | 2024-02-12 | 3 | -9/+9 |
| | | | | | | | | | | | | 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 | -7/+7 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace Qt with TQt | Michele Calgaro | 2023-11-19 | 1 | -20/+20 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN | Michele Calgaro | 2023-09-13 | 4 | -4/+4 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Remove Qt4 related stuff | Michele Calgaro | 2023-07-09 | 1 | -3/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Drop Qt2 obsolete classes | Michele Calgaro | 2023-06-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Remove debug config for inputmethod plugins | OBATA Akio | 2020-08-03 | 4 | -4/+4 |
| | | | | | | No reason to force to debug build. Signed-off-by: OBATA Akio <[email protected]> | ||||
* | Renamed QT_IM_* to TQT_IM_*. This relates to bug 3020. | Michele Calgaro | 2019-06-16 | 2 | -4/+4 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | QT_NO_* -> TQT_NO_* renaming. | Michele Calgaro | 2018-10-17 | 12 | -51/+51 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Automated update from Qt3 | Timothy Pearson | 2015-03-05 | 1 | -5/+5 |
| | |||||
* | Fix 'format not a string literal' error | Francois Andriot | 2013-08-15 | 1 | -1/+1 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-05-07 | 3 | -54/+54 |
| | |||||
* | Automated conversion from qt3 | Timothy Pearson | 2012-02-28 | 3 | -28/+28 |
| | |||||
* | Automated update from qt3 | Timothy Pearson | 2012-02-27 | 1 | -2/+2 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-02-13 | 7 | -8/+8 |
| | |||||
* | Update to latest tqt3 automated conversion | Timothy Pearson | 2012-01-26 | 15 | -43/+43 |
| | |||||
* | Sync with latest script | Timothy Pearson | 2011-12-05 | 1 | -1/+1 |
| | |||||
* | Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 | Timothy Pearson | 2011-11-08 | 21 | -0/+8675 |