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.5
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/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
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
/
tests
/
auto
/
quick
/
qquicklistview
/
tst_qquicklistview.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move model types into their own library
Ulf Hermann
2019-05-02
1
-3
/
+3
*
Merge remote-tracking branch 'origin/5.12' into 5.13
v5.13.0-beta2
Qt Forward Merge Bot
2019-04-09
1
-0
/
+34
|
\
|
*
In response to touch cancel, don't just ungrab, send an ungrab event
Shawn Rutledge
2019-04-04
1
-0
/
+34
*
|
Add itemAtIndex to quick views
Paolo Angelelli
2019-01-17
1
-0
/
+24
*
|
Fix usage of QTRY_COMPARE in tst_qquicklistview
Frederik Gladhorn
2018-11-05
1
-2
/
+1
*
|
tests/auto/quick: remove QQUICK_VERIFY_POLISH macro
Mitch Curtis
2018-10-31
1
-2
/
+2
*
|
tst_qquicklistview: use new QQuickTest::qWaitForItemPolished() function
Mitch Curtis
2018-10-31
1
-117
/
+118
|
/
*
Make sectionsSnap test more robust
Michael Brasser
2018-10-22
1
-1
/
+1
*
Improve interaction between snapping and sections
Michael Brasser
2018-10-17
1
-0
/
+58
*
Replace obsolete VisualDataModel, *Group and VisualItemModel in tests
Shawn Rutledge
2018-10-05
1
-3
/
+3
*
QQuickItemView: Don't change the viewport while in layout
Ulf Hermann
2018-09-27
1
-0
/
+17
*
QQmlDelegateModel: don't fall back to use DelegateChooser as delegate
Richard Moe Gustavsen
2018-09-06
1
-0
/
+11
*
Prevent ListView from jumping horizontally with flick(0,<number>)
Michael Brasser
2018-08-23
1
-0
/
+19
*
StrictlyEnforceRange should not override valid SnapOne decisions
Michael Brasser
2018-06-29
1
-0
/
+5
*
Fix SnapOneItem/Row behavior for mid-range flicks
Michael Brasser
2018-06-29
1
-11
/
+21
*
QQmlDelegateModel: even for QAIM, only use first column by default
Richard Moe Gustavsen
2018-06-21
1
-0
/
+33
*
Tests: Silence Clang warnings
Friedemann Kleint
2018-04-27
1
-2
/
+0
*
Fix QQuickListViewPrivate::snapItemAt for lists with spacing
Johan Klokkhammer Helsing
2018-04-25
1
-0
/
+26
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-234
/
+234
*
tests: Wrap qWaitForWindow{Active,Exposed} in QVERIFY
v5.11.0-beta1
Kari Oikarinen
2018-02-23
1
-5
/
+5
*
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2018-02-02
1
-1
/
+46
|
\
|
*
QQuickItemView: Clear pending changes when refilling
Ulf Hermann
2017-12-18
1
-0
/
+32
|
*
QQuickList/GridViewPrivate::fixupPosition: don't set moveReason
Shawn Rutledge
2017-12-16
1
-1
/
+14
*
|
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2018-01-09
1
-0
/
+28
|
\
\
|
|
/
|
*
QQuickListView/GridView: load items that results from model changes synchrono...
Richard Moe Gustavsen
2017-11-30
1
-0
/
+28
*
|
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2017-12-20
1
-9
/
+128
|
\
\
|
|
/
|
*
stabilize and optimize tst_QQuickListView::QTBUG_34576_velocityZero
Shawn Rutledge
2017-11-08
1
-8
/
+9
|
*
Fix ListView::positionViewAtIndex with ListView.Contain mode
Joni Poikelin
2017-11-07
1
-0
/
+41
|
*
stabilize tst_QQuickListView::incrementalModel
Shawn Rutledge
2017-11-03
1
-9
/
+4
|
*
Fix providing correct velocity when using index based scrolling
Pasi Petäjäjärvi
2017-11-03
1
-0
/
+50
|
*
ListView: don't stop moving the highlight because of model updates
Shawn Rutledge
2017-11-03
1
-0
/
+32
*
|
Replace remaining Q_NULLPTR with nullptr
Kevin Funk
2017-11-17
1
-1
/
+1
|
/
*
Fix issue with programmatic flicking at bounds
Michael Brasser
2017-09-08
1
-0
/
+30
*
Fix ListView::StrictlyEnforceRange with resizing delegate
Michael Brasser
2017-08-09
1
-0
/
+24
*
QQuickItemView: fix releaseItem() loops
J-P Nurmi
2017-06-12
1
-0
/
+13
*
ListView: allow flicking to both directions
J-P Nurmi
2017-01-16
1
-0
/
+79
*
ListView, GridView: fix missing keyNavigationEnabled property
Mitch Curtis
2016-12-20
1
-1
/
+1
*
tst_QQuickPathView, tst_QQuickListView: Fix compiler warnings
Friedemann Kleint
2016-12-08
1
-82
/
+136
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-08-05
1
-0
/
+32
|
\
|
*
Test that we don't crash when items are sorted and filtered at the same time
Olivier Goffart
2016-08-04
1
-0
/
+32
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Edward Welbourne
2016-07-15
1
-4
/
+2
|
\
\
|
|
/
|
*
tst_qquicklistview: Style fixes
Robin Burchell
2016-07-08
1
-4
/
+2
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-06-29
1
-0
/
+17
|
\
\
|
|
/
|
*
Report changes correctly when inserting into a ListView
Stephen Kelly
2016-06-21
1
-0
/
+17
*
|
Fix names of tests
Stephen Kelly
2016-06-08
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-02-19
1
-91
/
+1
|
\
\
|
|
/
|
*
Factor out testing code for QTBUG_48870_fastModelUpdates
Gabriel de Dietrich
2016-02-13
1
-91
/
+1
*
|
Merge remote-tracking branch 'origin/5.6' into dev
Liang Qi
2016-01-29
1
-227
/
+115
|
\
\
|
|
/
|
*
tst_qquicklistview: Move a number of window instances to use scoped pointers.
Robin Burchell
2016-01-22
1
-227
/
+115
*
|
Merge remote-tracking branch 'origin/5.6' into dev
Simon Hausmann
2016-01-22
1
-12
/
+29
|
\
\
|
|
/
[next]