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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doc: Fix faulty include file extension
Joerg Bornemann
2022-12-02
3
-4
/
+4
*
qv4qobjectwrapper: return false on failed argument conversion
Sami Shalayel
2022-12-02
1
-1
/
+1
*
Introduce QQmlApplicationEngine::loadFromModule
Fabian Kosmale
2022-12-02
4
-13
/
+74
*
QQmlMetaObjectWrapper: A metaobject is not equal to a non-metaobject
Ulf Hermann
2022-12-02
1
-8
/
+4
*
Fix see-also link to loadUrl, silence qdoc warning
Volker Hilsheimer
2022-11-30
1
-1
/
+1
*
QQmlIncubator: Clarify type in loop
Ulf Hermann
2022-11-29
1
-1
/
+3
*
QQmlNotifier: Guard against broken meta objects when disconnecting
Ulf Hermann
2022-11-29
2
-5
/
+8
*
Introduce type based overload of Qt.createComponent
Fabian Kosmale
2022-11-28
2
-6
/
+91
*
Connections: Don't crash when target is deleted
Fabian Kosmale
2022-11-28
1
-8
/
+6
*
Key required properties by object and property data
Ulf Hermann
2022-11-28
4
-11
/
+38
*
QtQml: Restructure the module
Maximilian Goldstein
2022-11-28
3
-6
/
+62
*
QML: Fix casting between builtin types when constructing value types
Ulf Hermann
2022-11-26
1
-1
/
+1
*
Revert "masm: Treat Android as generic Posix regarding mmap and friends"
Ulf Hermann
2022-11-25
1
-1
/
+1
*
Drop some dead code from qqmlpropertycache*
Ulf Hermann
2022-11-25
2
-18
/
+11
*
Repair QQmlGadgetPtrWrapper's metaObject
Ulf Hermann
2022-11-25
4
-52
/
+56
*
QML: Monkey-patch thread safety issue with dynamic metaobjects
Ulf Hermann
2022-11-24
3
-5
/
+30
*
QmlCompiler: Implement console logging methods
Ulf Hermann
2022-11-23
3
-5
/
+65
*
QQmlComponent/QQmlIncubator: Support C++ based types
Fabian Kosmale
2022-11-23
3
-2
/
+57
*
Fix forward declaration class missmatch
Antti Määttä
2022-11-23
1
-3
/
+3
*
QtQml: Clean up VME and interceptor metaobjects on destruction
Volker Hilsheimer
2022-11-22
1
-1
/
+8
*
QML: Try QMetaType conversion in VariantObject's valueOf()
Ulf Hermann
2022-11-22
1
-1
/
+11
*
QJSEngine: Optimize conversion from QObject* to QString
Ulf Hermann
2022-11-22
4
-29
/
+58
*
QtQml: Recognize JavaScript null as equivalent to nullptr QObject*
Ulf Hermann
2022-11-22
1
-1
/
+1
*
QtQml: Do not parent QQmlGadgetPtrWrapper instances to the engine
Ulf Hermann
2022-11-22
3
-2
/
+3
*
QML: Do not crash on CallWithSpread
Ulf Hermann
2022-11-22
2
-8
/
+22
*
Remove broken assert in QQmlPropertyData::setOverrideIndex
Sami Shalayel
2022-11-21
1
-1
/
+0
*
QJSEngine: Mark convertV2 variant with int parameter as BC-only
Ulf Hermann
2022-11-16
2
-1
/
+5
*
CMake: Add filter options to qt_generate_deploy_qml_app_script
Joerg Bornemann
2022-11-16
2
-1
/
+31
*
CMake: Add NO_TRANSLATIONS to qt_generate_deploy_qml_app_script
Joerg Bornemann
2022-11-16
2
-3
/
+15
*
CMake: Add Linux support for qt_generate_deploy_qml_app_script
Joerg Bornemann
2022-11-16
2
-38
/
+63
*
tooling: silence -Wextra-semi-stmt
Tim Blechmann
2022-11-16
1
-1
/
+1
*
qml: silence -Wextra-semi
Tim Blechmann
2022-11-16
23
-28
/
+28
*
QJSEngine: Provide a method to coerce values in JS fashion
Ulf Hermann
2022-11-15
3
-12
/
+99
*
Remove signal index mismatch in aot-compiled code
Sami Shalayel
2022-11-15
1
-1
/
+2
*
QML: Faithfully convert undefined and null to string
Ulf Hermann
2022-11-15
1
-2
/
+4
*
QML: Require TDZ checks variables declared in case blocks
Ulf Hermann
2022-11-15
4
-27
/
+42
*
Profiler: Add move operations to FunctionCall
Ulf Hermann
2022-11-14
2
-6
/
+25
*
QML: Fix the most blatant TDZ violations
Ulf Hermann
2022-11-14
2
-21
/
+57
*
QML: Check for stack overflows when creating objects
Ulf Hermann
2022-11-11
3
-3
/
+24
*
Massage qt-add-qml-module.qdoc to be easier to read
Sami Shalayel
2022-11-11
1
-131
/
+178
*
QQmlComponent::loadFromModule: Support inline components
Fabian Kosmale
2022-11-10
2
-2
/
+17
*
ConstructionState: reduce size
Fabian Kosmale
2022-11-10
2
-16
/
+75
*
ConstructionState: Make completePending private, too
Fabian Kosmale
2022-11-10
3
-74
/
+110
*
Required properties: Use pointers instead of references
Fabian Kosmale
2022-11-10
5
-31
/
+33
*
QQmlComponent: Remove required components accessor
Fabian Kosmale
2022-11-10
2
-20
/
+38
*
QQmlComponent::loadFomModule: handle required properties
Fabian Kosmale
2022-11-10
2
-19
/
+31
*
ConstructionState: Add helper function to take errors from creator
Fabian Kosmale
2022-11-10
3
-7
/
+25
*
QmlComponent::ConstructionState: encapsulate creator
Fabian Kosmale
2022-11-10
3
-23
/
+40
*
Long live QQmlComponent::loadFromModule!
Fabian Kosmale
2022-11-10
3
-18
/
+180
*
QML: Don't generate qmldir typeinfo entry on NO_GENERATE_QMLTYPES
Ulf Hermann
2022-11-10
1
-3
/
+9
[next]