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
/
qml
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
QQmlPropertyMap: add an example of two argument constructor
Dheerendra Purohit
2024-12-23
1
-0
/
+15
*
QQmlPropertyMap: code tidies
Giuseppe D'Angelo
2024-12-17
1
-1
/
+1
*
Introduce QQmlPropertyState enum
Mitch Curtis
2024-08-09
1
-0
/
+38
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
2
-76
/
+4
*
Qml: includemocs
Marc Mutz
2022-04-29
1
-0
/
+2
*
Remove the qmake project files
Fabian Kosmale
2021-01-15
1
-5
/
+0
*
Add a freeze() method to QQmlPropertyMap
Ulf Hermann
2021-01-13
2
-0
/
+17
*
QQmlPropertyMap: Add a method to insert multiple values at once
Ulf Hermann
2021-01-13
2
-0
/
+31
*
QQmlPropertyMap: Check validity of keys only once
Ulf Hermann
2021-01-13
1
-9
/
+2
*
Add ; to Q_UNUSED and UNUSED_PARAM
Lars Schmertmann
2020-06-26
2
-2
/
+2
*
Merge remote-tracking branch 'origin/5.13' into 5.14
Liang Qi
2019-09-12
1
-0
/
+4
|
\
|
*
Document that QQmlPropertyMap's meta object is not threadsafe
Volker Hilsheimer
2019-08-21
1
-0
/
+4
|
*
QQmlAdapterModel: Guard items against deletion during notification
Ulf Hermann
2019-07-03
1
-2
/
+8
*
|
Move model types into their own library
Ulf Hermann
2019-05-02
9
-4071
/
+0
*
|
Remove QQmlV4Handle
Ulf Hermann
2019-04-10
1
-1
/
+0
|
/
*
Fix leaking propertyCache inside QQmlAdaptorModel::Accessors
Kirill Burtsev
2019-03-15
1
-3
/
+3
*
QQmlDelegateModel: guard new row/column properties with revision 12
Richard Moe Gustavsen
2019-02-21
2
-0
/
+7
*
QQmlAdaptorModel::Accessors: create a propertyCache for all accessors, not ju...
Richard Moe Gustavsen
2019-02-21
2
-40
/
+43
*
QQmlAdaptorModel: return correct column count from the model
Richard Moe Gustavsen
2018-10-17
1
-1
/
+1
*
Replace more vestiges of VisualDataModel, *Group and VisualItemModel
Shawn Rutledge
2018-10-03
1
-7
/
+7
*
Doc: Remove documentation for deprecated QML types
Venugopal Shivashankar
2018-09-25
1
-1
/
+1
*
Limit the repeater model size for integer models
Erik Verbruggen
2018-09-24
1
-1
/
+20
*
QQmlAdaptorModel: include qqmlglobal_p.h in header file
Shawn Rutledge
2018-08-17
1
-1
/
+1
*
Allow DelegateModel-based views to support multiple delegate types
Paolo Angelelli
2018-08-17
2
-0
/
+6
*
QQmlAdaptorModel: prepare js list models for recycling support
Richard Moe Gustavsen
2018-07-30
1
-4
/
+19
*
QQmlAdaptorModel: prepare QQmlListProperty for delegate recycling
Richard Moe Gustavsen
2018-07-30
1
-1
/
+27
*
Revert "QQmlAdaptorModel: support dataChanged signals from multi-column models"
Richard Moe Gustavsen
2018-07-18
2
-6
/
+0
*
QQmlAdaptorModel: move connection set-up code to QQmlDelegateModel
Richard Moe Gustavsen
2018-07-10
2
-50
/
+17
*
QQmlDelegateModelItem: set row and column explicit
Richard Moe Gustavsen
2018-07-09
2
-23
/
+21
*
Add Proxy support for prototype handling
Lars Knoll
2018-06-25
1
-2
/
+2
*
QQmlDelegateModelItem: move row and column up to the base class
Richard Moe Gustavsen
2018-06-09
1
-30
/
+0
*
Fix JS ownership of model and delegate properties in QtQuick item views
Simon Hausmann
2018-05-11
2
-5
/
+5
*
Clean up QQmlOpenMetaObject property data structure
Simon Hausmann
2018-05-11
1
-2
/
+2
*
Disambiguate different allocation functions in the memory manager
Lars Knoll
2018-04-12
1
-4
/
+4
*
QQmlAdaptorModel: make a models row/column count read-only
Richard Moe Gustavsen
2018-04-12
2
-7
/
+1
*
QQmlAdaptorModel: support dataChanged signals from multi-column models
Richard Moe Gustavsen
2018-04-12
2
-0
/
+6
*
Merge remote-tracking branch 'origin/5.11' into dev
Liang Qi
2018-03-22
2
-2
/
+10
|
\
|
*
Add a feature for DelegateModel
Ulf Hermann
2018-03-21
2
-2
/
+10
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Qt Forward Merge Bot
2018-03-03
1
-1
/
+1
|
\
|
|
*
use the override keyword consistently and correctly (clang-tidy)
Shawn Rutledge
2018-02-27
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Liang Qi
2018-02-27
8
-57
/
+56
|
\
|
|
*
init variables where they are declared when possible (clang-tidy)
Shawn Rutledge
2018-02-26
2
-14
/
+13
|
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
8
-45
/
+45
*
|
QQmlDMCachedModelData: don't emit indexChanged twice
Richard Moe Gustavsen
2018-02-19
1
-2
/
+1
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Qt Forward Merge Bot
2018-02-13
1
-1
/
+1
|
\
|
|
*
doc: Fix qdoc warnings for templates and statics
Martin Smith
2018-02-09
1
-1
/
+1
*
|
QQmlDMAbstractItemModelData: add support for row and column
Richard Moe Gustavsen
2018-02-09
1
-4
/
+35
*
|
QQmlAdaptorModel::Accessors: remove unused function 'count()'
Richard Moe Gustavsen
2018-02-09
2
-16
/
+0
*
|
VDMAbstractItemModelDataType: use column instead of 0 when accessing model
Richard Moe Gustavsen
2018-02-09
1
-3
/
+3
[next]