aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsgitemview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-211-1676/+0
* Cannot flick to the end of a horizontal ListView with LayoutMirroringMartin Jones2011-10-171-29/+13
* Fix insertions above the visible indexBea Lam2011-10-141-18/+21
* Fix ListView components being unable to access context properties.Andrew den Exter2011-10-071-1/+3
* Ensure view delegates are object parented to the contentItemMartin Jones2011-10-061-0/+2
* Don't call componentComplete() on a VDM until its view is complete.Andrew den Exter2011-10-061-0/+7
* Don't layout while applying model changesBea Lam2011-10-031-0/+3
* currentIndex not updated correctly if list is initially emptyBea Lam2011-10-031-2/+5
* Don't move content forwards when items are moved downBea Lam2011-10-031-2/+13
* Support margins in Flickable.Martin Jones2011-09-261-26/+46
* Use QDeclarativeChangeSet to communicate changes to views.Andrew den Exter2011-09-211-123/+56
* Fix min extents to correctly consider header sizeBea Lam2011-09-071-3/+3
* Ensure that header/footer resize fixes position.Martin Jones2011-09-061-2/+11
* Ensure layout is done after delayed deletion of itemsBea Lam2011-09-021-0/+1
* Don't emit attached add() and remove() for moved itemsBea Lam2011-09-021-2/+4
* Remove scheduleLayout() and layoutScheduledBea Lam2011-09-011-15/+5
* Batch view changes instead of applying them immediatelyBea Lam2011-09-011-28/+316
* mapFromModel() returned incorrect valueBea Lam2011-08-241-1/+1
* Show header/footer if current index is set to first/last item or rowBea Lam2011-08-051-7/+23
* Fix outdated license headers.Jason McDonald2011-08-051-16/+17
* Fix content position for key navigation with StrictlyEnforceRangeBea Lam2011-08-021-1/+0
* Fix moving of multiple items, and moving items backwardsBea Lam2011-07-281-0/+12
* The views have many +/- 1 which are causing errors.Martin Jones2011-07-281-29/+25
* View highlight flickers with highlightRangeMode: ApplyRangeMartin Jones2011-07-281-4/+3
* Add headerItem and footerItem properties to views.Martin Jones2011-07-261-0/+16
* Always position headers at a negative positionBea Lam2011-07-211-3/+9
* Make lastPosition() result consistent among GridView and ListViewBea Lam2011-07-211-0/+10
* Refactor ListView and GridView implementationsBea Lam2011-07-201-0/+1363