summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlscriptparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-enable property syntax and add a "default" specifierAaron Kennedy2009-04-291-0/+5
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-3/+3
* Introduced Node::firstSourceLocation(), Node::lastSourceLocation().Roberto Raggi2009-04-271-30/+53
* Handle Connection objects.Roberto Raggi2009-04-271-149/+10
* No more sugar :-)Roberto Raggi2009-04-241-5/+15
* Use the DUI language.Roberto Raggi2009-04-241-0/+30
* Removed the UiObjectInitialized from UiPublicMember.Roberto Raggi2009-04-241-5/+8
* experiment with treating State and Transition slightly special: they are auto...mae2009-04-241-0/+10
* small cleanupsmae2009-04-241-11/+0
* map the ParentChange qml tag to a ParentChangeSet in dui.mae2009-04-241-105/+172
* finalize support for namespacepathmae2009-04-241-5/+10
* Process the `import' statement.Roberto Raggi2009-04-241-0/+14
* load foo.js for a foo.dui if it exists. This lets us use the import keyword f...mae2009-04-241-0/+10
* Introduced AST::cast<T>(node).Roberto Raggi2009-04-241-15/+11
* Added the `import statements' to UiProgram.Roberto Raggi2009-04-241-0/+9
* make Connection work.mae2009-04-241-23/+96
* parse function declarations in the object declaration and generate script pro...mae2009-04-241-0/+21
* support comma for lists, better parser error outputmae2009-04-241-1/+9
* make PropertyChangeSet work. This makes tutorial3 run again.mae2009-04-241-53/+95
* make arrays work, these visitors are ***** awesomemae2009-04-241-1/+15
* removed debug outputmae2009-04-241-5/+0
* support public property definitionsmae2009-04-241-47/+76
* code cleanup (helper functions rule)mae2009-04-241-74/+73
* implement UiObjectBinding (UiObjectMember: UiQualifiedId T_COLON T_IDENTIFIER...mae2009-04-241-3/+65
* support both *.qml and *.whatever with autodetection. Some debug output, some...mae2009-04-241-6/+29
* Added missing files.Roberto Raggi2009-04-241-0/+339