index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
declarative
/
items
/
qsgitemview.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename Qt Quick-specific classes to QQuick*
Kent Hansen
2011-10-21
1
-1676
/
+0
*
Cannot flick to the end of a horizontal ListView with LayoutMirroring
Martin Jones
2011-10-17
1
-29
/
+13
*
Fix insertions above the visible index
Bea Lam
2011-10-14
1
-18
/
+21
*
Fix ListView components being unable to access context properties.
Andrew den Exter
2011-10-07
1
-1
/
+3
*
Ensure view delegates are object parented to the contentItem
Martin Jones
2011-10-06
1
-0
/
+2
*
Don't call componentComplete() on a VDM until its view is complete.
Andrew den Exter
2011-10-06
1
-0
/
+7
*
Don't layout while applying model changes
Bea Lam
2011-10-03
1
-0
/
+3
*
currentIndex not updated correctly if list is initially empty
Bea Lam
2011-10-03
1
-2
/
+5
*
Don't move content forwards when items are moved down
Bea Lam
2011-10-03
1
-2
/
+13
*
Support margins in Flickable.
Martin Jones
2011-09-26
1
-26
/
+46
*
Use QDeclarativeChangeSet to communicate changes to views.
Andrew den Exter
2011-09-21
1
-123
/
+56
*
Fix min extents to correctly consider header size
Bea Lam
2011-09-07
1
-3
/
+3
*
Ensure that header/footer resize fixes position.
Martin Jones
2011-09-06
1
-2
/
+11
*
Ensure layout is done after delayed deletion of items
Bea Lam
2011-09-02
1
-0
/
+1
*
Don't emit attached add() and remove() for moved items
Bea Lam
2011-09-02
1
-2
/
+4
*
Remove scheduleLayout() and layoutScheduled
Bea Lam
2011-09-01
1
-15
/
+5
*
Batch view changes instead of applying them immediately
Bea Lam
2011-09-01
1
-28
/
+316
*
mapFromModel() returned incorrect value
Bea Lam
2011-08-24
1
-1
/
+1
*
Show header/footer if current index is set to first/last item or row
Bea Lam
2011-08-05
1
-7
/
+23
*
Fix outdated license headers.
Jason McDonald
2011-08-05
1
-16
/
+17
*
Fix content position for key navigation with StrictlyEnforceRange
Bea Lam
2011-08-02
1
-1
/
+0
*
Fix moving of multiple items, and moving items backwards
Bea Lam
2011-07-28
1
-0
/
+12
*
The views have many +/- 1 which are causing errors.
Martin Jones
2011-07-28
1
-29
/
+25
*
View highlight flickers with highlightRangeMode: ApplyRange
Martin Jones
2011-07-28
1
-4
/
+3
*
Add headerItem and footerItem properties to views.
Martin Jones
2011-07-26
1
-0
/
+16
*
Always position headers at a negative position
Bea Lam
2011-07-21
1
-3
/
+9
*
Make lastPosition() result consistent among GridView and ListView
Bea Lam
2011-07-21
1
-0
/
+10
*
Refactor ListView and GridView implementations
Bea Lam
2011-07-20
1
-0
/
+1363