summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser
Commit message (Expand)AuthorAgeFilesLines
* Libraries and library versioning.Warwick Allison2009-07-146-951/+1938
* Expand input keyword to include "as" supportAaron Kennedy2009-07-097-945/+1026
* Add parameterized synthesized signalsAaron Kennedy2009-07-026-815/+957
* CleanupMichael Brasser2009-06-309-33/+68
* Renamed the QML front-end.Roberto Raggi2009-06-1119-357/+358
* Changed the QML parser and the AST to store the position of comma tokensErik Verbruggen2009-06-107-11/+60
* QmlBasicScript should work on the actual JS AST treeAaron Kennedy2009-05-281-3/+3
* Made the suffix for CSS literals case insensitve.Roberto Raggi2009-05-261-16/+21
* roberto: Added support for CSS like numeric literals e.g. 10pAaron Kennedy2009-05-267-15/+150
* Resolved reduce/reduce conflict between QML array literals and JS array liter...Roberto Raggi2009-05-195-849/+958
* Renamed qualifiedObjectNameId.Roberto Raggi2009-05-182-9/+9
* Compile.Roberto Raggi2009-05-182-3/+3
* Introduced qualified type names in the grammar.Roberto Raggi2009-05-187-861/+960
* Compile with gcc 4.2.Roberto Raggi2009-05-142-46/+71
* Introduced UiStatement in the QML grammar.Roberto Raggi2009-05-145-804/+827
* There's no need to record the current AST in the QML/JS engine.Roberto Raggi2009-05-141-12/+1
* Some (internal) API cleanup.Roberto Raggi2009-05-145-42/+43
* Moved Parser::DiagnosticMessage and AST::SourceLocationRoberto Raggi2009-05-145-71/+49
* Renamed JavaScriptEnginePrivate in Engine.Roberto Raggi2009-05-149-34/+34
* Protect the QML front-end using the namespace JavaScript.Roberto Raggi2009-05-148-206/+220
* Removed javascriptvalue.hRoberto Raggi2009-05-146-18/+9
* Automatic semicolon insertion for property and signal definitions.Roberto Raggi2009-05-116-740/+728
* Fixed the conflicts introduced by UiArrayLiteralRoberto Raggi2009-05-115-873/+853
* Use source locations in the diagnostic messages.Roberto Raggi2009-05-063-52/+32
* Reject multiple top-level object members.Roberto Raggi2009-05-065-825/+851
* Inserted the semicolon at the end of the previous token.Roberto Raggi2009-05-052-2/+8
* Store the location for the `default' token.Roberto Raggi2009-05-043-5/+15
* Fixed 5 shift/reduce conflicts introduced by T_SIGNAL and T_PROPERTY.Roberto Raggi2009-05-044-628/+582
* Correctly set the JsIdentifier svalAaron Kennedy2009-05-012-4/+14
* Add QML signal declaration syntaxAaron Kennedy2009-05-017-783/+801
* Tweak QML property syntaxAaron Kennedy2009-05-017-905/+1058
* Support multiline string literals when assigned directly to a QML propertyAaron Kennedy2009-05-016-788/+845
* Accept "return" and reserved words as property namesAaron Kennedy2009-04-305-749/+879
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-306-687/+673
|\
| * Added first/lastSourceLocations to AST::UiObjectMember and improved the gener...Roberto Raggi2009-04-296-620/+703
* | Re-enable property syntax and add a "default" specifierAaron Kennedy2009-04-297-701/+761
|/
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-1/+1
* Introduced Node::firstSourceLocation(), Node::lastSourceLocation().Roberto Raggi2009-04-279-78/+519
* No more sugar :-)Roberto Raggi2009-04-243-6/+6
* Don't generate T_AUTOMATIC_SEMICOLON when recovering from a syntax error.Roberto Raggi2009-04-242-8/+14
* Don't generate T_PUBLIC tokens. At this stage we don't know if we wil keep th...Roberto Raggi2009-04-241-1/+1
* Removed the UiObjectInitialized from UiPublicMember.Roberto Raggi2009-04-247-744/+747
* Source locations for the statement nodesRoberto Raggi2009-04-243-62/+371
* Annotate the expression nodes with the source locations.Roberto Raggi2009-04-243-136/+539
* Fixed AST::cast<> for UiImport and UiImportList nodes.Roberto Raggi2009-04-241-3/+3
* finalize support for namespacepathmae2009-04-241-1/+1
* Visit the import nodes.Roberto Raggi2009-04-241-0/+1
* Introduced AST::cast<T>(node).Roberto Raggi2009-04-241-176/+364
* Added the `import statements' to UiProgram.Roberto Raggi2009-04-243-4/+7
* Generate ASTs for function and variable declarations.Roberto Raggi2009-04-249-758/+808