| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-02-10 | 1 | -16/+28 |
|\ |
|
| * | PathView items were not correctly updated when rootIndex changed. | Martin Jones | 2011-02-10 | 1 | -16/+28 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-02-09 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | PathView regression: dragging the path didn't update currentIndex | Martin Jones | 2011-02-09 | 1 | -1/+1 |
|
|
* | | Merge branch '4.7' into qdoc-simplified | David Boddie | 2011-01-21 | 1 | -3/+16 |
|\ \ |
|
| * | | Doc: Fixed invalid/incomplete QML code snippets. | David Boddie | 2011-01-17 | 1 | -1/+1 |
| |/ |
|
| * | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
|
|
| * | PathView: update modelCount before attempting to regenerate delegates. | Martin Jones | 2011-01-06 | 1 | -1/+3 |
|
|
| * | Improve docs on attached properties on view delegates. | Martin Jones | 2010-12-23 | 1 | -0/+9 |
|
|
| * | Ensure PathView doesn't jump when starting to drag. | Martin Jones | 2010-12-23 | 1 | -1/+3 |
|
|
* | | Doc: Fixed the syntax of QML code snippets. | David Boddie | 2011-01-21 | 1 | -7/+7 |
|/ |
|
* | PathView: removing the currentIndex could make it invalid. | Martin Jones | 2010-12-10 | 1 | -1/+1 |
|
|
* | Fix regression due to 6cf397f7ac35a058096528a7ad8bfaf623b30747 | Martin Jones | 2010-11-16 | 1 | -0/+1 |
|
|
* | Doc: Remove default from PathView path property | Martin Jones | 2010-11-16 | 1 | -1/+0 |
|
|
* | Fix PathView key navigation docs. | Martin Jones | 2010-11-12 | 1 | -1/+15 |
|
|
* | Ensure increment/decrementCurrentIndex always move items in the correct direc... | Martin Jones | 2010-11-12 | 1 | -9/+21 |
|
|
* | Run util/normalize on src/declarative. | Yann Bodson | 2010-10-26 | 1 | -2/+2 |
|
|
* | Fix dragging items within a PathView | Martin Jones | 2010-10-07 | 1 | -3/+3 |
|
|
* | Fix setting PathView offset when all visible items are removed. | Martin Jones | 2010-10-07 | 1 | -0/+2 |
|
|
* | Ensure PathView updates positions when path changes. | Michael Brasser | 2010-10-06 | 1 | -2/+15 |
|
|
* | PathView didn't accept mouse events, preventing it from working in a Flickable. | Martin Jones | 2010-09-17 | 1 | -75/+108 |
|
|
* | Moving items in a PathView caused PathView.onPath to be set to false. | Martin Jones | 2010-09-17 | 1 | -3/+5 |
|
|
* | Doc: More work on the declarative API documentation. | David Boddie | 2010-09-13 | 1 | -2/+2 |
|
|
* | Fix PathView item position on insertion and removal. | Martin Jones | 2010-09-06 | 1 | -125/+160 |
|
|
* | Fix PathView when setting an empty model that is later filled. | Michael Brasser | 2010-08-24 | 1 | -1/+2 |
|
|
* | qdoc: Reorganized the QML elements table to be a dictionary... | Martin Smith | 2010-08-16 | 1 | -0/+1 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-08-10 | 1 | -3/+3 |
|\ |
|
| * | 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 |
| |\ |
|
| * | | Doc: Fixed QML documentation errors. | David Boddie | 2010-07-16 | 1 | -3/+3 |
|
|
* | | | PathView required some diagonal movement before a drag was initiated. | Martin Jones | 2010-08-09 | 1 | -1/+1 |
| |/
|/| |
|
* | | Add missing image | Bea Lam | 2010-07-30 | 1 | -1/+1 |
|
|
* | | 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 |
|
|
* | | | Add moving and flicking properties to PathView | Martin Jones | 2010-07-29 | 1 | -1/+107 |
|/ / |
|
* | | Missed the actual change in 5572ec653fe735c4f413195c1ef34382aa8c6105 | Martin Jones | 2010-07-19 | 1 | -2/+2 |
|/ |
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Add an example spinner. | Martin Jones | 2010-05-13 | 1 | -2/+31 |
|
|
* | Ensure PathView "attribute" attached properties are created correctly | Martin Jones | 2010-05-11 | 1 | -12/+30 |
|
|
* | qdoc fixes | Yann Bodson | 2010-05-06 | 1 | -2/+2 |
|
|
* | Document delegate life cycle. | Martin Jones | 2010-05-05 | 1 | -1/+5 |
|
|
* | doc | Warwick Allison | 2010-05-05 | 1 | -4/+4 |
|
|
* | 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 |
|
|
* | | Avoid regenerating PathView delegates needlessly | Martin Jones | 2010-04-30 | 1 | -2/+6 |
|/ |
|