Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Complete item creation after its initial properties have been initialized. | Martin Jones | 2010-04-14 | 1 | -2/+2 |
| | | | | Task-number: QTBUG-9800 | ||||
* | Fix PathView crash. | Michael Brasser | 2010-04-12 | 1 | -1/+1 |
| | | | | Task-number: QTBUG-9753 | ||||
* | Add highlightMoveDuration to views. | Martin Jones | 2010-04-08 | 1 | -2/+27 |
| | | | | Task-number: QTBUG-7568 | ||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -2/+2 |
| | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | Fixes PathView compile warnings | Leonardo Sobral Cunha | 2010-03-30 | 1 | -1/+1 |
| | |||||
* | Finished file rename of qdeclarative easefollow to smoothedanimation | Leonardo Sobral Cunha | 2010-03-30 | 1 | -1/+0 |
| | |||||
* | Fix parenting after 6f88388db4e8e202780d789e66664ff824691948. | Michael Brasser | 2010-03-30 | 1 | -2/+3 |
| | |||||
* | Ensure currentIndex is updated when PathView items are removed/moved | Martin Jones | 2010-03-29 | 1 | -8/+36 |
| | |||||
* | Added highlight ranges/modes to PathView | Martin Jones | 2010-03-26 | 1 | -47/+239 |
| | | | | Task-number: QT-319 | ||||
* | Really fix qMin() parameter types. | Martin Jones | 2010-03-26 | 1 | -1/+1 |
| | |||||
* | Ensure both qMin() parameters are the same type. | Martin Jones | 2010-03-25 | 1 | -1/+1 |
| | |||||
* | Begin dragging PathView up to the level (quality and functionality) of other ↵ | Martin Jones | 2010-03-25 | 1 | -292/+349 |
| | | | | | | views. Task-number: QT-319 | ||||
* | Change PathView offset property to use range 0 - 1.0 | Martin Jones | 2010-03-12 | 1 | -48/+48 |
| | |||||
* | Add PathView.isCurrentIndex and PathView.view attached properties | Martin Jones | 2010-03-08 | 1 | -70/+126 |
| | | | | | | 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 | 1 | -4/+22 |
| | | | | Reviewed-by: akennedy | ||||
* | Set delegate Z before complete() so that view Z is overridden by delegate. | Martin Jones | 2010-03-01 | 1 | -1/+5 |
| | |||||
* | React to QAbstractItemModel::modelReset() signal. | Martin Jones | 2010-02-25 | 1 | -1/+9 |
| | | | | Task-number: QTBUG-8494 | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+979 |
QDeclarativeXXX. |