summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxlistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rework VisualItemModel into VisualItemModel & VisualDataModelMartin Jones2009-08-031-11/+19
* Items marked for removal should be excluded from section updates.Martin Jones2009-08-021-3/+7
* Get rid of QFxItem::options.Michael Brasser2009-07-311-1/+1
* Don't bounce around when removing the current item.Martin Jones2009-07-301-2/+15
* maxYExtent() should never be greater than minYExtent()Martin Jones2009-07-301-7/+9
* Removed unused code.Martin Jones2009-07-301-13/+0
* Don't disconnect item size connections if the item is referenced.Martin Jones2009-07-301-4/+4
* remove itemParent() and related.Lars Knoll2009-07-291-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-281-1/+1
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-07-281-11/+1
| |\
| * | qmlAttachedProperties should return the actual attached object type.Martin Jones2009-07-281-1/+1
* | | Initialize variableAaron Kennedy2009-07-281-1/+1
| |/ |/|
* | Remove unused flag.Michael Brasser2009-07-281-11/+1
|/
* Don't crash in Horizontal orientation.Martin Jones2009-07-271-3/+5
* Allow span of versions to be defined, not just one.Warwick Allison2009-07-231-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-231-1/+1
|\
| * unify z-value handling in graphics and fx items.Lars Knoll2009-07-221-1/+1
* | Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-1/+1
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-07-201-1/+2
|\
| * CompileEskil Abrahamsen Blomfeldt2009-07-171-1/+2
* | Remove unnecessary semicolonsMartin Jones2009-07-141-5/+5
|/
* Rename notifiers: topChanged -> yChanged; leftChanged -> xChanged.Michael Brasser2009-06-301-2/+2
* Compile fix.Michael Brasser2009-06-051-2/+1
* Another compile fix for WinCE.Michael Brasser2009-06-051-1/+1
* Remove extraneous semicolons.Martin Jones2009-05-261-1/+1
* Remove debugMartin Jones2009-05-201-1/+0
* Make VisualItemModel with packages work properly.Martin Jones2009-05-201-80/+101
* More robust error handling (in ListView) and reporting (in VisualModel).Martin Jones2009-05-121-13/+20
* qdoc: Fixed some qdoc errors.Martin Smith2009-05-111-5/+5
* Fix removal of items that span a range greater than the visible range.Martin Jones2009-05-081-15/+34
* setWidth() and setHeight() lost their virtual at some point :-/Martin Jones2009-05-081-22/+2
* GridView docs.Martin Jones2009-05-061-3/+1
* docWarwick Allison2009-05-011-2/+2
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-04-301-4/+4
|\
| * Documentation work.Michael Brasser2009-04-301-4/+4
* | Doc.Martin Jones2009-04-301-1/+1
|/
* Documentation for ListViewMartin Jones2009-04-301-98/+45
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-04-291-3/+3
|\
| * Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-3/+3
* | Some foreach remove/improve.Martin Jones2009-04-281-3/+2
|/
* Don't create two atttached property objects per item.Martin Jones2009-04-281-2/+5
* Use QObject declarative data to store attached properties.Aaron Kennedy2009-04-281-6/+3
* Remove QFxItem::itemContext() method.Aaron Kennedy2009-04-271-4/+4
* Replace the use of the obsolete GfxEasing with QEasingCurve.Michael Brasser2009-04-271-5/+4
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+1680