aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickshortcut.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change QQuickShortcut::setSequences to bind to all sequencesAndreas Buhr2021-01-151-23/+60
* Fix QQuickShortcut::setContext so re-grab all shortcutsAndreas Buhr2021-01-131-0/+7
* Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-101-4/+0
* Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-1/+1
* Small performance improvements suggested by clang-tidyAlbert Astals Cid2019-10-071-1/+1
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* Check the context matcher for isDestroyed() before assigning itUlf Hermann2017-12-201-1/+2
* watch for the actual render window if there is a QQuickRenderControlMarco Martin2017-11-221-0/+3
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Keys: add shortcutOverride signalMitch Curtis2016-12-181-1/+1
* Shortcut: add support for multiple key sequencesJ-P Nurmi2016-11-161-33/+116
* QQuickShortcut: allow setting a custom context matcherJ-P Nurmi2016-10-261-20/+35
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-181-1/+1
|\
| * Doc: Change instances of 'OS X' to 'macOS'Topi Reinio2016-08-151-1/+1
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Shortcut: make both nativeText and portableText availableJ-P Nurmi2015-11-051-5/+22
* Shortcut: add sequenceString propertyShawn Rutledge2015-09-031-0/+14
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Introduce ShortcutJ-P Nurmi2015-01-231-0/+283