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
/
imports
/
tooling
Commit message (
Expand
)
Author
Age
Files
Lines
*
qmltyperegistrar: Pass isConst method attribute through qmltypes
Ulf Hermann
2024-11-20
2
-0
/
+2
*
QQmlJSScope: Keep track of types specific to JavaScript
Olivier De Cannière
2024-10-21
1
-0
/
+1
*
tooling: Make QtQuick.tooling types instantiatable
Ulf Hermann
2024-10-08
6
-8
/
+14
*
QmlCompiler: Fix enum scoping rules
Ulf Hermann
2024-09-19
1
-0
/
+1
*
Disambiguate constant types and CONSTANT properties in qmltypes file
Luca Di Sera
2024-06-11
3
-3
/
+4
*
QML: Introduce aliases for builtin types
Ulf Hermann
2024-04-25
1
-0
/
+1
*
tooling: Add types to some properties
Ulf Hermann
2024-04-24
2
-6
/
+6
*
QmlCompiler: Correctly read various method attributes in qmltypes
Ulf Hermann
2024-03-19
1
-0
/
+1
*
QmlCompiler: Respect scoped enums
Ulf Hermann
2024-02-29
1
-0
/
+1
*
QML: Allow JavaScript extension types
Ulf Hermann
2023-11-16
1
-0
/
+1
*
qmltyperegistrar: Record creation method of value types
Ulf Hermann
2023-07-03
1
-1
/
+2
*
qmltyperegistrar: Pass on type of enums
Ulf Hermann
2023-04-24
1
-0
/
+1
*
qmltyperegistrar: Propagate the "isCloned" flag through qmltypes
Ulf Hermann
2022-12-05
2
-0
/
+2
*
qmltyperegistrar: add IsConstant for method parameters
Sami Shalayel
2022-11-11
1
-0
/
+1
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-09-07
1
-1
/
+1
*
qmltc: Support CONSTANT and RESET property attributes in aliases
Andrei Golubev
2022-07-29
1
-0
/
+1
*
Add license headers to cmake files
Lucie Gérard
2022-07-08
1
-0
/
+3
*
Pass the "reset" attribute from metatypes through qmltypes
Ulf Hermann
2022-07-07
1
-0
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
8
-304
/
+16
*
Distinguish extensions from extension namespaces in QmlCompiler library
Andrei Golubev
2022-05-09
1
-0
/
+1
*
tooling: Add isList to Parameter
Maximilian Goldstein
2022-01-20
1
-0
/
+1
*
qmllint: Properly handle JavaScript functions with variable arguments
Maximilian Goldstein
2021-11-26
1
-0
/
+1
*
Propagate ImmediatePropertyNames through type registrar and QQmlJSScope
Ulf Hermann
2021-10-28
1
-0
/
+1
*
qmltyperegistrar: Strip '*' from method return types
Ulf Hermann
2021-09-20
1
-0
/
+2
*
Rename source property to QT_QML_SOURCE_VERSIONS
Craig Scott
2021-08-30
1
-1
/
+1
*
qmltyperegistrar: Record deferred names in qmltypes
Maximilian Goldstein
2021-08-27
1
-0
/
+1
*
Set privateClass for private properties along with read and friends
Andrei Golubev
2021-08-04
1
-0
/
+1
*
Simplify tooling plugin
Fabian Kosmale
2021-07-19
1
-0
/
+1
*
Add a "type" property to Signal in qmltypes
Ulf Hermann
2021-06-30
1
-0
/
+1
*
qmlcompiler: Fully support required properties
Maximilian Goldstein
2021-06-17
2
-3
/
+3
*
Refactor and update qml CMake API
Craig Scott
2021-06-04
1
-15
/
+7
*
Pass property index from MOC to QQmlJSMetaProperty
Andrei Golubev
2021-06-03
1
-1
/
+2
*
Propagate NOTIFY from moc output to qmltypes
Andrei Golubev
2021-05-27
1
-0
/
+1
*
Add a ParentProperty classinfo and use that to find parents
Ulf Hermann
2021-05-19
1
-0
/
+1
*
Pass "final" attribute of properties through qmltypes
Ulf Hermann
2021-05-12
1
-0
/
+1
*
qmltypes: Add information about QQmlCustomParser
Maximilian Goldstein
2021-04-27
1
-0
/
+1
*
CMake: Fix qml module version to use the repo project version
Alexandru Croitor
2021-04-15
1
-1
/
+1
*
Add qmltypes for JavaScript root object
Maximilian Goldstein
2021-03-19
1
-0
/
+1
*
QtQuick.tooling: Add isRequired to Property
Maximilian Goldstein
2021-03-11
1
-0
/
+1
*
qmllint: Check for existence of property types
Ulf Hermann
2021-02-20
2
-0
/
+2
*
Expose getter and setter names of C++ classes in qmltypes files
Fabian Kosmale
2021-01-29
1
-0
/
+2
*
Add support for extended types to qmltyperegistrar
Ulf Hermann
2021-01-18
1
-0
/
+1
*
Remove the qmake project files
Fabian Kosmale
2021-01-15
1
-13
/
+0
*
Remove qmldir files in src/imports
Fabian Kosmale
2021-01-15
1
-19
/
+0
*
CMake: Regenerate projects using pro2cmake one last time
Alexandru Croitor
2020-12-10
1
-3
/
+1
*
qmltyperegistrar: Expose interface information
Maximilian Goldstein
2020-11-23
1
-0
/
+1
*
qmllint: Check qmltypes files in import path for validity
Ulf Hermann
2020-11-22
1
-0
/
+1
*
Add past major version 1 to QtQuick.tooling and 6 to its components
Ulf Hermann
2020-11-16
2
-1
/
+11
*
tooling: List the actual QML files in the qmake project
Ulf Hermann
2020-11-13
1
-3
/
+8
*
Add a module describing the qmltypes format
Ulf Hermann
2020-11-12
11
-0
/
+425