aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser
Commit message (Expand)AuthorAgeFilesLines
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-2418-13266/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3017-19/+19
* Update obsolete contact address.Jason McDonald2012-01-2317-20/+20
* Remove out-of-line uses of qMalloc/qFree/qRealloc.Robin Burchell2012-01-122-16/+16
* Update copyright year in license headers.Jason McDonald2012-01-0517-19/+19
* Improve parsing of escape characters and regexp literals.Roberto Raggi2011-12-062-2/+10
* Fix the QML/JS parser to accept empty Javascript files.Roberto Raggi2011-12-064-751/+755
* Introduce methods to get the source location of the AST nodes.Roberto Raggi2011-12-067-247/+300
* Adjust the source location of the last accepted token.Roberto Raggi2011-12-052-0/+4
* Extend the grammar of QML binding declarations.Roberto Raggi2011-11-305-946/+947
* Fix parsing of unary expressions.Roberto Raggi2011-11-141-2/+3
* Clean up declarative includesKent Hansen2011-10-171-2/+0
* Say hello to QtQmlDevTools libraryKent Hansen2011-10-071-1/+6
* Fix processing of unary T_MINUS_MINUS tokens after semicolon insertion.Roberto Raggi2011-09-211-1/+1
* Move JS RegExp flag definitions to header fileKent Hansen2011-09-192-11/+11
* Fix typo when recognizing escape charactersRoberto Raggi2011-09-191-1/+1
* Add the method tokenKind() to the QML/JS lexer.Roberto Raggi2011-09-192-0/+6
* Add support for QML/JS pragma directives.Roberto Raggi2011-09-192-0/+119
* Fix automatic semicolon insertion.Roberto Raggi2011-09-194-18/+23
* Fix compile when the parser is included in non GUI applications.Roberto Raggi2011-09-191-1/+1
* Fix the implementation of Lexer::tokenText().Roberto Raggi2011-09-192-7/+11
* Introduced a QML scanning mode.Roberto Raggi2011-09-193-32/+35
* Get rid of QDeclarativeUtilsKent Hansen2011-09-191-19/+18
* Remove some unused includes.Jędrzej Nowacki2011-09-151-1/+1
* Remove the remaining dependencies onto QtWidgetsLars Knoll2011-09-011-1/+1
* Merge branch 'master' into refactorGunnar Sletta2011-08-3114-2745/+2969
|\
| * Collect the source locations of the single and multiline comments.Roberto Raggi2011-08-301-0/+10
| * Fix the source location of the T_ELSE token.Roberto Raggi2011-08-302-2/+2
| * Fix parsing of numeric literals.Roberto Raggi2011-08-301-1/+1
| * Fix the computation of the start token position.Roberto Raggi2011-08-301-3/+5
| * Recompute the token length after the scan of a regexp.Roberto Raggi2011-08-301-0/+2
| * Fix possible crash when using the QML lexer without an engine.Roberto Raggi2011-08-301-8/+10
| * Remove deprecated QChar to ushort conversions.Roberto Raggi2011-08-301-5/+5
| * Special case integers and strings in lexerAaron Kennedy2011-08-301-1/+37
| * Inline a couple of often used methods.Martin Jones2011-08-303-5/+2
| * Change the V4 IR so it can be stored in a memory pool.Roberto Raggi2011-08-301-42/+69
| * Removed QDeclarativeJS::NodePoolRoberto Raggi2011-08-3010-548/+404
| * Some lexer improvement, mostly by avoiding QChar::isWhatever()Martin Jones2011-08-301-47/+53
| * Improved parsing of numeric literalsRoberto Raggi2011-08-303-31/+85
| * Improve performance of the QML front-endAaron Kennedy2011-08-3012-2232/+2464
| * Use memory more conservatively during QML compilationAaron Kennedy2011-08-301-1/+1
* | Build against refactor.Samuel Rødal2011-07-291-1/+1
|/
* Fix UiPublicMember::lastSourceLocation.Christian Kamm2011-06-291-0/+2
* Merge branch 'qtquick2'Martin Jones2011-05-3117-1026/+1031
|\
| * Fix the QML front-end to allow side effects in the initializer.Roberto Raggi2011-05-127-986/+991
| * Fix wrong usages of #include directives in the QML/JS parser.Roberto Raggi2011-05-0914-39/+39
| * Compilation benchmarkAaron Kennedy2011-05-051-1/+1
* | Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-05-2417-307/+307
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-2718-0/+12825