aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/qdeclarativejslexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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