summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qmenu.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* doc: Add template clause to \fn commands in qmenu.cppMartin Smith2018-01-121-6/+6
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-2/+1
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-051-2/+1
| |\
| | * QMenu: Corner case size fix (high DPI + multi screen)Thorbjørn Lund Martsum2017-11-291-2/+1
* | | Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-081-2/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-54/+60
|\| |
| * | QMenu: Refactor insertion of action in QPA menuGabriel de Dietrich2017-11-151-54/+54
| * | QMenu: Update menu action sizes if popup is (not)caused from menu barBłażej Szczygieł2017-11-151-0/+6
* | | Remove a few more uses of deprecated QDesktopWidget APIsTor Arne Vestbø2017-11-171-2/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-21/+40
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-4/+19
| |\|
| | * Convert features.menu to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-4/+0
| | * QMenu: Fix size on high DPI + multi screenThorbjørn Lund Martsum2017-09-131-0/+19
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-18/+22
| |\|
| | * Convert features.effects to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-5/+7
| | * Convert features.menubar to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-13/+15
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-8/+8
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-10/+12
|\|
| * QMenu: Prevent torn-off menus from extending behind the taskbarGabriel de Dietrich2017-08-161-10/+12
* | Reduce usage of QDesktopWidget to resolve screen properties in QtWidgetsTor Arne Vestbø2017-08-181-7/+8
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-151-2/+4
|\|
| * Convert features.graphicsview to QT_[REQUIRE_]CONFIGStephan Binner2017-08-151-2/+2
| * Convert features.toolbutton to QT_[REQUIRE_]CONFIGStephan Binner2017-08-101-0/+2
* | Fix typoFrederik Gladhorn2017-08-051-2/+2
* | widgets: remove redundant check in QMenu::popupGatis Paeglis2017-07-191-2/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-10/+10
|\|
| * Convert features.statustip to QT_CONFIGStephan Binner2017-06-291-1/+1
| * Convert features.whatsthis to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-8/+8
| * Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-1/+1
* | Restrict QStyleHints::showShortcutsInContextMenus() to context menusFriedemann Kleint2017-06-261-2/+8
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-071-8/+2
|\|
| * Doc: Remove references to screenshots illustrating different stylesLeena Miettinen2017-06-011-10/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-16/+30
|\|
| * QMenu: Ensure popup() gets the right screen geometryGabriel de Dietrich2017-05-041-9/+11
| * QMenu: Refactor column layout logicGabriel de Dietrich2017-05-031-5/+3
| * Fix build without features.style-stylesheetTasuku Suzuki2017-04-281-1/+1
| * QMenu: Display the menu title on the torn-off menu's title barGabriel de Dietrich2017-04-261-1/+15
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-201-33/+110
|\|
| * Fix build for -no-feature-cssparserStephan Binner2017-04-191-0/+2
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-181-3/+7
| |\
| | * QtWidgets: Don't open submenus when mouse is moving between actionsBłażej Szczygieł2017-04-121-3/+7
| * | QMenu: Fix torn-off menu display crash issueDongmei Wang2017-04-141-9/+44
| * | QMenu: Fix margins related display issuesDongmei Wang2017-04-141-21/+57
* | | Reset d->mouseDown only if it's the menu being hiddenMarco Martin2017-04-181-1/+2
* | | Remove the Windows XP style from public accessibilityJake Petroules2017-04-131-3/+1
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-071-1/+3
|\| |
| * | QMenu: Do not unnecessarily call QPlatformMenu::menuItemForTag()Friedemann Kleint2017-04-031-1/+3
| |/
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-201-31/+29
|\|
| * QMenu: make wide submenu appear on the same screen with its parent menuOleg Yadrov2017-03-041-2/+13