summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmllistmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Disallow ids that start with uppercase letters and update docs andBea Lam2010-02-031-2/+2
* Don't crash when accessing index -1Martin Jones2010-01-291-5/+5
* Rename ListModel::set() to ListModel::setProperty()Aaron Kennedy2010-01-201-2/+2
* Keep empty lists and 1-item lists as lists instead of converting themBea Lam2010-01-201-21/+57
* Revert previous change. Does not work for statically defined list models.Bea Lam2010-01-201-25/+20
* Fix to correctly return property values that are javascript arrays.Bea Lam2010-01-191-20/+25
* Make QListModelInterface API more sensible for our use case.Martin Jones2009-12-161-0/+23
* Link to Data Models docMartin Jones2009-12-081-0/+2
* small cleanupThierry Bastian2009-12-041-1/+1
* Fix count change notification.Warwick Allison2009-12-041-0/+1
* fix includesOswald Buddenhagen2009-12-031-8/+11
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-5/+5
* Remove include styles that rely on configure.Warwick Allison2009-12-011-3/+3
* Fix and test ListModel UTF8 reading.Warwick Allison2009-11-291-1/+1
* Tidy (and fix) error messages.Warwick Allison2009-11-231-3/+3
* Error checking and tests for them in ListModelWarwick Allison2009-11-171-8/+14
* Doc fixes after \qmlmethod changes.Michael Brasser2009-11-111-6/+6
* Return qmlInfo(obj) << syntax.Warwick Allison2009-11-101-7/+7
* ListModel elements can only be values or *lists* of objects, not objects.Warwick Allison2009-11-091-2/+0
* Fix and test set/get of structured ListModel data.Warwick Allison2009-11-091-11/+22
* ListModel docs and testsWarwick Allison2009-11-091-15/+58
* Remove "to" limit on minor version.Warwick Allison2009-11-051-2/+2
* NOTIFY ListModel::countWarwick Allison2009-11-021-1/+3
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-301-17/+17
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-301-1/+1
| |\
| | * Doc.Michael Brasser2009-10-301-1/+1
| * | fix headersWarwick Allison2009-10-291-16/+16
| |/
* | Make private headers _pAaron Kennedy2009-10-301-2/+2
|/
* Doc.Michael Brasser2009-10-281-0/+6
* change all ids in doc examples to start with lower case.Martin Jones2009-10-221-8/+8
* Use utf8 instead of latin1 where appropriateAaron Kennedy2009-10-121-4/+4
* Compile on Symbian.Martin Jones2009-10-071-36/+44
* Ensure item moves are passed on literally so views can animate literally.Warwick Allison2009-09-111-1/+4
* Implement itemsMoved() in ListView.Martin Jones2009-09-101-1/+1
* Report custom parse errors verbosely.Warwick Allison2009-09-101-6/+10
* Don't allow sparse-setting, since not efficient anyway.Warwick Allison2009-09-091-22/+16
* Fix destruction of ModelNodes (fix crash-on-exit).Warwick Allison2009-09-091-7/+6
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-09-091-1/+1
|\
| * Don't use qt3support methodsAaron Kennedy2009-09-081-1/+1
* | Modifying ListModel from JS: work for structured data too.Warwick Allison2009-09-091-20/+55
|/
* Rest of change 28ccffc53df374f7b890510f481e2dae2e01ed74Warwick Allison2009-09-081-4/+267
* Fix leaks.Michael Brasser2009-09-071-0/+1
* Rename positioners.Warwick Allison2009-08-241-1/+1
* Doc tweak.Martin Jones2009-08-241-3/+3
* Rename layouts to positionersAlan Alpert2009-08-131-1/+1
* Allow span of versions to be defined, not just one.Warwick Allison2009-07-231-2/+2
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-2/+2
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-201-0/+4
|\
| * Add missing docs.Michael Brasser2009-07-201-0/+4
* | Rename QmlBindableValue to QmlBindingAaron Kennedy2009-07-201-1/+0
|/