Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typo in error messages | Oswald Buddenhagen | 2011-01-17 | 1 | -1/+1 |
* | Fix memory leak | Aaron Kennedy | 2011-01-14 | 1 | -0/+5 |
* | Clarify Component.createObject(null) behavior. | Martin Jones | 2011-01-14 | 1 | -0/+4 |
* | Don't crash Qt Creator when debugging an object alias | Aaron Kennedy | 2011-01-13 | 1 | -1/+1 |
* | Doc: Fixed a few misspellings of Flipable | Thorbjørn Lindeijer | 2011-01-11 | 1 | -2/+2 |
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 297 | -299/+299 |
* | Fix loaded() signal to be emitted only once | Bea Lam | 2011-01-10 | 2 | -27/+35 |
* | PathView crashed when the path is provided with undefined values. | Martin Jones | 2011-01-06 | 1 | -1/+7 |
* | PathView: update modelCount before attempting to regenerate delegates. | Martin Jones | 2011-01-06 | 1 | -1/+3 |
* | Doc fixes for introduction page and Item docs | Bea Lam | 2011-01-06 | 1 | -28/+0 |
* | WorkerScript could starve image loading of CPU. | Martin Jones | 2010-12-23 | 1 | -1/+1 |
* | Improve docs on attached properties on view delegates. | Martin Jones | 2010-12-23 | 3 | -0/+25 |
* | Models which load incrementally via fetchMore() don't work. | Martin Jones | 2010-12-23 | 1 | -0/+6 |
* | Ensure PathView doesn't jump when starting to drag. | Martin Jones | 2010-12-23 | 1 | -1/+3 |
* | Nested flickables would react alternately to flicks. | Martin Jones | 2010-12-23 | 1 | -2/+4 |
* | Improve QDeclarativeComponent test coverage. | Michael Brasser | 2010-12-22 | 2 | -12/+0 |
* | Removing all visible items in ListView resulted in blank view. | Martin Jones | 2010-12-22 | 1 | -4/+10 |
* | XmlListModel requests should set 'Accept' header to 'application/xml' | Bea Lam | 2010-12-22 | 1 | -0/+1 |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/doc-staging into 4.7-integration | Qt Continuous Integration System | 2010-12-21 | 3 | -8/+31 |
|\ | |||||
| * | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-12-14 | 2 | -22/+35 |
| |\ | |||||
| * \ | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-12-13 | 12 | -67/+122 |
| |\ \ | |||||
| * \ \ | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-12-10 | 2 | -2/+7 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-12-08 | 1 | -3/+7 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7 | David Boddie | 2010-12-06 | 36 | -391/+841 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-12-03 | 1 | -0/+3 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-12-02 | 4 | -3/+42 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-12-01 | 6 | -19/+58 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-11-30 | 24 | -331/+658 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-11-27 | 3 | -2/+3 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-11-26 | 3 | -36/+41 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-11-25 | 2 | -1/+37 |
| | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Fixed incorrect angle values in the RotationAnimation description. | David Boddie | 2010-11-30 | 1 | -4/+4 |
| |/ / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-11-24 | 4 | -19/+55 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Doc: Added documentation about Tab and Backtab key handling. | David Boddie | 2010-11-24 | 1 | -1/+23 |
| * | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7 | David Boddie | 2010-11-23 | 5 | -7/+12 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | Doc: Fixed broken link by referring to the errors() method instead. | David Boddie | 2010-11-22 | 1 | -3/+4 |
* | | | | | | | | | | | | | | | Setting TextInput.cursorPosition outside bounds crashed. | Martin Jones | 2010-12-20 | 2 | -0/+4 |
* | | | | | | | | | | | | | | | Don't truncate image:// url strings prematurely | Bea Lam | 2010-12-20 | 2 | -8/+20 |
* | | | | | | | | | | | | | | | QmlDebugger: Fix runtime warnings about unregistered metatypes | Kai Koehne | 2010-12-16 | 1 | -1/+4 |
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Docs: implications of creating network access managers in other threads | Bea Lam | 2010-12-14 | 1 | -20/+33 |
* | | | | | | | | | | | | | | Clarify that XmlListModel is read only | Bea Lam | 2010-12-14 | 1 | -2/+2 |
* | | | | | | | | | | | | | | Revert a fix made for bug QTBUG-15341 | Joona Petrell | 2010-12-14 | 2 | -15/+0 |
* | | | | | | | | | | | | | | Remove active selection when TextEdit loses focus | Joona Petrell | 2010-12-14 | 2 | -0/+15 |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Ensure ListView contentHeight is set to a valid size. | Martin Jones | 2010-12-13 | 1 | -0/+6 |
* | | | | | | | | | | | | | Fix dragging Flickable back over start point. | Martin Jones | 2010-12-13 | 1 | -2/+2 |
* | | | | | | | | | | | | | A QAIM model resulted in items moving to incorrect locations | Martin Jones | 2010-12-13 | 1 | -1/+1 |
* | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-12-10 | 10 | -64/+113 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | PathView: removing the currentIndex could make it invalid. | Martin Jones | 2010-12-10 | 1 | -1/+1 |
| * | | | | | | | | | | | | Fix broken database creation caused by previous fix | Bea Lam | 2010-12-10 | 1 | -8/+17 |
| * | | | | | | | | | | | | Improvements to anchoring docs | Bea Lam | 2010-12-09 | 1 | -0/+2 |