summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qmenu/tst_qmenu.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-0/+56
|\
| * QWidget::mapTo/FromGlobal(): Avoid calling QWindow helpers until shown.Friedemann Kleint2015-11-271-0/+56
* | tests/auto/widgets: Remove some placeholder formatting.Friedemann Kleint2015-10-191-3/+3
|/
* Tests: Harmonize code checking on platform name.Friedemann Kleint2015-09-241-1/+1
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-1/+1
* QMenu/QToolBar: Add overloads of addAction() using Qt 5 signals and slots.Friedemann Kleint2015-06-181-0/+29
* Blacklist and skip various tests that are flakeySimon Hausmann2015-06-141-2/+4
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* OS X: Remove mnemonics in parenthesesTakumi Asaki2014-08-081-0/+8
* Stabilize tst_QMenu::statusTip().Friedemann Kleint2014-07-141-2/+12
* Cocoa: Do not process ampersands in menus twice.Christoph Schleifenbaum2014-05-211-0/+23
* Revert "Skip tst_QMenu::QTBUG_10735_crashWithDialog() on Mac OS X"Liang Qi2014-01-071-4/+0
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-051-0/+1
|\
| * Make layoutDirection pass with new expose behaviorMorten Johan Sørvig2013-12-041-0/+1
* | Center/position windows in tst_qmenu.Friedemann Kleint2013-11-211-6/+47
|/
* Stabilize tst_qmenu on Mac.Friedemann Kleint2013-10-141-3/+9
* Fusion & GTK styles need to check direction from style option not qappShawn Rutledge2013-04-181-20/+1
* An RTL submenu should be right-alignedShawn Rutledge2013-04-181-0/+36
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QMenu: Fix nested popup when keyboard shortcut is usedOrgad Shaneh2013-01-141-0/+17
* Do not call QWidget::show/hideEvent twiceOliver Wolff2012-11-081-1/+0
* Do the actual removal of the Soft Keys API and related codeJan Arve Saether2012-10-291-15/+2
* normalise signal/slot signatures [QtWidgets tests]Marc Mutz2012-10-191-1/+1
* Mac: Bring back "Text boxes and list only" tab navigationGabriel de Dietrich2012-10-101-2/+2
* Stabilize test qmenu::pushButtonPopulateOnAboutToShow().Friedemann Kleint2012-10-081-19/+32
* tst_QMenu: remove QSKIP's -> wrap Q_OS_WINCEJ-P Nurmi2012-09-271-6/+10
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Attempt to stabilize QMenu auto testsJ-P Nurmi2012-09-151-4/+4
* Remove usage of deprecated qWaitForWindowShown(QWidget *) method.Friedemann Kleint2012-08-011-11/+11
* Stabilize tst_QMenu::tearOff().Friedemann Kleint2012-07-261-3/+1
* Implement waitForWindowExposed and friends for widget windows.Friedemann Kleint2012-07-201-1/+1
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-1/+1
* QCursor: Associate cursor with screen.Friedemann Kleint2012-03-071-6/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Skip tst_QMenu::QTBUG_10735_crashWithDialog() on Mac OS XBradley T. Hughes2012-01-231-0/+4
* Ignore tst_QMenu::keyboardNavigaction() failure on Mac OS XBradley T. Hughes2012-01-231-0/+7
* Replace Q_WS_MAC with Q_OS_MAC in tests/auto/widgetsBradley T. Hughes2012-01-231-3/+3
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Don't depend on moc to disable test functions.Jason McDonald2011-11-181-10/+6
* Re-enabled passing tests in tst_qmenuJo Asplin2011-11-071-0/+2
* Improve QMenu autotest.Jason McDonald2011-11-011-20/+24
* Improve QMenu autotestJason McDonald2011-11-011-2/+5
* Tests: Remove Q_WS_QPA, qpa-sections from .profiles.Friedemann Kleint2011-10-271-2/+2
* Remove SkipMode parameter from QSKIP calls.Jason McDonald2011-10-211-4/+4
* Moved tests into integrationtests/ and widgets/Jo Asplin2011-10-201-0/+943