Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clear the root index when the model is reset. | Girish Ramakrishnan | 2011-04-27 | 1 | -0/+5 |
* | Merge branch '4.7' of git://scm.dev.nokia.troll.no/qt/qt into 4.7 | Martin Jones | 2011-04-27 | 2 | -2/+2 |
|\ | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-04-27 | 2 | -0/+18 |
| |\ | |||||
| * \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-04-21 | 4 | -1/+74 |
| |\ \ | |||||
| * \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-04-20 | 2 | -3/+32 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-04-15 | 4 | -3/+36 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-04-14 | 2 | -0/+107 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-04-13 | 2 | -1/+21 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-04-12 | 4 | -0/+97 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-04-12 | 6 | -27/+75 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-04-07 | 2 | -1/+13 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-04-06 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-04-04 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-04-01 | 7 | -8/+237 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-03-30 | 1 | -20/+15 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2011-03-28 | 2 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | Fixed autotests on Windows. | axis | 2011-03-25 | 2 | -2/+2 |
* | | | | | | | | | | | | | | | | Ignore changes to selectByMouse during a selection. | Andrew den Exter | 2011-04-27 | 10 | -0/+285 |
* | | | | | | | | | | | | | | | | PathView offset out of sync with currentIndex when items are removed. | Martin Jones | 2011-04-27 | 1 | -0/+10 |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Move the TextInput cursor delegate when the preedit position changes. | Andrew den Exter | 2011-04-27 | 2 | -0/+18 |
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Fix TextInput cursor position unchanged when selection length is 0. | Andrew den Exter | 2011-04-21 | 2 | -0/+19 |
* | | | | | | | | | | | | | | Fix TextInput echoMode clearing inputMethodHints set by the user. | Andrew den Exter | 2011-04-21 | 1 | -1/+41 |
* | | | | | | | | | | | | | | Elide has unexpected effect on Text's implicitWidth | Martin Jones | 2011-04-21 | 2 | -0/+14 |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | QDeclarativeDebug: Fix endless loop for property with SCRITABLE false | Kai Koehne | 2011-04-20 | 1 | -3/+18 |
* | | | | | | | | | | | | | Fix excessive scrolling in TextInput with mid string pre-edit text. | Andrew den Exter | 2011-04-19 | 1 | -0/+14 |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | Fixed autotest after b4b85257ccff6ba21bcbcbd46a9f7f09884abe79 | Aaron Kennedy | 2011-04-15 | 1 | -1/+1 |
* | | | | | | | | | | | | Resolve unqualified attached properties correctly | Aaron Kennedy | 2011-04-15 | 3 | -2/+35 |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |||||
* | | | | | | | | | | | Moving contentY by large values in List/GridView is slow | Martin Jones | 2011-04-14 | 2 | -0/+107 |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||||
* | | | | | | | | | | Fix TextEdit cursorRectangle property. | Andrew den Exter | 2011-04-13 | 2 | -1/+21 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
* | | | | | | | | | Ensure view is positioned correctly when orientation changes. | Martin Jones | 2011-04-12 | 2 | -0/+54 |
* | | | | | | | | | Fix regression in wigglytext.qml | Michael Brasser | 2011-04-12 | 2 | -0/+43 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | Allow enum values to be used as signal parameters | Bea Lam | 2011-04-12 | 5 | -27/+33 |
* | | | | | | | | ListModel::clear() should not clear roles | Bea Lam | 2011-04-12 | 1 | -0/+42 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | Image w/ PreserveAspectFit has its width changed once more than needed. | Martin Jones | 2011-04-07 | 2 | -1/+13 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Improve Flickable dynamics and allow platform specific tweaking. | Martin Jones | 2011-04-06 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Fix failing autotest | Bea Lam | 2011-04-04 | 1 | -1/+1 |
| |_|_|/ |/| | | | |||||
* | | | | Add missing test file. | Martin Jones | 2011-04-01 | 1 | -0/+50 |
* | | | | Changing width of RTL positioner doesn't relayout | Martin Jones | 2011-04-01 | 1 | -0/+22 |
* | | | | Fix TextInput auto test failure on mac. | Andrew den Exter | 2011-04-01 | 1 | -3/+10 |
* | | | | PinchArea and Flickable don't work well enough together | Martin Jones | 2011-03-31 | 1 | -0/+73 |
* | | | | Fix auto test failure. | Andrew den Exter | 2011-03-31 | 1 | -0/+8 |
* | | | | Once Image sourceSize is set there is no way to clear it. | Martin Jones | 2011-03-31 | 1 | -0/+22 |
* | | | | Fix width of TextInput micro focus rectangle. | Andrew den Exter | 2011-03-30 | 2 | -5/+52 |
| |_|/ |/| | | |||||
* | | | Return correct boundaries reasons from QTextBoundaryFinder. | Andrew den Exter | 2011-03-30 | 1 | -20/+15 |
|/ / | |||||
* | | Fix text selection with shift-click. | Andrew den Exter | 2011-03-28 | 1 | -0/+12 |
* | | Text bounding rect calculated incorrectly if non-top aligned. | Martin Jones | 2011-03-21 | 1 | -0/+18 |
* | | Fix writing to an attached property from script. | Michael Brasser | 2011-03-21 | 2 | -8/+28 |
* | | PathView doesn't update if preferred highlight range changes. | Martin Jones | 2011-03-17 | 2 | -1/+41 |
* | | Image.PreserveAspectFit has unexpected effect on Image's sourceSize | Martin Jones | 2011-03-17 | 2 | -0/+54 |
* | | Re-enable lineHeight tests. | Yann Bodson | 2011-03-17 | 1 | -3/+3 |