summaryrefslogtreecommitdiffstats
path: root/plugins/src
Commit message (Collapse)AuthorAgeFilesLines
* inputmethods/xim: fix incorrect fontset ref countingAlexander Golubev2024-03-211-3/+4
| | | | | | | | - rename fontsetRefCount -> fontsetCacheRefCount - move fontsetCacheRefCount to constructor as setHolderWidget() could be called more than once Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Fix a small memory leak in xim pluginAlexander Golubev2024-03-161-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 <fatzer2@gmail.com>
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-123-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 <michele.calgaro@yahoo.it>
* Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOTMichele Calgaro2023-12-271-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-191-20/+20
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERNMichele Calgaro2023-09-1324-24/+24
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various Q_* and QT_* defines with TQ_* and TQT_*Michele Calgaro2023-09-071-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove Qt4 related stuffMichele Calgaro2023-07-091-3/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop Qt2 obsolete classesMichele Calgaro2023-06-031-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove debug config for inputmethod pluginsOBATA Akio2020-08-034-4/+4
| | | | | | No reason to force to debug build. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Renamed QT_IM_* to TQT_IM_*. This relates to bug 3020.Michele Calgaro2019-06-162-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-1718-70/+70
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Always build with a clean namespaceSlávek Banko2018-09-243-10/+0
| | | | | | | | | QT_CLEAN_NAMESPACE constant is no more needed This may theoretically affect applications created for Qt1 and Qt2, but such applications require further modifications as well. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Automated update from Qt3Timothy Pearson2015-03-055-9/+9
|
* Fix build option used to select sqlite3 pluginSlávek Banko2014-08-241-1/+1
|
* Add sqlite3 pluginSlávek Banko2014-05-243-0/+104
|
* Fix 'format not a string literal' errorFrancois Andriot2013-08-151-1/+1
|
* Automated update from Qt3Timothy Pearson2013-05-073-54/+54
|
* Automated update from Qt3Timothy Pearson2012-06-131-1/+1
|
* Automated conversion from qt3Timothy Pearson2012-02-284-35/+35
|
* Automated update from qt3Timothy Pearson2012-02-271-2/+2
|
* Automated update from Qt3Timothy Pearson2012-02-137-8/+8
|
* Update to latest tqt3 automated conversionTimothy Pearson2012-01-2649-139/+139
|
* Sync with latest scriptTimothy Pearson2011-12-056-6/+6
|
* Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731Timothy Pearson2011-11-0876-0/+14336