summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/javascriptlexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed javascriptvalue.hRoberto Raggi2009-05-141-1/+1
* Add QML signal declaration syntaxAaron Kennedy2009-05-011-1/+1
* Tweak QML property syntaxAaron Kennedy2009-05-011-0/+9
* Support multiline string literals when assigned directly to a QML propertyAaron Kennedy2009-05-011-1/+6
* 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 th...Roberto Raggi2009-04-241-1/+1
* Introduced `import' statements.Roberto Raggi2009-04-241-0/+4
* Initial work on the qfx front-end.Roberto Raggi2009-04-241-0/+1124