summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qkeysequence.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-041-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
* | | Use QString::fromLatin1() less to avoid string allocationsAnton Kudryavtsev2016-09-151-3/+7
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-251-5/+5
|\|
| * QKeySequence: remove 239 unneeded relocationsMarc Mutz2016-08-241-1/+1
| * QKeySequence: replace an array end marker by static size calculationMarc Mutz2016-08-241-4/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-13/+13
|\|
| * Fix typo in QKeySequence docLiang Qi2016-08-121-1/+1
| * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-12/+12
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-2/+2
|\|
| * Doc: Fix references to Control, Meta key enumsKai Koehne2016-08-031-2/+2
* | QtGui: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-06-021-6/+7
* | Gui: use const (and const APIs) moreAnton Kudryavtsev2016-06-011-3/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-1/+1
|\|
| * Silence MSVC warnings when using certain std algorithmsMarc Mutz2016-04-261-1/+1
* | QtGui: eradicate Q_FOREACH loops [already const]Marc Mutz2016-02-111-3/+3