summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | 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
* | | | | | 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