aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/parser
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up property attributes (1/2)Fabian Kosmale2021-11-172-48/+42
* qqmljs.g: always set operatorTokenFawzi Mohamed2021-11-041-0/+1
* Add a Pragma for list assign behaviorUlf Hermann2021-10-132-2/+13
* Make QQmlJS::Engine all inline and eliminate unused functionUlf Hermann2021-09-302-176/+31
* Remove obsolete devtools lib ifdeferyFabian Kosmale2021-09-301-4/+1
* fix handling of arrow functionsFawzi Mohamed2021-09-171-1/+1
* Treat substitution free template string literals as string bindingsFabian Kosmale2021-07-232-1/+9
* Evaluate type assertions in QMLUlf Hermann2021-05-261-20/+4
* QQmlJSAst: Silence CodeChecker warningFabian Kosmale2021-05-031-1/+1
* Implement optional chainingMaximilian Goldstein2021-04-134-1/+119
* QQmlJSLexer: Add support for peeking one QCharFabian Kosmale2021-04-132-0/+9
* QV4CompilerScanFunctions: Silence code checker warningFabian Kosmale2021-03-301-2/+5
* Ensure that empty tokens in the AST are emptyFawzi Mohamed2021-03-261-6/+6
* Lexer: Drop redundant checksUlf Hermann2021-02-191-7/+5
* Uniformly support shebangFawzi Mohamed2021-02-151-0/+14
* QML: Warn about usage of injected signal parametersUlf Hermann2021-02-122-5/+19
* Remove the qmake project filesFabian Kosmale2021-01-151-23/+0
* qtdeclarative: finish fixing compilation with explicit QChar(int)David Faure2020-11-071-1/+1
* Fix QtQml after QMetaType/QVariant changes in Qt CoreLars Knoll2020-08-281-0/+1
* Adapt to qtbase changesFabian Kosmale2020-08-231-0/+1
* Use qstrntod instead of qstrtodhjk2020-08-101-4/+2
* Fix compilation with newer qtbaseFabian Kosmale2020-08-061-4/+2
* Support required list propertiesFabian Kosmale2020-07-281-0/+35
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-166-108/+107
* Fix lexer line number if code contains continuation stringsChristian Stenger2020-06-121-1/+4
* QtQml: Use unicode character literalsUlf Hermann2020-06-031-166/+165
* Fix 'as' binary operation using invalid typesMaximilian Goldstein2020-05-205-2/+44
* Fix line number for follow-up lines in stringsChristian Stenger2020-05-011-1/+3
* Fix lexer handling of escape sequences in stringChristian Stenger2020-05-011-0/+1
* Remove QT_CREATOR special casesUlf Hermann2020-04-011-20/+8
* Also support partly specified versions in JS .importsUlf Hermann2020-03-181-20/+17
* Allow partial and absent version specifiers in import statementsUlf Hermann2020-03-172-1/+6
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-098-120/+30
|\
| * Remove duplicate add of qqmljsengine_p.h to HEADERS in parser.priFawzi Mohamed2020-03-031-2/+1
| * Get rid of extra spaceFawzi Mohamed2020-03-031-1/+1
| * Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-027-118/+29
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-176-478/+925
|\|
| * Add UiAnnotation for annotation objectsFawzi Mohamed2020-02-125-8/+49
| * Introduce BaseVisitorFawzi Mohamed2020-02-125-467/+801
| * Put Ui visitors togetherFawzi Mohamed2020-02-121-3/+2
| * Remove unused AST::ModuleItemFawzi Mohamed2020-02-122-4/+0
| * Make UiObjectDefinition uniformFawzi Mohamed2020-02-121-4/+5
| * Mark non visited AST partsFawzi Mohamed2020-02-121-0/+13
| * Add annotations to ASTFawzi Mohamed2020-02-125-5/+68
* | Guard against invalid version specifiers in import statementsUlf Hermann2020-02-121-1/+16
* | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-02-036-7/+127
|\|
| * Required properties: Allow retroactive require specificationFabian Kosmale2020-01-315-2/+48
| * add annotations to QMLFawzi Mohamed2020-01-312-5/+79
* | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-3/+6
|/
* Required properties: Allow required default propertiesFabian Kosmale2020-01-291-0/+25