summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Expand)AuthorAgeFilesLines
* Improve docs on Item::visible and Item::opacityBea Lam2011-02-021-10/+33
* Make sure we update Loader size if item size changes after creation.Martin Jones2011-02-021-1/+6
* PinchArea sometimes failed.Martin Jones2011-02-013-3/+6
* Clarify that IntValidator performs locale specific validation.Andrew den Exter2011-02-011-0/+5
* Add a mouseSelectionMode property to TextEdit and TextInput.Andrew den Exter2011-02-016-71/+118
* Merge branch 'qtquick11' into 4.7Martin Jones2011-01-2845-393/+3092
|\
| * Doc fix for lineHeight.Yann Bodson2011-01-281-1/+3
| * Add support for line spacing in Text element.Yann Bodson2011-01-283-3/+96
| * Fixing right-to-left text in Text and TextInputChristopher Ham2011-01-284-12/+35
| * Fix MaximumLineCount in Text and add testsChristopher Ham2011-01-281-24/+20
| * Add missing revisions for QtQuick 1.1 additionsMartin Jones2011-01-276-14/+22
| * Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-276-16/+15
| |\
| | * Don't load components until the Loader component itself is completedBea Lam2011-01-272-26/+32
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Bea Lam2011-01-276-45/+38
| | |\
| * | | Setting the size of a loader overwrote its implict size.Martin Jones2011-01-272-4/+21
| |/ /
| * | Fix critical spelling mistake.Martin Jones2011-01-251-1/+1
| * | Notify that pressed has changed before calling the onClicked handler.Michael Brasser2011-01-251-1/+2
| * | Improve information reported for MouseArea hover events.Michael Brasser2011-01-251-2/+6
| * | Fix copy-paste error in QDeclarativeMouseArea::hoverMoveEvent.Michael Brasser2011-01-251-1/+1
| * | Expose implicitWidth and implicitHeight properties of Item.Martin Jones2011-01-2426-57/+514
| * | Add a layout direction example to positionersJoona Petrell2011-01-191-11/+12
| * | Rename Image::cached to 'cached' (and QDeclarativePixmap::Cached also)Bea Lam2011-01-195-21/+21
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-1980-131/+177
| |\ \
| * | | 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-181-8/+0
| |\ \ \
| | * | | Fix QtDeclarative compilation warningsJoona Petrell2011-01-181-8/+0
| * | | | Implement layoutDirection property on Row, Grid, FlowAlan Alpert2011-01-183-21/+216
| * | | | Document TextInput::readOnlyAlan Alpert2011-01-181-0/+10
| * | | | Proper versioning for canPasteAlan Alpert2011-01-182-2/+2
| |/ / /
| * | | Add canPaste property to TextInput and TextEditAlan Alpert2011-01-176-3/+66
| * | | Remove unnecessary debug traces from declarative classesJoona Petrell2011-01-171-1/+0
| * | | Add lineCount property to QDeclarativeTextEditChristopher Ham2011-01-144-1/+40
| * | | QDeclarativeText has new multiline propertiesChristopher Ham2011-01-143-15/+185
| * | | 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
| * | | Don't use implicitSize when calculating implicit sizeAlan Alpert2011-01-121-4/+6
| * | | Add methods to position view at beginning or end.Martin Jones2011-01-115-108/+220
| * | | Add versioning for new Flickable methods.Martin Jones2011-01-112-3/+3
| * | | Disable dragging text in TextEdit.Andrew den Exter2011-01-111-0/+1
| * | | Add property versioning checks for QtQuick 1.1 deselect() functionJoona Petrell2011-01-103-3/+6
| * | | Add selection modes to TextEdit and TextInput.Andrew den Exter2011-01-104-17/+187
| * | | Group all QtQuick 1.1 registrations togetherMartin Jones2011-01-071-8/+7
| * | | PinchArea API changes following review.Martin Jones2011-01-072-31/+31
| * | | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-073-3/+15
| |\ \ \
| | * \ \ Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Alan Alpert2011-01-071-0/+4
| | |\ \ \
| | * | | | Add linkActivated signal to TextEditAlan Alpert2011-01-073-3/+15
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-079-39/+86
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Fix to register Repeater for QtQuick 1.1Bea Lam2011-01-071-0/+4
| | |/ / / | |/| | |
| * | | | Add Repeater itemAdded(), itemRemoved() signals and itemAt() methodBea Lam2011-01-062-42/+87