summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeexpression.h
Commit message (Collapse)AuthorAgeFilesLines
* Allow property bindings to be easily created from JavaScriptBea Lam2011-01-271-0/+3
| | | | | | | | Properties can now be assigned a function that returns the binding value. Task-number: QTBUG-14964 Reviewed-by: Aaron Kennedy
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Add parent parameter to QDeclarativeExpression constructor.Michael Brasser2010-05-181-3/+3
| | | | Also rearrange the parameter order to be more clear.
* Use Q_DECLARE_PRIVATE for private slot.Michael Brasser2010-04-221-3/+2
|
* Rename QDeclarativeExpression::value() to evaluate().Michael Brasser2010-04-221-1/+1
| | | | | QDeclarativeExpression can be used to evaluate any sort of expression, not just those returning a value.
* Fix QtDeclarative public headers to include <QtDeclarative/foo.h>Thiago Macieira2010-04-021-1/+1
| | | | All Qt public headers must do it like that.
* Optimization: Reduce unnecessary QObject allocationsAaron Kennedy2010-03-171-4/+8
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+113
QDeclarativeXXX.