aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickvisualdatamodel
Commit message (Expand)AuthorAgeFilesLines
* Remove the qmake project filesFabian Kosmale2021-01-151-13/+0
* Use metatype and remove unused variableDavid Skoland2020-11-181-1/+1
* QQmlListProperty: Use qsizetype rather than int for sizesUlf Hermann2020-11-091-2/+2
* Fix misuses of the implicit QChar(int) constructorDavid Faure2020-11-071-2/+2
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-4/+4
* QQmlInfo: print ancestor of object if it has no QML engineMitch Curtis2020-07-271-70/+71
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-4/+8
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* Regenerate qtdeclarativeAlexandru Croitor2020-02-121-6/+2
* Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-163-0/+130
|\
| * QQmlDelegateModel: Read values from the correct objectUlf Hermann2019-12-032-0/+39
| * QQmlDelegateModel: Use cache item's index for resolving delegatesUlf Hermann2019-11-232-0/+91
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-4/+4
* | Regenerate testsAlexandru Croitor2019-11-141-11/+2
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-141-0/+40
|\|
| * When a DelegateModel delegate changes, refill the viewShawn Rutledge2019-10-091-0/+40
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+63
|/
* Move model types into their own libraryUlf Hermann2019-05-022-2/+2
* DelegateModel: Zero foreign context objects when they are deletedUlf Hermann2019-02-142-0/+133
* Replace obsolete VisualDataModel, *Group and VisualItemModel in testsShawn Rutledge2018-10-0522-194/+215
* QQmlAdaptorModel: prepare js list models for recycling supportRichard Moe Gustavsen2018-07-301-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-59/+59
* Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-3/+0
* QQmlIntanceModel: use QQmlIncubator::IncubationMode instead of bool to specif...Richard Moe Gustavsen2017-11-301-9/+9
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-3/+4
|\
| * Destroy an incubating delegate if it is removed before incubation completesMartin Jones2016-09-151-3/+4
* | Updated license headersJani Heikkinen2016-01-201-17/+12
* | Tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0 for simple cases.Friedemann Kleint2015-09-022-5/+10
|/
* tests/quick: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-271-5/+5
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-07-221-3/+1
|\
| * QtDeclarative: Removing parallel_test from configSimo Fält2013-07-091-2/+0
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-0/+7
|\|
| * No longer apply pending changes when accessing ItemView propertiesAlan Alpert2013-04-261-0/+7
* | Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-151-1/+1
|/
* Add QtQml.Models moduleAlan Alpert2013-03-121-52/+52
* Move the model classes from QtQuick to QtQmlAlan Alpert2013-01-241-132/+132
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* make use of qtHaveModule()Oswald Buddenhagen2013-01-101-1/+1
* Change qml list interfaceMarco Bubke2012-10-231-1/+1
* Remove interim compatibility measuresAlan Alpert2012-10-161-4/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Fix assert when a VisualDataModels context has been invalidated.Andrew den Exter2012-08-241-0/+30
* Add tests for writing to model role properties.Andrew den Exter2012-08-021-0/+31
* Test the VisualDataModel hasModelChildren propertyAndrew den Exter2012-08-022-1/+54
* Add tests for VisualDataModel watched roles.Andrew den Exter2012-08-021-0/+90
* Fix handling of changes to the root index of a VisualDataModel.Andrew den Exter2012-08-023-61/+281
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Add tests for an object instance as model data.Andrew den Exter2012-07-301-0/+29