summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxlistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Oops.Martin Jones2009-10-271-2/+1
* Try to be a bit more clever with snapping.Martin Jones2009-10-271-1/+68
* Improve highlight range API and fix incorrect list end calc.Martin Jones2009-10-271-25/+32
* Docs.Martin Jones2009-10-261-3/+2
* DocMartin Jones2009-10-221-0/+28
* Doc.Martin Jones2009-10-211-0/+46
* Fix more compiler warnings.Martin Jones2009-10-151-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-10-091-15/+4
|\
| * No need for temporary currentItemMartin Jones2009-10-091-15/+4
* | Add missing NOTIFYYann Bodson2009-10-091-0/+1
|/
* Added properties highlightMoveSpeed and highlightResizeSpeed (ListView)Christiaan Janssen2009-10-061-2/+47
* Some docs on data models.Martin Jones2009-10-061-0/+2
* Allow GridView key navigation to be overridden.Martin Jones2009-09-301-0/+12
* Some fixes for ListView key handling.Martin Jones2009-09-291-5/+30
* Some documentation link updatesThorbjørn Lindeijer2009-09-161-4/+6
* Small tweaks.Martin Jones2009-09-161-8/+2
* Fix docs.Martin Jones2009-09-151-3/+3
* More ListView API changes.Martin Jones2009-09-141-10/+12
* ListView currentItemMode API replaced with highlight range API.Martin Jones2009-09-141-107/+112
* Fix moving an item to the first visible position.Martin Jones2009-09-111-16/+16
* current -> currentItem property in ListView and GridViewMartin Jones2009-09-111-2/+2
* Implement itemsMoved() in ListView.Martin Jones2009-09-101-24/+54
* Follow renamed to SpringFollow.Martin Jones2009-09-101-8/+44
* Current Item was moved twice when an item was inserted before it.Martin Jones2009-09-081-1/+2
* Fix leaks.Michael Brasser2009-09-071-0/+1
* Remove dragMode property from Flickable.Martin Jones2009-09-031-9/+9
* Flickable locked property changed to interactive.Martin Jones2009-09-021-1/+1
* 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