aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quickdialogs/qquickfiledialogimpl/tst_qquickfiledialogimpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix flaky tst_QQuickFileDialogImpl::goUpIntoLargeFolder testMitch Curtis2022-09-081-8/+11
* Add 'override' keyword to fix build warningsJiDe Zhang2022-07-261-1/+1
* Add convenience API for making QQmlDataTest-based tests fail on warningsMitch Curtis2022-07-211-1/+4
* Stabilise changeFolderViaDoubleClick and chooseFolderViaEnterMitch Curtis2022-07-111-0/+8
* QQuickAbstractDialog: emit rejected() on mere close()Marc Mutz2022-07-061-1/+0
* tst_QQuickFileDialogImpl: check that closing the dialog rejectsMarc Mutz2022-07-061-0/+28
* FileDialog: fix selectedFile being incorrect due to async view changesMitch Curtis2022-07-061-54/+110
* tst_qquickfiledialogimpl: refactor duplicated code into helpersMitch Curtis2022-07-061-290/+185
* FileDialog: make selectedFile writableMitch Curtis2022-06-041-10/+103
* Fix flaky tst_QQuickFileDialogImpl::goUp testMitch Curtis2022-06-011-1/+1
* Replace currentFile(s) with selectedFile(s)Mitch Curtis2022-01-051-32/+31
* Restructure Qt Quick Dialogs testsMitch Curtis2021-12-241-0/+1319