summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativebinding.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow property bindings to be easily created from JavaScriptBea Lam2011-01-271-0/+20
* Add location information for tracing.Michael Brasser2011-01-251-0/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | Fix memory leakAaron Kennedy2011-01-171-3/+9
* | Fix potential crash in PropertyChanges binding rewrite handling.Michael Brasser2010-12-211-0/+5
* | Rewrite/cache bindings created by PropertyChanges.Michael Brasser2010-12-171-0/+14
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2010-12-011-160/+177
|\ \ | |/
| * Improve consistency in handling of aliases, bindings and value typesAaron Kennedy2010-11-291-160/+177
* | Make deferred tracing less expensive (real-time cost is the same)Michael Brasser2010-11-191-1/+1
* | Support directly setting string range data.Michael Brasser2010-11-191-2/+3
* | Use high performance timer for profiling. Add binding profile info.Michael Brasser2010-11-191-0/+15
|/
* This patch allows modifications on PropertyChanges on the flyThomas Hartmann2010-09-141-0/+13
* Check for binding having been deleted in more placesAaron Kennedy2010-07-141-0/+6
* Split responsibilities in QDeclarativeExpression more cleanlyAaron Kennedy2010-07-141-72/+67
* Remove incorrect ASSERTAaron Kennedy2010-05-241-3/+1
* Be slightly more verbose on assigning undefined in binding.Warwick Allison2010-05-241-1/+3
* Add parent parameter to QDeclarativeExpression constructor.Michael Brasser2010-05-181-2/+2
* Restructure QDeclarativeAbstractBinding destructorAaron Kennedy2010-05-171-2/+4
* Don't call pure virtual method in ~QDeclarativeAbstractBinding()Aaron Kennedy2010-05-171-1/+1
* Warn on assigning a function to a QML property.Michael Brasser2010-04-291-1/+12
* Fix crash.Warwick Allison2010-04-211-1/+3
* Allow null to be assigned to object propertiesAaron Kennedy2010-04-201-0/+4
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-2/+1
* Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeDataAaron Kennedy2010-04-151-3/+3
* Reduce warnings at shutdownAaron Kennedy2010-04-141-1/+1
* Allow undefined to be assigned to QVariant propertiesAaron Kennedy2010-04-091-0/+4
* Use variant instead of var in QMLAaron Kennedy2010-04-091-13/+0
* Don't crash when QML engine is deletedAaron Kennedy2010-04-081-3/+2
* Fix crash on null object assignmentAaron Kennedy2010-04-081-1/+2
* Cleanup handling of errors in bindings and scriptsAaron Kennedy2010-04-081-7/+37
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-5/+5
* Remove dead performance measurement code from QMLAaron Kennedy2010-03-221-5/+0
* Optimization: Reduce unnecessary QObject allocationsAaron Kennedy2010-03-171-4/+15
* Improve value type binding behaviorAaron Kennedy2010-03-111-9/+133
* Polish QDeclarativeProperty APIAaron Kennedy2010-02-261-2/+2
* Rename QDeclarativeMetaProperty -> QDeclarativePropertyAaron Kennedy2010-02-251-6/+6
* Make more private QDeclarativeMetaProperty methods privateAaron Kennedy2010-02-251-4/+4
* Tweak QDeclarativeMetaProperty type category APIAaron Kennedy2010-02-251-1/+1
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-0/+308