summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qshortcutmap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve and expand QShortcutMap debug outputMitch Curtis2021-02-031-4/+8
* iOS: Handle keyboard events when using an external keyboardAndy Shaw2021-01-201-1/+42
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* Exclude all modifiers as candidates for shortcutsTor Arne Vestbø2020-10-121-1/+1
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-031-7/+7
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-12/+12
* Fix QShortcutMap::createNewSequences debug loggingTor Arne Vestbø2020-06-301-10/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-6/+6
|\
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-6/+6
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-291-53/+28
|\|
| * Improve QShortcutMap debug outputMitch Curtis2019-11-281-53/+28
* | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-251-4/+0
|/
* QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentationChristian Ehrlicher2019-02-201-3/+3
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-081-0/+13
|\
| * QShortcutMap: print ambiguous shortcuts when DEBUG_QSHORTCUTMAP is definedMitch Curtis2018-05-071-0/+13
* | QShortcutMap::createNewSequences: Add some debug outputFriedemann Kleint2018-03-281-0/+13
|/
* Fix compiler warning about missing return statement in non-void functionThiago Macieira2016-06-171-2/+2
* QVector: preserve capacity in clear()Marc Mutz2016-02-291-2/+2
* QShortcutMap: re-use an existing bool variableMarc Mutz2016-02-171-1/+1
* QKeySequence: replace an inefficient QList with QVectorMarc Mutz2016-02-081-7/+7
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-2/+6
|\
| * Fix reentrancy regression in QShortcutMap after c7e5e1d9eTor Arne Vestbø2016-01-121-2/+6
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* QShortcutMap: enable extra debugging when Dump_QShortcutMap is definedRichard Moe Gustavsen2015-10-151-2/+2
* Move shortcut handling back into QPA and simplify deliveryTor Arne Vestbø2015-10-071-40/+19
* Fix shortcuts with keypad keysAlexander Volkov2015-08-181-7/+5
* Use QDebugStateSaver to restore space setting in stream operators.Friedemann Kleint2015-03-301-2/+4
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Clean up ShortcutOverride handlingFrederik Gladhorn2014-10-301-0/+4
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-1/+1
* Fix the assert failure in QShortcutMap::findGatis Paeglis2013-05-081-0/+3
* Fix typo.Frederik Gladhorn2013-02-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Implicit conversion of shortcuts to string is gone.Frederik Gladhorn2012-12-141-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove qUpperBound usages from qtbaseGiuseppe D'Angelo2012-09-191-1/+1
* Remove qLowerBound usages from qtbaseGiuseppe D'Angelo2012-09-191-2/+4
* Fix limitting shortcuts to keypad onlyJani Honkonen2012-08-271-2/+7
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-1/+1
* Doc: Modularize QtGui documentation.Casper van Donderen2012-05-091-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Move QShortcutMap to QtGuiLars Knoll2011-10-181-0/+697
* split kernel/ up according to the future library splitLars Knoll2011-05-041-897/+0
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+897