summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qmenu_p.h
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of QDesktopWidget(Private) from most places in QtWidgetsVolker Hilsheimer2020-07-071-2/+1
* Use QList instead of QVector in widgetsJarek Kobus2020-07-021-3/+4
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-2/+0
* Fix build without features.menubarTasuku Suzuki2020-06-081-0/+1
* macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-1/+1
* Fix positioning of dynamically populated QToolButton::MenuButtonPopup's in sc...Friedemann Kleint2020-01-231-2/+6
* QMenu: Move exec(), popup() to private classFriedemann Kleint2020-01-231-0/+2
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-251-0/+2
|\
| * Deal with multi-display scenarios when positioning menu popupsShawn Rutledge2019-06-211-0/+2
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-111-0/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-101-0/+1
| |\|
| | * QMenu/QComboBox: Extract helper for determining the pop up geometryFriedemann Kleint2019-04-081-0/+1
* | | More nullptr usage in headersKevin Funk2019-03-141-4/+4
|/ /
* | QToolBarLayout: replace deprecated calls to QLayout::margin()Christian Ehrlicher2019-02-131-0/+6
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-041-1/+0
|\|
| * QToolTip - set correct screen before resizeThorbjørn Lund Martsum2018-12-181-1/+0
* | Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-121-1/+1
|/
* Convert features.toolbar to QT_[REQUIRE_]CONFIGStephan Binner2018-05-021-0/+27
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-74/+77
|\
| * QMenu: Refactor insertion of action in QPA menuGabriel de Dietrich2017-11-151-0/+3
| * QMenu: Update menu action sizes if popup is (not)caused from menu barBłażej Szczygieł2017-11-151-0/+2
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-091-74/+72
| |\
| | * QMenuPrivate: Use in-class initializers where possibleGabriel de Dietrich2017-11-071-56/+31
| | * QMenuPrivate: Rearrange member variablesGabriel de Dietrich2017-11-071-53/+76
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-4/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-4/+3
| |\|
| | * Convert features.menu to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-4/+2
| | * QMenu: Fix size on high DPI + multi screenThorbjørn Lund Martsum2017-09-131-0/+1
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-0/+2
| |\|
| | * Convert features.menubar to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-0/+2
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-6/+6
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-8/+8
|\|
| * QMenuPrivate: Fix implicit type conversion warningsGabriel de Dietrich2017-08-251-6/+6
| * QMenu: Prevent torn-off menus from extending behind the taskbarGabriel de Dietrich2017-08-161-2/+2
* | Restrict QStyleHints::showShortcutsInContextMenus() to context menusFriedemann Kleint2017-06-261-0/+2
|/
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-181-2/+12
|\
| * QtWidgets: Don't open submenus when mouse is moving between actionsBłażej Szczygieł2017-04-121-2/+12
* | QMenu: Fix margins related display issuesDongmei Wang2017-04-141-0/+1
|/
* Wide QMenu: fix size and positionOleg Yadrov2017-03-041-1/+0
* Paint menu scrollers, tear off on top of QWidgetAction itemsDongmei Wang2016-10-271-1/+20
* QMenu: don't force platform instance creation on constructionJ-P Nurmi2016-10-161-0/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-20/+3
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-20/+3
| |\
| | * QtWidgets: Fix enter/leave events on popup menusBłażej Szczygieł2016-09-151-20/+3
* | | Add qtwidgetsglobal.h and qtwidgetsglobal_p.hLars Knoll2016-07-141-0/+1
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-41/+1
|/ /
* / Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* QMenu: Fix a typo EventShouldBePropogated -> EventShouldBePropagatedAlexander Volkov2015-10-231-5/+5
* QMenu: don't hold QPointers in QListMarc Mutz2015-07-131-2/+2