summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Expand)AuthorAgeFilesLines
* Doc improvements, including snippet fixes, linking to examples, makingBea Lam2010-06-1111-91/+160
* 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
* | 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
| |/
* | 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
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-06-0110-8/+69
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-016-68/+110
| | |\
| | | * Fix TypoAlan Alpert2010-05-311-1/+1
| | | * Various doc fixes and improvementsBea Lam2010-05-311-4/+10
| | | * Document issues with rectangle border width of 1 where clipping is usedBea Lam2010-05-311-2/+14
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-318-1/+44
| | |\ \
| | | * | Fix QT_NO_TEXTHTMLPARSERTasuku Suzuki2010-05-312-0/+26
| | | * | Fix QT_NO_TEXTSTREAM compilation errors.Tasuku Suzuki2010-05-313-0/+6
| | | * | Fix QT_NO_VALIDATOR compilation.Tasuku Suzuki2010-05-313-1/+12
| * | | | Fix positionAt when autoScroll is use.Warwick Allison2010-06-011-1/+1
| | |_|/ | |/| |
* | | | Avoid refilling view during model change.Martin Jones2010-06-011-1/+5
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-314-61/+85
|\ \ \ \ | |/ / /
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-313-7/+11
| |\ \ \ | | |/ /
| * | | Simplify selection setting. Make TextInput more like TextEdit.Warwick Allison2010-05-314-61/+85
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-317-12/+140
|\ \ \ \ | | |/ / | |/| |
| * | | Add notifier for PathPercent.valueYann Bodson2010-05-312-2/+5
| * | | Rename example layoutItem -> layoutitem and improve docsBea Lam2010-05-311-5/+6
| |/ /
| * | Add selection methods to TextEditWarwick Allison2010-05-304-3/+127
| |/
| * Active window focus gain should not open virtual keypadJoona Petrell2010-05-282-2/+2