summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelistmodel
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-161-24/+24
* Fix deployment for declarative tests, examples on SymbianDamian Jansen2011-10-041-1/+1
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* ListModel::clear() should not clear rolesBea Lam2011-04-121-0/+42
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | set() and setProperty() should not always trigger change signalsBea Lam2011-01-111-4/+155
* | Fix ListModel::set() to update the model cache when setting a list valueBea Lam2010-11-232-0/+32
|/
* Fix worker ListModels to property emit countChanged()Bea Lam2010-10-131-0/+10
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-294-21/+21
* Various declarative autotest additions.Michael Brasser2010-09-231-0/+16
* Fix ListModel::set() so the implementation and docs areBea Lam2010-09-231-1/+1
* Fix a crash in QDeclarativeVisualDataModelJoona Petrell2010-09-212-0/+41
* Improve error messagesBea Lam2010-09-171-4/+4
* Changes to objects returned from get() should emit itemsChanged() soBea Lam2010-09-171-20/+287
* Don't destroy ListModel child list nodes.Martin Jones2010-08-111-3/+4
* Fix test for get() to check for undefined return valuesBea Lam2010-07-141-4/+6
* Test QTBUG-11222Warwick Allison2010-06-251-0/+12
* Allow QT_TR_NOOP (as a no-op) in ListModel values.Warwick Allison2010-06-221-3/+7
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-3/+6
* Add parent parameter to QDeclarativeExpression constructor.Michael Brasser2010-05-181-2/+2
* ListModel::get() shouldn't print warnings for invalid indices since itBea Lam2010-05-171-10/+4
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-141-1/+8
* ListModel::get() should return undefined if bad index specifiedBea Lam2010-05-131-1/+3
* Rename QDeclarativeExpression::value() to evaluate().Michael Brasser2010-04-231-3/+3
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-212-2/+2
* Ignore warningsBea Lam2010-04-211-0/+6
* Test that ListElements returned by get() can be iterated over in JS.Warwick Allison2010-04-192-22/+64
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-28/+28
* Rename remaining import Qt 4.6 lines to import Qt 4.7Joona Petrell2010-04-141-11/+11
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+3
* Make sure WorkerScript thread is stopped on deletion. This also fixesBea Lam2010-04-091-3/+0
* Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-091-2/+2
* Disallow nested elements in ListModelAaron Kennedy2010-04-071-3/+5
* ModelNode::setObjectValue() must update the object cache.Bea Lam2010-04-011-0/+26
* WorkerScript was receiving events after deletion and trying to processBea Lam2010-03-301-7/+4
* Skip tests for nowBea Lam2010-03-251-0/+4
* Fix mutex handling that was causing tests to sometimes crash/fail.Bea Lam2010-03-231-5/+0
* Disable tests temporarilyBea Lam2010-03-191-0/+3
* Skip test, to be fixed.Bea Lam2010-03-181-0/+2
* Allow enum constants as list element properties.Warwick Allison2010-03-171-2/+3
* Tests for default count(), get() values should be run on the workerBea Lam2010-03-173-28/+31
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-161-3/+2
|\
| * Replace QDeclarativeContext::addDefaultObject() -> setContextObject()Aaron Kennedy2010-03-111-1/+1
* | Remove WorkerListModel and integrate its functionality into ListModel.Bea Lam2010-03-164-17/+260
|/
* Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX t...Leonardo Sobral Cunha2010-02-241-12/+12
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-242-0/+352