| Commit message (Expand) | Author | Age | Files | Lines |
* | Follow -> Behavior | mae | 2010-07-08 | 2 | -2/+2 |
|
|
* | Remove Image::pixmap property. QML applications should use | Bea Lam | 2010-07-08 | 2 | -12/+0 |
|
|
* | docs | Bea Lam | 2010-07-07 | 4 | -15/+21 |
|
|
* | Don't crash if drag.target has no parentItem | Martin Jones | 2010-07-07 | 1 | -2/+2 |
|
|
* | QDeclarativeText optimization. | Michael Brasser | 2010-07-07 | 2 | -2/+5 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-07-07 | 4 | -39/+45 |
|\ |
|
| * | Remove deprecated Flickable.flickDirection | Martin Jones | 2010-07-07 | 2 | -15/+0 |
|
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-07-06 | 1 | -0/+1 |
| |\ |
|
| * | | Changing currentIndex shouldn't cancel a flick unnecessarily. | Martin Jones | 2010-07-06 | 2 | -24/+45 |
|
|
* | | | Make Text, TextInput, and TextEdit all have the same size for the same text. | Warwick Allison | 2010-07-07 | 4 | -21/+29 |
| |/
|/| |
|
* | | Fix input methods for TextInput elements with key handlers | Joona Petrell | 2010-07-06 | 1 | -0/+1 |
|/ |
|
* | Fix TextEdit with no color property defined is drawn with wrong color | Joona Petrell | 2010-07-06 | 1 | -0/+9 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-07-05 | 30 | -76/+102 |
|\ |
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-07-02 | 6 | -36/+55 |
| |\ |
|
| | * | docs - fix doc links, minor improvements | Bea Lam | 2010-07-02 | 1 | -14/+24 |
|
|
| | * | Fix TextInput text getting improperly clipped | Joona Petrell | 2010-07-02 | 2 | -19/+28 |
|
|
| | * | fix doc links | Bea Lam | 2010-07-02 | 3 | -3/+3 |
|
|
| * | | Designer: Fix compiler warnings. | Friedemann Kleint | 2010-07-02 | 1 | -0/+1 |
| |/ |
|
| * | 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 |
|
|
* | | Make declarative pixmap cache easier to use | Aaron Kennedy | 2010-07-05 | 8 | -180/+151 |
|/ |
|
* | Don't access uninitialized value. | Martin Jones | 2010-06-30 | 1 | -10/+9 |
|
|
* | Add ListView.nextSection attached property | Martin Jones | 2010-06-30 | 2 | -5/+41 |
|
|
* | 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 |
|
|
* | | Remove the old font.outline documentation | Martin Jones | 2010-06-30 | 3 | -18/+2 |
|/ |
|
* | 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 imp... | Joona Petrell | 2010-06-29 | 1 | -2/+2 |
|
|
* | | Ensure micro focus is updated in TextEdit and TextInput | Martin Jones | 2010-06-29 | 3 | -5/+7 |
|/ |
|
* | Ensure Loader item change listener is removed when Loader is destroyed | Martin Jones | 2010-06-29 | 1 | -1/+9 |
|
|
* | VisualDataModel hasModelChildren role shadowed user roles. | Martin Jones | 2010-06-28 | 1 | -1/+1 |
|
|
* | Allow positioning of ListView items width sub-pixel precision. | Martin Jones | 2010-06-28 | 1 | -7/+10 |
|
|
* | 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 |
|/ |
|
* | Expose the Flickable's internal contentItem | Martin Jones | 2010-06-24 | 5 | -41/+60 |
|
|
* | doc: note that calling methods before component completion may have no effect | Martin Jones | 2010-06-23 | 3 | -0/+36 |
|
|
* | 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 |
|
|
* | | Fix and better test Text / TextEdit alignments. | Warwick Allison | 2010-06-23 | 5 | -56/+122 |
|/ |
|
* | Ensure the view is correctly positioned at component complete. | Martin Jones | 2010-06-23 | 2 | -0/+17 |
|
|
* | Merge remote branch 'origin/4.7' into qml-4.7 | Rohan McGovern | 2010-06-22 | 1 | -3/+0 |
|\ |
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-06-22 | 1 | -3/+0 |
| |\ |
|
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-06-21 | 1 | -3/+0 |
| | |\ |
|
| | | * | 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 |
|/ / / |
|
* | | | 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 |
|
|