aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickvisualdatamodel/tst_qquickvisualdatamodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* Remove remaining foreach in quick testsUlf Hermann2023-08-231-8/+6
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-171-0/+3
* Models: Straighten out model and modelData propertiesUlf Hermann2023-03-241-6/+3
* tst_qquickvisualdatamodel.cpp: Avoid memory leaksUlf Hermann2023-03-211-14/+20
* Port from container::count() and length() to size()Marc Mutz2022-10-071-58/+58
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Avoid double applyDelegateChange in QQIV::setDelegateFabian Kosmale2022-05-041-0/+15
* DelegateModel: Use actual bindings for required propertiesUlf Hermann2022-04-111-0/+101
* QQmlDelegateModelAttached: Make static properties statically knownFabian Kosmale2021-10-131-1/+14
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-5/+6
* Mark overrides in tests, fix compiler warningsVolker Hilsheimer2021-04-011-6/+6
* Use QScopedPointer::reset to explicitly delete the objectVolker Hilsheimer2021-03-291-1/+1
* Fix some "can be marked override" warningsAndreas Buhr2021-02-231-1/+1
* 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
* QQmlInfo: print ancestor of object if it has no QML engineMitch Curtis2020-07-271-70/+71
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-4/+8
* QQmlDelegateModel: Read values from the correct objectUlf Hermann2019-12-031-0/+16
* QQmlDelegateModel: Use cache item's index for resolving delegatesUlf Hermann2019-11-231-0/+14
* When a DelegateModel delegate changes, refill the viewShawn Rutledge2019-10-091-0/+40
* Move model types into their own libraryUlf Hermann2019-05-021-1/+1
* DelegateModel: Zero foreign context objects when they are deletedUlf Hermann2019-02-141-0/+68
* Replace obsolete VisualDataModel, *Group and VisualItemModel in testsShawn Rutledge2018-10-051-121/+121
* 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-021-4/+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
* No longer apply pending changes when accessing ItemView propertiesAlan Alpert2013-04-261-0/+7
* 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
* 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-021-0/+53
* 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-021-59/+275
* Add tests for an object instance as model data.Andrew den Exter2012-07-301-0/+29
* Remove QListModelInterface.Andrew den Exter2012-07-251-5/+5