aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quickdialogs
Commit message (Expand)AuthorAgeFilesLines
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-205-15/+15
* Remove "2" from Qt Quick Controls directoriesMitch Curtis2022-12-015-5/+5
* Fix bug in FolderListModel's FileInfoThreadMitch Curtis2022-10-181-8/+0
* tst_qquickfiledialogimpl: print QTemporaryDir errorsMitch Curtis2022-10-081-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-072-4/+4
* Port from container::count() and length() to size()Marc Mutz2022-10-075-48/+48
* Blacklist tst_QQuickFileDialogImpl::goUp on macOSMitch Curtis2022-10-031-0/+4
* FileDialog: fix selectedFile being incorrect when going up a directoryMitch Curtis2022-09-291-2/+16
* QQuickPlatformTheme: fix handling of QT_QUICK_DIALOGS_SHOW_DIRS_FIRSTMitch Curtis2022-09-291-1/+1
* Blacklist tst_QQuickFileDialogImpl::goUpIntoLargeFolderMitch Curtis2022-09-291-0/+4
* Remove flaky tst_qquickcolordialogimpl::eyeDropper testOliver Eftevaag2022-09-141-48/+0
* ColorDialog: fix layout issues in ColorInputsMitch Curtis2022-09-141-21/+13
* Fix flaky tst_QQuickFileDialogImpl::goUpIntoLargeFolder testMitch Curtis2022-09-081-8/+11
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-076-6/+6
* QQuickFileDialog: give non-native dialog a text field for filenameOliver Eftevaag2022-08-171-0/+44
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-285-5/+5
* Add 'override' keyword to fix build warningsJiDe Zhang2022-07-191-1/+1
* Stabilise changeFolderViaDoubleClick and chooseFolderViaEnterMitch Curtis2022-07-111-0/+8
* Add license headers to cmake filesLucie Gérard2022-07-086-0/+18
* Add convenience API for making QQmlDataTest-based tests fail on warningsMitch Curtis2022-07-053-3/+15
* FileDialog: fix selectedFile being incorrect due to async view changesMitch Curtis2022-06-301-54/+110
* QQuickAbstractDialog: emit rejected() on mere close()Marc Mutz2022-06-231-1/+0
* tst_QQuickFileDialogImpl: check that closing the dialog rejectsMarc Mutz2022-06-211-0/+28
* Use SPDX license identifiersLucie Gérard2022-06-1119-843/+38
* tst_qquickfiledialogimpl: refactor duplicated code into helpersMitch Curtis2022-06-061-290/+185
* FileDialog: make selectedFile writableMitch Curtis2022-06-022-10/+173
* QtQuickTest: add API for checking for polish at window levelMitch Curtis2022-06-022-6/+6
* Add ColorDialog to QtQuick.DialogsOliver Eftevaag2022-05-315-0/+666
* Fix flaky tst_QQuickFileDialogImpl::goUp testMitch Curtis2022-04-122-4/+1
* Fix flaky tst_QQuickFolderDialogImpl::goUp testMitch Curtis2022-04-122-4/+1
* Blacklist tst_QQuickFolderDialogImpl::goUp()Tor Arne Vestbø2022-04-081-0/+3
* Revert "QML: Add indirect library dependencies for tests relying those"Alexey Edelev2022-04-081-1/+0
* Blacklist: test cases blacklisted in tst_QQuickFileDialogImpl:CI Insignificant Platforms Monitor Bot2022-03-071-0/+3
* Rename android_dummy_imports.qml to dummy_imports.qmlAssam Boudjelthia2022-03-054-4/+4
* Android: unify the android tests dummy import filesAssam Boudjelthia2022-03-028-19/+35
* Disable failing declarative tests on Android - Part 2Assam Boudjelthia2022-03-021-0/+2
* Android: various test fixesAssam Boudjelthia2022-03-023-0/+15
* QML: Add indirect library dependencies for tests relying thosePasi Petäjäjärvi2022-03-021-0/+1
* QQuickFileDialogImpl: respect PreselectFirstFileInDirectory theme hintMitch Curtis2022-02-151-0/+1
* Fix tst_designer and tst_qquickfontdialogimpl tests on AndroidAssam Boudjelthia2022-02-121-0/+4
* Use up-to date LGPL license headerKai Köhne2022-01-272-22/+28
* Replace currentFile(s) with selectedFile(s)Mitch Curtis2022-01-051-32/+31
* Restructure Qt Quick Dialogs testsMitch Curtis2021-12-2325-0/+4119