summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/javascriptlexer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed javascriptvalue.hRoberto Raggi2009-05-141-1/+1
|
* Add QML signal declaration syntaxAaron Kennedy2009-05-011-1/+1
| | | | | | | | Syntax is signal <signalName> Currently signal parameters aren't supported
* Tweak QML property syntaxAaron Kennedy2009-05-011-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 propertyAaron Kennedy2009-05-011-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" specifierAaron Kennedy2009-04-291-1/+1
|
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-1/+1
|
* Don't generate T_PUBLIC tokens. At this stage we don't know if we wil keep ↵Roberto Raggi2009-04-241-1/+1
| | | | the syntax `public property|signal name' to define properties.
* Introduced `import' statements.Roberto Raggi2009-04-241-0/+4
|
* Initial work on the qfx front-end.Roberto Raggi2009-04-241-0/+1124