summaryrefslogtreecommitdiff
path: root/src/declarative/graphicsitems
Commit message (Expand)AuthorAgeFilesLines
* 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-102-74/+27
| |\
| | * Doc improvements: move some example code to snippets, add screenshots,Bea Lam2010-06-102-74/+27
| * | Fix crash when changing ListView model with highlightRangeMode: ListView.Stri...Martin Jones2010-06-102-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
| * | Fix GridView bounds behavior with snapping enabled.Martin Jones2010-06-091-5/+11
| |/
| * Don't layout multiple times when an ancestor becomes (in)visible.Martin Jones2010-06-082-13/+21
| * Remove unnecessary CloseSoftwareInputPanel events after TextEdit or TextInput...Joona Petrell2010-06-074-40/+16
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-046-15/+264
| |\
| | * Improve input panel handling in declarative demos and examplesJoona Petrell2010-06-032-2/+2
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-06-033-1/+226
| | |\
| | | * Add header and footer to GridViewMartin Jones2010-06-033-1/+226
| | * | Always integer align anchor center pointsAaron Kennedy2010-06-031-12/+36
| | |/
* | | For an empty line edit the cursor position is depending on input languageLars Knoll2010-06-101-1/+0
|/ /
* | Fix QT_NO_CLIPBOARDTasuku Suzuki2010-06-042-1/+4
|/
* Ensure PathView mappedRange is updated when pathItemCount changes.Martin Jones2010-06-031-0/+1
* Keep ListView highlight in sync when currentItem changes geometry.Martin Jones2010-06-031-1/+5
* QDeclarativeImage::updatePaintedGeometry() does not need to be a slotMartin Jones2010-06-031-2/+0
* Text should update when the alignment changes.Michael Brasser2010-06-021-0/+2
* Take into account platform differences in input panel supportJoona Petrell2010-06-026-110/+149
* More autoScroll fixesWarwick Allison2010-06-022-2/+18
* Doc fixes and improvements - fix some example code, link toBea Lam2010-06-0215-231/+271
* Optimization for sci file loading.Michael Brasser2010-06-011-2/+3
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-0110-9/+70
|\