Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | Re-organized the Qt Quick page. Changed titles and links. | Jerome Pasion | 2010-12-20 | 1 | -7/+7 | |
| * | | | | | | | | | | | Doc: VisualDataModel.rootIndex is only affects hierarchical models | Geir Vattekar | 2011-02-17 | 1 | -1/+2 | |
| * | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7 | David Boddie | 2011-02-04 | 45 | -409/+3218 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
* | | | | | | | | | | | | | Text bounding rect calculated incorrectly if non-top aligned. | Martin Jones | 2011-03-21 | 1 | -2/+2 | |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | fixes/improvements for new QML right-to-left docs | Bea Lam | 2011-03-21 | 2 | -35/+54 | |
* | | | | | | | | | | | | Write Qt Quick 1.1 right-to-left documentation and examples | Joona Petrell | 2011-03-18 | 1 | -1/+1 | |
* | | | | | | | | | | | | PathView doesn't update if preferred highlight range changes. | Martin Jones | 2011-03-17 | 1 | -0/+2 | |
* | | | | | | | | | | | | Image.PreserveAspectFit has unexpected effect on Image's sourceSize | Martin Jones | 2011-03-17 | 2 | -5/+7 | |
* | | | | | | | | | | | | Doc improvement for Image.fillMode. | Yann Bodson | 2011-03-17 | 1 | -2/+5 | |
* | | | | | | | | | | | | Disabled non-QDeclarativeItems in Flickable break flicking | Martin Jones | 2011-03-16 | 1 | -3/+5 | |
* | | | | | | | | | | | | Border still drawn on Rectangle elements when border.width == 0 | Martin Jones | 2011-03-15 | 1 | -2/+2 | |
* | | | | | | | | | | | | Regression: currentIndex was not set correctly after model cleared. | Martin Jones | 2011-03-15 | 2 | -5/+7 | |
* | | | | | | | | | | | | Update QML "What's New" docs. | Martin Jones | 2011-03-11 | 3 | -2/+6 | |
* | | | | | | | | | | | | Don't reveal TextInput text on refocus in PasswordEchoOnEdit mode. | Andrew den Exter | 2011-03-11 | 1 | -1/+6 | |
* | | | | | | | | | | | | Fix ListView boundary extents for RTL layout. | Martin Jones | 2011-03-11 | 1 | -9/+39 | |
* | | | | | | | | | | | | Fix compiler warning. | Andrew den Exter | 2011-03-11 | 1 | -4/+4 | |
* | | | | | | | | | | | | AnimatedImage does not change progress value | Yann Bodson | 2011-03-10 | 1 | -5/+20 | |
* | | | | | | | | | | | | Merge branch 'qtquick11' into 4.7 | Joona Petrell | 2011-03-09 | 22 | -478/+1689 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Add missing header include missing from the previous commit | Joona Petrell | 2011-03-09 | 1 | -0/+1 | |
| * | | | | | | | | | | | | Fix horizontal alignment of QTextDocument-based RTL text | Joona Petrell | 2011-03-09 | 3 | -18/+36 | |
| * | | | | | | | | | | | | Revert to previous lineHeight behavior. | Martin Jones | 2011-03-09 | 1 | -0/+1 | |
| * | | | | | | | | | | | | Use the text layout bounds calculated by QLayout. | Martin Jones | 2011-03-08 | 2 | -47/+30 | |
| * | | | | | | | | | | | | Fix TextInput key navigation for RTL text | Joona Petrell | 2011-03-08 | 1 | -2/+2 | |
| * | | | | | | | | | | | | Base empty QML editor horizontal alignment on QApplication::keyboardInputDire... | Joona Petrell | 2011-03-08 | 3 | -3/+8 | |
| * | | | | | | | | | | | | Merge branch '4.7' into qtquick11 | Joona Petrell | 2011-03-08 | 2 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Include dynamic parenting use cases in layout mirroring autotests | Joona Petrell | 2011-03-08 | 1 | -1/+2 | |
| * | | | | | | | | | | | | Fix documentation talking about old property LayoutMirror::mirror | Joona Petrell | 2011-03-07 | 3 | -5/+5 | |
| * | | | | | | | | | | | | Reverse horizontal alignment of QML editors when the layout mirroring is enabled | Joona Petrell | 2011-03-07 | 9 | -85/+226 | |
| * | | | | | | | | | | | | Removal of text alignment layout direction dependency was missing couple of c... | Joona Petrell | 2011-03-04 | 3 | -8/+0 | |
| * | | | | | | | | | | | | Fix RTL multiline Text drawing | Martin Jones | 2011-03-04 | 1 | -55/+20 | |
| * | | | | | | | | | | | | Remove text alignment of empty QML editors following the layout direction | Joona Petrell | 2011-03-04 | 3 | -12/+3 | |
| * | | | | | | | | | | | | Merge branch '4.7' into qtquick11 | Joona Petrell | 2011-03-04 | 2 | -17/+22 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Add a way to query the reading direction of QML editor text | Joona Petrell | 2011-03-03 | 4 | -0/+36 | |
| * | | | | | | | | | | | | | Merge branch '4.7' into qtquick11 | Martin Jones | 2011-03-01 | 20 | -194/+551 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Make sure horizontal QML editor text aligment always returns the actual align... | Joona Petrell | 2011-03-01 | 9 | -56/+178 | |
| * | | | | | | | | | | | | | | Reverse KeyNavigation left and right properties when the layout mirroring is ... | Joona Petrell | 2011-03-01 | 1 | -10/+22 | |
| * | | | | | | | | | | | | | | Add LayoutMirroring attached property for mirroring QML layouts | Joona Petrell | 2011-03-01 | 13 | -122/+472 | |
| * | | | | | | | | | | | | | | Merge branch '4.7' into qtquick11 | Joona Petrell | 2011-02-17 | 5 | -3/+55 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | GridView and ListView bug fixes | Christopher Ham | 2011-02-17 | 2 | -36/+37 | |
| * | | | | | | | | | | | | | | | Righ-to-left support for GridView and ListView | Christopher Ham | 2011-02-15 | 4 | -211/+732 | |
| * | | | | | | | | | | | | | | | Merge branch '4.7' into qtquick11 | Joona Petrell | 2011-02-15 | 23 | -172/+342 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Add support for anchor mirroring | Joona Petrell | 2011-02-15 | 3 | -25/+96 | |
* | | | | | | | | | | | | | | | | | The rotation reported by PinchArea should not be in the range -180..180 | Martin Jones | 2011-03-09 | 2 | -8/+14 | |
| |_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Set correct initial value for TextEdit and TextInput canPaste property | Yann Bodson | 2011-03-07 | 2 | -0/+2 | |
| |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Fix word selection locking on string boundaries. | Andrew den Exter | 2011-03-04 | 1 | -11/+14 | |
* | | | | | | | | | | | | | | | Compensate for horizontal scroll in TextInput micro focus. | Andrew den Exter | 2011-03-03 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | Make the TextInput cursorRectangle relative to the item. | Andrew den Exter | 2011-03-02 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | | Don't assert if font engine creates new glyphs | Aaron Kennedy | 2011-03-02 | 1 | -5/+6 | |
| |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Don't return positions within preedit text from positionAt(). | Andrew den Exter | 2011-03-01 | 3 | -6/+31 | |
* | | | | | | | | | | | | | | Add an is input method composing property to TextEdit and TextInput. | Andrew den Exter | 2011-03-01 | 4 | -8/+63 | |