summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qmenu.cpp
Commit message (Expand)AuthorAgeFilesLines
* QMenu: clear popup screen after exec()Axel Spoerl2024-03-271-0/+1
* Fix menu size in multiscreen setupsFriedemann Kleint2024-03-071-0/+12
* Widgets: pass widget to QStyle::pixelMetric()Christian Ehrlicher2024-01-161-1/+1
* Harden QMenuPrivate::hideMenu() against menu argument becoming staleAxel Spoerl2023-08-141-3/+18
* QtWidgets: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-06-281-1/+1
* Fix missing references to 'Qt Widgets - Application Example'Tor Arne Vestbø2023-06-271-1/+1
* QMenu: don't crash when nested tear-off menus are closedVolker Hilsheimer2023-06-091-1/+3
* QMenu: guard for destruction when emitting action signalsVolker Hilsheimer2023-02-131-3/+13
* Add static_cast for QKeyEventLu YaNing2022-12-131-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-25/+25
* QAction: add QT_DEPRECATED_VERSION_6_0 to deprecated methodsIvan Solovev2022-07-211-1/+9
* Improve widget painting under dpr>1 by enabling smooth pixmap scalingEirik Aavitsland2022-07-121-6/+6
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-4/+4
* QMenu: Adjust the position of the submenuWang Fei2022-06-131-1/+1
* Fix QMenu size on first showThorbjørn Lund Martsum2022-05-231-0/+9
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtWidgets: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-261-3/+3
* Doc: Remove mentioning of Fowler bookKai Köhne2022-01-171-2/+1
* Widgets: setTransientParent() when a QMenu is a windowLiang Qi2021-12-081-0/+25
* Add QMenu::menuInAction as a static helperVolker Hilsheimer2021-11-011-0/+10
* widgets: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* Document that hiding/disabling a menu is best done via the menuActionVolker Hilsheimer2021-08-101-1/+3
* QMenu/QToolBar: remove addAction() functionsMarc Mutz2021-07-131-117/+30
* Only scroll QMenu when there is a valid active actionZhang Hao2021-04-141-1/+1
* Code tidiesZhang Hao2021-03-051-2/+1
* Redundant condition: tornoffZou Ya2021-03-041-1/+1
* Fix the tips still show when cursor move to another actionQiang Li2021-01-151-0/+2
* macOS: Simplify and fix issues with QMenuPrivate::moveWidgetToPlatformItemTor Arne Vestbø2021-01-041-12/+1
* Adjust the format of code blocks in function mouseReleaseEventQiang Li2020-12-031-1/+1
* Fix links to Application ExampleVolker Hilsheimer2020-12-021-1/+1
* QtWidgets: Propagate event device when translating mouse eventsFriedemann Kleint2020-11-271-1/+2
* Ensure that QMenu is polished before setting the screen in popup()David Redondo2020-11-181-1/+2
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-22/+22
* Change QWidget::enterEvent signature to take a QEnterEventVolker Hilsheimer2020-09-051-1/+1
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-031-1/+1
* Remove QMacNativeWidget and QMacCocoaViewContainerTor Arne Vestbø2020-08-281-5/+2
* Rename QStyleOptionMenuItem::tabWidth to reservedShortcutWidthVolker Hilsheimer2020-08-271-4/+4
* QMenu: make less sensitive to mouse jitterVolker Hilsheimer2020-08-191-1/+1
* Introduce QWidget::setScreenVolker Hilsheimer2020-08-171-1/+1
* Change QWindow/QWidget::map(To/From)(Global/Parent) to operate in floatFriedemann Kleint2020-07-141-3/+3
* Remove usage of QDesktopWidget(Private) from most places in QtWidgetsVolker Hilsheimer2020-07-071-15/+9
* Use QList instead of QVector in widgetsJarek Kobus2020-07-021-7/+8
* Remove deprecated QStyleOption::init()Christian Ehrlicher2020-06-211-5/+5
* Always show a submenu on its parent menu's screenShawn Rutledge2020-06-161-1/+1
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-9/+5
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-13/+13
* Fix build without features.menubarTasuku Suzuki2020-06-081-1/+8
* Remove dead code from src/widgetsVolker Hilsheimer2020-05-111-4/+0
* QMenuPrivate::hideMenu - avoid deleting 'q' too earlyTimur Pocheptsov2020-05-081-0/+30