summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* QTBUG4842_selectFilterWithHideNameFilterDetails remove setActiveWindowFrédéric Lefebvre2 days1-2/+0
* tst_QFileDialog2::QTBUG6558_showDirsOnly() remove setActiveWindow()Frédéric Lefebvre2 days1-1/+0
* tst_QFileDialog::focus() remove QApplicationPrivate::setActiveWindow()Frédéric Lefebvre2 days1-1/+0
* Tests: check the output of QFile::openGiuseppe D'Angelo2024-03-272-2/+2
* Remove a duplicated call to QFile::openGiuseppe D'Angelo2024-03-261-1/+0
* QMessageBox: Respect explicit accept/reject after closing dialogTor Arne Vestbø2024-03-141-4/+52
* Change license for tests filesLucie Gérard2024-02-0412-12/+12
* QDialogButtonBox: Fix focus chain and default button assignmentAxel Spoerl2023-12-201-8/+1
* tst_QMessageBox::staticSourceCompat(): improve diagnostic outputAxel Spoerl2023-12-201-6/+13
* Stabilize tst_QMessageBox::hideNativeByDestruction()Axel Spoerl2023-12-201-1/+1
* Remove dead code from tst_QMessageBox::staticSourceCompat()Axel Spoerl2023-12-201-12/+0
* Purge empty BLACKLIST files from testsEdward Welbourne2023-11-241-0/+0
* Preparations to deprecate QItemDelegateChristian Ehrlicher2023-10-052-3/+2
* Dialogs: clean up native dialogs when object gets destroyedVolker Hilsheimer2023-09-064-3/+131
* Remove redundant QPair includesAhmad Samir2023-09-061-1/+0
* tst_QWizard: port from QSharedPointer to std::shared_ptrMarc Mutz2023-08-141-30/+32
* QtWidgets tests: port remaining users away from Q_FOREACHMarc Mutz2023-08-141-7/+12
* tst_QWizard: port away from Q_FOREACH[5/5]: CombinationsTestData ctorMarc Mutz2023-08-071-11/+16
* tst_QWizard: port away from Q_FOREACH[4/5]: TestWizard dtorMarc Mutz2023-08-071-1/+1
* tst_QWizard: port away from Q_FOREACH[3/5]: OptionInfo ctorMarc Mutz2023-08-071-1/+1
* tst_QWizard: port away from Q_FOREACH[2/5]: WizardPages::shown()Marc Mutz2023-08-071-1/+1
* tst_QWizard: port away from Q_FOREACH[1/5]: TestWizard::applyOperations()Marc Mutz2023-08-071-2/+2
* tst_QFileDialog/2: port away from Q_FOREACHMarc Mutz2023-08-072-8/+7
* CMake: Make widgets tests standalone projectsAlexandru Croitor2023-07-0511-0/+66
* QMessageBox: Respect clients overriding QDialog::done()Tor Arne Vestbø2023-06-291-0/+41
* Allow disable native messagebox dialogThorbjørn Lund Martsum2023-05-021-0/+17
* QColorDialog: Support hex rgb values with and without leading #Axel Spoerl2023-03-171-0/+53
* QThread: add sleep(std::chrono::nanoseconds) overloadAhmad Samir2023-03-131-3/+3
* QErrorMessage: Reset 'again' check box between each error messageTor Arne Vestbø2023-03-091-2/+1
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-1712-30/+0
* macOS: Pick up QWizard background from keyboard assistant via NSBundleTor Arne Vestbø2023-02-171-2/+2
* Don't override QDialog::setVisible() to implement native dialogsTor Arne Vestbø2023-01-092-0/+19
* Fix QErrorMessage test when using native dialogsTor Arne Vestbø2023-01-092-0/+23
* macOS: Add dialog helper for native message boxesTor Arne Vestbø2022-11-151-0/+35
* Android: Skip/blacklist remaining tests for emulator bump to API 24Samuel Mira2022-11-151-0/+2
* Remove unused tst_qfontdialog_mac_helpers.mmTor Arne Vestbø2022-11-111-30/+0
* Android: Fix qfiledialog test for emulator bump to API 24Samuel Mira2022-11-041-7/+3
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-038-81/+81
* tests: skip tst_QDialog::showAsTool() on WaylandLiang Qi2022-10-071-0/+4
* Port from container.count()/length() to size()Marc Mutz2022-10-045-17/+17
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-011-0/+2
* Deprecate QApplication::setActiveWindow() and mark as internalTor Arne Vestbø2022-08-276-7/+17
* tst_qmessagebox: port away from deprecated methodsIvan Solovev2022-08-241-12/+14
* Make QHeaderView restore state from different stream versionsAxel Spoerl2022-08-241-0/+42
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2312-12/+12
* Android: fix Android filedialog and completer testsAssam Boudjelthia2022-08-182-1/+23
* Remove network dependency for tests with UNC pathsVolker Hilsheimer2022-08-171-4/+2
* Test is not flaky any longerDimitrios Apostolou2022-08-101-4/+0
* Add license headers to cmake filesLucie Gérard2022-08-0312-0/+36
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2811-11/+11