| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't double-add item change listeners. | Michael Brasser | 2010-08-11 | 1 | -2/+2 |
|
|
* | Top-level QML item should not have special focus handling. | Michael Brasser | 2010-08-08 | 1 | -7/+4 |
|
|
* | Fix crash when all visible items inluding currentIndex have been removed. | Martin Jones | 2010-08-06 | 1 | -1/+1 |
|
|
* | Ensure dataChanged doesn't force request for unwanted data in QML views. | Martin Jones | 2010-08-04 | 1 | -5/+10 |
|
|
* | Fix Flickable.StopAtBounds behavior when content size < flickable size | Martin Jones | 2010-08-04 | 1 | -10/+16 |
|
|
* | Ensure currentItem is released when the delegate changes | Martin Jones | 2010-08-03 | 2 | -0/+7 |
|
|
* | Make sure ListView.nextSection attached property is set for the first item | Martin Jones | 2010-08-03 | 1 | -1/+3 |
|
|
* | Reference count items in VisualItemModel. | Martin Jones | 2010-08-03 | 1 | -11/+37 |
|
|
* | Add missing image | Bea Lam | 2010-08-02 | 1 | -1/+1 |
|
|
* | Add moving and flicking properties to PathView | Martin Jones | 2010-08-02 | 3 | -10/+124 |
|
|
* | Document elements that are focus scopes. | Yann Bodson | 2010-08-02 | 4 | -8/+18 |
|
|
* | Remove use of shared NOTIFY signals | Martin Jones | 2010-08-02 | 8 | -36/+79 |
|
|
* | Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-... | Jerome Pasion | 2010-08-02 | 1 | -2/+2 |
|
|
* | Don't emit movementEnded if mouse press is a continuation of a flick. | Martin Jones | 2010-07-29 | 1 | -15/+17 |
|
|
* | Copied Qt QML 4.7 branch to release. | Toby Tomkins | 2010-07-27 | 17 | -71/+147 |
|
|
* | Remove QDeclarativeItem::childrenChanged() signal overload | Martin Jones | 2010-07-26 | 1 | -1/+0 |
|
|
* | QML focus API updates. | Michael Brasser | 2010-07-26 | 7 | -68/+138 |
|
|
* | wantsFocus should be based on FocusScope chain, not parent chain. | Michael Brasser | 2010-07-26 | 2 | -2/+9 |
|
|
* | Allow MouseArea dragging to filter mouse events from descendants | Martin Jones | 2010-07-26 | 4 | -6/+106 |
|
|
* | Compile: include <float.h> for usage of FLT_MAX. | Michael Brasser | 2010-07-26 | 2 | -8/+2 |
|
|
* | Restore the FLT_MAX define. | Martin Jones | 2010-07-26 | 2 | -0/+8 |
|
|
* | Better defaults for MouseArea's drag. | Michael Brasser | 2010-07-26 | 2 | -5/+3 |
|
|
* | improvements to docs and examples | Bea Lam | 2010-07-26 | 3 | -37/+38 |
|
|
* | Bounding rect of text was not always calculated correctly. | Martin Jones | 2010-07-26 | 1 | -53/+27 |
|
|
* | Ensure the boundingRect() of Text is correctly calculated. | Michael Brasser | 2010-07-26 | 1 | -0/+2 |
|
|
* | Fix TextEdit text attribute and text stored in the internal QTextDocument hav... | Joona Petrell | 2010-07-26 | 1 | -2/+3 |
|
|
* | font.letterSpacing used percentage rather than absolute values. | Martin Jones | 2010-07-26 | 3 | -6/+3 |
|
|
* | Improve documentation on setting arbitray transform origin points | Martin Jones | 2010-07-26 | 1 | -0/+7 |
|
|
* | Make Item::transformOriginPoint read-only | Martin Jones | 2010-07-26 | 1 | -0/+1 |
|
|
* | Ensure released VisualItemModel items are removed from the scene. | Martin Jones | 2010-07-26 | 1 | -3/+5 |
|
|
* | qdoc: Fixed reporting of read-only status for QML properties. | Martin Smith | 2010-07-23 | 4 | -21/+13 |
|
|
* | qdoc: Marked some missing declarative properties and functions as \internal. | Martin Smith | 2010-07-23 | 1 | -31/+29 |
|
|
* | Fix ListView sections with QList<QObject*> | Martin Jones | 2010-07-19 | 2 | -1/+6 |
|
|
* | Missed the actual change in 5572ec653fe735c4f413195c1ef34382aa8c6105 | Martin Jones | 2010-07-19 | 1 | -2/+2 |
|
|
* | Follow -> Behavior | mae | 2010-07-19 | 2 | -2/+2 |
|
|
* | fixes, improvements for various docs and example code | Bea Lam | 2010-07-18 | 1 | -0/+2 |
|
|
* | fix doc links | Bea Lam | 2010-07-18 | 3 | -3/+3 |
|
|
* | Text element does not clip even with clip=true | Yann Bodson | 2010-07-16 | 2 | -8/+14 |
|
|
* | Position GridView and ListView footer correctly when model cleared. | Martin Jones | 2010-07-15 | 2 | -3/+9 |
|
|
* | Ensure the section header isn't shown twice. | Martin Jones | 2010-07-14 | 1 | -1/+6 |
|
|
* | Make Text, TextInput, and TextEdit all have the same size for the same text. | Warwick Allison | 2010-07-13 | 4 | -21/+29 |
|
|
* | Fix TextInput selectionColor or selectedTextColor -based animations | Joona Petrell | 2010-07-13 | 1 | -0/+4 |
|
|
* | Add copy(), cut() and paste() support to TextInput | Joona Petrell | 2010-07-13 | 2 | -0/+41 |
|
|
* | Remove deprecated Flickable.flickDirection | Martin Jones | 2010-07-13 | 2 | -15/+0 |
|
|
* | Remove Image::pixmap property. QML applications should use | Bea Lam | 2010-07-13 | 2 | -12/+0 |
|
|
* | Make declarative pixmap cache easier to use | Aaron Kennedy | 2010-07-13 | 8 | -180/+151 |
|
|
* | Don't crash if drag.target has no parentItem | Martin Jones | 2010-07-13 | 1 | -2/+2 |
|
|
* | Fix TextEdit with no color property defined is drawn with wrong color | Joona Petrell | 2010-07-13 | 1 | -0/+9 |
|
|
* | Fix TextInput text getting improperly clipped | Joona Petrell | 2010-07-13 | 2 | -19/+28 |
|
|
* | Changing currentIndex shouldn't cancel a flick unnecessarily. | Martin Jones | 2010-07-13 | 2 | -24/+45 |
|
|