summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/qmljsparser_p.h
Commit message (Expand)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-246/+0
* Added utility method to parse JavaScript programs.Erik Verbruggen2010-01-181-9/+5
* Added a utility method to get a casted AST root node.Erik Verbruggen2010-01-181-0/+8
* Fixed missing export in generated parser.Erik Verbruggen2010-01-151-1/+1
* Re-generated grammar and fixed license headers.Erik Verbruggen2010-01-151-6/+6
* fix includesOswald Buddenhagen2009-12-031-4/+4
* Added conditional macro which will make the copy in QtCreator able to export ...Erik Verbruggen2009-12-031-1/+1
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-4/+4
* fix headersWarwick Allison2009-10-291-17/+17
* Added utility method to parse single/stand-alone bindings.Erik Verbruggen2009-09-301-2/+11
* Preliminary support for object and list synthesized property typesAaron Kennedy2009-09-221-2/+2
* Fixed the QML parser files to play nice when included in Creator, whenErik Verbruggen2009-09-171-4/+4
* Modify QML grammar to accept "readonly" as a property modifierAaron Kennedy2009-09-031-2/+2
* Rewrite expressions as qualified ids.Roberto Raggi2009-07-281-2/+2
* Added formal parameters to the QML signals.Roberto Raggi2009-07-261-0/+3
* Recognize formal arguments in the left hand side of a binding.Roberto Raggi2009-07-241-2/+2
* Accept the optional semicolon at the end of a signal declaration.Roberto Raggi2009-07-241-2/+2
* Revert "Introduced annotations"Roberto Raggi2009-07-241-4/+2
* Introduced annotationsRoberto Raggi2009-07-231-2/+4
* Recognize T_MULTILINE_STRING_LITERAL as a primary expression and removed UiMu...Roberto Raggi2009-07-161-2/+2
* Added support for parsing toplevel expressions and statements.Roberto Raggi2009-07-151-14/+27
* Libraries and library versioning.Warwick Allison2009-07-141-2/+10
* Expand input keyword to include "as" supportAaron Kennedy2009-07-091-2/+2
* Add parameterized synthesized signalsAaron Kennedy2009-07-021-2/+3
* Renamed the QML front-end.Roberto Raggi2009-06-111-0/+208