summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qkeysequence.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-181-12/+12
* 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
* Add comment to a tr() callLars Knoll2019-01-251-2/+4
* macOS: Handle missing key in QKeySequencePrivate::decodeString()Erik Verbruggen2018-08-141-0/+5
* doc: Add tests of Q_CLANG_QDOCMartin Smith2018-02-031-2/+2
* The desktop is called Plasma nowAlbert Astals Cid2017-09-291-1/+1
* QKeySequence: let Private::decodeString() take QString by valueMarc Mutz2017-06-201-5/+4
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-1/+1
|\
| * QKeySequence: fix size mismatchMarc Mutz2017-06-081-1/+1
* | QKeySequence: remove a clause guarding an impossible conditionMarc Mutz2017-06-081-1/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-041-1/+1
|\|
| * Prefer rvalue versions of toLower() and toUpper()Anton Kudryavtsev2017-03-281-1/+1
* | Remove remaining Carbon includes from QtCore, QtGui and QtWidgetsJake Petroules2017-03-071-1/+7
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-241-1/+3
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-231-1/+3
| |\
| | * Add more information for QKeySequence::toString on macOSJesus Fernandez2016-11-221-1/+3