Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | | * | | Expose implicitWidth and implicitHeight properties of Item. | Martin Jones | 2011-01-24 | 29 | -57/+652 | |
| | | | | | * | | Add list of new properties/methods in QtQuick 1.1 | Martin Jones | 2011-01-24 | 2 | -1/+116 | |
| | | | | | * | | Change Qt.application.layoutDirection from bool to correct type of Qt::Layout... | Joona Petrell | 2011-01-19 | 2 | -4/+13 | |
| | | | | | * | | Add a layout direction example to positioners | Joona Petrell | 2011-01-19 | 11 | -16/+197 | |
| | | | | | * | | Update demos following renaming of Image::cached | Bea Lam | 2011-01-19 | 1 | -2/+2 | |
| | | | | | * | | Rename Image::cached to 'cached' (and QDeclarativePixmap::Cached also) | Bea Lam | 2011-01-19 | 8 | -33/+33 | |
| | | | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-19 | 10512 | -16218/+21370 | |
| | | | | | |\ \ | ||||||
| | | | | | * | | | Compile on windows | Alan Alpert | 2011-01-18 | 1 | -6/+8 | |
| | | | | | * | | | Avoid index out of bounds array accesses | Alan Alpert | 2011-01-18 | 1 | -2/+5 | |
| | | | | | * | | | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Alan Alpert | 2011-01-18 | 13 | -36/+46 | |
| | | | | | |\ \ \ | ||||||
| | | | | | | * | | | Fix declarative autotest compilation on Symbian | Joona Petrell | 2011-01-18 | 5 | -12/+27 | |
| | | | | | | * | | | Fix QtDeclarative compilation warnings | Joona Petrell | 2011-01-18 | 5 | -23/+8 | |
| | | | | | | * | | | Add a way to clear warnings in qmlviewer warnings window on Symbian | Joona Petrell | 2011-01-18 | 2 | -1/+8 | |
| | | | | | | * | | | Cleanup view at end of auto test. | Martin Jones | 2011-01-18 | 1 | -0/+3 | |
| | | | | | * | | | | 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 | |
| | | | | | |\ \ \ |