summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/dialogs/qdialog
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-261-11/+12
|\
| * Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-11/+12
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-11/+12
| | |\
| | | * Fix UB in tst_QDialog::showExtension()Marc Mutz2016-01-071-11/+12
* | | | Updated license headersJani Heikkinen2016-01-211-17/+12
|/ / /
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-2/+31
|\| |
| * | Suppress the modal window handling for dialogs embedded into QGraphicsView.Friedemann Kleint2015-11-041-2/+31
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-1/+1
|\| |
| * | Tests: Harmonize code checking on platform name.Friedemann Kleint2015-09-241-1/+1
* | | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
|/ /
* / Blacklist and skip various tests that are flakeySimon Hausmann2015-06-141-0/+2
|/
* tst_QDialog::snapToDefaultButton - tune the test for OS XTimur Pocheptsov2015-05-151-0/+5
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* tst_dialog: Skip test that doesn't pass on Wayland.Robin Burchell2014-08-231-0/+3
* tst_dialog: Convert some QVERIFY to QCOMPARE.Robin Burchell2014-08-181-2/+2
* Ensure transient parents are top level widgets.Friedemann Kleint2014-07-181-0/+32
* BlackBerry: Fix tst_qdialog::show{Maximized,Minimized} testsSergio Ahumada2014-04-041-2/+2
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-1/+1
* Move SnapToDefaultButton from QPlatformDialogHelper to QPlatformThemeAndy Shaw2013-08-232-3/+32
* QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-281-1/+0
* QtWidgets tests: Replace qFindChild{ren} with QObject::findChild{ren}Debao Zhang2013-03-271-5/+5
* QtWidgets tests: Don't call the empty function QApplication::syncX()Debao Zhang2013-03-271-8/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix warnings about not being able to set Window geometry on Windows.Friedemann Kleint2013-01-081-4/+4
* Widgets: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-041-1/+0
* tst_QDialog: fix Q_OS_WINCE & QT_NO_SIZEGRIP usageJ-P Nurmi2012-09-271-9/+23
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Remove usage of deprecated qWaitForWindowShown in dialog tests.Friedemann Kleint2012-07-241-6/+6
* Remove the test tst_qdialog::throwInExec().Friedemann Kleint2012-07-191-54/+0
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-281-0/+1
* Improve widget geometry.Friedemann Kleint2012-05-091-3/+0
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-171-0/+4
|\
| * Skip tests toolbar-dialog/widget_window.Friedemann Kleint2012-04-171-0/+4
* | Fix tst_QDialog::deleteInExec() crash on Mac OS XBradley T. Hughes2012-04-171-1/+0
|/
* Mark tst_qdialog as insignificant on mac.Rohan McGovern2012-03-271-0/+1
* Replace Q_WS_WINCE against Q_OS_WINCE.Andreas Holzammer2012-02-091-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Replace Q_WS_MAC with Q_OS_MAC in tests/auto/widgetsBradley T. Hughes2012-01-231-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Use true and false in preference to TRUE and FALSE in tests.Jason McDonald2012-01-031-9/+9
* 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-16/+18
* Re-enabled tst_qdialogJo Asplin2011-11-081-2/+0
* Fix QDialog test: Q_WS_X11 is no more.Frederik Gladhorn2011-10-251-2/+2
* widgets: eliminated usage of qttest_p4.prfRohan McGovern2011-10-251-2/+3
* Remove SkipMode parameter from QSKIP calls.Jason McDonald2011-10-211-2/+1
* Moved tests into integrationtests/ and widgets/Jo Asplin2011-10-203-0/+615