summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelistmodel/tst_qdeclarativelistmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed some declarative auto testsBernd Weimer2013-03-281-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Fix roundtrip between double and string in QDeclarativeListModel leading to p...Florian Hänel2012-07-251-0/+4
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-181-1/+4
|\
| * Merge remote branch 'origin/4.8' into qa-review-masterRohan McGovern2011-05-161-0/+42
| |\
| * | Remove Q_ASSERT from QDeclarativeListModel autotest.Jason McDonald2011-04-151-1/+4
* | | Update licenseheader text in source files for qt4.8Jyri 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-231-0/+12
|/
* 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-291-17/+17
* 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-211-0/+16
* 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-081-0/+5
* 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
* 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
* Ignore warningsBea Lam2010-04-211-0/+6
* Test that ListElements returned by get() can be iterated over in JS.Warwick Allison2010-04-191-22/+40
* 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
* Make sure WorkerScript thread is stopped on deletion. This also fixesBea Lam2010-04-091-3/+0
* 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-171-20/+24
* 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-161-17/+221
|/
* 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-241-0/+346