summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' into qtquick11Joona Petrell2011-02-175-3/+55
|\
| * Allow MouseArea to prevent mouse grab begin stolen by Flickable.Martin Jones2011-02-174-3/+44
| * Update the input context when the pre-edit cursor position changes.Andrew den Exter2011-02-161-0/+2
| * Use QML notation for documenting TextInput::accepted() signal.Andrew den Exter2011-02-151-4/+4
| * Document the TextInput accepted() signal.Andrew den Exter2011-02-151-0/+9
* | GridView and ListView bug fixesChristopher Ham2011-02-172-36/+37
* | Righ-to-left support for GridView and ListViewChristopher Ham2011-02-154-211/+732
* | Merge branch '4.7' into qtquick11Joona Petrell2011-02-1523-172/+342
|\ \ | |/
| * Flickable uses the flick velocity to determine whether to retain grabMartin Jones2011-02-111-1/+6
| * MouseArea docs - link to onCanceled() from onReleased()Bea Lam2011-02-111-0/+2
| * PathView items were not correctly updated when rootIndex changed.Martin Jones2011-02-101-16/+28
| * Allow text to selected in a TextEdit or TextInput inside a Flickable.Andrew den Exter2011-02-104-0/+20
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2011-02-096-12/+31
| |\
| | * PathView regression: dragging the path didn't update currentIndexMartin Jones2011-02-091-1/+1
| | * Use same values for Text.lineHeightMode and QTextBlock::lineHeightMode from m...Yann Bodson2011-02-092-6/+8
| | * Scroll TextInput to ensure preedit text is visible.Andrew den Exter2011-02-081-1/+11
| | * Changing header/footer size during creation caused recusionMartin Jones2011-02-072-4/+8
| | * Ensure section delegates are updated when the section property changes.Martin Jones2011-02-071-0/+3
| * | Call onAdd() for first items added to ListView and GridViewBea Lam2011-02-092-50/+35
| |/
| * modelChanged() should not be emitted until view is repopulatedBea Lam2011-02-041-1/+1
| * AnimatedImage does not notify on status change.Yann Bodson2011-02-042-3/+20
| * Don't accept input methods when a TextEdit or TextInput is read only.Andrew den Exter2011-02-032-0/+2
| * Make Flickable's wheel handling more like QAbstractScrollArea.Michael Brasser2011-02-021-2/+2
| * Changing header or footer failed to delete the previous.Martin Jones2011-02-022-0/+16
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2011-02-023-11/+48
| |\
| | * update What's New for QtQuick 1.1 and AnimatedImage docsBea Lam2011-02-021-0/+9
| | * 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
| * | Avoid index-out-of bounds related crash in GridAlan Alpert2011-02-021-1/+1
| |/
| * 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
| |\
| * | Fix typo in error message.Martin Jones2011-01-281-1/+1
* | | Add support for anchor mirroringJoona Petrell2011-02-153-25/+96
| |/ |/|
* | 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
| |\ \ | | |/
| | * BorderImage fails for .sci source containing a URLMartin Jones2011-01-211-5/+5
| | * positionViewAtIndex can fail when positioned near end of list.Martin Jones2011-01-213-5/+5
| | * Revert "Fix loaded() signal to be emitted only once"Bea Lam2011-01-212-35/+27
* | | 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