Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement property versioning inside the declarative engine | Aaron Kennedy | 2011-01-27 | 1 | -2/+2 |
| | | | | Task-number: QTBUG-13451 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-19 | 1 | -1/+1 |
|\ | |||||
| * | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Fix to register Repeater for QtQuick 1.1 | Bea Lam | 2011-01-07 | 1 | -0/+46 |
| | | | | | | | | | | Task-number: QTBUG-15161 Reviewed-by: Martin Jones | ||||
* | | Add Repeater itemAdded(), itemRemoved() signals and itemAt() method | Bea Lam | 2011-01-06 | 1 | -12/+204 |
|/ | | | | | Task-number: QTBUG-15161 Reviewed-by: Martin Jones | ||||
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 7 | -7/+7 |
| | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | emit countChanged where appropriate in Repeater | Martin Jones | 2010-08-16 | 1 | -0/+3 |
| | | | | | Task-number: QTBUG-12905 Reviewed-by: Bea Lam | ||||
* | Ensure released VisualItemModel items are removed from the scene. | Martin Jones | 2010-07-20 | 2 | -4/+34 |
| | | | | | | Also parent them back to the VIM to ensure correct destruction. Task-number: QTBUG-12261 | ||||
* | Add test for model data changes. | Martin Jones | 2010-06-17 | 2 | -2/+47 |
| | |||||
* | Make declarative autotests compile on Symbian abld build system | Joona Petrell | 2010-06-08 | 2 | -3/+6 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Symbian build fix to declarative auto and benchmark tests | Joona Petrell | 2010-05-14 | 1 | -1/+8 |
| | | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones | ||||
* | QList<QObject*> models now update their properties when they change. | Martin Jones | 2010-05-05 | 2 | -6/+15 |
| | | | | Task-number: QTBUG-10348 | ||||
* | Fix versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 6 | -6/+6 |
| | | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081 | ||||
* | Rename remaining import Qt 4.6 lines to import Qt 4.7 | Joona Petrell | 2010-04-14 | 1 | -1/+1 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Tweak tests to run in parallel | Aaron Kennedy | 2010-04-13 | 1 | -0/+2 |
| | |||||
* | Make sure tests cleanup after themselves. | Michael Brasser | 2010-04-07 | 1 | -0/+10 |
| | |||||
* | Remove strange binding loop in Repeater test. | Martin Jones | 2010-04-01 | 1 | -5/+3 |
| | |||||
* | Qt.Infinite -> Animation.Infinite | Michael Brasser | 2010-03-25 | 1 | -1/+1 |
| | | | | | Too misleading to have on the Qt object, as it only means infinite for animation loops. | ||||
* | Fix tests after 47fb07c9fdf47584ae55f3412102bbeef5576b04. | Michael Brasser | 2010-03-18 | 2 | -1/+1 |
| | | | | | The import order has changed, so test files that mirror element names needed to be renamed (or they would resolve as the type). | ||||
* | Make QDeclarativeItem NOTIFY signals canonical | Joona Petrell | 2010-03-09 | 1 | -1/+1 |
| | | | | | Task-number: QTBUG-7193 Reviewed-by: akennedy | ||||
* | Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵ | Leonardo Sobral Cunha | 2010-02-24 | 1 | -12/+12 |
| | | | | to QDeclarativeXXX. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 8 | -0/+566 |
QDeclarativeXXX. |