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.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
/
parser
/
qqmljs.g
Commit message (
Expand
)
Author
Age
Files
Lines
*
QtQml: Support trailing comma in list properties
Ulf Hermann
11 days
1
-4
/
+7
*
qmlformat: format return type annotations
Sami Shalayel
2025-09-30
1
-3
/
+2
*
qmlformat: format list type annotations
Sami Shalayel
2025-09-30
1
-0
/
+2
*
QML: Preserve return type annotation for function expressions
Luca Di Sera
2025-09-18
1
-2
/
+2
*
Mark security criticality for most files in qml/parser
Fabian Kosmale
2025-09-16
1
-0
/
+1
*
ScriptFormatter: Preserve user spacing around comments
Olivier De Cannière
2025-07-03
1
-4
/
+21
*
qmlformat: Fix comment handling around enums
Olivier De Cannière
2025-06-30
1
-0
/
+5
*
qqmljs.g: Treat newly introduced keyword tokens like existing ones
Fabian Kosmale
2025-06-16
1
-1
/
+6
*
qqmljs.g: Only have T_REQUIRED in QMLReservedWord, not QMLContextualKeyword
Fabian Kosmale
2025-06-16
1
-1
/
+1
*
qqmljs.g: Remove superfluous grammar rule
Fabian Kosmale
2025-06-16
1
-2
/
+0
*
Qml Language: qqmljs.g remove T_RESERVED_WORD
Dmitrii Akshintsev
2025-06-12
1
-6
/
+0
*
QML Language: qqmljs.g update future reserved keywords
Dmitrii Akshintsev
2025-06-12
1
-2
/
+22
*
Qml Language: qqmljs.g restructure Identifiers and Keywords
Dmitrii Akshintsev
2025-06-12
1
-66
/
+53
*
qqmljs.g Return spelling for T_ON
Dmitrii Akshintsev
2025-06-10
1
-0
/
+1
*
Qml: Rename Expression to CommaExpression in the AST
Olivier De Cannière
2025-05-16
1
-1
/
+2
*
qmlformat: don't make comments jump around functions
Sami Shalayel
2025-03-18
1
-10
/
+33
*
qmlformat: Support the final property attribute
Olivier De Cannière
2025-03-06
1
-13
/
+22
*
qmlformat: Preserve "?." tokens for various member access expressions
Olivier De Cannière
2025-01-29
1
-0
/
+4
*
qml: limit qml file size to 2GB or 4GB in parser
Sami Shalayel
2024-10-09
1
-0
/
+7
*
qqmldomastcreator: add filelocations for signal parentheses
Sami Shalayel
2024-08-23
1
-0
/
+2
*
QML: Allow type annotations for all functions in QML mode
Ulf Hermann
2024-08-09
1
-0
/
+4
*
qqmljslexer: split T_FUNCTION_STAR into T_FUNCTION and T_STAR
Sami Shalayel
2024-07-03
1
-22
/
+35
*
semantichighlighting: highlight for-declarations
Semih Yavuz
2024-05-07
1
-0
/
+7
*
qqmljs.g: Add location for identifier in object destructuring
Semih Yavuz
2024-05-07
1
-0
/
+1
*
Add file locations for Pragma keyword, id and the values
Semih Yavuz
2024-04-11
1
-0
/
+2
*
qqmljs.g: use canonical form for recovery options
Sami Shalayel
2023-12-29
1
-12
/
+12
*
qmlls: adapt parser for attached/grouped properties completion
Sami Shalayel
2023-12-29
1
-0
/
+21
*
qmlls: completions in variable declarations
Sami Shalayel
2023-12-05
1
-1
/
+3
*
qqmljs.g: insert empty identifiers when missing
Sami Shalayel
2023-11-28
1
-22
/
+26
*
qqmljs.g: add option to disable automatic identifier insertion
Sami Shalayel
2023-11-28
1
-0
/
+7
*
qmlls: fix completions on qualified identifiers
Sami Shalayel
2023-11-16
1
-0
/
+3
*
Allow pragma Translator to have a string literal as value
Lucie Gérard
2023-11-14
1
-1
/
+2
*
qmlls: do not autocomplete property definition name
Sami Shalayel
2023-10-12
1
-0
/
+2
*
qmlls: add completion for pragmas
Sami Shalayel
2023-09-26
1
-0
/
+1
*
qml: fix parser grammar for argument deconstruction
Sami Shalayel
2023-09-11
1
-1
/
+1
*
qmlls: highlight names inside of inline component definitions
Sami Shalayel
2023-08-17
1
-0
/
+1
*
qmlformat: fix formatting of object destructuring
Semih Yavuz
2023-08-01
1
-6
/
+4
*
Kill TypeArgument(List)
Sami Shalayel
2023-04-12
1
-1
/
+0
*
QML: Allow pragmas with multiple values
Ulf Hermann
2023-02-22
1
-2
/
+25
*
QmlCompiler: Fix recognition of builtin list types
Ulf Hermann
2022-12-15
1
-8
/
+8
*
Parser: Simplify argument "lists" for type annotations
Ulf Hermann
2022-10-19
1
-20
/
+8
*
qmldom: line by line indentation/reformatting
Fawzi Mohamed
2022-09-01
1
-0
/
+3
*
Parser: Preserve keywordiness of "static" across nested classes
Ulf Hermann
2022-08-30
1
-6
/
+6
*
qml: make lexer line by line & restartable
Fawzi Mohamed
2022-08-18
1
-0
/
+8
*
qqmljs.g: improve performance avoiding reference counted container
Fawzi Mohamed
2022-07-25
1
-2
/
+2
*
QML: Support negative values in enums
Fabian Kosmale
2022-07-19
1
-0
/
+24
*
qmlast: add missing tokens for enum declaration
Moody Liu
2022-06-24
1
-0
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-113
/
+7
*
QML: Take care of QVariant when converting function arguments
Ulf Hermann
2022-02-23
1
-0
/
+3
*
QML: Allow declaring and binding list<foo> properties in one step
Ulf Hermann
2022-01-31
1
-4
/
+21
[next]