aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/platform/qquickplatformmenuitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Only add a shortcut if the sequence is not emptyAndy Shaw2020-10-081-2/+6
* Platform: remove deprecated iconName, iconSource APIMitch Curtis2020-06-051-41/+1
* Remove the shortcut when the menu item that is using it is removedAndy Shaw2020-06-041-0/+10
* Sync the QQuickPlatformMenu so it has a handle ready when its a sub menuAndy Shaw2020-05-291-2/+7
* Account for single key shortcuts being used in the platform menusAndy Shaw2020-05-271-0/+34
* Fix build failures as a result of QMetaType changes in qtbaseAlexandru Croitor2020-03-121-0/+2
* Doc: Fix qdoc warningsVenugopal Shivashankar2019-11-261-1/+1
* Platform: add icon.maskJ-P Nurmi2018-04-201-0/+2
* Platform: make icon a grouped propertyJ-P Nurmi2018-04-201-35/+47
* Platform: fix checkable MenuItemJ-P Nurmi2018-03-011-10/+7
* Fix -no-feature-shortcut buildJ-P Nurmi2017-02-071-0/+2
* Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2017-01-111-1/+1
|\
| * Welcome to 2017J-P Nurmi2017-01-091-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2017-01-021-1/+1
|\|
| * Doc: fix linking error to "Qt for OS X/macOS"J-P Nurmi2016-12-211-1/+1
* | Whitespace cleanupsJ-P Nurmi2016-11-031-1/+1
|/
* Platform: offload widget fallback creation to qwidgetplatform_p.hJ-P Nurmi2016-08-151-6/+2
* Platform: add MenuSeparator for convenience and consistencyJ-P Nurmi2016-08-121-0/+2
* Doc: fix names in Qt Labs Platform docsJ-P Nurmi2016-06-241-1/+1
* Menu & MenuItem: use widgets as a fallbackJ-P Nurmi2016-06-221-0/+9
* Platform menusJ-P Nurmi2016-06-161-0/+605