summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxvisualitemmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix visual model crash at shutdown due to dangling pointerAaron Kennedy2009-10-081-30/+46
* Auto tests for QmlTimerMartin Jones2009-10-061-19/+19
* Some docs on data models.Martin Jones2009-10-061-1/+5
* Preliminary support for object and list synthesized property typesAaron Kennedy2009-09-221-1/+1
* Switch Repeater over to use VisualModel.Martin Jones2009-09-171-50/+71
* Give a useful error if the delegate doesn't return a QFxItem.Martin Jones2009-09-151-1/+7
* Implement itemsMoved() in ListView.Martin Jones2009-09-101-1/+18
* Rest of change 28ccffc53df374f7b890510f481e2dae2e01ed74Warwick Allison2009-09-081-6/+13
* Use Q_SLOTS and Q_SIGNALS.Yann Bodson2009-08-261-1/+1
* Renaming Rect -> RectangleYann Bodson2009-08-191-3/+3
* Register the QFxVisualModel base class.Martin Jones2009-08-131-0/+1
* Add a VisualItemModel.index attached property to items in the model.Martin Jones2009-08-051-1/+50
* Notify of VisualDataModel count changes.Martin Jones2009-08-031-2/+8
* Rework VisualItemModel into VisualItemModel & VisualDataModelMartin Jones2009-08-031-112/+233
* Allow span of versions to be defined, not just one.Warwick Allison2009-07-231-1/+1
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-1/+1
* Fix crash.Michael Brasser2009-07-201-3/+4
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-07-201-0/+1
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-101-1/+1
| |\
| * | Remove simple canvasAaron Kennedy2009-06-231-0/+1
* | | Remove unnecessary semicolonsMartin Jones2009-07-141-1/+1
| |/ |/|
* | Support compile-in-namespace for the declarative module.Michael Brasser2009-06-301-1/+1
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-05-261-2/+2
|\
| * Do not expect QListModelInterface::data to return ONLY the roles requestedKai Koehne2009-05-261-2/+2
* | Remove extraneous semicolons.Martin Jones2009-05-261-2/+2
|/
* fix warningsWarwick Allison2009-05-211-1/+1
* Remove debugMartin Jones2009-05-201-3/+0
* Make VisualItemModel with packages work properly.Martin Jones2009-05-201-65/+113
* More robust error handling (in ListView) and reporting (in VisualModel).Martin Jones2009-05-121-4/+9
* d-pointerize QmlOpenMetaObjectMartin Jones2009-05-111-0/+1
* Get view to view transitions working properly... for PathView.Martin Jones2009-05-071-1/+27
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-40/+40
* Remove QFxItem::itemContext() method.Aaron Kennedy2009-04-271-1/+1
* Add a declarative data ptr to QObjectPrivateAaron Kennedy2009-04-271-3/+7
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+690