summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/dialogs/qwizard/tst_qwizard.cpp
Commit message (Expand)AuthorAgeFilesLines
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-9/+9
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-12/+12
* Use QList instead of QVector in widgets testsJarek Kobus2020-06-251-13/+14
* Remove winrtOliver Wolff2020-06-061-3/+0
* Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-281-15/+15
|\
| * QWizard: deprecate visitedPages and add visitedIds insteadVolker Hilsheimer2020-02-271-15/+15
* | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2019-11-271-1/+1
|\|
| * Avoid initializing QFlags with 0 or nullptr in testsFriedemann Kleint2019-11-261-1/+1
* | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-251-1/+6
|/
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-7/+2
|\
| * QWizard/Aerostyle: Fix "&Next" shortcutFriedemann Kleint2019-09-251-7/+2
* | Remove the usage of deprecated APIs from QSysInfoSona Kurazyan2019-08-201-2/+2
|/
* QWizard: Account for missing background image on macOS 10.14+Morten Johan Sørvig2019-08-111-10/+9
* Qt Widgets: Make tests pass on High DPI screens and scalingFriedemann Kleint2019-05-291-1/+1
* winrt: make dialog auto tests passOliver Wolff2018-06-221-0/+3
* QWizard: Do not remove the Next button's shortcutMaciej Czarnecki2017-10-241-0/+20
* tests/auto/widgets: use QCOMPARE(., nullptr)Marc Mutz2016-11-301-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-46/+60
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-46/+60
| |\
| | * Plug leaks in tst_QWizardMarc Mutz2016-10-221-46/+60
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-20/+0
|/ /
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | Tests: Remove empty init/cleanup slots, constructors and destructors.Friedemann Kleint2015-12-101-8/+1
* | Remove remaining support for BlackberryLouai Al-Khanji2015-11-211-3/+0
* | tests/auto/widgets: Remove some placeholder formatting.Friedemann Kleint2015-10-191-5/+6
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-3/+3
|/
* tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-46/+46
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-2/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Stabilize tst_qwizard.Friedemann Kleint2014-10-031-12/+27
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QNX: Fix QWizard autotestFabian Bumberger2014-04-141-1/+4
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-1/+1
* Add option NoCancelButtonOnLastPage to QWizardChristian Loose2014-01-091-0/+45
* QWizard: give all buttons an objectNameMarc Mutz2013-10-281-0/+42
* tests: Replace Q_OS_MACX -> Q_OS_OSXSergio Ahumada2013-10-211-2/+2
* Mac: QWizard default background pixmap works againLiang Qi2013-09-261-16/+4
* QtWidgets tests: Replace qFindChild{ren} with QObject::findChild{ren}Debao Zhang2013-03-271-1/+1
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-3/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Widgets: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-041-1/+0
* tst_qwizard: remove redundant includeJ-P Nurmi2012-11-231-1/+0
* Remove Cleanlooks and PlastiqueJens Bache-Wiig2012-10-221-20/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove usage of deprecated qWaitForWindowShown in dialog tests.Friedemann Kleint2012-07-241-3/+5
* Tests: Replace deprecated QPixmap::grabWidget() by QWidget::grab().Friedemann Kleint2012-07-201-3/+3
* Fix bug when destruction fields in QWizardCarl Schumann2012-05-161-0/+11
* Fix build of QWizard tests with QT_USE_QSTRINGBUILDERStephen Kelly2012-02-291-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Expect tst_QWizard::setPixmap() failure on Mac OS XBradley T. Hughes2012-01-231-4/+10