summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Expand)AuthorAgeFilesLines
* Hide the TextInput/Edit cursor when the view doesn't have focus.Andrew den Exter2011-02-212-2/+2
* Forward mouse events from TextInput and TextEdit to QInputContext.Andrew den Exter2011-02-213-20/+64
* 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
* 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
|\
| * 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