summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qmenu.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-221-1/+1
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-1/+1
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+1
| | |\|
| | | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
* | | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-1/+2
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-4/+9
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-4/+9
| |\|
| | * QtWidgets: Open submenus also on left mouse button pressBłażej Szczygieł2016-06-081-4/+9
* | | QtWidgets: Introduce delegating constructors.Friedemann Kleint2016-05-021-2/+1
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-11/+0
|/ /
* | QMenu: Add showTearOffMenu()Gabriel de Dietrich2016-03-171-5/+44
* | QtWidgets: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-02-281-2/+5
* | QtWidgets: prevent detach attempts from first()/etc. use [dialogs, kernel, ut...Marc Mutz2016-02-261-1/+1
* | dbusmenu: Use proper toggle-type for items that are part of groupDmitry Shachnev2016-02-091-0/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-1/+3
|\|
| * Fix flickering status tips in submenus.Michal Policht2016-01-301-1/+3
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Fix incorrect screen number reported by QDesktopWidgetBłażej Szczygieł2015-12-301-1/+5
* Fix closing a QMenu by pressing Alt.Friedemann Kleint2015-11-271-1/+1