summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlrewrite.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-215/+0
| | | | QDeclarativeXXX.
* Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | Reviewed-by: Trust Me
* fix includesOswald Buddenhagen2009-12-031-2/+4
| | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes.
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-2/+2
| | | | It seems we're going to have to so a syncqt/configure in Qt modules.
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-12-021-0/+16
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlmetatype.cpp
| * Cache binding closuresAaron Kennedy2009-12-021-0/+16
| |
* | Remove include styles that rely on configure.Warwick Allison2009-12-011-1/+1
|/ | | | May help modularization (syncqt and configure are Qt-specific).
* 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