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.10
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
/
tests
/
auto
/
qml
/
qmlcppcodegen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Qml: Allow accessing unscoped enums values as <Component>.<Enum>.<Key>
Olivier De Cannière
6 days
2
-10
/
+4
*
Compiler: Deduplicate conversion origins based on register's content
Olivier De Cannière
2025-05-01
3
-0
/
+20
*
Compiler: Skip bindings to properties of type QQmlScriptString
Olivier De Cannière
2025-04-17
3
-0
/
+44
*
Tests: include QTest, not QtTest
Giuseppe D'Angelo
2025-04-15
1
-1
/
+1
*
QmlCompiler: Error out on unstorable types
Ulf Hermann
2025-04-14
4
-0
/
+33
*
Compiler: Use regular lookup for redundant optional lookups
Olivier De Cannière
2025-04-10
3
-0
/
+18
*
QmlCompiler: Do not re-resolve iterator value types
Ulf Hermann
2025-03-31
4
-0
/
+52
*
QML: Add final property attribute
Olivier De Cannière
2025-03-06
4
-0
/
+27
*
tst_qmlcppcodegen: Avoid cmake warning
Fabian Kosmale
2025-03-04
1
-0
/
+1
*
QtQml: Support url and date in 'instanceof' and 'as'
Ulf Hermann
2025-02-28
2
-0
/
+15
*
QtQml: Clean up qmldir redirection
Ulf Hermann
2025-02-26
7
-0
/
+57
*
QtQml: Fix AOT compiled context for destroy() and toString() methods
Ulf Hermann
2025-02-26
3
-0
/
+133
*
QmlCompiler: Tighten detection of assignment to unknown properties
Ulf Hermann
2025-02-21
3
-0
/
+30
*
QmlCompiler: Extend the listConversion test
Ulf Hermann
2025-02-19
2
-0
/
+44
*
QmlCompiler: Only import hardcoded builtins by default
Ulf Hermann
2025-02-18
3
-0
/
+18
*
Compiler: Add missing conversion for variant equality comparisons
Olivier De Cannière
2025-02-18
4
-0
/
+50
*
tst_qmlcppcodegen: Explicitly link against private API
Fabian Kosmale
2025-02-18
1
-0
/
+4
*
QtQml: Add conversion code for QQmlListProperty to other lists
Ulf Hermann
2025-01-24
3
-7
/
+74
*
Tests: Do qt_autogen_tools_initial_setup also for confused plugin
Ulf Hermann
2025-01-07
1
-0
/
+2
*
QtQml: Check 'this' for null in callObjectPropertyLookup
Ulf Hermann
2025-01-06
3
-0
/
+27
*
QtQml: Do not crash when loading .js files as QML
Ulf Hermann
2025-01-06
5
-0
/
+28
*
QtQml: Accept .js and .mjs files in directory-listing qmldirs
Ulf Hermann
2025-01-06
7
-0
/
+47
*
QmlCompiler: Round towards 0 when coercing to 64bit integers
Ulf Hermann
2024-12-20
2
-62
/
+68
*
QmlCompiler: Name types when initializing structured value types
Ulf Hermann
2024-12-19
4
-0
/
+55
*
QmlCompiler: Drop the type shuffling on SetLookup
Ulf Hermann
2024-12-19
3
-0
/
+52
*
QmlCompiler: Coerce values when calling methods
Ulf Hermann
2024-12-19
5
-1
/
+143
*
Compute implicitSize based on implicitContentSize in Pane and subclasses
Tor Arne Vestbø
2024-12-18
2
-4
/
+4
*
QmlCompiler: Use correct static_metacall on DefineObjectLiteral
Ulf Hermann
2024-12-12
3
-2
/
+15
*
QmlCompiler: Implement calling of methods on value types
Ulf Hermann
2024-11-22
3
-3
/
+12
*
QmlCompiler: Add AsVariant initializations for SetLookup
Ulf Hermann
2024-11-21
3
-4
/
+164
*
QObject: implement the ### Qt7 for dynamicMetaObject()
Thiago Macieira
2024-11-14
1
-0
/
+4
*
QtQml: Fix calling of method with QML_USING types
Ulf Hermann
2024-11-13
2
-3
/
+24
*
QtQml: Never check the type in AOT lookup initializations
Ulf Hermann
2024-11-12
4
-0
/
+172
*
QmlCompiler: Support construction of value types with 'new'
Ulf Hermann
2024-11-06
5
-1
/
+20
*
QmlCompiler: Allow conversion of object literals to QJSValue
Ulf Hermann
2024-11-01
3
-0
/
+33
*
QtQml: Unify detaching behavior for all reference objects
Ulf Hermann
2024-10-24
3
-0
/
+51
*
tst_qmlcppcodegen: Prevent crashes on failure
Ulf Hermann
2024-10-24
1
-2
/
+2
*
Add Qt::Qml before Qt::QmlPrivate to auto tests
Karim Pinter
2024-10-22
1
-0
/
+2
*
QmlCompiler: Resolve types for calls in init step
Ulf Hermann
2024-10-14
1
-10
/
+1
*
tst_qmlcppcodegen: Compile test with QT_NO_CAST_FROM_ASCII
Olivier De Cannière
2024-10-09
7
-30
/
+34
*
QmlCompiler: Fix handling of anonymous composite types
Ulf Hermann
2024-10-02
4
-0
/
+30
*
QmlCompiler: Do not cache composite metatypes in static members
Ulf Hermann
2024-09-30
4
-0
/
+39
*
QmlCompiler: Do not miscompile ID lookups in invalid types
Ulf Hermann
2024-09-25
3
-0
/
+39
*
QmlCompiler: Don't crash on broken type assertions
Ulf Hermann
2024-09-25
3
-0
/
+20
*
QtQml: Allow initialization of value types with object types
Ulf Hermann
2024-09-24
3
-2
/
+8
*
Tests: Fix various CMake warnings
Ulf Hermann
2024-09-10
1
-7
/
+9
*
QmlCompiler: Do not choose unstorable stored types
Ulf Hermann
2024-08-12
3
-0
/
+15
*
qmllint/quick: rename attached type warnings to be uniform
Sami Shalayel
2024-08-08
1
-2
/
+2
*
Compiler: Properly read value type arguments when enforcing signatures
Olivier De Cannière
2024-07-17
4
-0
/
+51
*
QML: Allow conversion between different list types
Ulf Hermann
2024-07-03
3
-7
/
+70
[next]