summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlvme.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use utf8 instead of latin1 where appropriateAaron Kennedy2009-10-121-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-10-111-3/+4
|\
| * Output file/line for script errorsAaron Kennedy2009-10-091-3/+4
* | Improve Behavior reliability.Michael Brasser2009-10-111-46/+40
|/
* Make Script an instrinsic typeAaron Kennedy2009-10-071-0/+7
* Improve script lookup cachingAaron Kennedy2009-10-051-2/+2
* Create a property cache for synthesized metaobjectsAaron Kennedy2009-10-051-1/+8
* Give file and line information for script errors.Michael Brasser2009-09-281-0/+1
* Make more qmlecmascript tests passAaron Kennedy2009-09-231-5/+34
* Use a bitmask to track bound propertiesAaron Kennedy2009-09-231-2/+1
* Add plumbing for more advanced signal property controlAaron Kennedy2009-09-221-5/+1
* Slight simplification of parameterized signalsAaron Kennedy2009-09-221-1/+1
* Fix a bug in the qmlvme, which lead to an assert on valid QML.Alan Alpert2009-09-031-0/+8
* Add an assert before we dereference a null pointerAlan Alpert2009-09-021-0/+1
* Save object creation line and column numberAaron Kennedy2009-09-021-0/+5
* Make QmlPropertyValueSource an interface.Martin Jones2009-08-271-5/+4
* Make QVector3D a first-class builtin type within QMLRhys Weatherley2009-08-211-0/+13
* Move the binding's "mePtr" into QmlAbstractBindingAaron Kennedy2009-08-111-5/+3
* Object property binding optimizationAaron Kennedy2009-08-111-3/+19
* Abstract expression and binding APIsAaron Kennedy2009-08-101-3/+16
* Simplify QmlDeclarativeData to a single classAaron Kennedy2009-08-101-3/+3
* Rewrite bindings inside the compilerAaron Kennedy2009-08-051-22/+0
* Improve performance by separating id and context propertiesAaron Kennedy2009-08-041-1/+7
* Get rid of classComplete.Michael Brasser2009-07-291-8/+0
* Make private stuff privateAaron Kennedy2009-07-271-1/+1
* Add prototype value type supportAaron Kennedy2009-07-231-13/+34
* Rename QmlBindableValue to QmlBindingAaron Kennedy2009-07-201-10/+10
* Remove unnecessary global context management stuffAaron Kennedy2009-07-161-16/+6
* Remove pointless QmlCompiledComponent classAaron Kennedy2009-07-151-10/+7
* Rework compiler to a two phase analyse/generate approachAaron Kennedy2009-07-151-56/+16
* Start moving debugger out of processAaron Kennedy2009-07-131-1/+1
* Support parameterized synthesized methodsAaron Kennedy2009-07-021-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-021-2/+1
|\
| * Make performance logging classes private.Michael Brasser2009-07-021-2/+1
* | Initial property aliasing supportAaron Kennedy2009-07-021-1/+1
|/
* Update SetProperties to handle changing bindingsAaron Kennedy2009-06-261-2/+2
* Don't defer properties if an id has been setAaron Kennedy2009-06-171-7/+9
* Fixing QWidget supportThomas Hartmann2009-06-161-1/+11
* Deferred properties mostly work.Aaron Kennedy2009-06-161-9/+29
* Fix autotest crashAaron Kennedy2009-06-161-2/+2
* Skeleton for property deferringAaron Kennedy2009-06-111-0/+13
* Source location isn't needed for compiled bindingsAaron Kennedy2009-06-101-1/+0
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-101-1/+12
|\
| * Support URLs directly (not just as strings), so they are correctly resolved.Warwick Allison2009-06-101-0/+16
* | Remove perf metricsAaron Kennedy2009-06-101-209/+0
* | Improve list assignment performanceAaron Kennedy2009-06-101-52/+58
* | Improve bindings startup performanceAaron Kennedy2009-06-101-2/+2
|/
* Fix handling of qreal properties.Michael Brasser2009-06-091-6/+20
* Revert "Naively fix handling of qreal properties for ARM."Michael Brasser2009-06-081-2/+1
* Remove some pointless perf metricsAaron Kennedy2009-06-011-1/+1