summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/dialogs/qdialog/tst_qdialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove usages of deprecated APIs of qtbase/widgetsSona Kurazyan2019-08-011-1/+42
* Qt Widgets: Make tests pass on High DPI screens and scalingFriedemann Kleint2019-05-291-1/+4
* winrt: make dialog auto tests passOliver Wolff2018-06-221-2/+7
* Tests: replace deprecated QDesktopWidget::screenGeometry()Christian Ehrlicher2018-05-281-1/+1
* Remove references to obsolete platformsJake Petroules2017-11-051-1/+1
* Convert features.sizegrip to QT_[REQUIRE_]CONFIGStephan Binner2017-09-121-8/+8
* winrt: Fix tst_QDialog::showFullScreenOliver Wolff2017-06-191-1/+1
* QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-8/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-48/+41
|\
| * tst_QDialog: Instantiate test dialog on the stack.Friedemann Kleint2016-02-291-48/+41
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-291-12/+14
|\|
| * tst_QDialog::snapToDefaultButton(): Do not check on exact cursor position unl...Friedemann Kleint2016-02-261-12/+14
* | 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.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
|/ /
* | Suppress the modal window handling for dialogs embedded into QGraphicsView.Friedemann Kleint2015-11-041-2/+31
* | Tests: Harmonize code checking on platform name.Friedemann Kleint2015-09-241-1/+1
|/
* 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-231-2/+31
* 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
* 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
* Improve widget geometry.Friedemann Kleint2012-05-091-3/+0
* Skip tests toolbar-dialog/widget_window.Friedemann Kleint2012-04-171-0/+4
* 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
* Fix QDialog test: Q_WS_X11 is no more.Frederik Gladhorn2011-10-251-2/+2
* Remove SkipMode parameter from QSKIP calls.Jason McDonald2011-10-211-2/+1
* Moved tests into integrationtests/ and widgets/Jo Asplin2011-10-201-0/+609