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
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/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
/
qquicktableview
/
tst_qquicktableview.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QQuickTableView: don't recalculate content width while flicking
Richard Moe Gustavsen
2019-05-15
1
-72
/
+17
*
QQuickTableView: change implementation of enforceTableAtOrigin()
Richard Moe Gustavsen
2019-05-11
1
-0
/
+161
*
QQuickTableView: sync viewport rect with syncView when rebuilding
Richard Moe Gustavsen
2019-05-09
1
-3
/
+99
*
Autotest: add syncView tests for QQuickTableView
Richard Moe Gustavsen
2019-05-03
1
-7
/
+250
*
Move model types into their own library
Ulf Hermann
2019-05-02
1
-2
/
+2
*
QQuickTableView: remove superfluous rebuildScheduled property
Richard Moe Gustavsen
2019-04-11
1
-8
/
+4
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Liang Qi
2019-02-22
1
-0
/
+12
|
\
|
*
QQmlDelegateModel: guard new row/column properties with revision 12
Richard Moe Gustavsen
2019-02-21
1
-0
/
+12
*
|
QQuickTableView: add support for hiding rows and columns
Richard Moe Gustavsen
2019-02-08
1
-25
/
+164
*
|
QQuickTableView: use QMap instead of a QRect to keep track of loaded columns
Richard Moe Gustavsen
2019-01-30
1
-79
/
+76
*
|
tst_qquicktableview: use QQuickTest::qWaitForItemPolished()
Mitch Curtis
2018-10-31
1
-2
/
+3
|
/
*
TableView: connect to 'layoutChanged' signal from the model
Richard Moe Gustavsen
2018-10-17
1
-0
/
+39
*
QQmlAdaptorModel: return correct column count from the model
Richard Moe Gustavsen
2018-10-17
1
-0
/
+1
*
QQuickTableView: improve performance when scrolling with scrollbars
Richard Moe Gustavsen
2018-09-29
1
-2
/
+95
*
QQuickTableView: build the table when the component is finalized
Richard Moe Gustavsen
2018-09-17
1
-4
/
+59
*
QQuickTableView: sync model and delegate when ready to do so
Richard Moe Gustavsen
2018-09-13
1
-0
/
+47
*
QQuickTableView: override fixup() to preserve contentX/Y at start-up
Richard Moe Gustavsen
2018-09-11
1
-8
/
+18
*
QQuickTableView: don't rebuild table upon querying content size
Richard Moe Gustavsen
2018-09-11
1
-3
/
+8
*
QQuickTableView: don't set contentX/Y to zero when building the table
Richard Moe Gustavsen
2018-09-10
1
-0
/
+20
*
QQuickTableView: don't override margins API in TableView
Richard Moe Gustavsen
2018-09-10
1
-99
/
+19
*
QQuickTableView: remove focus for the delegate item itself, not only for the ...
Richard Moe Gustavsen
2018-09-07
1
-10
/
+20
*
QQuickTableView: clear focus when delegate item with focus is flicked out
Richard Moe Gustavsen
2018-09-06
1
-0
/
+35
*
QQmlTableInstanceModel: don't fall back to use DelegateChooser as delegate
Richard Moe Gustavsen
2018-09-06
1
-0
/
+12
*
QQuickTableView: add anchor check for delegate
Richard Moe Gustavsen
2018-09-06
1
-0
/
+13
*
tst_qquicktableview: reuse the same QQuickView for all test cases
Richard Moe Gustavsen
2018-09-06
1
-2
/
+11
*
QQuickTableView: allow negative margins
Richard Moe Gustavsen
2018-09-03
1
-17
/
+31
*
QQuickTableView: handle RebuildOption::ViewportOnly
Richard Moe Gustavsen
2018-08-27
1
-0
/
+54
*
QQuickTableView: only preload to pool if reuseItems is true
Richard Moe Gustavsen
2018-08-27
1
-4
/
+19
*
QQuickTableView: don't overwrite rebuildState
Richard Moe Gustavsen
2018-08-23
1
-0
/
+29
*
QQmlDelegateModelItem: ensure that we emit changes to row and column
Richard Moe Gustavsen
2018-08-22
1
-0
/
+29
*
QQuickTableView: drain pool upon setting reuseItems to false
Richard Moe Gustavsen
2018-08-22
1
-0
/
+19
*
QQuickTableView: set the stacking order of delegate items to 1
Richard Moe Gustavsen
2018-08-21
1
-0
/
+1
*
QQuickTableView: preload one extra row and column at start-up
Richard Moe Gustavsen
2018-08-14
1
-9
/
+33
*
QQuickTableView: be more precise about when to load and unload a column
Richard Moe Gustavsen
2018-08-14
1
-46
/
+35
*
QQuickTableView: rename attached prop tableView to view
Richard Moe Gustavsen
2018-08-13
1
-0
/
+1
*
QQuickTableView: remove cacheBuffer from the public API
Richard Moe Gustavsen
2018-08-10
1
-3
/
+0
*
QQuickTableView: add a 'forceLayout()' function to the public API
Richard Moe Gustavsen
2018-08-10
1
-0
/
+30
*
QQuickTableView: override contentWidth/Height properties
Richard Moe Gustavsen
2018-08-09
1
-0
/
+19
*
QQuickTableView: change how we calculate content size
Richard Moe Gustavsen
2018-08-09
1
-0
/
+81
*
QQuickTableView: improve draining of reuse pool
Richard Moe Gustavsen
2018-08-07
1
-0
/
+91
*
QQuickTableView, auto test: ensure we flick more than one page
Richard Moe Gustavsen
2018-08-07
1
-1
/
+1
*
QQmlTableInstanceModel: handle model data changes more gracefully
Richard Moe Gustavsen
2018-08-02
1
-0
/
+51
*
QQuickTableView: implement support for reusing delegate items
Richard Moe Gustavsen
2018-08-02
1
-10
/
+208
*
tst_qquicktableview: check size hint for row/column, not implicit size
Richard Moe Gustavsen
2018-07-21
1
-10
/
+16
*
tst_qquicktableview: don't set column count to 0
Mitch Curtis
2018-07-19
1
-3
/
+1
*
tst_qquicktableview: actually test that model is reset
Mitch Curtis
2018-07-19
1
-3
/
+18
*
QQuickTableView: set delegate parent early-on
Richard Moe Gustavsen
2018-07-19
1
-0
/
+15
*
QQuickTableView: remove TableView.cellWidth/Height
Richard Moe Gustavsen
2018-07-18
1
-1
/
+1
*
Qt Quick Table View: set the default row and column spacing to 0
Nicolas Ettlin
2018-07-18
1
-0
/
+45
*
tst_qquicktableview: make checkRowColumnCount() more stable
Richard Moe Gustavsen
2018-07-18
1
-4
/
+16
[next]