summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qmenubar.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix multiscreen menu popup positioning corner caseMorten Sørvig2024-03-251-2/+9
* Fix menu size in multiscreen setupsFriedemann Kleint2024-03-071-4/+8
* Widgets: pass widget to QStyle::pixelMetric()Christian Ehrlicher2024-01-161-1/+1
* QMenuBar: compile with QT_NO_FOREACHAhmad Samir2023-10-081-3/+6
* Mark QtWidgets as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-091-0/+2
* macOS: Detect menu bar roles for untranslated menu titles as wellTor Arne Vestbø2023-05-161-7/+9
* QMenuBar: Mark items as dirty when switching away from native menu barTor Arne Vestbø2023-03-131-0/+1
* Add static_cast for QKeyEventLu YaNing2022-12-131-2/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-17/+17
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-3/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-021-1/+3
* QtWidgets: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-261-1/+1
* Doc: Remove mentioning of Fowler bookKai Köhne2022-01-171-1/+1
* widgets: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* QMenuBar: remove addAction() functionsMarc Mutz2021-07-281-67/+1
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-74/+74
* Remove usage of QDesktopWidget(Private) from most places in QtWidgetsVolker Hilsheimer2020-07-071-1/+0
* Use QList instead of QVector in widgetsJarek Kobus2020-07-021-1/+1
* Remove deprecated QStyleOption::init()Christian Ehrlicher2020-06-211-1/+1
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-2/+1
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-4/+4
* Reduce QDesktopWidget API to bare minimumVolker Hilsheimer2020-05-151-2/+2
* QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-101-6/+2
* 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 Bot2019-12-111-1/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-1/+2
| |\|
| | * Doc: Clarify ownership of added menu for QMenuBar::addMenu(QMenu *)Alexander Volkov2019-12-091-1/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-56/+56
|\| |
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-56/+56
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-1/+1
|\| |
| * | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
* | | Extract QGuiAction(Group) from QAction(Group) into QtGuiFriedemann Kleint2019-10-311-8/+9
|/ /
* / Add QScreen::virtualSiblingAt() and use it in QMenubarPrivate::popupActionShawn Rutledge2019-09-191-9/+4
|/
* QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-2/+2
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-251-3/+12
|\
| * Deal with multi-display scenarios when positioning menu popupsShawn Rutledge2019-06-211-3/+12
* | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-2/+2
|/
* Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-101-1/+1
* Make overloaded function appear in assistant indexJarek Kobus2018-10-011-2/+0
* QMenuBar: Account for displays that are above 0x0Andy Shaw2018-06-291-1/+1
* Fix interaction with the menu bar on touchscreensAlexander Volkov2018-06-251-1/+8
* Convert features.toolbar to QT_[REQUIRE_]CONFIGStephan Binner2018-05-021-0/+2
* QMenuBar::mouseReleaseEvent: fix triggering hidden actionsYulong Bai2018-01-241-0/+4
* doc: Remove <CR> from \fn commandsMartin Smith2018-01-121-4/+2
* Add more Q_FALLTHROUGH()Friedemann Kleint2018-01-121-1/+1
* QMenuBar: Add overloads of addAction() using Qt 5 signals and slotsAnton Kudryavtsev2018-01-061-0/+36
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-23/+31
|\