summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlrewrite.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't crash on invalid expressionsAaron Kennedy2009-11-091-1/+7
| | | | QTBUG-5577
* CleanupAaron Kennedy2009-10-301-1/+1
|
* fix headersWarwick Allison2009-10-291-16/+16
|
* Fix more warnings.Michael Brasser2009-10-261-6/+6
|
* Simplified the bindings rewriter.Roberto Raggi2009-10-151-13/+14
| | | | | The rewriter needs to know if an ExpressionStatement is part of a loop and an integer is definitely enough for that.
* Don't rewrite expression statements in loops.Roberto Raggi2009-10-141-2/+70
|
* Add QML_REWRITE_DUMP env flagAaron Kennedy2009-10-141-0/+16
|
* Don't add newlines in rewriter as it messes up error reporting.Michael Brasser2009-09-081-2/+2
|
* Slightly change expression rewrite to JSC-supported syntax.Michael Brasser2009-08-171-2/+2
| | | | Preparation for merge of QtScript's JSC backend.
* Removed support for CSS-like literals.Roberto Raggi2009-07-241-52/+1
|
* Move the QML rewriting stuff into a central locationAaron Kennedy2009-07-161-0/+157