summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qmenu.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.10' into tqtc/lts-5.15-ope...v5.15.10-lts-lgplTarja Sundqvist2023-04-241-2/+2
|\
| * widgets: Fix typos in documentationJonas Kvinge2022-05-071-1/+1
| * Only scroll QMenu when there is a valid active actionZhang Hao2022-05-071-1/+1
* | Revert "Update commercial license headers"Tarja Sundqvist2021-03-241-20/+20
|/
* Update commercial license headersTarja Sundqvist2021-01-261-20/+20
* Ensure that QMenu is polished before setting the screen in popup()David Redondo2020-11-201-1/+2
* Always show a submenu on its parent menu's screenShawn Rutledge2020-06-171-1/+1
* QMenuPrivate::hideMenu - avoid deleting 'q' too earlyTimur Pocheptsov2020-05-201-0/+30
* Always open a submenu on the same screen where the parent menu isShawn Rutledge2020-04-271-2/+11
* Deprecate QMacNativeWidget and QMacCocoaViewContainerTor Arne Vestbø2020-04-141-1/+1
* macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-3/+3
* QMenu: hide when a QWidgetAction fires the trigged signalVolker Hilsheimer2020-03-031-4/+5
* 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
* | 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.14' into 5.15Liang Qi2019-12-101-0/+2
|\|
| * Avoid crash in menu that was previously shown as submenuAlexander Volkov2019-12-091-0/+2
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-78/+78
|/
* 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
* QMenu: Realign submenu first action with its parent menu actionGabriel de Dietrich2018-03-161-0/+7
* QMenuBar: Fix repetitive emission of triggered() when using addAction(QString)Yulong Bai2018-01-211-3/+7
* 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