summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qmenu.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code from src/widgetsVolker Hilsheimer2020-05-111-4/+0
* QMenuPrivate::hideMenu - avoid deleting 'q' too earlyTimur Pocheptsov2020-05-081-0/+30
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-041-2/+11
|\
| * Always open a submenu on the same screen where the parent menu isShawn Rutledge2020-04-271-2/+11
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-1/+1
|\|
| * Deprecate QMacNativeWidget and QMacCocoaViewContainerTor Arne Vestbø2020-04-141-1/+1
* | Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)Joerg Bornemann2020-04-211-2/+4
* | QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-101-4/+3
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-3/+3
|\|
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-3/+3
* | Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-291-2/+4
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-041-4/+5
|\|
| * QMenu: hide when a QWidgetAction fires the trigged signalVolker Hilsheimer2020-03-031-4/+5
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-02-241-1/+1
| |\
| | * Fix wrong DPI used by QStyle::pixelMetric()Friedemann Kleint2020-02-221-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-86/+102
|\| |
| * | Fix positioning of dynamically populated QToolButton::MenuButtonPopup's in sc...Friedemann Kleint2020-01-231-3/+7
| * | QMenu: Move exec(), popup() to private classFriedemann Kleint2020-01-231-84/+96
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-111-0/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-0/+2
| |\|
| | * Avoid crash in menu that was previously shown as submenuAlexander Volkov2019-12-091-0/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-78/+78
|\| |
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-78/+78
| |/
* | Extract QGuiAction(Group) from QAction(Group) into QtGuiFriedemann Kleint2019-10-311-5/+7
* | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-251-10/+16
|/
* QMenu::popup(): don't change the menu's screen if called from exec()Shawn Rutledge2019-09-101-7/+10
* QWidget/QLineEdit: deprecate get{Contents,Text}Margins()Marc Mutz2019-07-301-3/+1
* Remove usages of deprecated QApplication::keypadNavigationEnabledSona Kurazyan2019-07-231-1/+1
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-171-1/+1
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-121-1/+1
| |\
| | * Fix compilation with C++20Marc Mutz2019-07-061-1/+1
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-251-1/+11
| |\|
* | | Finish deprecating obsolete members of QWheelEventShawn Rutledge2019-07-121-2/+2
* | | QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-15/+15
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-251-1/+11
|\ \ \ | |/ / |/| / | |/
| * Deal with multi-display scenarios when positioning menu popupsShawn Rutledge2019-06-211-1/+11
* | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-271-4/+7
|\|
| * QMenu size fix - Mark items dirty on screen changeThorbjørn Lund Martsum2019-05-221-2/+5
| * Emit QMenu::aboutToShow() before platform specific codeMassimiliano Gubinelli2019-05-161-2/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-101-16/+14
|\|
| * QMenu/QComboBox: Extract helper for determining the pop up geometryFriedemann Kleint2019-04-081-16/+14
* | QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-281-9/+9
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-211-1/+1
|\|
| * Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-101-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-041-18/+2
|\|
| * QToolTip - set correct screen before resizeThorbjørn Lund Martsum2018-12-181-18/+2
* | doc: Fix all clang parse errors in QtBase during PCH buildMartin Smith2018-11-051-35/+7
|/
* Make overloaded function appear in assistant indexJarek Kobus2018-10-011-2/+0
* Widgets: use range-based for instead of foreachAnton Kudryavtsev2018-04-151-1/+1