Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change to commercial license headers in preparation for release. | Jason McDonald | 2010-09-07 | 1 | -13/+13 |
| | | | | Reviewed-by: Trust Me | ||||
* | Ensure currentItem is released when the delegate changes | Martin Jones | 2010-08-03 | 1 | -0/+5 |
| | | | | | | | | | Otherwise a new delegate isn't created for the currentItem. GridView didn't release any item. It is now equivalent to LsitView. Task-number: QTBUG-12548 Reviewed-by: Bea Lam (cherry picked from commit a07bae9717168c9605662e117132e16b5f2b2f9d) | ||||
* | Document elements that are focus scopes. | Yann Bodson | 2010-08-02 | 1 | -3/+5 |
| | | | | | Task-number: QTBUG-12404 (cherry picked from commit d27e7484c8fcb08e0c533b9a8bf5af8d527b1de3) | ||||
* | Copied Qt QML 4.7 branch to release. | Toby Tomkins | 2010-07-27 | 1 | -4/+12 |
| | | | | Reviewed-by: MArtin Jones | ||||
* | Follow -> Behavior | mae | 2010-07-19 | 1 | -1/+1 |
| | | | | | Replace the usages of Follows with Behaviors, update docs. (cherry picked from commit b22a5e13003ff9f23b075284a1a1e0a6b0e46250) | ||||
* | Position GridView and ListView footer correctly when model cleared. | Martin Jones | 2010-07-15 | 1 | -1/+4 |
| | | | | | Task-number: QTBUG-12167 (cherry picked from commit 9adc85fdfa0af2b6948408932188ee1b79247fa6) | ||||
* | Changing currentIndex shouldn't cancel a flick unnecessarily. | Martin Jones | 2010-07-13 | 1 | -11/+24 |
| | | | | | | | | If the new currentIndex is in view, then there is no need to cancel a flick that is in progress. Task-number: QTBUG-11405 (cherry picked from commit c09f58965e772064ca952892f2e7969082f03855) | ||||
* | Docs - add more links to relevant examples | Bea Lam | 2010-06-30 | 1 | -0/+2 |
| | | | | Task-number: QTBUG-11754 | ||||
* | Restore neutral movement state if a view is manually positioned. | Martin Jones | 2010-06-24 | 1 | -2/+19 |
| | | | | | | | Make sure the previous movement state is cancelled if contentX or contentY are set directly. Task-number: QTBUG-11650 | ||||
* | Expose the Flickable's internal contentItem | Martin Jones | 2010-06-24 | 1 | -10/+10 |
| | | | | | | | | So that dynamically created items can be parented to the contentItem and be flicked with the rest of the content. Task-number: QTBUG-11674 Reviewed-by: Aaron Kennedy | ||||
* | doc: note that calling methods before component completion may have no effect | Martin Jones | 2010-06-23 | 1 | -0/+18 |
| | | | | So use Component.onCompleted: | ||||
* | Ensure the view is correctly positioned at component complete. | Martin Jones | 2010-06-23 | 1 | -0/+9 |
| | | | | | | If a currentIndex has been specified, ensure the view starts at the correct position immediately, rather than scrolling to it after startup. | ||||
* | ListView.onRemove animation is not played when the list has only one item. | Martin Jones | 2010-06-11 | 1 | -1/+1 |
| | | | | Task-number: QTBUG-11285 | ||||
* | Make snapping work properly for highlight ranges > item size | Martin Jones | 2010-06-11 | 1 | -13/+49 |
| | | | | | | | Snapping was only being applied to the current item when it was at a highlight range boundary. Task-number: QTBUG-11304 | ||||
* | Avoid recursive refill() in List/GridView | Martin Jones | 2010-06-11 | 1 | -10/+6 |
| | | | | Task-number: QTBUG-11362 | ||||
* | Document attached properties | Bea Lam | 2010-06-10 | 1 | -1/+1 |
| | |||||
* | Fix crash when changing ListView model with highlightRangeMode: ↵ | Martin Jones | 2010-06-09 | 1 | -2/+6 |
| | | | | | | ListView.StrictlyEnforceRange Task-number: QTBUG-11328 | ||||
* | Fix GridView bounds behavior with snapping enabled. | Martin Jones | 2010-06-09 | 1 | -5/+11 |
| | | | | Task-number: QTBUG-11299 | ||||
* | Add header and footer to GridView | Martin Jones | 2010-06-03 | 1 | -1/+189 |
| | | | | | | Also document them for both ListView and GridView Task-number: QTBUG-11191 | ||||
* | Doc fixes and improvements - fix some example code, link to | Bea Lam | 2010-06-02 | 1 | -96/+89 |
| | | | | examples from class docs and improve assorted docs | ||||
* | Stop highlight animators for highlightFollowsCurrentItem: false | Martin Jones | 2010-05-20 | 1 | -5/+12 |
| | | | | Task-number: QTBUG-10803 | ||||
* | Add a "priority" property to Keys and KeyNavigation | Martin Jones | 2010-05-14 | 1 | -3/+4 |
| | | | | | | Allows intercepting keys before or after normal item key processing. Task-number: QTBUG-10467 | ||||
* | Follow-up on Flickable changes. | Yann Bodson | 2010-05-13 | 1 | -11/+8 |
| | | | | | | | - flicking and moving properties will not be removed - onMovement* and onFlick* signals are back in Reviewed-by: Martin Jones | ||||
* | Flickable small API changes. | Yann Bodson | 2010-05-12 | 1 | -15/+29 |
| | | | | | | | | | | - Split moving into movingHorizontally anf movingVertically - Split flicking into flickingHorizontally and flickingVertically - Rename flickDirection to flickableDirection - onMovementStarted, onMovementEnded, onFlickStarted and onFlickEnded signals removed Task-number: QTBUG-10572 Reviewed-by: Martin Jones | ||||
* | Don't store the role-property map for each individual item. | Martin Jones | 2010-05-11 | 1 | -1/+1 |
| | | | | | | | | C++ models share a single metaobject type, so we don't need to create role-property mappings for each individual item. Also warn on attempt to modify a role that the model is unaware of (part of QTBUG-10457) | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-06 | 1 | -2/+2 |
|\ | |||||
| * | qdoc fixes | Yann Bodson | 2010-05-06 | 1 | -2/+2 |
| | | |||||
* | | Avoid warnings as delegates with bindings to parent are created and destroyed. | Martin Jones | 2010-05-06 | 1 | -1/+3 |
|/ | | | | Task-number: QTBUG-10359 | ||||
* | Doc: more clarification of cacheBuffer | Martin Jones | 2010-05-05 | 1 | -0/+3 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-05 | 1 | -1/+1 |
|\ | |||||
| * | Use enum rather than string for easing type. | Yann Bodson | 2010-05-05 | 1 | -1/+1 |
| | | |||||
* | | Fix cacheBuffer documentation. | Martin Jones | 2010-05-05 | 1 | -6/+14 |
|/ | | | | Task-number: QTBUG-10385 | ||||
* | Document delegate life cycle. | Martin Jones | 2010-05-05 | 1 | -0/+3 |
| | | | | Task-number: QTBUG-10353 | ||||
* | doc | Warwick Allison | 2010-05-05 | 1 | -9/+9 |
| | | | | Task-number: QTBUG-10386 | ||||
* | Doc: mention that size of delegate affects flicking performance. | Martin Jones | 2010-04-30 | 1 | -0/+5 |
| | |||||
* | buffer new items on initialization. | Martin Jones | 2010-04-30 | 1 | -2/+3 |
| | | | | | | We weren't honoring buffer initially, only after a flick. Its better to buffer immediately, since it is often used to eliminate the cost of item creation in small lists. | ||||
* | Fix snap at view boundaries with overshoot on. | Martin Jones | 2010-04-28 | 1 | -4/+7 |
| | | | | | The view would flick slowly at the boundaries if overshoot and snapping was enabled. | ||||
* | Don't "adjust" the z value of a delegate that has been cached. | Martin Jones | 2010-04-27 | 1 | -3/+5 |
| | | | | Task-number: QTBUG-10131 | ||||
* | Replace Flickable overshoot property with boundsBehavior | Martin Jones | 2010-04-22 | 1 | -0/+1 |
| | | | | Task-number: QTBUG-9993 | ||||
* | Fix highlight position with StrictlyEnforceRange and range greater than item ↵ | Martin Jones | 2010-04-21 | 1 | -19/+46 |
| | | | | | | size. Task-number: QTBUG-9901 | ||||
* | Avoid painfully slow flicking to snap positions in GridView | Martin Jones | 2010-04-19 | 1 | -1/+10 |
| | | | | Task-number: QTBUG-9994 | ||||
* | Always allow view position to be fixed. | Martin Jones | 2010-04-19 | 1 | -6/+0 |
| | | | | | | | | | | We used to avoid doing fixup in a direction we were not flicking. This was pointless, and caused bugs when the view transitioned from flickable to not flickable, e.g. by content size change. Fixup following content size is also no longer animated. This can be acheived using a behavoir, for example. Task-number: QTBUG-9961 | ||||
* | Doc: make note about using clip: true in views slightly more prominent. | Martin Jones | 2010-04-16 | 1 | -1/+1 |
| | |||||
* | Doc fix. | Michael Brasser | 2010-04-14 | 1 | -3/+3 |
| | |||||
* | Ensure view position is correct for highlight range modes that have a static ↵ | Martin Jones | 2010-04-13 | 1 | -3/+1 |
| | | | | | | highlight Task-number: QTBUG-9791 | ||||
* | Ensure GridView content position is stable when moving items. | Martin Jones | 2010-04-09 | 1 | -0/+2 |
| | | | | Task-number: QTBUG-9697 | ||||
* | Calculate GridView columns regardless of whether we have a populated model | Martin Jones | 2010-04-08 | 1 | -1/+1 |
| | | | | Task-number: QTBUG-9692 | ||||
* | Add highlightMoveDuration to views. | Martin Jones | 2010-04-08 | 1 | -2/+35 |
| | | | | Task-number: QTBUG-7568 | ||||
* | Fix warning | Martin Jones | 2010-04-07 | 1 | -1/+1 |
| | |||||
* | Keep track of the item count to avoid calling model->count() during batched ↵ | Martin Jones | 2010-04-07 | 1 | -10/+25 |
| | | | | changes |