summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlscriptparser.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* load foo.js for a foo.dui if it exists. This lets us use the import keyword ↵mae2009-04-241-0/+10
| | | | for real modules. Fix qmlconv, also get rid of the function() for signal properties.
* 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 ↵mae2009-04-241-0/+21
| | | | properties. Makes the slider work.
* 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 ↵mae2009-04-241-3/+65
| | | | T_IDENTIFIER UiObjectInitializer)
* support both *.qml and *.whatever with autodetection. Some debug output, ↵mae2009-04-241-6/+29
| | | | some fixes. Some stuff works now, biggest omission is UiObjectBinding to get the more complex examples working.
* Added missing files.Roberto Raggi2009-04-241-0/+339