summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | Fix to register Repeater for QtQuick 1.1Bea Lam2011-01-071-0/+4
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Add Repeater itemAdded(), itemRemoved() signals and itemAt() methodBea Lam2011-01-062-42/+87
* | | | | | | | | | | | | | | | Fix version in previous commit. Had already been bumped.Martin Jones2011-01-062-3/+3
* | | | | | | | | | | | | | | | Ensure QDeclarativePrivate::RegisterType version is updated and checked.Martin Jones2011-01-063-3/+5
* | | | | | | | | | | | | | | | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-052-2/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Add clarifications to QML SQL docs.Michael Brasser2011-01-051-1/+1
| * | | | | | | | | | | | | | | | Fix translation in Connections element.Michael Brasser2011-01-041-1/+6
* | | | | | | | | | | | | | | | | Support property/method versions in QMLMartin Jones2011-01-0517-42/+214
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Fix results of number() queries for zero and non-number valuesBea Lam2011-01-041-1/+1
* | | | | | | | | | | | | | | | Add convenience deselect() functions to TextInput and TextEditJoona Petrell2010-12-304-0/+26
* | | | | | | | | | | | | | | | Optimization: make QDeclarativePropertyPrivate shared.Michael Brasser2010-12-222-47/+64
* | | | | | | | | | | | | | | | QDeclarativeDebug: Remove unused fileKai Koehne2010-12-212-1/+0
* | | | | | | | | | | | | | | | ContentX and ContentY reset on flow changeChristopher Ham2010-12-211-0/+2
* | | | | | | | | | | | | | | | Fix potential crash in PropertyChanges binding rewrite handling.Michael Brasser2010-12-213-27/+42
* | | | | | | | | | | | | | | | Optimize QByteArray to QString conversion in PropertyChanges.Michael Brasser2010-12-214-64/+62
* | | | | | | | | | | | | | | | Optimize name lookup for QDeclarativeProperty.Michael Brasser2010-12-211-0/+2
* | | | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Joona Petrell2010-12-205-25/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | QDeclarativeDebug: Move Tcp server to separate pluginKai Koehne2010-12-177-264/+54
* | | | | | | | | | | | | | QDeclarativeDebug: Move networking code out of QDeclarativeDebugServerKai Koehne2010-12-179-95/+383
* | | | | | | | | | | | | | QDeclarativeDebug: Decouple QDDServer, QDDService classesKai Koehne2010-12-175-311/+541
* | | | | | | | | | | | | | QDeclarativeDebug: Rename member variableKai Koehne2010-12-171-18/+18
* | | | | | | | | | | | | | Fix PropertyChange's binding rewriting for 'dot' properties.Michael Brasser2010-12-171-1/+1
* | | | | | | | | | | | | | ParentChange optimizations.Michael Brasser2010-12-171-36/+41
* | | | | | | | | | | | | | Rewrite/cache bindings created by PropertyChanges.Michael Brasser2010-12-178-4/+82
* | | | | | | | | | | | | | Optimize construction of QDeclarativeProperty in state operations.Michael Brasser2010-12-172-30/+35
* | | | | | | | | | | | | | Support for justification in Text and TextEdit elements.Yann Bodson2010-12-174-6/+12
* | | | | | | | | | | | | | QmlDebugger: reset properties to default valueChristiaan Janssen2010-12-161-2/+18
* | | | | | | | | | | | | | QmlDebugger: setting bindings in statesChristiaan Janssen2010-12-132-17/+98
* | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2010-12-1315-73/+173
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | 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