Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make declarative autotests compile on Symbian abld build system | Joona Petrell | 2010-06-08 | 2 | -3/+6 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | If a pathview delegate changes size, reposition center on path | Martin Jones | 2010-05-27 | 2 | -2/+10 |
| | | | | Task-number: QTBUG-11006 | ||||
* | Remove license headers from test data. | Warwick Allison | 2010-05-23 | 10 | -410/+0 |
| | | | | Partial revert of d5a86d924bfe331aeba6465b0f249cd27ef83ad4 | ||||
* | Add license headers for .qml files. | Jason McDonald | 2010-05-21 | 10 | -0/+410 |
| | | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me | ||||
* | 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/+8 |
| | | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones | ||||
* | Add an example spinner. | Martin Jones | 2010-05-13 | 1 | -3/+27 |
| | | | | | Also add missing increment/decrementCurrentIndex() slots to PathView, and tweak the number of points cached along a Path. | ||||
* | Ensure PathView "attribute" attached properties are created correctly | Martin Jones | 2010-05-11 | 2 | -0/+105 |
| | | | | | | | | If an item was created spontaneously (i.e. delegate is a package and some other view created the item), ensure its attached properties are correctly initialized. Task-number: QTBUG-10527 | ||||
* | Fix path view update on startX(Y) changes in qml | Leonardo Sobral Cunha | 2010-04-29 | 2 | -0/+61 |
| | | | | | Task-number: QTBUG-10290 Reviewed-by: Michael Brasser | ||||
* | 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 versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 8 | -8/+8 |
| | | | | | | 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/+3 |
| | |||||
* | Added highlight ranges/modes to PathView | Martin Jones | 2010-03-26 | 5 | -12/+16 |
| | | | | Task-number: QT-319 | ||||
* | Begin dragging PathView up to the level (quality and functionality) of other ↵ | Martin Jones | 2010-03-25 | 3 | -7/+22 |
| | | | | | | views. Task-number: QT-319 | ||||
* | Fix tests after 47fb07c9fdf47584ae55f3412102bbeef5576b04. | Michael Brasser | 2010-03-18 | 3 | -4/+4 |
| | | | | | The import order has changed, so test files that mirror element names needed to be renamed (or they would resolve as the type). | ||||
* | Change PathView offset property to use range 0 - 1.0 | Martin Jones | 2010-03-12 | 2 | -4/+4 |
| | |||||
* | Add PathView.isCurrentIndex and PathView.view attached properties | Martin Jones | 2010-03-08 | 2 | -3/+54 |
| | | | | | | Adding PathView attached properties to be in line with other views. Task-number: QT-319 | ||||
* | Add NOTIFY signals to list, grid and path views | Joona Petrell | 2010-03-02 | 5 | -11/+277 |
| | | | | Reviewed-by: akennedy | ||||
* | Make "on" syntax mandatory for value sources and interceptors | Aaron Kennedy | 2010-03-02 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | Where you would have written x: NumberAnimation {} y: Behavior {} you now must write NumberAnimation on x {} Behavior on y {} This change also makes the parser more strict with respect to multiple assignments to a single property - they're no longer allowed. For example this x: 10 x: 11 is now an error. | ||||
* | React to QAbstractItemModel::modelReset() signal. | Martin Jones | 2010-02-25 | 2 | -0/+101 |
| | | | | Task-number: QTBUG-8494 | ||||
* | Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵ | Leonardo Sobral Cunha | 2010-02-24 | 1 | -14/+14 |
| | | | | to QDeclarativeXXX. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 8 | -0/+730 |
QDeclarativeXXX. |