summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-2/+2
* Close QDialog via QWidget::close()Tor Arne Vestbø2021-09-161-2/+4
* macOS: Don't show QMessageBox::about(Qt) as modal windowsTor Arne Vestbø2021-09-091-2/+11
* Add more QDialog unit test related to closing a dialogVolker Hilsheimer2021-09-051-0/+170
* QMessageBox: Reset clickedButton for each invocation of the dialogTor Arne Vestbø2021-09-041-0/+23
* tests: Remove unused SRCDIR definesIevgenii Meshcheriakov2021-08-171-2/+0
* tests: Use QT_TESTCASE_SOURCEDIR defineIevgenii Meshcheriakov2021-08-112-3/+1
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-041-1/+1
* Fix wrong C-style cast, use correct QTest::keyClick overloadVolker Hilsheimer2021-04-281-1/+1
* Mark obsolete QMessageBox members as deprecatedVolker Hilsheimer2021-04-231-0/+9
* Re-layout QProgressDialog when setting the cancel buttonQiang Li2021-04-191-0/+24
* 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
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-17/+0
* Remove the qmake project filesJoerg Bornemann2021-01-0712-104/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-2212-12/+29
* Fix tst_qfiledialog2 in case directory ~/foo existsAndreas Buhr2020-11-241-2/+2
* Android: exclude tests crashing at startAssam Boudjelthia2020-11-163-2/+27
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-043-0/+11
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-031-2/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-077-19/+19
* QFlags: remove deprecated constructorEdward Welbourne2020-10-031-1/+1
* Fix compiler warnings from QKeyCombinationLars Knoll2020-09-281-2/+2
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-2311-13/+13
* Add reentrancy guard for processEvents() in QProgressDialog::setValue()Christian Heimlich2020-09-211-0/+24
* Remove most compiler warnings about missing overridesLars Knoll2020-09-117-22/+25
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-101-1/+1
* Move QFileSystemModel into QtGuiVolker Hilsheimer2020-08-259-1260/+11
* Make QFontDatabase member functions staticEskil Abrahamsen Blomfeldt2020-08-061-1/+1
* Fix warnings about unused variables and functions in testsTor Arne Vestbø2020-07-261-1/+1
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-0912-14/+14
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* QFileDialog: remove deprecated mode QFileDialog::DirectoryOnlyChristian Ehrlicher2020-06-262-11/+1
* Use QList instead of QVector in widgets testsJarek Kobus2020-06-253-17/+18
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-1/+0
* Remove winrtOliver Wolff2020-06-069-47/+12
* Remove the deprecated QDirModelVolker Hilsheimer2020-06-042-2/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-1/+0
|\
| * macOS: Remove a bunch of dead (forward) declarationsTor Arne Vestbø2020-04-151-1/+0
* | Remove deprecated members from dialog classesVolker Hilsheimer2020-04-162-134/+0
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-082-11/+7
|\|
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-1/+1
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-181-10/+6
| |\
| | * Stabilize and rename tst_qmessagebox::expandDetails_QTBUG_32473Shawn Rutledge2020-03-121-10/+6
| | * Stabilize QFileSystemModel::dirsBeforeFiles testVolker Hilsheimer2020-02-221-10/+18
* | | cmake: Remove APPLE prefix from platform namesTor Arne Vestbø2020-03-161-1/+1
* | | cmake: Fix naming when referring to Apple macOSTor Arne Vestbø2020-03-161-1/+1
* | | 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 devQt Forward Merge Bot2020-02-261-4/+0
|\| |