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.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
/
qml
/
jsruntime
Commit message (
Expand
)
Author
Age
Files
Lines
*
QQmlPropertyCache: Store checksums in type loader
Ulf Hermann
2022-03-09
4
-6
/
+8
*
ExecutionEngine: Move initialization of statics into separate method
Ulf Hermann
2022-03-05
2
-68
/
+87
*
QtQml: Do not depend on transitive includes
Fabian Kosmale
2022-03-04
1
-0
/
+1
*
QML: Handle dynamic meta objects in AOT lookups
Ulf Hermann
2022-03-03
3
-0
/
+12
*
QML: Take care of QVariant when converting function arguments
Ulf Hermann
2022-02-23
1
-3
/
+11
*
qmlmodels: Move QModelIndex from QtQml
Maximilian Goldstein
2022-02-21
1
-1
/
+1
*
Avoid spurious dependency on qml_compile_hash_p.h
Fabian Kosmale
2022-02-13
1
-0
/
+2
*
QML: Clean up sequence registrations for value types
Ulf Hermann
2022-02-11
2
-17
/
+31
*
V4: Avoid repeated lookup of h->object() in QObjectWrapper
Ulf Hermann
2022-02-05
1
-5
/
+5
*
V4: Do not call dtor of an object we continue to use
Ulf Hermann
2022-02-03
1
-3
/
+2
*
V4 Date: Support another nonstandard date format QDateTime has dropped
Ulf Hermann
2022-02-03
1
-0
/
+2
*
QML: Allow named lists of value types
Ulf Hermann
2022-01-28
3
-53
/
+71
*
Adjust default max call depth for QNX
Ulf Hermann
2022-01-25
1
-0
/
+4
*
Place all of qv4qobjectwrapper.cpp in namespace QV4
Ulf Hermann
2022-01-25
1
-174
/
+170
*
Avoid ping-pong between plain pointers and QQmlRefPointer
Ulf Hermann
2022-01-25
3
-4
/
+4
*
Allow custom named value types in QML
Ulf Hermann
2022-01-25
1
-1
/
+5
*
V4: Fix naming of array data classes
Ulf Hermann
2022-01-20
6
-179
/
+195
*
Further tighten checks around QML_COMPILE_HASH
Ulf Hermann
2022-01-20
1
-4
/
+10
*
Move propertyCache- and metaObject-related functions into QQmlMetaType
Ulf Hermann
2022-01-18
1
-4
/
+1
*
Move QJSEnginePrivate::cache() to QQmlMetaType
Ulf Hermann
2022-01-18
2
-19
/
+16
*
QQmlEngine: Remove methods that merely forward to QQmlMetaType
Ulf Hermann
2022-01-18
4
-9
/
+9
*
SequenceObject: Define length accessors on the prototype
Ulf Hermann
2022-01-18
1
-76
/
+71
*
Move composite types into QQmlMetaType
Ulf Hermann
2022-01-15
2
-6
/
+4
*
Remove the qml_sequence_object feature flag
Ulf Hermann
2022-01-15
4
-39
/
+1
*
Fix handling of QML_COMPILE_HASH
Ulf Hermann
2022-01-07
1
-2
/
+2
*
Unify PropertyCache refcounting
Ulf Hermann
2022-01-03
1
-1
/
+1
*
Do not copy lookups
Ulf Hermann
2021-12-16
5
-70
/
+110
*
Revert accidental change in qv4qmlcontext.cpp
Ulf Hermann
2021-12-12
1
-2
/
+1
*
QQmlJSAotContext: flushPendingBinding() before capturing a property
Ulf Hermann
2021-12-10
1
-1
/
+1
*
V4 Lookup: Do not leak property caches
Ulf Hermann
2021-12-09
3
-16
/
+37
*
QmlCompiler: Fix return type calculation
Ulf Hermann
2021-12-06
1
-2
/
+4
*
QQmlTypeNameCache: Unify querying for types
Ulf Hermann
2021-12-03
1
-1
/
+1
*
Fix life cycle methods of various types related to QQmlBind
Ulf Hermann
2021-11-12
2
-12
/
+15
*
QV4::QObjectWrapper: Clean up CallArgument
Ulf Hermann
2021-11-09
1
-258
/
+323
*
Clean up PropertyCache life cycle
Ulf Hermann
2021-11-09
3
-15
/
+13
*
Clean up some includes
Ulf Hermann
2021-11-05
2
-17
/
+17
*
Replace all includes of windows.h with qt_windows.h
Ulf Hermann
2021-10-25
4
-4
/
+4
*
QV4::QObjectWrapper: Improve overload resolution
Ulf Hermann
2021-10-21
1
-39
/
+59
*
Improve type conversions from/to QJSValue
Ulf Hermann
2021-10-20
3
-4
/
+10
*
Add a Pragma for list assign behavior
Ulf Hermann
2021-10-13
1
-0
/
+9
*
Avoid QAbstractDynamicMetaObject where possible
Ulf Hermann
2021-10-12
1
-1
/
+4
*
Fix missing whitespace after `argv[N]:` pattern
Ivan Tkachenko
2021-10-07
4
-5
/
+5
*
Fix warnings when which are treated as errors with -developer-build
Assam Boudjelthia
2021-10-04
1
-5
/
+5
*
Add comments to use qsizetype for some APIs in Qt 7
Assam Boudjelthia
2021-10-04
1
-0
/
+2
*
disconnectNotifiers() more aggressively during object deletion
Ulf Hermann
2021-09-21
1
-0
/
+1
*
Add "As" function to symbol table
Ulf Hermann
2021-09-06
1
-0
/
+1
*
Use value type providers in metaTypeFromJS
Ulf Hermann
2021-09-06
1
-19
/
+9
*
Remove workarounds for Android
Fabian Kosmale
2021-08-24
1
-41
/
+0
*
Upgrade std::is_trivial::value to C++17 std::is_trivial_v
Ivan Tkachenko
2021-08-24
8
-11
/
+11
*
When binding signals, run the outer function to get the nested one
Ulf Hermann
2021-08-17
1
-0
/
+1
[next]