summaryrefslogtreecommitdiffstats
path: root/src/kernel/qapplication_x11.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Zero unused data fields in XClientMessageEvent structAlexander Golubev2024-03-191-1/+1
| | | | | | | valgrind was complaining about access to uninitialized data because unused elements in client_message.data.l array weren't set o any value. Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Fix FTBFS with -no-xkbAlexander Golubev2024-03-041-4/+17
| | | | | | | The analogue of XkbKeycodeToKeysym() used to be XKeycodeToKeysym(), but it was deprecated in favour of XGetKeyboardMapping() method. Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* avoid translating the /qt/XIMInputStyle options when saving into configAlexander Golubev2024-03-021-4/+4
| | | | | | | Also use "On The Spot" as the default when the setting in the config is incorrect. Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOTMichele Calgaro2023-12-271-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add support for HistoryBackButton and HistoryForwardButtonMavridis Philippe2023-12-161-0/+4
| | | | | | This resolves TDE/tdebase#421. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERNMichele Calgaro2023-09-131-18/+18
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-301-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Renamed QT_IM_* to TQT_IM_*. This relates to bug 3020.Michele Calgaro2019-06-161-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-171-55/+55
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Always build with a clean namespaceSlávek Banko2018-09-241-3/+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>
* Conversion QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT. This is part of theMichele Calgaro2018-09-161-4/+4
| | | | | | | qt->tqt conversion and is required to align to corresponding patch for common/admin module. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add brightness keys supportRoman Savochenko2017-07-301-0/+10
| | | | | | | The code partially taken from Qt4 This relates to bug 2775 Signed-off-by: Roman Savochenko <rom_as@oscada.org>
* Automated update from Qt3Timothy Pearson2013-05-071-2/+2
|
* Fix incorrect renaming of RETQUESTTimothy Pearson2013-05-041-3/+3
|
* Automated update from Qt3Timothy Pearson2013-04-161-11/+19
|
* Automated update from Qt3Timothy Pearson2013-04-111-1/+6
|
* Automated update from Qt3Timothy Pearson2013-01-121-7/+20
|
* Automated update from Qt3Timothy Pearson2012-12-011-2/+2
|
* Automated update from Qt3Timothy Pearson2012-10-161-4/+0
|
* Automated update from Qt3Timothy Pearson2012-08-081-4/+2
|
* Automated update from Qt3Timothy Pearson2012-08-071-2/+2
|
* Automated update from Qt3Timothy Pearson2012-07-281-10/+11
|
* Automated update from Qt3Timothy Pearson2012-06-171-1/+1
|
* Automated update from Qt3Timothy Pearson2012-06-131-6/+6
|
* Automated update from Qt3Timothy Pearson2012-05-241-20/+21
|
* Automated update from Qt3Timothy Pearson2012-03-101-1/+2
|
* Automated update from qt3Timothy Pearson2012-03-061-76/+76
|
* Automated update from qt3Timothy Pearson2012-02-291-7/+7
|
* Automated conversion from qt3Timothy Pearson2012-02-281-86/+86
|
* Automated update from qt3Timothy Pearson2012-02-271-32/+32
|
* Automated update from Qt3Timothy Pearson2012-02-131-19/+19
|
* Update to latest tqt3 automated conversionTimothy Pearson2012-01-261-27/+27
|
* Update from qt3Timothy Pearson2012-01-261-4/+30
|
* Automated update of tqt3 from qt3Timothy Pearson2012-01-231-0/+6
|
* Update tqt3 to support gcc visibilityTimothy Pearson2012-01-081-2/+2
| | | | This closes Bug 696
* Sync with latest scriptTimothy Pearson2011-12-051-9/+9
|
* Fix native TQt3 accidental conversion to tquitTimothy Pearson2011-11-141-6/+6
|
* Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731Timothy Pearson2011-11-081-0/+6653