summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added utility method to parse single/stand-alone JS source elements.Erik Verbruggen2010-01-151-1/+12
* oops, fix the compilationThierry Bastian2009-12-041-1/+1
* small cleanupThierry Bastian2009-12-043-18/+18
* fix includesOswald Buddenhagen2009-12-0314-41/+46
* clean up project filesOswald Buddenhagen2009-12-031-19/+18
* Added conditional macro which will make the copy in QtCreator able to export ...Erik Verbruggen2009-12-038-110/+120
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-0214-31/+31
* Fixed the start location of an UiArrayBinding to include the qualifiedId.Erik Verbruggen2009-11-201-1/+1
* fix headersWarwick Allison2009-10-2917-249/+289
* Fixed possible crash when inserting semicolon.Roberto Raggi2009-10-284-4/+4
* Fixed namespace macro.Erik Verbruggen2009-10-261-2/+2
* i18nWarwick Allison2009-10-133-11/+13
* More i18nWarwick Allison2009-10-135-43/+45
* Allow Unicode identifiers.Warwick Allison2009-10-121-3/+8
* Added utility method to parse single/stand-alone bindings.Erik Verbruggen2009-09-307-1028/+1093
* Preliminary support for object and list synthesized property typesAaron Kennedy2009-09-226-889/+945
* Fixed the QML parser files to play nice when included in Creator,Erik Verbruggen2009-09-172-6/+6
* Fixed the QML parser files to play nice when included in Creator, whenErik Verbruggen2009-09-1716-521/+550
* Remove debug.Michael Brasser2009-09-091-4/+1
* Added an option to the lexer to tell the engine of all comments in a QMLErik Verbruggen2009-09-086-6/+28
* Modify QML grammar to accept "readonly" as a property modifierAaron Kennedy2009-09-037-1012/+1070
* Fixed import parsing, where the importId wasn't set.Erik Verbruggen2009-08-032-0/+4
* Fixed AST visiting, so UiProgram *members* are visited again.Erik Verbruggen2009-07-301-0/+1
* Removed the (outdated) pretty printer for the JS expressions.Roberto Raggi2009-07-303-1666/+1
* Improved the support for post-visits of the AST.Roberto Raggi2009-07-302-155/+142
* Rewrite expressions as qualified ids.Roberto Raggi2009-07-285-1309/+1109
* Added utility methods firstSourceLocation/lastSourceLocation methods toErik Verbruggen2009-07-271-0/+21
* Fixed project dependenciesRoberto Raggi2009-07-261-0/+1
* Added formal parameters to the QML signals.Roberto Raggi2009-07-267-1/+216
* Recognize formal arguments in the left hand side of a binding.Roberto Raggi2009-07-245-967/+1038
* Accept the optional semicolon at the end of a signal declaration.Roberto Raggi2009-07-245-878/+903
* Removed support for CSS-like literals.Roberto Raggi2009-07-246-143/+5