summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | * | Expose implicitWidth and implicitHeight properties of Item.Martin Jones2011-01-2429-57/+652
| | | | | | * | Add list of new properties/methods in QtQuick 1.1Martin Jones2011-01-242-1/+116
| | | | | | * | Change Qt.application.layoutDirection from bool to correct type of Qt::Layout...Joona Petrell2011-01-192-4/+13
| | | | | | * | Add a layout direction example to positionersJoona Petrell2011-01-1911-16/+197
| | | | | | * | Update demos following renaming of Image::cachedBea Lam2011-01-191-2/+2
| | | | | | * | Rename Image::cached to 'cached' (and QDeclarativePixmap::Cached also)Bea Lam2011-01-198-33/+33
| | | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-1910512-16218/+21370
| | | | | | |\ \
| | | | | | * | | Compile on windowsAlan Alpert2011-01-181-6/+8
| | | | | | * | | Avoid index out of bounds array accessesAlan Alpert2011-01-181-2/+5
| | | | | | * | | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Alan Alpert2011-01-1813-36/+46
| | | | | | |\ \ \
| | | | | | | * | | Fix declarative autotest compilation on SymbianJoona Petrell2011-01-185-12/+27
| | | | | | | * | | Fix QtDeclarative compilation warningsJoona Petrell2011-01-185-23/+8
| | | | | | | * | | Add a way to clear warnings in qmlviewer warnings window on SymbianJoona Petrell2011-01-182-1/+8
| | | | | | | * | | Cleanup view at end of auto test.Martin Jones2011-01-181-0/+3
| | | | | | * | | | Implement layoutDirection property on Row, Grid, FlowAlan Alpert2011-01-1812-31/+705
| | | | | | * | | | Document TextInput::readOnlyAlan Alpert2011-01-181-0/+10
| | | | | | * | | | Proper versioning for canPasteAlan Alpert2011-01-182-2/+2
| | | | | | |/ / /
| | | | | | * | | Fix memory leakAaron Kennedy2011-01-171-3/+9
| | | | | | * | | Add canPaste property to TextInput and TextEditAlan Alpert2011-01-178-3/+83
| | | | | | * | | Add a warning when translating QML application in qmlviewer failsJoona Petrell2011-01-171-2/+5
| | | | | | * | | Remove unnecessary debug traces from declarative classesJoona Petrell2011-01-172-2/+0
| | | | | | * | | Add lineCount property to QDeclarativeTextEditChristopher Ham2011-01-144-1/+40
| | | | | | * | | QDeclarativeText has new multiline propertiesChristopher Ham2011-01-145-15/+230
| | | | | | * | | Add NOTIFY signals to Flipable 'front' and 'back' propertiesBea Lam2011-01-132-2/+6
| | | | | | * | | Revert "Don't use implicitSize when calculating implicit size"Alan Alpert2011-01-121-6/+4
| | | | | | * | | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Alan Alpert2011-01-122-0/+5
| | | | | | |\ \ \
| | | | | | | * | | QDeclarativeDebug: Hardcode version when serializing Qt typesKai Koehne2011-01-111-0/+1
| | | | | | | * | | QDeclarativeDebug: Extend autotestKai Koehne2011-01-111-0/+4
| | | | | | * | | | Don't use implicitSize when calculating implicit sizeAlan Alpert2011-01-121-4/+6
| | | | | | |/ / /
| | | | | | * | | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Alan Alpert2011-01-1120-230/+767
| | | | | | |\ \ \
| | | | | | | * | | Add methods to position view at beginning or end.Martin Jones2011-01-119-108/+355
| | | | | | | * | | Fix Qt.formatTime() to accept QTime valuesBea Lam2011-01-114-75/+173
| | | | | | | * | | set() and setProperty() should not always trigger change signalsBea Lam2011-01-116-46/+238
| | | | | | | * | | Fix examples autotest failureJoona Petrell2011-01-111-1/+1
| | | | | | * | | | Don't crash if cursor at the end.Alan Alpert2011-01-111-1/+4
| | | | | | |/ / /
| | | | | | * | | Add versioning for new Flickable methods.Martin Jones2011-01-113-3/+46
| | | | | | * | | Disable dragging text in TextEdit.Andrew den Exter2011-01-117-1/+120
| | | | | | * | | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Alan Alpert2011-01-105-4/+24
| | | | | | |\ \ \
| | | | | | | * | | Add property versioning checks for QtQuick 1.1 deselect() functionJoona Petrell2011-01-103-3/+6
| | | | | | | * | | Add no warnings label to qmlviewer warnings windowJoona Petrell2011-01-102-1/+18
| | | | | | * | | | Fix word selection in QLineControlAlan Alpert2011-01-109-2/+1054
| | | | | | |/ / /
| | | | | | * | | Add selection modes to TextEdit and TextInput.Andrew den Exter2011-01-106-19/+512
| | | | | | * | | Document property/method versioning in QML.Martin Jones2011-01-102-0/+84
| | | | | | * | | Add missing Qt namespaces macros to qdeclarativeapplication.cpp source fileJoona Petrell2011-01-071-0/+4
| | | | | | * | | Add layoutDirection property to Qt.application elementJoona Petrell2011-01-073-2/+56
| | | | | | * | | Introduce Qt.application.active propertyJoona Petrell2011-01-0710-1/+366
| | | | | | * | | Group all QtQuick 1.1 registrations togetherMartin Jones2011-01-071-8/+7
| | | | | | * | | PinchArea API changes following review.Martin Jones2011-01-074-35/+35
| | | | | | * | | Add PinchArea autotests.Martin Jones2011-01-072-2/+3
| | | | | | * | | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-0710-3/+412
| | | | | | |\ \ \