summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlbasicscript.cpp
Commit message (Expand)AuthorAgeFilesLines
* CleanupAaron Kennedy2009-10-301-0/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-301-16/+16
|\
| * fix headersWarwick Allison2009-10-291-16/+16
* | Make private headers _pAaron Kennedy2009-10-301-1/+1
|/
* Simplify the defaultObjects handlingAaron Kennedy2009-10-271-1/+1
* Add binding assignment warningsAaron Kennedy2009-10-161-3/+8
* Use utf8 instead of latin1 where appropriateAaron Kennedy2009-10-121-1/+1
* The root object is always last default objectAaron Kennedy2009-10-121-1/+5
* Object property binding optimizationAaron Kennedy2009-08-111-0/+17
* Abstract expression and binding APIsAaron Kennedy2009-08-101-0/+17
* Pass the "me" context directly to QmlBasicScriptAaron Kennedy2009-08-071-7/+5
* Remove unused parametersAaron Kennedy2009-08-071-45/+3
* Improve performance by separating id and context propertiesAaron Kennedy2009-08-041-1/+1
* Make private stuff privateAaron Kennedy2009-07-271-1/+1
* Removed support for CSS-like literals.Roberto Raggi2009-07-241-38/+37
* Rework expression stuff to use a more efficient notify handlerAaron Kennedy2009-07-201-4/+8
* Simplify binding optimizationAaron Kennedy2009-07-201-312/+112
* Add some basic QML benchmarksAaron Kennedy2009-07-171-0/+12
* Small cleanupsAaron Kennedy2009-07-161-3/+3
* Remove some unreliable binary expression supportAaron Kennedy2009-07-161-63/+1
* Fix crash on object destructionAaron Kennedy2009-07-161-3/+6
* Warn annoyingly on non-notifyable propertiesAaron Kennedy2009-07-031-10/+22
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-021-7/+0
|\
| * Add parameterized synthesized signalsAaron Kennedy2009-07-021-7/+0
* | Make performance logging classes private.Michael Brasser2009-07-021-1/+1
|/
* CleanupMichael Brasser2009-06-301-2/+32
* Fix performance regression.Michael Brasser2009-06-241-2/+4
* Invalidate the cache if the script resetsAaron Kennedy2009-06-161-2/+2
* Renamed the QML front-end.Roberto Raggi2009-06-111-18/+18
* Improve bindings startup performanceAaron Kennedy2009-06-101-24/+142
* Fix handling of qreal properties.Michael Brasser2009-06-091-7/+7
* QmlBasicScript should work on the actual JS AST treeAaron Kennedy2009-05-281-0/+853