summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativelistmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-101-1/+1
* | set() and setProperty() should not always trigger change signalsBea Lam2011-01-111-25/+58
* | Fix ListModel::set() to update the model cache when setting a list valueBea Lam2010-11-231-0/+2
|/
* Fix ListModel::set() so the implementation and docs areBea Lam2010-09-231-2/+3
* Remove dead code paths in declarative list model code.Michael Brasser2010-09-231-37/+0
* Make build on SymbianBea Lam2010-09-201-0/+31
* Improve error messagesBea Lam2010-09-171-3/+3
* Changes to objects returned from get() should emit itemsChanged() soBea Lam2010-09-171-29/+264
* Make it clear that private ListModel constructor is only for workerBea Lam2010-09-171-14/+23
* Remove duplicated move() implementationsBea Lam2010-09-171-34/+26
* Doc changesBea Lam2010-09-171-4/+4
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-09-151-1/+0
|\
| * Remove unused objectBea Lam2010-09-081-1/+0
* | Doc: More work on the declarative API documentation.David Boddie2010-09-131-28/+79
|/
* Merge branch '4.7' into qmldocsDavid Boddie2010-08-271-5/+2
|\
| * Remove unused code.Michael Brasser2010-08-251-3/+0
| * Fix few declarative code issues discovered by static code analysisJoona Petrell2010-08-241-2/+2
* | Doc: Fixed incorrect use of commands to mark documentation.David Boddie2010-08-231-1/+1
|/
* qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-161-1/+3
* Compile on SymbianMartin Jones2010-08-111-3/+9
* Don't destroy ListModel child list nodes.Martin Jones2010-08-111-11/+15
* Fix crash with invalid role indexesAaron Kennedy2010-07-091-0/+2
* Test ListElement type via type system, not string comparison.Warwick Allison2010-06-251-3/+8
* Allow QT_TR_NOOP (as a no-op) in ListModel values.Warwick Allison2010-06-221-4/+9
* Minor doc fixesBea Lam2010-06-111-1/+1
* Doc improvements: move some example code to snippets, add screenshots,Bea Lam2010-06-091-105/+21
* Update docs with correct property nameAlan Alpert2010-05-201-1/+1
* ListModel::get() shouldn't print warnings for invalid indices since itBea Lam2010-05-171-4/+1
* Restructure the examples. They are now organized into variousBea Lam2010-05-161-2/+2
* ListModel::get() should return undefined if bad index specifiedBea Lam2010-05-131-10/+18
* Dates and variants are not considered nested objectsAaron Kennedy2010-05-131-1/+2
* Doc fixBea Lam2010-05-071-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Peter Yard2010-04-271-3/+2
|\
| * Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-3/+2
* | Docs Changes to start page. Minor change to Elements doc. See also added to s...Peter Yard2010-04-271-1/+1
|/
* Doc fixesBea Lam2010-04-131-4/+4
* Doc fixesBea Lam2010-04-121-0/+15
* Release ListModel's worker agent on deletion.Bea Lam2010-04-091-0/+3
* Disallow nested elements in ListModelAaron Kennedy2010-04-071-1/+6
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-3/+3
* Doc fixBea Lam2010-04-011-1/+1
* ModelNode::setObjectValue() must update the object cache.Bea Lam2010-04-011-0/+2
* Fix memory leak and clean up deletion.Bea Lam2010-03-291-8/+5
* Remove int parameter from ListModel countChanged() to be consistentBea Lam2010-03-251-3/+3
* Doc: ids start with lowercaseMartin Jones2010-03-241-9/+9
* Don't use QScriptValueIterator to iterate over arrays.Bea Lam2010-03-181-4/+3
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-171-4/+16
|\
| * Allow enum constants as list element properties.Warwick Allison2010-03-171-4/+16
* | Emits itemsRemoved() in QDeclarativeListModel::remove.Yann Bodson2010-03-171-14/+16
|/