Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix input methods for TextInput elements with key handlers | Joona Petrell | 2010-07-13 | 1 | -0/+1 | |
| | | | | | | Task-number: QTBUG-10297 Reviewed-by: Martin Jones (cherry picked from commit 98bfc8b8db811eb902290dbe87660ce799a44c27) | |||||
* | Designer: Fix compiler warnings. | Friedemann Kleint | 2010-07-02 | 1 | -0/+1 | |
| | | | | | | | Warnings introduced by 312c028d44a80f5d6029eb166a0de731f8452525 and gcc 4.5. Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com> | |||||
* | docs - quote code with snippets, other improvements | Bea Lam | 2010-07-01 | 2 | -1/+7 | |
| | ||||||
* | Remove a few more unnecessary exports. | Martin Jones | 2010-07-01 | 2 | -2/+2 | |
| | ||||||
* | Don't export declarative private classes | Martin Jones | 2010-07-01 | 21 | -37/+37 | |
| | | | | | Those required by creator are still exported. Everything else is no longer exported. | |||||
* | Don't access uninitialized value. | Martin Jones | 2010-06-30 | 1 | -10/+9 | |
| | | | | Viewport can move before any mouse press. | |||||
* | Add ListView.nextSection attached property | Martin Jones | 2010-06-30 | 2 | -5/+41 | |
| | | | | | | and also renamed ListView.prevSection to ListView.previousSection Task-number: QTBUG-11372 | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-06-30 | 7 | -4/+12 | |
|\ | ||||||
| * | Docs - add more links to relevant examples | Bea Lam | 2010-06-30 | 7 | -4/+12 | |
| | | | | | | | | Task-number: QTBUG-11754 | |||||
* | | Remove the old font.outline documentation | Martin Jones | 2010-06-30 | 3 | -18/+2 | |
|/ | | | | | | | Text.style is the correct property, and this has never been available in TextInput or TextEdit. Task-number: QTBUG-11828 | |||||
* | Remove an unnecessary connect() in TextInput | Martin Jones | 2010-06-29 | 1 | -3/+1 | |
| | ||||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-06-29 | 1 | -2/+2 | |
|\ | ||||||
| * | Fix flow layout not taking into account whether it's width and height are ↵ | Joona Petrell | 2010-06-29 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | implicit or not. Task-number: QTBUG-11778 Reviewed-by: Martin Jones | |||||
* | | Ensure micro focus is updated in TextEdit and TextInput | Martin Jones | 2010-06-29 | 3 | -5/+7 | |
|/ | | | | Task-number: QTBUG-11552 | |||||
* | Ensure Loader item change listener is removed when Loader is destroyed | Martin Jones | 2010-06-29 | 1 | -1/+9 | |
| | | | | Task-number: QTBUG-11771 | |||||
* | VisualDataModel hasModelChildren role shadowed user roles. | Martin Jones | 2010-06-28 | 1 | -1/+1 | |
| | | | | Task-number: BAUHAUS-773 | |||||
* | Allow positioning of ListView items width sub-pixel precision. | Martin Jones | 2010-06-28 | 1 | -7/+10 | |
| | | | | | | | Which makes having delegates with integer sizes more important, but allows proper animation of delegate size. Task-number: QTBUG-11738 | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-06-28 | 1 | -0/+5 | |
|\ | ||||||
| * | Docs | Bea Lam | 2010-06-28 | 1 | -0/+5 | |
| | | ||||||
* | | Restore neutral movement state if a view is manually positioned. | Martin Jones | 2010-06-24 | 5 | -6/+46 | |
|/ | | | | | | | 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 | 5 | -41/+60 | |
| | | | | | | | | 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 | 3 | -0/+36 | |
| | | | | So use Component.onCompleted: | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-06-23 | 1 | -0/+1 | |
|\ | ||||||
| * | Use Pen with Qt::MiterJoin when drawing Rectangles with gradients | Bea Lam | 2010-06-23 | 1 | -0/+1 | |
| | | | | | | | | Task-number: QTBUG-11624 | |||||
* | | Fix and better test Text / TextEdit alignments. | Warwick Allison | 2010-06-23 | 5 | -56/+122 | |
|/ | | | | | | Various clipping and refresh bugs. Task-number: QTBUG-11492 | |||||
* | Ensure the view is correctly positioned at component complete. | Martin Jones | 2010-06-23 | 2 | -0/+17 | |
| | | | | | | If a currentIndex has been specified, ensure the view starts at the correct position immediately, rather than scrolling to it after startup. | |||||
* | Merge remote branch 'origin/4.7' into qml-4.7 | Rohan McGovern | 2010-06-22 | 1 | -3/+0 | |
|\ | | | | | | | | | Conflicts: examples/declarative/modelviews/webview/transparent.qml | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into ↵ | Qt Continuous Integration System | 2010-06-22 | 1 | -3/+0 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2: Compiler warnings (unused variables). Compiler warnings. Fix crash with large ClientCutMessage Fix crash at exit and out of bounds write fix issue wrt posted events on Windows CE | |||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into ↵ | Qt Continuous Integration System | 2010-06-21 | 1 | -3/+0 | |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2: Compiler warnings (unused variables). Compiler warnings. Fix crash with large ClientCutMessage Fix crash at exit and out of bounds write fix issue wrt posted events on Windows CE | |||||
| | | * | Compiler warnings (unused variables). | Bjørn Erik Nilsen | 2010-06-21 | 1 | -3/+0 | |
| | | | | ||||||
* | | | | Handle TextInput inputMethodEvent() properly | Martin Jones | 2010-06-22 | 2 | -2/+18 | |
|/ / / | | | | | | | | | | | | | Follow the pattern of other text input classes and QML key handling classes. | |||||
* | | | Rename example image file | Bea Lam | 2010-06-22 | 1 | -1/+1 | |
|/ / | ||||||
* | | ListView doc improvements and examples clean up | Bea Lam | 2010-06-18 | 1 | -12/+25 | |
| | | ||||||
* | | Doc fixes | Bea Lam | 2010-06-18 | 1 | -6/+6 | |
| | | ||||||
* | | Fix event forwarding in QDeclarativeFlickable. | Alexis Menard | 2010-06-17 | 1 | -3/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The flickable element filters all events of its children and store the press event to replay it if there is a release or if the scrolling didn't happen. The issue was that the event and the item stored to "replay" the press event might not be the item that is interessted by the event. Let say you have a translucent overlay on top of an other item. Previously all events will be send to the overlay and not to the item underneath. This happen beause QGraphicsView propagate events from top to bottom (stacking order) so the overlay will be the first child filtered by the flickable. So we need to repropagate the event through the normal process to the event delivery mechanism of QGraphicsView will work properly. Also we need to unset the mouse grabber since after the first press it might be set to a wrong item. We also need to replay the release by ourself on the new mouse grabber but only if we need to send again the press. Reviewed-by:Yann Bodson | |||||
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-06-17 | 3 | -1/+16 | |
|\ \ | ||||||
| * | | BorderImage is not updated when border values change | Yann Bodson | 2010-06-17 | 3 | -1/+16 | |
| | | | | | | | | | | | | | | | Task-number: QTBUG-11509 Reviewed-by: Michael Brasser | |||||
* | | | doc: improve Repeater model docs. | Martin Jones | 2010-06-17 | 1 | -10/+3 | |
|/ / | ||||||
* | | Properly update childrenRect for position changes and shrinking. | Michael Brasser | 2010-06-17 | 1 | -4/+5 | |
|/ | | | | Task-number: QTBUG-11465 | |||||
* | doc: add note that items with width or height of 0 are not positioned. | Martin Jones | 2010-06-17 | 1 | -0/+8 | |
| | ||||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-06-16 | 3 | -1/+22 | |
|\ | ||||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-06-16 | 1 | -0/+1 | |
| |\ | ||||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-06-16 | 1 | -1/+5 | |
| | |\ | ||||||
| | * | | Stopping a flick resulted in the next click being consumed. | Martin Jones | 2010-06-16 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | Task-number: QTBUG-11390 | |||||
| * | | | Move knowledge of QGraphicsObject out of qml engine | Aaron Kennedy | 2010-06-16 | 1 | -0/+16 | |
| | |/ | |/| | ||||||
| * | | Document section.delegate | Bea Lam | 2010-06-16 | 1 | -1/+5 | |
| |/ | ||||||
* | | Write TextInput.positionToRectangle docs. | Alan Alpert | 2010-06-16 | 2 | -4/+10 | |
| | | | | | | | | | | | | Also renamed the argument to be more accurate. Task-number: QTBUG-11168 | |||||
* | | Fix autoScroll implementation | Alan Alpert | 2010-06-16 | 2 | -35/+54 | |
|/ | | | | | | | | | | | The scrolling should not be calculated inside the paint event, this leads to some incorrect behaviour. It is now calculated separately when needed. Patch actually written by Alexis, and I reviewed it. Task-number: QTBUG-11127 Reviewed-by: Alexis Ménard | |||||
* | Remove duplicated code. | Michael Brasser | 2010-06-15 | 2 | -14/+2 | |
| | ||||||
* | Fix bug with childrenRect resizing on startup. | Michael Brasser | 2010-06-15 | 2 | -19/+16 | |
| | | | | | | This also optimizes the implementation. Task-number: QTBUG-11383 |