summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qkeysequence.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apple: Make Qt::Key_Backspace primary sequence for StandardKey::BackspaceTor Arne Vestbø2024-02-091-2/+2
* Use Ctrl+Shift+S for Save As... shortcut on every platformShawn Rutledge2023-12-091-1/+1
* QKeySequence::toString(): Treat Modifier+Qt::Key_Unknown as empty stringTor Arne Vestbø2023-10-091-3/+3
* Teach QKeySequencePrivate about QKeyCombinationTor Arne Vestbø2023-10-091-16/+19
* QKeySequence: Remove unused private helper methodsTor Arne Vestbø2023-10-091-18/+0
* gui: use const methods moreAnton Kudryavtsev2023-09-091-2/+2
* Align QKeySequence behavior between macOS and iOSTor Arne Vestbø2023-06-081-43/+43
* Misc.: Fix some narrowing integral conversion warningsAhmad Samir2023-04-251-5/+5
* Doc: Use \relates for functions in the global scopeTopi Reinio2023-03-281-0/+1
* Doc: we no longer provide a list of common mnemonicsVolker Hilsheimer2023-03-011-5/+0
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-3/+3
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-211-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-9/+9
* QtGui: Fix mismatches between string types and string literalsMate Barany2022-09-211-10/+10
* QKeySequence: Update the doc to KeyboardModifiersLaszlo Papp2022-07-121-5/+6
* QKeySequence: constinit ALL the thingsMarc Mutz2022-06-021-3/+3
* QKeySequence: statically assert the sortedness of the MacSpecialKey arrayMarc Mutz2022-06-011-0/+7
* QKeySequence: Add missing modifier namesLaszlo Papp2022-05-251-0/+4
* QKeySequence: constexpr ALL the thingsMarc Mutz2022-05-201-14/+14
* QKeySequence: Add support for Eject and Clear glyphs on macOSLaszlo Papp2022-05-181-0/+2
* QKeySequence/Mac: remove NumEntries variableMarc Mutz2022-05-171-6/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QKeySequence: Fix the one-off error in the mac glyph array sizeLaszlo Papp2022-05-151-2/+2
* QtGui: includemocsMarc Mutz2022-04-291-0/+2
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-281-13/+15
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-131-15/+15
* Fix deprecated use of QBA/Q*String::countMårten Nordheim2022-03-151-1/+1
* gui: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-2/+2
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-031-7/+18
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-1/+1
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-1/+1
* Replace use of deprecated Q_OS_MACX in favor of Q_OS_MACOSTor Arne Vestbø2020-07-081-7/+7
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-4/+4
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-3/+3
* Port QtGui from QStringRef to QStringViewLars Knoll2020-06-111-2/+2
* QtGui: fix deprecated QChar conversionsMarc Mutz2020-05-111-2/+2
* QKeySequence: remove docs of methods recently removedGiuseppe D'Angelo2020-05-051-19/+0
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-1/+1
|\
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-1/+1
|\|
| * Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-261-0/+6
|\|
| * QKeySequence: Add missing names for multimedia keysAlexander Volkov2019-10-241-0/+6
* | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-251-5/+0
|/
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-1/+1
* QRegExp include cleanupSamuel Gaist2019-04-191-3/+0
* Replace Q_DECL_NOEXCEPT with noexcept in QtGuiAllan Sandfeld Jensen2019-04-051-1/+1