summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* WorkerScript could starve image loading of CPU.Martin Jones2010-12-231-1/+1
* Improve docs on attached properties on view delegates.Martin Jones2010-12-233-0/+25
* Models which load incrementally via fetchMore() don't work.Martin Jones2010-12-231-0/+6
* Ensure PathView doesn't jump when starting to drag.Martin Jones2010-12-231-1/+3
* Nested flickables would react alternately to flicks.Martin Jones2010-12-231-2/+4
* Improve QDeclarativeComponent test coverage.Michael Brasser2010-12-222-12/+0
* Removing all visible items in ListView resulted in blank view.Martin Jones2010-12-221-4/+10
* XmlListModel requests should set 'Accept' header to 'application/xml'Bea Lam2010-12-221-0/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/doc-staging into 4.7-integrationQt Continuous Integration System2010-12-213-8/+31
|\
| * Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-142-22/+35
| |\
| * \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-1312-67/+122
| |\ \
| * \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-102-2/+7
| |\ \ \
| * \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-081-3/+7
| |\ \ \ \
| * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-12-0636-391/+841
| |\ \ \ \ \
| | * \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-031-0/+3
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-024-3/+42
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-016-19/+58
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-3024-331/+658
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-273-2/+3
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-263-36/+41
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-252-1/+37
| | |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fixed incorrect angle values in the RotationAnimation description.David Boddie2010-11-301-4/+4
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-244-19/+55
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Doc: Added documentation about Tab and Backtab key handling.David Boddie2010-11-241-1/+23
| * | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-11-235-7/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Doc: Fixed broken link by referring to the errors() method instead.David Boddie2010-11-221-3/+4
* | | | | | | | | | | | | | | Setting TextInput.cursorPosition outside bounds crashed.Martin Jones2010-12-202-0/+4
* | | | | | | | | | | | | | | Don't truncate image:// url strings prematurelyBea Lam2010-12-202-8/+20
* | | | | | | | | | | | | | | QmlDebugger: Fix runtime warnings about unregistered metatypesKai Koehne2010-12-161-1/+4
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Docs: implications of creating network access managers in other threadsBea Lam2010-12-141-20/+33
* | | | | | | | | | | | | | Clarify that XmlListModel is read onlyBea Lam2010-12-141-2/+2
* | | | | | | | | | | | | | Revert a fix made for bug QTBUG-15341Joona Petrell2010-12-142-15/+0
* | | | | | | | | | | | | | Remove active selection when TextEdit loses focusJoona Petrell2010-12-142-0/+15
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Ensure ListView contentHeight is set to a valid size.Martin Jones2010-12-131-0/+6
* | | | | | | | | | | | | Fix dragging Flickable back over start point.Martin Jones2010-12-131-2/+2
* | | | | | | | | | | | | A QAIM model resulted in items moving to incorrect locationsMartin Jones2010-12-131-1/+1
* | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-12-1010-64/+113
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
| * | | | | | | | | | | | PathView: removing the currentIndex could make it invalid.Martin Jones2010-12-101-1/+1
| * | | | | | | | | | | | Fix broken database creation caused by previous fixBea Lam2010-12-101-8/+17
| * | | | | | | | | | | | Improvements to anchoring docsBea Lam2010-12-091-0/+2
| * | | | | | | | | | | | QDeclarativeProperty doc improvementsBea Lam2010-12-091-3/+16
| * | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-12-098-52/+77
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge qtsoftware:qt/qt.git#4.7 into qtsoftware:qt/qt-qml.git#4.7Joona Petrell2010-12-091-3/+7
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | |
| | * | | | | | | | | | | | highlightFollowsCurrentItem: false was not always honoredMartin Jones2010-12-092-11/+21
| | * | | | | | | | | | | | ListView: Fix calculation of currentItem position when out of view.Martin Jones2010-12-081-4/+8
| | * | | | | | | | | | | | Fix openDatabaseSync() to not create unused directoryBea Lam2010-12-071-1/+0
| | * | | | | | | | | | | | Some doc clarification for components and javascript integrationBea Lam2010-12-061-12/+16
| | * | | | | | | | | | | | Cursor shouldn't blink while dragging cursor positionChristopher Ham2010-12-061-0/+1
| | * | | | | | | | | | | | Qt.include() docs weren't being picked up by qdocBea Lam2010-12-062-22/+29
| | * | | | | | | | | | | | Doc: make it clear that "z" affects sibling stacking order.Martin Jones2010-12-051-2/+2
| | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |