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
/
qmlcompiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
QQmlSA: Don't expose QQmlJS namespace
Fabian Kosmale
2023-09-23
6
-82
/
+92
*
qmljsimportvisitor: add warnings for lower case
Sami Shalayel
2023-09-12
1
-3
/
+39
*
QQmlSA::ScriptBindingKind: Turn into scoped enumeration
Fabian Kosmale
2023-09-09
3
-14
/
+14
*
QQmlJSScope: Mark internal documentation as internal
Ulf Hermann
2023-09-09
1
-0
/
+1
*
qmlls: show fix suggestions and enable quick fixes
Sami Shalayel
2023-09-04
2
-22
/
+19
*
QmlCompiler: Change it to public module
Fabian Kosmale
2023-09-01
4
-12
/
+19
*
QQmlSA: Remove BindingTargetSpecifier from public API
Fabian Kosmale
2023-08-30
1
-6
/
+0
*
QQmlSA: Turn BindingType into a enum class
Fabian Kosmale
2023-08-30
2
-2
/
+2
*
qqmsaconsants: Remove ExtensionKind enum
Fabian Kosmale
2023-08-30
1
-6
/
+0
*
QQmlSA: more cleanups
Fabian Kosmale
2023-08-30
1
-4
/
+1
*
QmlCompiler: Make LoggerCategory private again
Fabian Kosmale
2023-08-30
3
-37
/
+33
*
QQmlJSTypePropagator: Support StoreNameStrict
Fabian Kosmale
2023-08-30
2
-4
/
+19
*
qmllint: Detect unqualified id access in StoreNameSloppy
Fabian Kosmale
2023-08-30
1
-0
/
+7
*
qml compiler: Detect if user confuses flags and enums
Fabian Kosmale
2023-08-30
1
-0
/
+6
*
QmlCompiler: Fix conversion from/to void
Ulf Hermann
2023-08-29
3
-7
/
+12
*
QQmlSA::PropertyPass: Clarify documentation
Fabian Kosmale
2023-08-16
1
-4
/
+4
*
QmlCompiler: Fix console logging
Ulf Hermann
2023-08-15
1
-2
/
+2
*
QQmlSA::ElementPass: Improve documentation
Fabian Kosmale
2023-08-09
1
-1
/
+49
*
QmlCompiler: Fix SetLookup on shadowable properties
Ulf Hermann
2023-08-08
4
-23
/
+39
*
UndefinedBehavior: fix some things found with -sanitize undefined
Olivier De Cannière
2023-08-01
3
-3
/
+7
*
QmlCompiler: Force QObject* for LoadElement on list properties
Ulf Hermann
2023-07-26
1
-3
/
+1
*
QmlCompiler: Correctly handle lookups in results of method calls
Ulf Hermann
2023-07-25
1
-2
/
+2
*
QmlCompiler: Optimize storage for register variables
Ulf Hermann
2023-07-24
2
-79
/
+114
*
Revert "QQmlSA: mark module as TP"
Kai Köhne
2023-07-18
1
-2
/
+0
*
FixSuggestion: Remove default ctor
Fabian Kosmale
2023-07-11
2
-2
/
+0
*
GenericPass docs: Fix typos and add additional descriptions
Fabian Kosmale
2023-07-08
1
-9
/
+23
*
QQmlSA: Improve registerPropertyPass docs
Fabian Kosmale
2023-07-08
1
-0
/
+14
*
Clarify PassManager::hasImportedModule docs
Fabian Kosmale
2023-07-08
1
-1
/
+13
*
PassManager: Remove setter for category enabled
Fabian Kosmale
2023-07-06
3
-12
/
+0
*
QmlCompiler: Do not generate code that shadows arguments
Ulf Hermann
2023-07-06
1
-2
/
+2
*
QQmlSA::Element: Rename internalName to internalId
Fabian Kosmale
2023-07-06
2
-2
/
+5
*
QQmlSA::Element: Make prettyName a member function
Fabian Kosmale
2023-07-06
2
-4
/
+9
*
QQmlSA: Remove Element ctor taking a name, add resolveBuiltinType
Fabian Kosmale
2023-07-06
2
-6
/
+23
*
QQmlSA: mark module as TP
Fabian Kosmale
2023-07-04
1
-0
/
+2
*
QmlCompiler: Check all names against the type location map
Ulf Hermann
2023-06-27
1
-1
/
+1
*
QDeferred(Shared|Weak)Pointer: mark constructors [[nodiscard]]
Marc Mutz
2023-06-26
1
-7
/
+7
*
QDeferred(Shared|Weak)Pointer: mark certain operation [[nodiscard]]
Marc Mutz
2023-06-26
1
-8
/
+8
*
QmlCompiler: Scan template literals when importing
Ulf Hermann
2023-06-26
1
-0
/
+4
*
QmlCompiler: Use int for flag-type enums
Ulf Hermann
2023-06-24
1
-0
/
+25
*
QmlCompiler: Properly reset before re-running basic blocks pass
Ulf Hermann
2023-06-21
1
-0
/
+2
*
qqmlsa: Fix warning about empty names
Ulf Hermann
2023-06-20
1
-2
/
+3
*
QmlCompiler: Do not recurse when looking for builtins.qmltypes
Ulf Hermann
2023-06-16
2
-1
/
+28
*
QQmlSA: Fix Element move assignment
Ulf Hermann
2023-06-16
1
-6
/
+10
*
qqmlsa: Mark API as semi-public
Fabian Kosmale
2023-06-15
1
-0
/
+9
*
QmlCompiler: Add missing conversion for equality with null or undefined
Olivier De Cannière
2023-06-12
1
-4
/
+7
*
QtQml: Disallow multi-step construction of value types
Ulf Hermann
2023-06-06
1
-5
/
+11
*
Doc: QtQmlCompiler: Fix documentation warnings
Topi Reinio
2023-06-02
3
-23
/
+29
*
Doc: Qt QML Compiler: Add .qhp subproject
Topi Reinio
2023-06-02
1
-0
/
+6
*
QmlCompiler: Add some qhp configuration
Ulf Hermann
2023-06-02
1
-0
/
+14
*
QQmlSA: Change API for accessing attached types
Olivier De Cannière
2023-06-01
2
-19
/
+18
[next]