summaryrefslogtreecommitdiffstats
path: root/src/kernel/qwidget_x11.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation with -disable-inputmethod and -no-inputmethodAlexander Golubev2024-03-071-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | As for now here are two sets of inputmethod options: - -enable-inputmethod/disable-inputmethod - which seems to supposed to control whether build the 'inputmethod' module or not - -inputmethod/-no-inputmethod - which seems to supposed to enable/disable inputmethod support without changing the ABI. Before the patch both -disable-inputmethod and -no-inputmethod were just breaking the build: -no-inputmethod were disabling some code with support for the module, but didn't disabled the module build itself nor build of plugins. -disable-inputmethod were disabling build of plugins and module, but didn't disabled code depending upon it. It seems the inputmethod support were still WIP when the last release of Qt3 came to be, hence the mess. This patch fixes the build if both -disable-inputmethod AND -no-inputmethod are supplied. Disabling only one is not enough due to tqmake/configure have problems handling two different options of the same name. Later the -inputmethod/-no-inputmethod should be probably removed entirely. Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOTMichele Calgaro2023-12-271-8/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERNMichele Calgaro2023-09-131-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Improved code for keyboard and mouse grabbing and releasing to avoidMichele Calgaro2020-04-291-23/+28
| | | | | | unnecessary actions. This relates loosely to bug 2955. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-301-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-171-35/+35
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix overwriting memory for an application iconSlávek Banko2014-05-191-1/+0
| | | | This resolves Bug 2033
* Fix incorrect renaming of RETQUESTTimothy Pearson2013-05-041-2/+2
|
* Automated update from Qt3Timothy Pearson2013-05-021-3/+37
|
* Automated update from Qt3Timothy Pearson2013-03-031-1/+1
|
* Automated update from Qt3Timothy Pearson2012-06-131-12/+20
|
* Automated update from qt3Timothy Pearson2012-03-061-8/+8
|
* Automated update from qt3Timothy Pearson2012-02-291-1/+1
|
* Automated conversion from qt3Timothy Pearson2012-02-281-29/+29
|
* Automated update from qt3Timothy Pearson2012-02-271-9/+9
|
* Automated update from Qt3Timothy Pearson2012-02-131-5/+5
|
* Update to latest tqt3 automated conversionTimothy Pearson2012-01-261-12/+12
|
* Update from qt3Timothy Pearson2012-01-261-0/+79
|
* Sync with latest scriptTimothy Pearson2011-12-051-1/+1
|
* Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731Timothy Pearson2011-11-081-0/+3039