summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/dialogs/qdialog/tst_qdialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-2/+2
* tests: skip tst_QDialog::showAsTool() on WaylandLiang Qi2022-10-071-0/+4
* Deprecate QApplication::setActiveWindow() and mark as internalTor Arne Vestbø2022-08-271-1/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Android: re-enable skipped testsIvan Solovev2022-03-291-4/+0
* Android: temporary skip tst_QDialog::dialogInGraphicsViewIvan Solovev2022-03-021-0/+4
* Android: skip tst_QDialog::snapToDefaultButtonIvan Solovev2022-03-021-0/+3
* Activate tst_QDialog::showAsTool test on macOSVolker Hilsheimer2021-10-111-3/+2
* QDialog: respect WA_ShowWithoutActivatingVolker Hilsheimer2021-10-111-0/+29
* Don't clear focus if setParent doesn't change the parentVolker Hilsheimer2021-09-281-0/+18
* Close QDialog via QWidget::close()Tor Arne Vestbø2021-09-161-2/+4
* Add more QDialog unit test related to closing a dialogVolker Hilsheimer2021-09-051-0/+170
* Fix tst_QDialog::keepPositionOnClose on WaylandEskil Abrahamsen Blomfeldt2021-03-111-1/+2
* Windows: Fix dialog moving up after closing/reshowingFriedemann Kleint2021-01-151-0/+22
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-3/+5
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-101-1/+1
* Fix warnings about unused variables and functions in testsTor Arne Vestbø2020-07-261-1/+1
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-1/+0
* Remove winrtOliver Wolff2020-06-061-6/+1
* Remove deprecated members from dialog classesVolker Hilsheimer2020-04-161-131/+0
* macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-1/+1
* tst_qdialog: Wait for exposed instead of activeJohan Klokkhammer Helsing2019-10-171-1/+1
* 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