aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qquickfolderlistmodel
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* CMake: Make qml tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Android: enable tst_qquickfolderlistmodel::basicProperties()Ivan Solovev2022-04-271-10/+9
* Android: fix tst_QQuickFolderListModelIvan Solovev2022-04-273-5/+15
* Disable failing declarative tests on AndroidAssam Boudjelthia2022-01-311-0/+5
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-5/+3
* Use fixed qt_add_resource BASE argumentJoerg Bornemann2021-05-211-4/+1
* CMake: Remove unneeded *.pro and .prev_CMakeLists.txt filesCraig Scott2021-05-191-53/+0
* Fix some "can be marked override" warningsAndreas Buhr2021-02-231-1/+1
* Make the nameFilters test resilient to file system changesVolker Hilsheimer2021-01-262-4/+4
* Blacklist tst_qquickfolderlistmodel::nameFilters on macOsFabian Kosmale2021-01-201-0/+1
* Remove the qmake project filesFabian Kosmale2021-01-151-13/+0
* tst_qquickfolderlistmodel: fix error checkingMitch Curtis2020-10-221-33/+14
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-062-8/+8
* Remove winrtOliver Wolff2020-06-041-1/+0
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-172-4/+4
* Regenerate qtdeclarativeAlexandru Croitor2020-02-122-8/+4
* Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-161-0/+17
|\
| * QQmlImport: Allow importing multiple versions of the same moduleUlf Hermann2020-01-101-0/+17
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-152-8/+8
* | Regenerate testsAlexandru Croitor2019-11-142-24/+14
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-141-0/+42
|\|
| * QQuickFolderListModel: make sure properties' values can be updateWang Chuan2019-09-111-0/+42
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-111-1/+8
|\|
| * Fix qquickfolderlistmodel autotest on AndroidJan Arve Sæther2019-08-141-1/+8
* | Rename alias resource propertiesLeander Beernaert2019-08-151-1/+1
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-142-0/+123
|/
* Blacklist tst_qquickfolderlistmodel::nameFilters() on msvc2015/17Ulf Hermann2019-03-271-0/+3
* Add sortCaseSensitive property so the sorting can ignore the caseAndy Shaw2018-10-193-7/+38
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-261-3/+3
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-10/+10
* FolderListModel: add status propertyIlya Kotov2018-01-281-0/+16
* Enable QML/JS disk cache by defaultSimon Hausmann2016-08-051-0/+10
* Updated license headersJani Heikkinen2016-01-201-17/+12
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-2/+2
|\
| * Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-2/+2
* | Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-031-1/+0
|/
* tests/qml: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-291-2/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* QML: fix warning in testsErik Verbruggen2014-12-091-1/+0
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Introspect qrc files in FolderListModel.Gatis Paeglis2014-08-225-8/+32
* FolderListModel: pessimize change signals when the filter changesShawn Rutledge2014-03-183-11/+38
* Fix qquickfolderlistmodel test compilation on WinRTAndrew Knight2014-03-051-3/+3