summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmllistmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Doc (fixed typo)Kai Koehne2009-07-141-1/+1
* ListModel code cleanup.Michael Brasser2009-07-011-46/+24
* Support compile-in-namespace for the declarative module.Michael Brasser2009-06-301-5/+6
* CleanupMichael Brasser2009-06-301-0/+1
* Remove more unneeded semicolons.Martin Jones2009-05-271-3/+3
* Remove extraneous semicolons.Martin Jones2009-05-261-4/+4
* Implement SetProperties as a custom parserAaron Kennedy2009-05-151-1/+5
* Doc.Martin Jones2009-05-061-11/+57
* docWarwick Allison2009-05-061-23/+36
* Remove XML custom parser supportAaron Kennedy2009-05-051-177/+3
* Make custom parsers internal.Aaron Kennedy2009-04-301-1/+1
* Prototype custom parsers for non-xml qml languageAaron Kennedy2009-04-301-208/+179
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-04-291-40/+40
|\
| * Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-39/+39
* | Some foreach remove/improve.Martin Jones2009-04-281-1/+1
|/
* Add a declarative data ptr to QObjectPrivateAaron Kennedy2009-04-271-11/+0