qt6-bb10/tests/auto/widgets/widgets
Friedemann Kleint 4eea99788b Fix closing a QMenu by pressing Alt.
In QMenuPrivate::hideMenu(), delay clearing of 'causedPopup.widget'
to after the QMenu::close() call, so that it is still accessible
in QMenu::hideEvent() which calls QMenuBarPrivate::setCurrentAction(0)
if the caused widget is a QMenuBar.

Task-number: QTBUG-47377
Task-number: QTBUG-49592
Change-Id: Idbda48e918dae799afea84068a60d7383d7b4971
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
2015-11-27 22:50:33 +00:00
..
qabstractbutton tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 11:50:10 +00:00
qabstractscrollarea
qabstractslider
qabstractspinbox
qbuttongroup tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 11:50:10 +00:00
qcalendarwidget
qcheckbox tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 11:50:10 +00:00
qcombobox Merge remote-tracking branch 'origin/5.5' into 5.6 2015-11-17 07:14:16 +01:00
qcommandlinkbutton tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 11:50:10 +00:00
qdatetimeedit QAbstractSpinBox::inputMethodQuery(): Consider input method hints set on the spin box. 2015-09-22 14:26:26 +00:00
qdial
qdialogbuttonbox tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 11:50:10 +00:00
qdockwidget QDockAreaLayoutInfo::updateTabBar(): Save and restore current index. 2015-11-03 16:18:27 +00:00
qdoublespinbox
qfocusframe
qfontcombobox
qframe
qgroupbox
qkeysequenceedit
qlabel Clean up tst_qlabel 2015-11-27 17:47:11 +00:00
qlcdnumber
qlineedit Merge remote-tracking branch 'origin/5.5' into 5.6 2015-10-23 23:14:22 +02:00
qmainwindow Add QMainWindow::resizeDocks 2015-08-16 08:23:32 +00:00
qmdiarea Tests: Harmonize code checking on platform name. 2015-09-24 07:49:30 +00:00
qmdisubwindow QMdiSubWindow: Do not close when doubleclicking on disabled Restore action. 2015-10-19 11:13:27 +00:00
qmenu QWidget::mapTo/FromGlobal(): Avoid calling QWindow helpers until shown. 2015-11-27 22:50:17 +00:00
qmenubar Fix closing a QMenu by pressing Alt. 2015-11-27 22:50:33 +00:00
qopenglwidget Support mixing native child widgets with texture-based ones 2015-11-19 13:56:52 +00:00
qplaintextedit tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 11:50:10 +00:00
qprogressbar tests: remove use of obsolete QStyleOption*V<N> 2015-11-03 16:11:51 +00:00
qpushbutton tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 11:50:10 +00:00
qradiobutton
qscrollarea tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 11:50:10 +00:00
qscrollbar Replace MAC OS X with OS X 2015-06-30 07:33:31 +00:00
qsizegrip Blacklist and skip various tests that are flakey 2015-06-14 10:50:45 +00:00
qslider
qspinbox QAbstractSpinBox::inputMethodQuery(): Consider input method hints set on the spin box. 2015-09-22 14:26:26 +00:00
qsplashscreen
qsplitter
qstackedwidget
qstatusbar
qtabbar Blacklist tests that fail with Gtk style on RHEL 6.6 2015-11-13 20:31:18 +00:00
qtabwidget tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 11:50:10 +00:00
qtextbrowser tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 11:50:10 +00:00
qtextedit Merge remote-tracking branch 'origin/5.5' into dev 2015-08-06 10:54:01 +02:00
qtoolbar tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 11:50:10 +00:00
qtoolbox
qtoolbutton tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 11:50:10 +00:00
widgets.pro