aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickmenu.cpp
Commit message (Expand)AuthorAgeFilesLines
* Popup: use available size and paddings from the popup itemJ-P Nurmi2016-02-191-0/+1
* Make popups work without ApplicationWindow, to some degreev5.6.0-rc1v5.6.0J-P Nurmi2016-01-301-6/+3
* Add Popup::closePolicyJ-P Nurmi2016-01-281-6/+1
* Menu: update example snippet to match the recent Popup changesJ-P Nurmi2016-01-251-12/+13
* Add QQuickPopup::contentItemChange()J-P Nurmi2016-01-221-30/+35
* Menu: resize menu items to the width of the menuJ-P Nurmi2016-01-211-0/+37
* QQuickMenu: replace if-else chain with switchAnton Kudryavtsev2016-01-211-3/+9
* Docs: add notes about the Qt.labs moduleJ-P Nurmi2016-01-191-0/+2
* Add title property to MenuBogDan Vatra2016-01-051-0/+22
* Popup: rename show()/hide() to open()/close()J-P Nurmi2015-12-141-5/+5
* Rename Panel to PopupJ-P Nurmi2015-12-091-4/+3
* Make Qt::Key_Escape close MenuMitch Curtis2015-12-031-0/+3
* Add MenuMitch Curtis2015-12-021-0/+455