Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 1 | -9/+9 |
| | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | Make declarative autotests compile on Symbian abld build system | Joona Petrell | 2010-06-08 | 2 | -3/+6 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Add parent parameter to QDeclarativeExpression constructor. | Michael Brasser | 2010-05-18 | 1 | -1/+1 |
| | | | | Also rearrange the parameter order to be more clear. | ||||
* | Symbian build fix to declarative auto and benchmark tests | Joona Petrell | 2010-05-14 | 1 | -1/+5 |
| | | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones | ||||
* | Add Component.onDestruction attached property | Aaron Kennedy | 2010-04-15 | 1 | -5/+5 |
| | | | | | | | | | This property complements Component.onCompleted. It is emitted before the destruction actually begins (for the most part) so the objects are still alive and accessible. The QtObject.onDestroyed signal is now blocked as it never really worked properly anyway. | ||||
* | Rename remaining import Qt 4.6 lines to import Qt 4.7 | Joona Petrell | 2010-04-14 | 1 | -9/+9 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Tweak tests to run in parallel | Aaron Kennedy | 2010-04-13 | 1 | -0/+3 |
| | |||||
* | Replace "var" with "variant" in tests | Aaron Kennedy | 2010-04-09 | 1 | -8/+8 |
| | |||||
* | Block modifications to internal QDeclarativeContexts | Aaron Kennedy | 2010-03-18 | 1 | -0/+31 |
| | |||||
* | Replace QDeclarativeContext::addDefaultObject() -> setContextObject() | Aaron Kennedy | 2010-03-11 | 1 | -27/+5 |
| | | | | It is faster and easier to use to just support a single context object. | ||||
* | QDeclarativeContext::contextProperty() should also access ids | Aaron Kennedy | 2010-03-04 | 1 | -0/+20 |
| | | | | QT-2800 | ||||
* | Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵ | Leonardo Sobral Cunha | 2010-02-24 | 1 | -10/+10 |
| | | | | to QDeclarativeXXX. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 2 | -0/+440 |
QDeclarativeXXX. |