summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qmenu.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
| * Wide QMenu: fix size and positionOleg Yadrov2017-03-041-29/+16
* | Add new API to control whether shortcuts are shown in context menusJake Petroules2017-03-141-2/+3
|/
* Replace non-existent signals with the correct onesKavindra Palaraja2017-01-101-1/+1
* Paint menu scrollers, tear off on top of QWidgetAction itemsDongmei Wang2016-10-271-29/+110
* Don't overlap the menu scrollers with QAction itemsDongmei Wang2016-10-271-27/+62
* QMenu: don't force platform instance creation on constructionJ-P Nurmi2016-10-161-1/+8
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-38/+48
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-38/+48
| |\
| | * QtWidgets: Fix enter/leave events on popup menusBłażej Szczygieł2016-09-151-38/+48
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-6/+0
|\| |
| * | Doc: Remove references to Windows CE in Qt WidgetsVenugopal Shivashankar2016-08-221-6/+0
* | | fix build with various QT_NO_* definesNick Shaforostoff2016-08-261-2/+11