| Commit message (Expand) | Author | Age | Files | Lines |
| * | QShortcutMap: add missing const& to setShortcutEnabled | Sven Brauch | 2024-09-08 | 1 | -1/+1 |
| * | Straighten out various logging categories | Ulf Hermann | 2024-06-19 | 1 | -1/+1 |
| * | Make QKeyMapper::possibleKeys() return list of QKeyCombinations | Tor Arne Vestbø | 2023-10-11 | 1 | -2/+3 |
| * | Remove QShortcutMap::matches() and use QKeySequence::matches() instead | Tor Arne Vestbø | 2023-09-21 | 1 | -36/+2 |
| * | QShortcutMap: Rename variables to clarify their use | Tor Arne Vestbø | 2023-09-21 | 1 | -52/+53 |
| * | QShortcutMap::find: Use plain for-loop instead of do-while | Tor Arne Vestbø | 2023-09-20 | 1 | -19/+21 |
| * | Improve QShortcutMap debug logging | Tor Arne Vestbø | 2023-09-20 | 1 | -5/+5 |
| * | Add more shortcutmap categorized logging output | Mitch Curtis | 2023-04-27 | 1 | -0/+3 |
| * | Long live Q_UNREACHABLE_RETURN()! | Marc Mutz | 2022-10-15 | 1 | -2/+1 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-11 | 1 | -1/+1 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -6/+6 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | gui: Fix typos in documentation | Jonas Kvinge | 2021-10-12 | 1 | -1/+1 |
| * | Improve and expand QShortcutMap debug output | Mitch Curtis | 2021-02-03 | 1 | -4/+8 |
| * | iOS: Handle keyboard events when using an external keyboard | Andy Shaw | 2021-01-20 | 1 | -1/+42 |
| * | Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE | Andreas Buhr | 2020-11-30 | 1 | -1/+1 |
| * | Exclude all modifiers as candidates for shortcuts | Tor Arne Vestbø | 2020-10-12 | 1 | -1/+1 |
| * | Long live QKeyCombination! | Giuseppe D'Angelo | 2020-09-03 | 1 | -7/+7 |
| * | Use QList instead of QVector in gui implementation | Jarek Kobus | 2020-07-07 | 1 | -12/+12 |
| * | Fix QShortcutMap::createNewSequences debug logging | Tor Arne Vestbø | 2020-06-30 | 1 | -10/+2 |
| * | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2019-12-09 | 1 | -6/+6 |
| |\ |
|
| | * | Tidy nullptr usage | Allan Sandfeld Jensen | 2019-12-06 | 1 | -6/+6 |
| * | | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2019-11-29 | 1 | -53/+28 |
| |\| |
|
| | * | Improve QShortcutMap debug output | Mitch Curtis | 2019-11-28 | 1 | -53/+28 |
| * | | QShortcut: Properly port to the new configure system | Friedemann Kleint | 2019-10-25 | 1 | -4/+0 |
| |/ |
|
| * | QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentation | Christian Ehrlicher | 2019-02-20 | 1 | -3/+3 |
| * | Merge remote-tracking branch 'origin/5.11' into dev | Liang Qi | 2018-05-08 | 1 | -0/+13 |
| |\ |
|
| | * | QShortcutMap: print ambiguous shortcuts when DEBUG_QSHORTCUTMAP is defined | Mitch Curtis | 2018-05-07 | 1 | -0/+13 |
| * | | QShortcutMap::createNewSequences: Add some debug output | Friedemann Kleint | 2018-03-28 | 1 | -0/+13 |
| |/ |
|
| * | Fix compiler warning about missing return statement in non-void function | Thiago Macieira | 2016-06-17 | 1 | -2/+2 |
| * | QVector: preserve capacity in clear() | Marc Mutz | 2016-02-29 | 1 | -2/+2 |
| * | QShortcutMap: re-use an existing bool variable | Marc Mutz | 2016-02-17 | 1 | -1/+1 |
| * | QKeySequence: replace an inefficient QList with QVector | Marc Mutz | 2016-02-08 | 1 | -7/+7 |
| * | Merge remote-tracking branch 'origin/5.6' into dev | Liang Qi | 2016-01-21 | 1 | -2/+6 |
| |\ |
|
| | * | Fix reentrancy regression in QShortcutMap after c7e5e1d9e | Tor Arne Vestbø | 2016-01-12 | 1 | -2/+6 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| |/ |
|
| * | QShortcutMap: enable extra debugging when Dump_QShortcutMap is defined | Richard Moe Gustavsen | 2015-10-15 | 1 | -2/+2 |
| * | Move shortcut handling back into QPA and simplify delivery | Tor Arne Vestbø | 2015-10-07 | 1 | -40/+19 |
| * | Fix shortcuts with keypad keys | Alexander Volkov | 2015-08-18 | 1 | -7/+5 |
| * | Use QDebugStateSaver to restore space setting in stream operators. | Friedemann Kleint | 2015-03-30 | 1 | -2/+4 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Clean up ShortcutOverride handling | Frederik Gladhorn | 2014-10-30 | 1 | -0/+4 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | expand tabs and related whitespace fixes in *.{cpp,h,qdoc} | Oswald Buddenhagen | 2014-01-13 | 1 | -1/+1 |
| * | Fix the assert failure in QShortcutMap::find | Gatis Paeglis | 2013-05-08 | 1 | -0/+3 |
| * | Fix typo. | Frederik Gladhorn | 2013-02-26 | 1 | -1/+1 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Implicit conversion of shortcuts to string is gone. | Frederik Gladhorn | 2012-12-14 | 1 | -1/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Remove qUpperBound usages from qtbase | Giuseppe D'Angelo | 2012-09-19 | 1 | -1/+1 |