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
/
tools
/
qmltc
/
qmltccompiler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
qmltc: Add READ before WRITE in generated Q_PROPERTYs
Olivier De Cannière
2025-01-14
1
-8
/
+8
*
QmlCompiler: Rename attachingType() to attachedType()
Ulf Hermann
2024-11-11
1
-1
/
+1
*
qmltc: Fix usage of namespaced attached types
Ulf Hermann
2024-11-08
1
-3
/
+4
*
qmltc: Wrap raw string literal in QStringLiteral
Olivier De Cannière
2024-10-21
1
-1
/
+1
*
qmltc: Wrap raw string literal in QStringLiteral
Olivier De Cannière
2024-10-21
1
-1
/
+1
*
QmlCompiler: Assume missing return types to be "void"
Ulf Hermann
2024-06-20
1
-16
/
+2
*
Fix coverity warnings
Ulf Hermann
2024-04-11
1
-1
/
+1
*
qmltc: Enforce basic required properties
Luca Di Sera
2024-04-09
1
-13
/
+144
*
qmltc: Ensure usage of generated setters in `PropertyInitializer`
Luca Di Sera
2024-03-21
1
-0
/
+3
*
qmltc: Support setting initial values for reference list properties
Luca Di Sera
2024-03-21
1
-5
/
+22
*
qmltc: Avoid befriending the root component twice
Luca Di Sera
2024-03-21
1
-2
/
+5
*
qmltc: Allow setting initial values when creating a compiled type
Luca Di Sera
2024-03-20
1
-5
/
+106
*
QmltcCompiler: Adhere to Compare requirement ("!(a < a)")
Michael Weghorn
2023-12-08
1
-0
/
+3
*
QML: Allow JavaScript extension types
Ulf Hermann
2023-11-16
1
-1
/
+4
*
QQmlSA::ScriptBindingKind: Turn into scoped enumeration
Fabian Kosmale
2023-08-30
1
-3
/
+3
*
Replace signal name manipulations with QQmlSignalNames
Sami Shalayel
2023-08-15
1
-3
/
+5
*
qmltc: fix GCC13 warnings "class X is implicitly friend with itself"
Marc Mutz
2023-08-02
1
-1
/
+2
*
qmltc: remove useless std::move detected by code checker
Sami Shalayel
2023-06-12
1
-1
/
+1
*
qmltc: do not use the implicit QUrl constructor in generated code
Sami Shalayel
2023-06-09
1
-1
/
+7
*
QQmlSA: Create an abstraction layer for static analysis
Olivier De Cannière
2023-05-30
1
-37
/
+37
*
qmllint: Fix attached property re-use detection
Ulf Hermann
2023-02-14
1
-1
/
+1
*
qmltc: export generated classes
Sami Shalayel
2023-02-02
1
-0
/
+3
*
qmltc: fix handlers for c++-signals
Sami Shalayel
2022-12-07
1
-7
/
+21
*
QQmlJSMetaParameter: Encapsulate parameter information
Sami Shalayel
2022-12-02
1
-24
/
+12
*
qmltc: add singleton support
Sami Shalayel
2022-11-23
1
-6
/
+19
*
tooling: silence -Wextra-semi-stmt
Tim Blechmann
2022-11-16
1
-1
/
+1
*
qmltyperegistrar: add IsConstant for method parameters
Sami Shalayel
2022-11-11
1
-6
/
+12
*
QmlCompiler: Allow lists as arguments to methods
Ulf Hermann
2022-11-10
1
-6
/
+10
*
qmltc: Add some sugar for generated reference-type-list properties
Sami Shalayel
2022-10-28
1
-2
/
+116
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-1
/
+1
*
qmltc: support basic inline components
Sami Shalayel
2022-09-26
1
-37
/
+83
*
qmltc: append to lists in one go
Sami Shalayel
2022-09-22
1
-61
/
+72
*
qmltc: refactor compileBinding to be less unwieldy
Sami Shalayel
2022-09-22
1
-308
/
+398
*
qmltc: test support for generalized group properties
Sami Shalayel
2022-09-01
1
-1
/
+4
*
qmltc: add some internal documentation
Sami Shalayel
2022-08-31
1
-0
/
+49
*
qmltc: test alias on properties with attributes
Sami Shalayel
2022-08-31
1
-3
/
+18
*
qmltc: translation binding support
Sami Shalayel
2022-08-25
1
-0
/
+47
*
qmltc: Support CONSTANT and RESET property attributes in aliases
Andrei Golubev
2022-07-29
1
-0
/
+15
*
Remove redundant parameter from generated special functions of qmltc
Andrei Golubev
2022-07-28
1
-6
/
+3
*
Separate script bindings from others in generated qmltc code
Andrei Golubev
2022-07-28
1
-9
/
+14
*
Address TODOs in qmltc tool
Andrei Golubev
2022-07-28
1
-1
/
+1
*
qmltc: Make explicit component ids accessible during object creation
Andrei Golubev
2022-07-28
1
-27
/
+41
*
qmltc: Fix alias assignment code generation
Andrei Golubev
2022-07-27
1
-13
/
+2
*
qmltc: Do not generate duplicated Q_UNUSED() for endInit instruction
Andrei Golubev
2022-07-27
1
-4
/
+0
*
Support RegExpLiteral bindings in qmltc
Andrei Golubev
2022-07-27
1
-0
/
+6
*
qmltc: Acknowledge BINDABLE-only properties
Andrei Golubev
2022-07-26
1
-2
/
+6
*
qmltc: Use QMetaObject hierarchy as reference for meta index calculation
Andrei Golubev
2022-07-26
1
-6
/
+14
*
Support value type lists in qmltc
Sami Shalayel
2022-07-13
1
-7
/
+11
*
qmltc: Make Component.onCompleted compilation less special
Andrei Golubev
2022-07-09
1
-73
/
+43
*
qmltc: Ensure properties with MEMBER can be read and written
Andrei Golubev
2022-06-30
1
-6
/
+22
[next]