index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.10.0
6.10.1
6.10.2
6.10.3
6.11
6.11.0
6.11.1
6.12
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.5.5
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
6.9.2
6.9.3
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
/
quick
/
items
Commit message (
Expand
)
Author
Age
Files
Lines
*
QQuickTableView: refactor cancelOvershoot()
Richard Moe Gustavsen
2022-03-07
2
-55
/
+19
*
Make logicalSize consistent in QQuickWindow
Alvin Wong
2022-03-07
1
-12
/
+6
*
QQuickTableView: change cellAtPos() so that any loaded cell is found
Richard Moe Gustavsen
2022-03-05
1
-11
/
+13
*
QQuickTableView: implement private helper function: atTableEnd()
Richard Moe Gustavsen
2022-03-05
2
-34
/
+14
*
QQuickTableView: refactor mapping functions from QQuickTreeView
Richard Moe Gustavsen
2022-03-05
4
-99
/
+115
*
QQuickAnchorChanges: Keep geometry bindings on reverse() and rewind()
Ulf Hermann
2022-03-02
2
-15
/
+45
*
A11Y: make QQuickText focusable for A11Y
Ivan Solovev
2022-03-02
1
-2
/
+3
*
QQuickText: fix fractional pointSize rounding error bug
Oliver Eftevaag
2022-03-02
1
-20
/
+29
*
QQuickTableView: implement getEffectiveRowY/ColumnX()
Richard Moe Gustavsen
2022-03-02
2
-0
/
+16
*
QQuickTableView: be able to specify incubation mode to loadAndUnloadVisibleEd...
Richard Moe Gustavsen
2022-03-02
2
-3
/
+3
*
QQuickTableView: make some functions const
Richard Moe Gustavsen
2022-03-02
2
-21
/
+21
*
QQuickLoader: Check for QQmlEngine before using it
Ulf Hermann
2022-03-01
1
-3
/
+9
*
QQuickStateOperations: updateGeometry() when setting x/y/w/h
Ulf Hermann
2022-03-01
1
-5
/
+5
*
Fix tracking of sg initialized state in rendercontrol
Laszlo Agocs
2022-02-22
1
-0
/
+1
*
QQuickTreeView: refactor 'setRequiredProperty()' into QQuickTableView
Richard Moe Gustavsen
2022-02-22
4
-69
/
+57
*
Cleanup QQmlGuard and related classes
Fabian Kosmale
2022-02-21
1
-3
/
+3
*
QtQuick: Reduce number of V4 includes
Fabian Kosmale
2022-02-21
4
-8
/
+11
*
QQuickWindow: improve docs for activeFocusItem
Richard Moe Gustavsen
2022-02-18
1
-0
/
+2
*
QQuickTreeView: add expandToIndex()
Richard Moe Gustavsen
2022-02-18
2
-0
/
+70
*
QQuickTreeView: add missing \since 6.4 lines
Richard Moe Gustavsen
2022-02-18
1
-0
/
+2
*
QQuickTreeView: add collapseRecursively()
Richard Moe Gustavsen
2022-02-14
2
-4
/
+65
*
QQuickTreeView: add expandRecursively()
Richard Moe Gustavsen
2022-02-14
2
-12
/
+68
*
QQuickTableView: don't position the table contents outside the viewport
Richard Moe Gustavsen
2022-02-14
2
-0
/
+71
*
Mark QQuickRenderControl constructor explicit
Shawn Rutledge
2022-02-12
1
-1
/
+1
*
Clean up an incorrect dpr query in QQW
Laszlo Agocs
2022-02-11
1
-2
/
+2
*
Simplify dpr handling when rendering is redirected
Laszlo Agocs
2022-02-11
2
-38
/
+32
*
Rename private dev.pix.ratio member var in QQuickWindow
Laszlo Agocs
2022-02-11
2
-5
/
+5
*
quick: only forward declare QQmlV4Function
Fabian Kosmale
2022-02-08
4
-1
/
+4
*
Stop using QGuiApplicationPrivate::lastCursorPosition.toPoint()
Shawn Rutledge
2022-02-04
1
-3
/
+3
*
TreeView: add missing QML_ADDED_IN_VERSION
Shawn Rutledge
2022-02-04
1
-0
/
+1
*
QQuickTableView: replace two QFlatMaps with ordered QLists
Marc Mutz
2022-01-29
2
-56
/
+40
*
doc: Fix a typo in a See Also link from QQuickText::boundingRect()
Shawn Rutledge
2022-01-28
1
-1
/
+1
*
qquickwindowmodule: Properly expose Visibility enum
Maximilian Goldstein
2022-01-27
1
-2
/
+3
*
Query the redirect rt size only once in renderSceneGraph
Laszlo Agocs
2022-01-26
1
-3
/
+3
*
QQuickRenderControl ctor: fix style and let parent default to nullptr
Shawn Rutledge
2022-01-26
1
-1
/
+1
*
Add revision to QQuickItem::ensurePolished()
Shawn Rutledge
2022-01-26
1
-1
/
+1
*
QQuickWindow: rename argument of a 200+loc function e → event
Marc Mutz
2022-01-25
1
-20
/
+20
*
QQuickWindow: simplify convoluted code using QFlatMap
Marc Mutz
2022-01-25
1
-11
/
+4
*
QQuickTreeView: be able to expand rows that are not yet visible in the view
Richard Moe Gustavsen
2022-01-24
1
-6
/
+8
*
QQuickListView: Stop overlap for section and firstItem delegates
Oliver Eftevaag
2022-01-20
2
-2
/
+7
*
Add QObject::isQuickItemType() for convenience
Yuhang Zhao
2022-01-19
2
-0
/
+19
*
Move QJSEnginePrivate::cache() to QQmlMetaType
Ulf Hermann
2022-01-18
1
-4
/
+1
*
Port users of QMutableEventPoint::from() to new static setters
Marc Mutz
2022-01-15
3
-11
/
+9
*
Don't rely on transitive include of qeventpoint_p.h
Marc Mutz
2022-01-13
4
-2
/
+5
*
QQuickPalette: replace a QFlatMap with std::array<.,3>
Marc Mutz
2022-01-13
2
-13
/
+27
*
Remove uses of QMutableSinglePointEvent::mutablePoint()
Marc Mutz
2022-01-13
1
-3
/
+3
*
TextEdit: hide cursor outside viewport if ItemObservesViewport
Shawn Rutledge
2022-01-06
1
-1
/
+6
*
TextEdit: deal with scrolling backwards in rich text
Shawn Rutledge
2022-01-06
2
-5
/
+22
*
Flickable: make overshoot distance velocity-sensitive; limit velocity
Shawn Rutledge
2022-01-05
2
-16
/
+22
*
Fix edge cases in arcTo
Delf Neumärker
2022-01-05
2
-18
/
+13
[next]