Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | load foo.js for a foo.dui if it exists. This lets us use the import keyword ↵ | mae | 2009-04-24 | 1 | -0/+10 | |
| | | | | for real modules. Fix qmlconv, also get rid of the function() for signal properties. | |||||
* | Introduced AST::cast<T>(node). | Roberto Raggi | 2009-04-24 | 1 | -15/+11 | |
| | ||||||
* | Added the `import statements' to UiProgram. | Roberto Raggi | 2009-04-24 | 1 | -0/+9 | |
| | ||||||
* | make Connection work. | mae | 2009-04-24 | 1 | -23/+96 | |
| | ||||||
* | parse function declarations in the object declaration and generate script ↵ | mae | 2009-04-24 | 1 | -0/+21 | |
| | | | | properties. Makes the slider work. | |||||
* | support comma for lists, better parser error output | mae | 2009-04-24 | 1 | -1/+9 | |
| | ||||||
* | make PropertyChangeSet work. This makes tutorial3 run again. | mae | 2009-04-24 | 1 | -53/+95 | |
| | ||||||
* | make arrays work, these visitors are ***** awesome | mae | 2009-04-24 | 1 | -1/+15 | |
| | ||||||
* | removed debug output | mae | 2009-04-24 | 1 | -5/+0 | |
| | ||||||
* | support public property definitions | mae | 2009-04-24 | 1 | -47/+76 | |
| | ||||||
* | code cleanup (helper functions rule) | mae | 2009-04-24 | 1 | -74/+73 | |
| | ||||||
* | implement UiObjectBinding (UiObjectMember: UiQualifiedId T_COLON ↵ | mae | 2009-04-24 | 1 | -3/+65 | |
| | | | | T_IDENTIFIER UiObjectInitializer) | |||||
* | support both *.qml and *.whatever with autodetection. Some debug output, ↵ | mae | 2009-04-24 | 1 | -6/+29 | |
| | | | | some fixes. Some stuff works now, biggest omission is UiObjectBinding to get the more complex examples working. | |||||
* | Added missing files. | Roberto Raggi | 2009-04-24 | 1 | -0/+339 | |