summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qmenu/tst_qmenu.cpp
Commit message (Expand)AuthorAgeFilesLines
* Stabilize test QMenu::QTBUG_89082_actionTipsHide() on WindowsFriedemann Kleint2021-04-011-0/+3
* Stabilize test QMenu::QTBUG_89082_actionTipsHide() on Windows, take 2Friedemann Kleint2021-03-221-3/+5
* QMenu test: turn tooltip animations offVolker Hilsheimer2021-03-051-0/+2
* Fix the tips still show when cursor move to another actionQiang Li2021-01-151-1/+55
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-2/+2
* QFlags: remove deprecated constructorEdward Welbourne2020-10-031-4/+4
* Fix compiler warnings from QKeyCombinationLars Knoll2020-09-281-1/+1
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-2/+2
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-1/+0
* Remove winrtOliver Wolff2020-06-061-27/+0
* QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-101-2/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-1/+1
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Mitch Curtis2020-03-201-1/+1
| |\
| | * tst_QMenu: make QSKIP message truthfulTimur Pocheptsov2020-03-181-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-041-0/+79
|\| |
| * | QMenu: hide when a QWidgetAction fires the trigged signalVolker Hilsheimer2020-03-031-0/+79
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-0/+56
|\| |
| * | QMenu: don't crash when another popup is closed when a popup is closedChristian Ehrlicher2020-01-251-0/+56
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-161-0/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-151-0/+4
| |\|
| | * Skip tst_QMenu::pushButtonPopulateOnAboutToShow on macOSTor Arne Vestbø2020-01-141-0/+4
* | | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2019-11-271-9/+9
|\| |
| * | Avoid initializing QFlags with 0 or nullptr in testsFriedemann Kleint2019-11-261-9/+9
| |/
* / QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-251-3/+6
|/
* Port users of get{Contents,Text}Margins() missed first time aroundMarc Mutz2019-08-011-8/+6
* tst_QMenu: Eradicate Q_FOREACH loopsMarc Mutz2019-08-011-4/+3
* tst_QMenu: skip part of menuSize_Scrolling testSamuli Piippo2019-02-091-0/+7
* Fix deprecation warnings in widget autotestsChristian Ehrlicher2019-02-081-9/+11
* tst_QMenu: Skip tests that require real input events on WaylandJohan Klokkhammer Helsing2018-08-231-0/+11
* tst_qmenu: Fix funky use of QTRY_VERIFY with qWaitForTor Arne Vestbø2018-08-091-1/+2
* tst_QMenu: Skip tests when window activation is not supportedJohan Klokkhammer Helsing2018-06-291-0/+18
* winrt: Make widgets/widgets auto tests passOliver Wolff2018-06-221-0/+25
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-261-7/+0
|\
| * tests/auto/widgets/widgets: Avoid unconditional qWait()sKari Oikarinen2018-04-251-7/+0
* | tests: Refactor cleanup tst_QMenu::QTBUG47515_widgetActionEnterLeaveFriedemann Kleint2018-02-141-72/+63
|/
* tests: cleanup tst_QMenu::click_while_dismissing_submenu()Friedemann Kleint2018-02-031-8/+10
* tests: cleanup tst_QMenu::QTBUG47515_widgetActionEnterLeaveGatis Paeglis2018-01-291-51/+70
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-11/+3
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-091-11/+3
| |\
| | * testlib: start sharing common helper functionsGatis Paeglis2017-11-041-11/+3
* | | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-241-0/+28
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-231-0/+28
| |\|
| | * QShortcut: Fall back to cross platform code in absence of QPA menuGabriel de Dietrich2017-10-171-0/+28
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-4/+4
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-0/+16
|\|
| * QMenu: Display the menu title on the torn-off menu's title barGabriel de Dietrich2017-04-261-0/+16
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-201-1/+221
|\|
| * QMenu: Fix torn-off menu display crash issueDongmei Wang2017-04-141-0/+37
| * QMenu: Fix margins related display issuesDongmei Wang2017-04-141-1/+184