summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qmenu.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-54/+60
|\| |
| * | QMenu: Refactor insertion of action in QPA menuGabriel de Dietrich2017-11-151-54/+54
| * | QMenu: Update menu action sizes if popup is (not)caused from menu barBłażej Szczygieł2017-11-151-0/+6
* | | Remove a few more uses of deprecated QDesktopWidget APIsTor Arne Vestbø2017-11-171-2/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-21/+40
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-4/+19
| |\|
| | * Convert features.menu to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-4/+0
| | * QMenu: Fix size on high DPI + multi screenThorbjørn Lund Martsum2017-09-131-0/+19
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-18/+22
| |\|
| | * Convert features.effects to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-5/+7
| | * Convert features.menubar to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-13/+15
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-8/+8
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-10/+12
|\|
| * QMenu: Prevent torn-off menus from extending behind the taskbarGabriel de Dietrich2017-08-161-10/+12
* | Reduce usage of QDesktopWidget to resolve screen properties in QtWidgetsTor Arne Vestbø2017-08-181-7/+8
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-151-2/+4
|\|
| * Convert features.graphicsview to QT_[REQUIRE_]CONFIGStephan Binner2017-08-151-2/+2
| * Convert features.toolbutton to QT_[REQUIRE_]CONFIGStephan Binner2017-08-101-0/+2
* | Fix typoFrederik Gladhorn2017-08-051-2/+2
* | widgets: remove redundant check in QMenu::popupGatis Paeglis2017-07-191-2/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-10/+10
|\|
| * Convert features.statustip to QT_CONFIGStephan Binner2017-06-291-1/+1
| * Convert features.whatsthis to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-8/+8
| * Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-1/+1
* | Restrict QStyleHints::showShortcutsInContextMenus() to context menusFriedemann Kleint2017-06-261-2/+8
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-071-8/+2
|\|
| * Doc: Remove references to screenshots illustrating different stylesLeena Miettinen2017-06-011-10/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-16/+30
|\|
| * QMenu: Ensure popup() gets the right screen geometryGabriel de Dietrich2017-05-041-9/+11
| * QMenu: Refactor column layout logicGabriel de Dietrich2017-05-031-5/+3
| * Fix build without features.style-stylesheetTasuku Suzuki2017-04-281-1/+1
| * QMenu: Display the menu title on the torn-off menu's title barGabriel de Dietrich2017-04-261-1/+15
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-201-33/+110
|\|
| * Fix build for -no-feature-cssparserStephan Binner2017-04-191-0/+2