summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxlistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make a number of Flickable API changes following review.Martin Jones2009-08-281-3/+3
* Make sure current item is released when removed but not visible.Martin Jones2009-08-271-2/+4
* Fix glitches when dragging a ListView.Martin Jones2009-08-271-1/+2
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-08-271-1/+1
|\
| * Repeater API updates.Michael Brasser2009-08-271-1/+1
* | Implement Focus Scope support in GraphicsViewAaron Kennedy2009-08-271-1/+1
|/
* Use Q_SLOTS and Q_SIGNALS.Yann Bodson2009-08-261-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-08-241-15/+40
|\
| * Fix list startPosition calculation.Martin Jones2009-08-241-2/+5
| * Add a spacing property to ListViewMartin Jones2009-08-241-14/+36
* | Add missing CONSTANT to view property.Yann Bodson2009-08-241-1/+1
|/
* Various doc fixes.Michael Brasser2009-08-191-12/+0
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-08-171-4/+4
|\
| * Ignore key events that we don't handle.Martin Jones2009-08-171-4/+4
* | Doc cleanup.Yann Bodson2009-08-171-9/+0
|/
* Change key handling to use a Keys attached property.Martin Jones2009-08-121-1/+2
* 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
|\