summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/javascriptast_p.h
Commit message (Expand)AuthorAgeFilesLines
* Tweak QML property syntaxAaron Kennedy2009-05-011-6/+6
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-301-84/+157
|\
| * Added first/lastSourceLocations to AST::UiObjectMember and improved the gener...Roberto Raggi2009-04-291-84/+157
* | Re-enable property syntax and add a "default" specifierAaron Kennedy2009-04-291-2/+3
|/
* Introduced Node::firstSourceLocation(), Node::lastSourceLocation().Roberto Raggi2009-04-271-58/+401
* No more sugar :-)Roberto Raggi2009-04-241-2/+2
* Removed the UiObjectInitialized from UiPublicMember.Roberto Raggi2009-04-241-9/+6
* Source locations for the statement nodesRoberto Raggi2009-04-241-0/+73
* Annotate the expression nodes with the source locations.Roberto Raggi2009-04-241-0/+27
* Fixed AST::cast<> for UiImport and UiImportList nodes.Roberto Raggi2009-04-241-3/+3
* finalize support for namespacepathmae2009-04-241-1/+1
* Introduced AST::cast<T>(node).Roberto Raggi2009-04-241-176/+364
* Added the `import statements' to UiProgram.Roberto Raggi2009-04-241-2/+3
* Generate ASTs for function and variable declarations.Roberto Raggi2009-04-241-1/+15
* Introduced `import' statements.Roberto Raggi2009-04-241-0/+46
* Initial work on the qfx front-end.Roberto Raggi2009-04-241-0/+1756