summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlbinding.cpp
Commit message (Expand)AuthorAgeFilesLines
* Binding optimizer extensionsAaron Kennedy2009-12-161-0/+5
* fix includesOswald Buddenhagen2009-12-031-8/+11
* Optimization: Use QString, not QUrl in QmlBindingAaron Kennedy2009-12-031-3/+3
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-5/+5
* Remove include styles that rely on configure.Warwick Allison2009-12-011-4/+4
* Output error when a binding returns undefinedAaron Kennedy2009-11-111-1/+12
* Return qmlInfo(obj) << syntax.Warwick Allison2009-11-101-1/+1
* QmlContext testsAaron Kennedy2009-11-021-0/+8
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-301-16/+16
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-301-3/+3
| |\
| * | fix headersWarwick Allison2009-10-291-16/+16
* | | Make private headers _pAaron Kennedy2009-10-301-1/+1
* | | Rename QFx classes to QmlGraphicsAaron Kennedy2009-10-301-1/+1
| |/ |/|
* | Store filename as a QUrl rather than convert to QString.Martin Jones2009-10-291-3/+3
|/
* Do not display transient binding errorsAaron Kennedy2009-10-281-7/+55
* Add a QmlExpression::error() methodAaron Kennedy2009-10-281-3/+5
* Fix test failures.Aaron Kennedy2009-10-221-2/+4
* Add binding assignment warningsAaron Kennedy2009-10-161-1/+12
* More i18nWarwick Allison2009-10-131-2/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-10-111-2/+2
|\
| * Output file/line for script errorsAaron Kennedy2009-10-091-2/+2
* | Improve Behavior reliability.Michael Brasser2009-10-111-10/+10
|/
* Make qmlecmascript:selfDeletingBinding passAaron Kennedy2009-10-081-29/+30
* Use a bitmask to track bound propertiesAaron Kennedy2009-09-231-9/+20
* Support URL resolution from within script blocksAaron Kennedy2009-09-101-4/+0
* Make QVector3D a first-class builtin type within QMLRhys Weatherley2009-08-211-0/+6
* Move the binding's "mePtr" into QmlAbstractBindingAaron Kennedy2009-08-111-6/+11
* Abstract expression and binding APIsAaron Kennedy2009-08-101-21/+61
* Make custom string converters work for builtin variant metatypesRhys Weatherley2009-07-241-2/+1
* Fix State when handling.Michael Brasser2009-07-231-1/+1
* Remove unnecessary methods from QmlBindingAaron Kennedy2009-07-201-7/+0
* Rework expression stuff to use a more efficient notify handlerAaron Kennedy2009-07-201-2/+4
* Rename QmlBindableValue to QmlBindingAaron Kennedy2009-07-201-0/+186