Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | | | * | | | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Alan Alpert | 2011-01-07 | 2 | -0/+50 | |
| | | | | | | |\ \ \ | ||||||
| | | | | | | * | | | | Add linkActivated signal to TextEdit | Alan Alpert | 2011-01-07 | 10 | -3/+412 | |
| | | | | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-07 | 184 | -5429/+8889 | |
| | | | | | |\ \ \ \ \ | | | | | | | |_|/ / / | | | | | | |/| | | | | ||||||
| | | | | | * | | | | | Fix to register Repeater for QtQuick 1.1 | Bea Lam | 2011-01-07 | 2 | -0/+50 | |
| | | | | | | |/ / / | | | | | | |/| | | | ||||||
| | | | | | * | | | | Add Repeater itemAdded(), itemRemoved() signals and itemAt() method | Bea Lam | 2011-01-06 | 4 | -56/+293 | |
| | | | | | * | | | | Fix version in previous commit. Had already been bumped. | Martin Jones | 2011-01-06 | 2 | -3/+3 | |
| | | | | | * | | | | Ensure QDeclarativePrivate::RegisterType version is updated and checked. | Martin Jones | 2011-01-06 | 4 | -3/+8 | |
| | | | | | * | | | | Test importing version > registered with a matching base class rev. | Martin Jones | 2011-01-05 | 4 | -1/+53 | |
| | | | | | * | | | | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-05 | 4 | -5/+19 | |
| | | | | | |\ \ \ \ | ||||||
| | | | | | | * | | | | Add missing test data file | Bea Lam | 2011-01-05 | 1 | -0/+8 | |
| | | | | | | * | | | | Add clarifications to QML SQL docs. | Michael Brasser | 2011-01-05 | 2 | -4/+5 | |
| | | | | | | * | | | | Fix translation in Connections element. | Michael Brasser | 2011-01-04 | 1 | -1/+6 | |
| | | | | | * | | | | | Support property/method versions in QML | Martin Jones | 2011-01-05 | 41 | -53/+883 | |
| | | | | | * | | | | | Allow a revision to be associated with properties and methods. | Martin Jones | 2011-01-05 | 13 | -16/+311 | |
| | | | | | |/ / / / | ||||||
| | | | | | * | | | | Fix results of number() queries for zero and non-number values | Bea Lam | 2011-01-04 | 3 | -25/+64 | |
| | | | | | * | | | | Provide qmlviewer warning window also on Symbian | Joona Petrell | 2010-12-31 | 3 | -31/+35 | |
| | | | | | * | | | | Use deselect() function in text selection example | Joona Petrell | 2010-12-31 | 1 | -1/+1 | |
| | | | | | * | | | | Add convenience deselect() functions to TextInput and TextEdit | Joona Petrell | 2010-12-30 | 6 | -0/+40 | |
| | | | | | * | | | | Forward qmlviewer traces to system's default message handler on Symbian | Joona Petrell | 2010-12-30 | 1 | -4/+3 | |
| | | | | | * | | | | Optimization: make QDeclarativePropertyPrivate shared. | Michael Brasser | 2010-12-22 | 2 | -47/+64 | |
| | | | | | * | | | | QDeclarativeDebug: Remove unused file | Kai Koehne | 2010-12-21 | 2 | -1/+0 | |
| | | | | | * | | | | Adding autotest coverage to QDecalarativeGridView | Christopher Ham | 2010-12-21 | 1 | -0/+92 | |
| | | | | | * | | | | ContentX and ContentY reset on flow change | Christopher Ham | 2010-12-21 | 1 | -0/+2 | |
| | | | | | * | | | | Fix potential crash in PropertyChanges binding rewrite handling. | Michael Brasser | 2010-12-21 | 3 | -27/+42 | |
| | | | | | * | | | | Optimize QByteArray to QString conversion in PropertyChanges. | Michael Brasser | 2010-12-21 | 4 | -64/+62 | |
| | | | | | * | | | | Optimize name lookup for QDeclarativeProperty. | Michael Brasser | 2010-12-21 | 1 | -0/+2 | |
| | | | | | * | | | | Update Minehunt demo warning message | Joona Petrell | 2010-12-20 | 1 | -1/+1 | |
| | | | | | * | | | | Add copyright header | Martin Jones | 2010-12-20 | 1 | -0/+40 | |
| | | | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Joona Petrell | 2010-12-20 | 72 | -214/+713 | |
| | | | | | |\ \ \ \ | ||||||
| | | | | | * | | | | | Fix spelling in declarative autotests | Joona Petrell | 2010-12-20 | 4 | -8/+8 | |
| | | | | | * | | | | | Symbian compile fix | Kai Koehne | 2010-12-17 | 1 | -1/+1 | |
| | | | | | * | | | | | QDeclarativeDebug: Include debugger plugin in qmlviewer.sis | Kai Koehne | 2010-12-17 | 1 | -0/+5 | |
| | | | | | * | | | | | QDeclarativeDebug: Move Tcp server to separate plugin | Kai Koehne | 2010-12-17 | 10 | -68/+136 | |
| | | | | | * | | | | | QDeclarativeDebug: Move networking code out of QDeclarativeDebugServer | Kai Koehne | 2010-12-17 | 9 | -95/+383 | |
| | | | | | * | | | | | QDeclarativeDebug: Decouple QDDServer, QDDService classes | Kai Koehne | 2010-12-17 | 5 | -311/+541 | |
| | | | | | * | | | | | QDeclarativeDebug: Rename member variable | Kai Koehne | 2010-12-17 | 1 | -18/+18 | |
| | | | | | * | | | | | Fix PropertyChange's binding rewriting for 'dot' properties. | Michael Brasser | 2010-12-17 | 1 | -1/+1 | |
| | | | | | * | | | | | ParentChange optimizations. | Michael Brasser | 2010-12-17 | 1 | -36/+41 | |
| | | | | | * | | | | | Rewrite/cache bindings created by PropertyChanges. | Michael Brasser | 2010-12-17 | 8 | -4/+82 | |
| | | | | | * | | | | | Optimize construction of QDeclarativeProperty in state operations. | Michael Brasser | 2010-12-17 | 2 | -30/+35 | |
| | | | | | * | | | | | Optimization for photoviewer demo. | Michael Brasser | 2010-12-17 | 1 | -1/+1 | |
| | | | | | * | | | | | Support for justification in Text and TextEdit elements. | Yann Bodson | 2010-12-17 | 10 | -6/+78 | |
| | | | | | * | | | | | QmlDebugger: reset properties to default value | Christiaan Janssen | 2010-12-16 | 1 | -2/+18 | |
| | | | | | * | | | | | QmlDebugger: setting bindings in states | Christiaan Janssen | 2010-12-13 | 3 | -20/+196 | |
| | | | | | * | | | | | Revert "Add mirroring-positioners.qml example" that was accidentally pushed | Joona Petrell | 2010-12-13 | 1 | -70/+0 | |
| | | | | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2010-12-13 | 196 | -3127/+6187 | |
| | | | | | |\ \ \ \ \ | ||||||
| | | | | | * | | | | | | Document TextInput property maximumLength | Joona Petrell | 2010-12-13 | 1 | -0/+8 | |
| | | | | | * | | | | | | Adding documentation for borderImage | Christopher Ham | 2010-12-12 | 1 | -0/+10 | |
| | | | | | * | | | | | | QmlDebugger: Instantiation of deferred objects moved to the debugger engine | Christiaan Janssen | 2010-12-10 | 3 | -11/+18 | |
| | | | | | * | | | | | | KeyNavigation skips disabled or invisible items | Christopher Ham | 2010-12-10 | 3 | -8/+118 | |