summaryrefslogtreecommitdiffstats
path: root/plugins/src/inputmethods/xim/qximinputcontext_x11.cpp
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> (cherry picked from commit e1bb179fdec82544a3de80a0d51c2700fa27c0f5)
* 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> (cherry picked from commit 1278ed0dad0a51d280d7b8b934a9280b459b107c)
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-171-34/+34
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix 'format not a string literal' errorFrancois Andriot2013-08-151-1/+1
|
* Automated conversion from qt3Timothy Pearson2012-02-281-19/+19
|
* Automated update from qt3Timothy Pearson2012-02-271-2/+2
|
* Update to latest tqt3 automated conversionTimothy Pearson2012-01-261-6/+6
|
* Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731Timothy Pearson2011-11-081-0/+930