summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlbasicscript.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Michael Brasser2009-07-021-7/+0
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Add parameterized synthesized signalsAaron Kennedy2009-07-021-7/+0
| | | | | | | | Also changed syntax for emitting a signal to be consistent with normal QtScript.
* | Make performance logging classes private.Michael Brasser2009-07-021-1/+1
|/
* CleanupMichael Brasser2009-06-301-2/+32
| | | | | Fix up license headers and private warnings, as well as other general cleanups.
* 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
| | | | | This is to bring us in line with the fix made to moc's handling of qreal properties.
* QmlBasicScript should work on the actual JS AST treeAaron Kennedy2009-05-281-0/+853