Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow property bindings to be easily created from JavaScript | Bea Lam | 2011-01-27 | 1 | -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 McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Add parent parameter to QDeclarativeExpression constructor. | Michael Brasser | 2010-05-18 | 1 | -3/+3 |
| | | | | Also rearrange the parameter order to be more clear. | ||||
* | Use Q_DECLARE_PRIVATE for private slot. | Michael Brasser | 2010-04-22 | 1 | -3/+2 |
| | |||||
* | Rename QDeclarativeExpression::value() to evaluate(). | Michael Brasser | 2010-04-22 | 1 | -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 Macieira | 2010-04-02 | 1 | -1/+1 |
| | | | | All Qt public headers must do it like that. | ||||
* | Optimization: Reduce unnecessary QObject allocations | Aaron Kennedy | 2010-03-17 | 1 | -4/+8 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+113 |
QDeclarativeXXX. |