summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | * | | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Alan Alpert2011-01-072-0/+50
| | | | | | | |\ \ \
| | | | | | | * | | | Add linkActivated signal to TextEditAlan Alpert2011-01-0710-3/+412
| | | | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-07184-5429/+8889
| | | | | | |\ \ \ \ \ | | | | | | | |_|/ / / | | | | | | |/| | | |
| | | | | | * | | | | Fix to register Repeater for QtQuick 1.1Bea Lam2011-01-072-0/+50
| | | | | | | |/ / / | | | | | | |/| | |
| | | | | | * | | | Add Repeater itemAdded(), itemRemoved() signals and itemAt() methodBea Lam2011-01-064-56/+293
| | | | | | * | | | 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-064-3/+8
| | | | | | * | | | Test importing version > registered with a matching base class rev.Martin Jones2011-01-054-1/+53
| | | | | | * | | | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-054-5/+19
| | | | | | |\ \ \ \
| | | | | | | * | | | Add missing test data fileBea Lam2011-01-051-0/+8
| | | | | | | * | | | Add clarifications to QML SQL docs.Michael Brasser2011-01-052-4/+5
| | | | | | | * | | | Fix translation in Connections element.Michael Brasser2011-01-041-1/+6
| | | | | | * | | | | Support property/method versions in QMLMartin Jones2011-01-0541-53/+883
| | | | | | * | | | | Allow a revision to be associated with properties and methods.Martin Jones2011-01-0513-16/+311
| | | | | | |/ / / /
| | | | | | * | | | Fix results of number() queries for zero and non-number valuesBea Lam2011-01-043-25/+64
| | | | | | * | | | Provide qmlviewer warning window also on SymbianJoona Petrell2010-12-313-31/+35
| | | | | | * | | | Use deselect() function in text selection exampleJoona Petrell2010-12-311-1/+1
| | | | | | * | | | Add convenience deselect() functions to TextInput and TextEditJoona Petrell2010-12-306-0/+40
| | | | | | * | | | Forward qmlviewer traces to system's default message handler on SymbianJoona Petrell2010-12-301-4/+3
| | | | | | * | | | Optimization: make QDeclarativePropertyPrivate shared.Michael Brasser2010-12-222-47/+64
| | | | | | * | | | QDeclarativeDebug: Remove unused fileKai Koehne2010-12-212-1/+0
| | | | | | * | | | Adding autotest coverage to QDecalarativeGridViewChristopher Ham2010-12-211-0/+92
| | | | | | * | | | 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
| | | | | | * | | | Update Minehunt demo warning messageJoona Petrell2010-12-201-1/+1
| | | | | | * | | | Add copyright headerMartin Jones2010-12-201-0/+40
| | | | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Joona Petrell2010-12-2072-214/+713
| | | | | | |\ \ \ \
| | | | | | * | | | | Fix spelling in declarative autotestsJoona Petrell2010-12-204-8/+8
| | | | | | * | | | | Symbian compile fixKai Koehne2010-12-171-1/+1
| | | | | | * | | | | QDeclarativeDebug: Include debugger plugin in qmlviewer.sisKai Koehne2010-12-171-0/+5
| | | | | | * | | | | QDeclarativeDebug: Move Tcp server to separate pluginKai Koehne2010-12-1710-68/+136
| | | | | | * | | | | 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
| | | | | | * | | | | Optimization for photoviewer demo.Michael Brasser2010-12-171-1/+1
| | | | | | * | | | | Support for justification in Text and TextEdit elements.Yann Bodson2010-12-1710-6/+78
| | | | | | * | | | | QmlDebugger: reset properties to default valueChristiaan Janssen2010-12-161-2/+18
| | | | | | * | | | | QmlDebugger: setting bindings in statesChristiaan Janssen2010-12-133-20/+196
| | | | | | * | | | | Revert "Add mirroring-positioners.qml example" that was accidentally pushedJoona Petrell2010-12-131-70/+0
| | | | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2010-12-13196-3127/+6187
| | | | | | |\ \ \ \ \
| | | | | | * | | | | | Document TextInput property maximumLengthJoona Petrell2010-12-131-0/+8
| | | | | | * | | | | | Adding documentation for borderImageChristopher Ham2010-12-121-0/+10
| | | | | | * | | | | | QmlDebugger: Instantiation of deferred objects moved to the debugger engineChristiaan Janssen2010-12-103-11/+18
| | | | | | * | | | | | KeyNavigation skips disabled or invisible itemsChristopher Ham2010-12-103-8/+118