Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added utility method to parse JavaScript programs. | Erik Verbruggen | 2010-01-18 | 1 | -11/+0 |
| | | | | Reviewed-by: Christian Kamm | ||||
* | Added a utility method to get a casted AST root node. | Erik Verbruggen | 2010-01-18 | 1 | -0/+10 |
| | | | | Reviewed-by: Christian Kamm | ||||
* | fix includes | Oswald Buddenhagen | 2009-12-03 | 1 | -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 913dd563064e8047fe738fc9c79135adfb928977 | Warwick Allison | 2009-12-02 | 1 | -2/+2 |
| | | | | It seems we're going to have to so a syncqt/configure in Qt modules. | ||||
* | fix headers | Warwick Allison | 2009-10-29 | 1 | -17/+17 |
| | |||||
* | Added utility method to parse single/stand-alone bindings. | Erik Verbruggen | 2009-09-30 | 1 | -0/+10 |
| | |||||
* | Fixed the QML parser files to play nice when included in Creator, | Erik Verbruggen | 2009-09-17 | 1 | -2/+2 |
| | | | | when Creator is compiled against Qt with namespaces. | ||||
* | Fixed AST visiting, so UiProgram *members* are visited again. | Erik Verbruggen | 2009-07-30 | 1 | -0/+1 |
| | |||||
* | Improved the support for post-visits of the AST. | Roberto Raggi | 2009-07-30 | 1 | -143/+138 |
| | |||||
* | Added formal parameters to the QML signals. | Roberto Raggi | 2009-07-26 | 1 | -0/+25 |
| | |||||
* | Removed support for CSS-like literals. | Roberto Raggi | 2009-07-24 | 1 | -38/+0 |
| | |||||
* | Revert "Introduced annotations" | Roberto Raggi | 2009-07-24 | 1 | -25/+0 |
| | | | | This reverts commit 5f648e669235e0c6a11b6d25688c6dbd9bb58106. | ||||
* | Introduced annotations | Roberto Raggi | 2009-07-23 | 1 | -0/+25 |
| | |||||
* | Renamed the QML front-end. | Roberto Raggi | 2009-06-11 | 1 | -0/+962 |