Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7 | David Boddie | 2010-08-04 | 1 | -5/+114 |
|\ | | | | | | | | | Conflicts: doc/src/examples/qml-examples.qdoc | ||||
| * | Add missing image | Bea Lam | 2010-07-30 | 1 | -1/+1 |
| | | | | | | | | Task-number: QTBUG-12529 | ||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-07-29 | 1 | -1/+4 |
| |\ | |||||
| | * | Document elements that are focus scopes. | Yann Bodson | 2010-07-29 | 1 | -1/+4 |
| | | | | | | | | | | | | Task-number: QTBUG-12404 | ||||
| * | | Add moving and flicking properties to PathView | Martin Jones | 2010-07-29 | 1 | -1/+107 |
| |/ | | | | | | | | | | | | | | | | | | | PathView handles its own mouse interaction, but lacked properties similar to those in Flickable to determine when it is stationary. This made it impossible to start an animation when the view stops moving, for example. Task-number: QTBUG-12497 Reviewed-by: Warwick Allison | ||||
| * | Missed the actual change in 5572ec653fe735c4f413195c1ef34382aa8c6105 | Martin Jones | 2010-07-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | Always place PathView delegates centered on the path The scale of the delegate was used to offset the item. This was a bad way of making the item appear to be positioned correctly when the default transform origin was the top-left. Now that transform origin is center, it is obvious that it was a bad idea. Task-number: QTBUG-12245 Reviewed-by: Michael Brasser | ||||
* | | Doc: Fixed QML documentation errors. | David Boddie | 2010-07-16 | 1 | -3/+3 |
|/ | | | | Reviewed-by: Trust Me | ||||
* | docs | Bea Lam | 2010-07-07 | 1 | -0/+4 |
| | |||||
* | doc: note that calling methods before component completion may have no effect | Martin Jones | 2010-06-23 | 1 | -0/+4 |
| | | | | So use Component.onCompleted: | ||||
* | Document attached properties | Bea Lam | 2010-06-10 | 1 | -0/+7 |
| | |||||
* | Ensure PathView mappedRange is updated when pathItemCount changes. | Martin Jones | 2010-06-03 | 1 | -0/+1 |
| | |||||
* | Doc fixes and improvements - fix some example code, link to | Bea Lam | 2010-06-02 | 1 | -1/+11 |
| | | | | examples from class docs and improve assorted docs | ||||
* | Use QElapsedTimer rather than QTime::elapsed() | Martin Jones | 2010-05-28 | 1 | -5/+5 |
| | |||||
* | If a pathview delegate changes size, reposition center on path | Martin Jones | 2010-05-27 | 1 | -0/+15 |
| | | | | Task-number: QTBUG-11006 | ||||
* | Add an example spinner. | Martin Jones | 2010-05-13 | 1 | -2/+31 |
| | | | | | 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 | 1 | -12/+30 |
| | | | | | | | | 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 | ||||
* | qdoc fixes | Yann Bodson | 2010-05-06 | 1 | -2/+2 |
| | |||||
* | Document delegate life cycle. | Martin Jones | 2010-05-05 | 1 | -1/+5 |
| | | | | Task-number: QTBUG-10353 | ||||
* | doc | Warwick Allison | 2010-05-05 | 1 | -4/+4 |
| | | | | Task-number: QTBUG-10386 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-30 | 1 | -1/+6 |
|\ | |||||
| * | Fix assert in qdeclarativepathview | Leonardo Sobral Cunha | 2010-04-30 | 1 | -1/+6 |
| | | | | | | | | | | Task-number: QTBUG-10327 Reviewed-by: Martin Jones | ||||
* | | Avoid regenerating PathView delegates needlessly | Martin Jones | 2010-04-30 | 1 | -2/+6 |
|/ | |||||
* | Doc: mention that size of delegate affects flicking performance. | Martin Jones | 2010-04-30 | 1 | -0/+5 |
| | |||||
* | Doc: make note about using clip: true in views slightly more prominent. | Martin Jones | 2010-04-16 | 1 | -1/+1 |
| | |||||
* | 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. |