summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcompileddata.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | Reviewed-by: Trust Me
* Cached programs and closures must be destroyed at shutdownAaron Kennedy2010-01-121-2/+13
|
* Optimization: Bypass qt_metacall for synthesized methodsAaron Kennedy2010-01-091-1/+4
|
* Fix leaks.Michael Brasser2009-12-081-0/+3
|
* fix includesOswald Buddenhagen2009-12-031-4/+6
| | | | | | | | | | | | - 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.
* Avoid QString <-> QUrl conversionsAaron Kennedy2009-12-031-0/+10
|
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-3/+3
| | | | It seems we're going to have to so a syncqt/configure in Qt modules.
* Cleanup cached binding closuresAaron Kennedy2009-12-021-2/+2
|
* Cache binding closuresAaron Kennedy2009-12-021-0/+1
|
* QmlInstruction autotestAaron Kennedy2009-11-171-3/+3
|
* fix headersWarwick Allison2009-10-291-16/+16
|
* Composite types should assign to object propertiesAaron Kennedy2009-10-121-2/+2
| | | | Fixes QT-956
* Reenable types/enums and move scripts into an isolated scopeAaron Kennedy2009-10-051-0/+4
|
* Create a property cache for synthesized metaobjectsAaron Kennedy2009-10-051-0/+3
|
* Use QScriptProgram to speed up binding creationAaron Kennedy2009-10-051-0/+2
|
* Make more qmlecmascript tests passAaron Kennedy2009-09-231-2/+2
| | | | | Test cases constantsOverrideBindings, outerBindingOverridesInnerBinding and aliasPropertyAndBinding now pass.
* Remove unused QmlContextPrivate member variablesAaron Kennedy2009-08-041-6/+1
|
* Small cleanupsAaron Kennedy2009-07-161-5/+0
|
* Remove pointless QmlCompiledComponent classAaron Kennedy2009-07-151-19/+18
|
* Missing fileAaron Kennedy2009-07-151-0/+211