summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Expand)AuthorAgeFilesLines
* Expose the Flickable's internal contentItemMartin Jones2010-06-245-41/+60
* doc: note that calling methods before component completion may have no effectMartin Jones2010-06-233-0/+36
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-06-231-0/+1
|\
| * Use Pen with Qt::MiterJoin when drawing Rectangles with gradientsBea Lam2010-06-231-0/+1
* | Fix and better test Text / TextEdit alignments.Warwick Allison2010-06-235-56/+122
|/
* Ensure the view is correctly positioned at component complete.Martin Jones2010-06-232-0/+17
* Merge remote branch 'origin/4.7' into qml-4.7Rohan McGovern2010-06-221-3/+0
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-221-3/+0
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-211-3/+0
| | |\
| | | * Compiler warnings (unused variables).Bjørn Erik Nilsen2010-06-211-3/+0
* | | | Handle TextInput inputMethodEvent() properlyMartin Jones2010-06-222-2/+18
|/ / /
* | | Rename example image fileBea Lam2010-06-221-1/+1
|/ /
* | ListView doc improvements and examples clean upBea Lam2010-06-181-12/+25
* | Doc fixesBea Lam2010-06-181-6/+6
* | Fix event forwarding in QDeclarativeFlickable.Alexis Menard2010-06-171-3/+18
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-173-1/+16
|\ \
| * | BorderImage is not updated when border values changeYann Bodson2010-06-173-1/+16
* | | doc: improve Repeater model docs.Martin Jones2010-06-171-10/+3
|/ /
* | Properly update childrenRect for position changes and shrinking.Michael Brasser2010-06-171-4/+5
|/
* doc: add note that items with width or height of 0 are not positioned.Martin Jones2010-06-171-0/+8
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-06-163-1/+22
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-06-161-0/+1
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-161-1/+5
| | |\
| | * | Stopping a flick resulted in the next click being consumed.Martin Jones2010-06-161-0/+1
| * | | Move knowledge of QGraphicsObject out of qml engineAaron Kennedy2010-06-161-0/+16
| | |/ | |/|
| * | Document section.delegateBea Lam2010-06-161-1/+5
| |/
* | Write TextInput.positionToRectangle docs.Alan Alpert2010-06-162-4/+10
* | Fix autoScroll implementationAlan Alpert2010-06-162-35/+54
|/
* Remove duplicated code.Michael Brasser2010-06-152-14/+2
* Fix bug with childrenRect resizing on startup.Michael Brasser2010-06-152-19/+16
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-1224-305/+661
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-111-0/+2
| |\
| | * Move listview/itemlist.qml to a separate visualitemmodel exampleBea Lam2010-06-111-0/+2
| * | ListView.onRemove animation is not played when the list has only one item.Martin Jones2010-06-112-2/+2
| |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-1113-97/+166
| |\
| | * Minor doc fixesBea Lam2010-06-115-6/+6
| | * Doc improvements, including snippet fixes, linking to examples, makingBea Lam2010-06-1111-91/+160
| * | Make snapping work properly for highlight ranges > item sizeMartin Jones2010-06-112-28/+84
| |/
| * Avoid recursive refill() in List/GridViewMartin Jones2010-06-112-20/+12
| * Update on color change.Warwick Allison2010-06-101-0/+1
| * Update on color change.Warwick Allison2010-06-101-1/+5
| * Remove 'XXX Experimental' from VisualItemModel/VisualDataModel andBea Lam2010-06-101-5/+0
| * Document attached propertiesBea Lam2010-06-103-2/+16
| * Add 'on' prefix to documentation of signalsBea Lam2010-06-101-1/+1
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-092-74/+27
| |\
| | * Doc improvements: move some example code to snippets, add screenshots,Bea Lam2010-06-092-74/+27
| * | Fix crash when changing ListView model with highlightRangeMode: ListView.Stri...Martin Jones2010-06-092-4/+12
| |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-094-4/+27
| |\
| | * Small optimization when checking if MouseArea's onPressAndHold isMichael Brasser2010-06-092-3/+3
| | * Add qmlmethod Item::childAt() to delarative itemmae2010-06-082-1/+24