summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/dialogs/qfiledialog
Commit message (Expand)AuthorAgeFilesLines
* Tests: check the output of QFile::openGiuseppe D'Angelo2024-03-271-1/+1
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Preparations to deprecate QItemDelegateChristian Ehrlicher2023-10-051-2/+2
* Dialogs: clean up native dialogs when object gets destroyedVolker Hilsheimer2023-09-061-3/+45
* tst_QFileDialog/2: port away from Q_FOREACHMarc Mutz2023-08-071-3/+2
* CMake: Make widgets tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* Android: Skip/blacklist remaining tests for emulator bump to API 24Samuel Mira2022-11-151-0/+2
* 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-031-44/+44
* Port from container.count()/length() to size()Marc Mutz2022-10-041-7/+7
* Deprecate QApplication::setActiveWindow() and mark as internalTor Arne Vestbø2022-08-271-1/+3
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Android: fix Android filedialog and completer testsAssam Boudjelthia2022-08-181-1/+12
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Deprecate {QString, QByteArray}::count()Sona Kurazyan2022-03-121-1/+1
* Activate tst_qfiledialog for AndroidAndreas Buhr2022-02-282-0/+26
* QFileDialog: Fix adding default suffix when file path contains dotAlexander Volkov2021-11-121-0/+16
* tests: Use QT_TESTCASE_SOURCEDIR defineIevgenii Meshcheriakov2021-08-112-3/+1
* Remove the qmake project filesJoerg Bornemann2021-01-071-11/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+4
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-2/+2
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* QFileDialog: remove deprecated mode QFileDialog::DirectoryOnlyChristian Ehrlicher2020-06-261-4/+1
* Remove the deprecated QDirModelVolker Hilsheimer2020-06-041-1/+0
* Remove deprecated members from dialog classesVolker Hilsheimer2020-04-161-3/+0
* Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-4/+3
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-0/+1
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-0/+1
| |\
| | * Fix flaky test tst_QFiledialog::clearLineEdit()Dimitrios Apostolou2019-12-031-0/+1
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-191-0/+9
|\| |
| * | Widget tests: Skip tests that fail on WaylandJohan Klokkhammer Helsing2019-10-181-0/+9
| |/
* | Regenerate tests/auto/widgets/dialogsAlexandru Croitor2019-11-131-5/+15
* | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-151-0/+3
|\|
| * Remove usages of deprecated APIs of qtbase/widgetsSona Kurazyan2019-08-011-0/+3
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-161-15/+25
|\|
| * QFileDialog (widgets-based): Remember selection in historyFriedemann Kleint2019-04-091-0/+10
| * QtWidgets: mark QFileDialog functions as deprecatedChristian Ehrlicher2019-02-121-12/+12
| * QtWidgets: mark QDialog/QFileDialog functions as deprecatedChristian Ehrlicher2019-02-061-3/+3
* | Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+9
|/
* Refactor tst_QFiledialog::clearLineEdit()Friedemann Kleint2018-08-241-16/+76
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-3/+7
|\
| * Return a correct filter from QFileDialog::selectedMimeTypeFilter()Alexander Volkov2018-06-271-3/+7
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-241-10/+3
|\|
| * tests/auto/widgets/dialogs: Avoid unconditional qWait()sKari Oikarinen2018-05-141-10/+3