aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/qdeclarativejslexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Improve parsing of escape characters and regexp literals.Roberto Raggi2011-12-061-0/+5
* Fix parsing of unary expressions.Roberto Raggi2011-11-141-2/+3
* 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-191-11/+5
* Fix typo when recognizing escape charactersRoberto Raggi2011-09-191-1/+1
* Add the method tokenKind() to the QML/JS lexer.Roberto Raggi2011-09-191-0/+5
* Add support for QML/JS pragma directives.Roberto Raggi2011-09-191-0/+96
* Fix automatic semicolon insertion.Roberto Raggi2011-09-191-0/+18
* Fix the implementation of Lexer::tokenText().Roberto Raggi2011-09-191-7/+10
* Introduced a QML scanning mode.Roberto Raggi2011-09-191-2/+4
* Get rid of QDeclarativeUtilsKent Hansen2011-09-191-19/+18
* Collect the source locations of the single and multiline comments.Roberto Raggi2011-08-301-0/+10
* 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
* Removed QDeclarativeJS::NodePoolRoberto Raggi2011-08-301-1/+2
* Some lexer improvement, mostly by avoiding QChar::isWhatever()Martin Jones2011-08-301-47/+53
* Improved parsing of numeric literalsRoberto Raggi2011-08-301-16/+83
* Improve performance of the QML front-endAaron Kennedy2011-08-301-1071/+730
* Merge branch 'qtquick2'Martin Jones2011-05-311-4/+4
|\
| * Fix wrong usages of #include directives in the QML/JS parser.Roberto Raggi2011-05-091-4/+4
* | Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-05-241-17/+17
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1258