summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-3117-237/+237
* Updated year in copyright headerKai Koehne2014-03-2617-19/+19
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1317-19/+19
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2917-435/+435
* Update contact information in license headers.Sergio Ahumada2012-08-0117-39/+39
* Update year in Nokia copyright messages.Jason McDonald2012-01-1117-19/+19
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-1317-307/+307
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-251-1/+1
|\
| * fix typo in error messagesOswald Buddenhagen2011-01-171-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-1717-19/+19
|\ \ | |/
| * Update copyright year to 2011.Jason McDonald2011-01-1017-19/+19
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-272-4/+4
|\ \ | |/
| * Set the location of the closing brace.Roberto Raggi2010-10-262-4/+4
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-251-6/+9
|\ \ | |/
| * Fix position of synthesized semicolon tokens.Aaron Kennedy2010-10-201-6/+9
* | Merge remote branch 'origin/4.7' into master-from-4.7Rohan McGovern2010-10-041-146/+3
|\ \ | |/
| * Remove unused AST node destructors.Michael Brasser2010-09-281-146/+3
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-101-4/+4
|\ \ | |/
| * The declarative parser should only save comment text (and not /*,*/,//)Michael Brasser2010-09-011-4/+4
| * Support for qsTrId and meta-data in comments for QML.Michael Brasser2010-09-011-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-251-1/+1
|\ \ | |/
| * Fix few declarative code issues discovered by static code analysisJoona Petrell2010-08-241-1/+1
* | Remove obsolete code & workarounds for unsupported versions of MS Visual C++miniak2010-08-031-6/+0
|/
* Reuse QML lexer to simplify .pragma script logicAaron Kennedy2010-07-221-5/+5
* Allow to build Qt in static with mingwThierry Bastian2010-06-071-1/+1
* Fix parsing of regular expression literals.Roberto Raggi2010-04-211-29/+79
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-183-5/+45
|\
| * Recognize identifiers containing unicode escape sequences.Roberto Raggi2010-04-161-1/+41
| * Fixed parsing of inner labelled statements.Roberto Raggi2010-04-162-4/+4
* | Further RVCT4 fixes for SymbianIain2010-04-161-1/+1
|/
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-0215-40/+40
* Fixed: Declared properties cannot be assigned in declarationRoberto Raggi2010-03-317-1034/+1130
* Removed unneeded code.Roberto Raggi2010-03-292-10/+0
* Recompute the source location of regexp literals.Roberto Raggi2010-03-262-2/+14
* Manual merge.Warwick Allison2010-03-222-2/+6
* Compile with user defined Qt namespaceRoberto Raggi2010-03-151-2/+4
* Fix grammar stringifying "on" as "readonly"Aaron Kennedy2010-03-044-5/+5
* Don't look for contextual keywords when defining properties.Roberto Raggi2010-02-253-632/+658
* Introduced alternative syntax for defining QML bindings.Roberto Raggi2010-02-257-1000/+1072
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-2418-386/+386
* Fix copyright year.Jason McDonald2010-02-1614-14/+14
* Changed define name to reflect change in Creator.Erik Verbruggen2010-02-081-2/+2
* re-enable QT_USE_FAST_CONCATENATIONErik Verbruggen2010-02-081-1/+1
* Fixed possible array index-out-of-bounds crash in error reporting.Erik Verbruggen2010-01-212-2/+12
* Added utility method to parse JavaScript programs.Erik Verbruggen2010-01-187-1110/+1060
* Added a utility method to get a casted AST root node.Erik Verbruggen2010-01-184-0/+29
* Fixed the parser to start with the correct rule when requested to parse JS So...Erik Verbruggen2010-01-183-634/+672
* Fixed missing export in generated parser.Erik Verbruggen2010-01-152-2/+2
* Re-generated grammar and fixed license headers.Erik Verbruggen2010-01-154-1098/+1092
* Fixed license headers.Erik Verbruggen2010-01-151-66/+44