summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlbinding.h
Commit message (Collapse)AuthorAgeFilesLines
* CleanupAaron Kennedy2009-10-301-1/+0
|
* fix headersWarwick Allison2009-10-291-16/+16
|
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-10-111-1/+2
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Output file/line for script errorsAaron Kennedy2009-10-091-1/+2
| |
* | Improve Behavior reliability.Michael Brasser2009-10-111-4/+8
|/
* Fix test failuresAaron Kennedy2009-10-051-0/+1
|
* Use a bitmask to track bound propertiesAaron Kennedy2009-09-231-0/+1
|
* Move the binding's "mePtr" into QmlAbstractBindingAaron Kennedy2009-08-111-0/+2
| | | | Now optimizations get deletion protection too.
* Abstract expression and binding APIsAaron Kennedy2009-08-101-5/+31
| | | | | | | | | By splitting the interface through which the system interacts with bindings away from a specific implementation, we can introduce highly specialized implementations for specific optimizations. This commit also includes a sample optimization for object properties being assigned directly from a local id.
* Fix State when handling.Michael Brasser2009-07-231-3/+2
|
* Remove unnecessary methods from QmlBindingAaron Kennedy2009-07-201-7/+3
| | | | QmlBinding is no longer instantiable from QML, so this stuff isn't needed.
* Rework expression stuff to use a more efficient notify handlerAaron Kennedy2009-07-201-2/+1
|
* Rename QmlBindableValue to QmlBindingAaron Kennedy2009-07-201-0/+98