summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qmenubar.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-091-23/+31
| |\
| | * QMenuBar: Update title on changeGabriel de Dietrich2017-11-071-23/+31
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-1/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-1/+2
| |\|
| | * Return focus to correct widget after showing menuPaul Olav Tvete2017-09-261-1/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-7/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-1/+3
| |\|
| | * Convert features.menu to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-1/+1
| | * Convert features.mainwindow to QT_[REQUIRE_]CONFIGStephan Binner2017-09-111-0/+2
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-6/+0
| |\|
| | * Convert features.menubar to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-6/+0
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-2/+2
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-2/+2
|/ /