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
/
qml
/
parser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Qml: Rename Expression to CommaExpression in the AST
Olivier De Cannière
7 days
5
-7
/
+10
*
qmlformat: don't make comments jump around functions
Sami Shalayel
2025-03-18
3
-10
/
+36
*
qmlformat: Support the final property attribute
Olivier De Cannière
2025-03-06
5
-21
/
+40
*
qmlformat: Preserve "?." tokens for various member access expressions
Olivier De Cannière
2025-01-29
2
-0
/
+6
*
qml: limit qml file size to 2GB or 4GB in parser
Sami Shalayel
2024-10-09
3
-0
/
+28
*
qqmldomastcreator: add filelocations for signal parentheses
Sami Shalayel
2024-08-23
2
-0
/
+4
*
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
3
-78
/
+37
*
Lexer: Fix spelling error in translatable message
Friedemann Kleint
2024-06-12
1
-1
/
+1
*
QQmlJS::Lexer: fix QChar construction from enum
Marc Mutz
2024-06-05
2
-2
/
+2
*
QML: Allow numeric separators in numeric literals
Luca Di Sera
2024-05-08
1
-0
/
+53
*
semantichighlighting: highlight for-declarations
Semih Yavuz
2024-05-07
2
-0
/
+8
*
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
2
-0
/
+3
*
QQMLJSAST Change traversal order for ExportDeclaration
Dmitrii Akshintsev
2024-03-13
1
-1
/
+1
*
QMLJSASTVisitor. Add JSVisitor
Dmitrii Akshintsev
2024-02-14
1
-0
/
+24
*
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
3
-2
/
+65
*
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
2
-0
/
+4
*
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
2
-0
/
+2
*
FormalParameterList: prepare for qmlformat
Sami Shalayel
2023-09-11
1
-8
/
+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
2
-0
/
+2
*
qmlls: check user-supplied names on renaming
Sami Shalayel
2023-08-10
1
-1
/
+2
*
QQmlJSLexer: make internal helper methods private
Fabian Kosmale
2023-08-08
2
-13
/
+14
*
qmlformat: fix formatting of object destructuring
Semih Yavuz
2023-08-01
1
-6
/
+4
*
qmlls: find definitions of function parameters
Sami Shalayel
2023-06-05
2
-11
/
+10
*
QmlDom: support function parameters and co
Sami Shalayel
2023-06-02
1
-2
/
+11
*
qmlformat: change comment handling behavior
Semih Yavuz
2023-04-12
1
-2
/
+2
*
Use X-Macro for AST-visitor declaration
Sami Shalayel
2023-04-12
1
-650
/
+133
*
Kill TypeArgument(List)
Sami Shalayel
2023-04-12
3
-8
/
+0
*
QML: Allow pragmas with multiple values
Ulf Hermann
2023-02-22
5
-5
/
+83
*
QmlCompiler: Fix recognition of builtin list types
Ulf Hermann
2022-12-15
2
-12
/
+12
*
Parser: Simplify argument "lists" for type annotations
Ulf Hermann
2022-10-19
5
-89
/
+38
*
qml: fix TypeArgumentList
Fawzi Mohamed
2022-10-19
1
-1
/
+1
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-2
/
+2
*
QtQml: Remove unused includes in qml, first part
Semih Yavuz
2022-09-14
1
-1
/
+0
*
qmldom: line by line indentation/reformatting
Fawzi Mohamed
2022-09-01
1
-0
/
+3
*
qqmljslexer: add dump to qDebug
Fawzi Mohamed
2022-08-30
2
-0
/
+70
*
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
3
-243
/
+441
*
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
*
Explicitly include qtaggedpointer.h
Ivan Solovev
2022-07-01
1
-0
/
+1
*
qmlast: add missing tokens for enum declaration
Moody Liu
2022-06-24
2
-0
/
+4
[next]