summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/qmljsast.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added utility method to parse JavaScript programs.Erik Verbruggen2010-01-181-11/+0
| | | | Reviewed-by: Christian Kamm
* Added a utility method to get a casted AST root node.Erik Verbruggen2010-01-181-0/+10
| | | | Reviewed-by: Christian Kamm
* fix includesOswald Buddenhagen2009-12-031-2/+3
| | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes.
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-2/+2
| | | | It seems we're going to have to so a syncqt/configure in Qt modules.
* fix headersWarwick Allison2009-10-291-17/+17
|
* Added utility method to parse single/stand-alone bindings.Erik Verbruggen2009-09-301-0/+10
|
* Fixed the QML parser files to play nice when included in Creator,Erik Verbruggen2009-09-171-2/+2
| | | | when Creator is compiled against Qt with namespaces.
* Fixed AST visiting, so UiProgram *members* are visited again.Erik Verbruggen2009-07-301-0/+1
|
* Improved the support for post-visits of the AST.Roberto Raggi2009-07-301-143/+138
|
* Added formal parameters to the QML signals.Roberto Raggi2009-07-261-0/+25
|
* Removed support for CSS-like literals.Roberto Raggi2009-07-241-38/+0
|
* Revert "Introduced annotations"Roberto Raggi2009-07-241-25/+0
| | | | This reverts commit 5f648e669235e0c6a11b6d25688c6dbd9bb58106.
* Introduced annotationsRoberto Raggi2009-07-231-0/+25
|
* Renamed the QML front-end.Roberto Raggi2009-06-111-0/+962