Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | | Implement layoutDirection property on Row, Grid, Flow | Alan Alpert | 2011-01-18 | 12 | -31/+705 | |
| | | | * | | | | Document TextInput::readOnly | Alan Alpert | 2011-01-18 | 1 | -0/+10 | |
| | | | * | | | | Proper versioning for canPaste | Alan Alpert | 2011-01-18 | 2 | -2/+2 | |
| | | | |/ / / | ||||||
| | | | * | | | Fix memory leak | Aaron Kennedy | 2011-01-17 | 1 | -3/+9 | |
| | | | * | | | Add canPaste property to TextInput and TextEdit | Alan Alpert | 2011-01-17 | 8 | -3/+83 | |
| | | | * | | | Add a warning when translating QML application in qmlviewer fails | Joona Petrell | 2011-01-17 | 1 | -2/+5 | |
| | | | * | | | Remove unnecessary debug traces from declarative classes | Joona Petrell | 2011-01-17 | 2 | -2/+0 | |
| | | | * | | | Add lineCount property to QDeclarativeTextEdit | Christopher Ham | 2011-01-14 | 4 | -1/+40 | |
| | | | * | | | QDeclarativeText has new multiline properties | Christopher Ham | 2011-01-14 | 5 | -15/+230 | |
| | | | * | | | Add NOTIFY signals to Flipable 'front' and 'back' properties | Bea Lam | 2011-01-13 | 2 | -2/+6 | |
| | | | * | | | Revert "Don't use implicitSize when calculating implicit size" | Alan Alpert | 2011-01-12 | 1 | -6/+4 | |
| | | | * | | | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Alan Alpert | 2011-01-12 | 2 | -0/+5 | |
| | | | |\ \ \ | ||||||
| | | | | * | | | QDeclarativeDebug: Hardcode version when serializing Qt types | Kai Koehne | 2011-01-11 | 1 | -0/+1 | |
| | | | | * | | | QDeclarativeDebug: Extend autotest | Kai Koehne | 2011-01-11 | 1 | -0/+4 | |
| | | | * | | | | Don't use implicitSize when calculating implicit size | Alan Alpert | 2011-01-12 | 1 | -4/+6 | |
| | | | |/ / / | ||||||
| | | | * | | | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Alan Alpert | 2011-01-11 | 20 | -230/+767 | |
| | | | |\ \ \ | ||||||
| | | | | * | | | Add methods to position view at beginning or end. | Martin Jones | 2011-01-11 | 9 | -108/+355 | |
| | | | | * | | | Fix Qt.formatTime() to accept QTime values | Bea Lam | 2011-01-11 | 4 | -75/+173 | |
| | | | | * | | | set() and setProperty() should not always trigger change signals | Bea Lam | 2011-01-11 | 6 | -46/+238 | |
| | | | | * | | | Fix examples autotest failure | Joona Petrell | 2011-01-11 | 1 | -1/+1 | |
| | | | * | | | | Don't crash if cursor at the end. | Alan Alpert | 2011-01-11 | 1 | -1/+4 | |
| | | | |/ / / | ||||||
| | | | * | | | Add versioning for new Flickable methods. | Martin Jones | 2011-01-11 | 3 | -3/+46 | |
| | | | * | | | Disable dragging text in TextEdit. | Andrew den Exter | 2011-01-11 | 7 | -1/+120 | |
| | | | * | | | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Alan Alpert | 2011-01-10 | 5 | -4/+24 | |
| | | | |\ \ \ | ||||||
| | | | | * | | | Add property versioning checks for QtQuick 1.1 deselect() function | Joona Petrell | 2011-01-10 | 3 | -3/+6 | |
| | | | | * | | | Add no warnings label to qmlviewer warnings window | Joona Petrell | 2011-01-10 | 2 | -1/+18 | |
| | | | * | | | | Fix word selection in QLineControl | Alan Alpert | 2011-01-10 | 9 | -2/+1054 | |
| | | | |/ / / | ||||||
| | | | * | | | Add selection modes to TextEdit and TextInput. | Andrew den Exter | 2011-01-10 | 6 | -19/+512 | |
| | | | * | | | Document property/method versioning in QML. | Martin Jones | 2011-01-10 | 2 | -0/+84 | |
| | | | * | | | Add missing Qt namespaces macros to qdeclarativeapplication.cpp source file | Joona Petrell | 2011-01-07 | 1 | -0/+4 | |
| | | | * | | | Add layoutDirection property to Qt.application element | Joona Petrell | 2011-01-07 | 3 | -2/+56 | |
| | | | * | | | Introduce Qt.application.active property | Joona Petrell | 2011-01-07 | 10 | -1/+366 | |
| | | | * | | | Group all QtQuick 1.1 registrations together | Martin Jones | 2011-01-07 | 1 | -8/+7 | |
| | | | * | | | PinchArea API changes following review. | Martin Jones | 2011-01-07 | 4 | -35/+35 | |
| | | | * | | | Add PinchArea autotests. | Martin Jones | 2011-01-07 | 2 | -2/+3 | |
| | | | * | | | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-07 | 10 | -3/+412 | |
| | | | |\ \ \ | ||||||
| | | | | * \ \ | 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 | |
| | | | |/ / / / |