Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed javascriptvalue.h | Roberto Raggi | 2009-05-14 | 1 | -1/+1 |
| | |||||
* | Add QML signal declaration syntax | Aaron Kennedy | 2009-05-01 | 1 | -1/+1 |
| | | | | | | | | Syntax is signal <signalName> Currently signal parameters aren't supported | ||||
* | Tweak QML property syntax | Aaron Kennedy | 2009-05-01 | 1 | -0/+9 |
| | | | | | | | | The syntax is now [default] property <type> <name> [ : <expression> ] where name is one of "int", "bool", "double", "real", "string", "color", "date", "var" or "variant" | ||||
* | Support multiline string literals when assigned directly to a QML property | Aaron Kennedy | 2009-05-01 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | For example, this is now allowed: Text { text: "Hello World" } but this isn't as bindings are "real" javascript: Text { text: "Big " + "Hello World" } | ||||
* | Re-enable property syntax and add a "default" specifier | Aaron Kennedy | 2009-04-29 | 1 | -1/+1 |
| | |||||
* | Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for (' | Leonardo Sobral Cunha | 2009-04-28 | 1 | -1/+1 |
| | |||||
* | Don't generate T_PUBLIC tokens. At this stage we don't know if we wil keep ↵ | Roberto Raggi | 2009-04-24 | 1 | -1/+1 |
| | | | | the syntax `public property|signal name' to define properties. | ||||
* | Introduced `import' statements. | Roberto Raggi | 2009-04-24 | 1 | -0/+4 |
| | |||||
* | Initial work on the qfx front-end. | Roberto Raggi | 2009-04-24 | 1 | -0/+1124 |