summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * 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