summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qmenubar.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-56/+56
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
* | 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
|/ /
* / Reduce usage of QDesktopWidget to resolve screen properties in QtWidgetsTor Arne Vestbø2017-08-181-3/+4
|/
* Convert features.toolbutton to QT_[REQUIRE_]CONFIGStephan Binner2017-08-101-0/+2
* Convert features.statustip to QT_CONFIGStephan Binner2017-06-291-2/+2
* Convert features.whatsthis to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-2/+4
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-281-0/+11
|\
| * Make sure QDBusMenuBar is restored when the window is hidden and shownDmitry Shachnev2017-03-271-0/+11
* | Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2017-01-261-2/+11
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-2/+11
| |\|
| | * Make shortcuts work for platform menu barsDmitry Shachnev2017-01-191-2/+11
* | | Avoid detaching temporary objectsAlexander Volkov2017-01-251-1/+1
|/ /
* | Provide default implementation of QPlatformMenuBar::createMenu()Tor Arne Vestbø2017-01-051-4/+0
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-021-0/+4
|\|
| * QMenu: don't force platform instance creation on constructionJ-P Nurmi2016-10-161-0/+4
* | QMenuBar: do not gain focus when releasing Alt before X in a Alt+X shortcutGiuseppe D'Angelo2016-10-151-0/+1
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-32/+20
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-24/+4
| |\
| | * QMenuBar: Get rid of QMenuBarPrivate::nativeMenuBarDmitry Shachnev2016-09-151-24/+4
| * | QMenuBar: improve documentation of the D-Bus unified menu barShawn Rutledge2016-09-151-8/+16