summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Expand)AuthorAgeFilesLines
* 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
* TextEdit implicit size varied depending upon wrapMode.Martin Jones2011-01-191-2/+6
* Request font sizes with only 0.5pt resolution.Martin Jones2011-01-186-20/+54
* Doc: Fixed a few misspellings of FlipableThorbjørn Lindeijer2011-01-111-2/+2
* Update copyright year to 2011.Jason McDonald2011-01-1080-80/+80
* Fix loaded() signal to be emitted only onceBea Lam2011-01-102-27/+35
* PathView crashed when the path is provided with undefined values.Martin Jones2011-01-061-1/+7
* PathView: update modelCount before attempting to regenerate delegates.Martin Jones2011-01-061-1/+3
* Doc fixes for introduction page and Item docsBea Lam2011-01-061-28/+0
* Improve docs on attached properties on view delegates.Martin Jones2010-12-233-0/+25
* Models which load incrementally via fetchMore() don't work.Martin Jones2010-12-231-0/+6
* Ensure PathView doesn't jump when starting to drag.Martin Jones2010-12-231-1/+3
* Nested flickables would react alternately to flicks.Martin Jones2010-12-231-2/+4
* Removing all visible items in ListView resulted in blank view.Martin Jones2010-12-221-4/+10
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/doc-staging into 4.7-integrationQt Continuous Integration System2010-12-211-1/+23
|\
| * Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-137-21/+44
| |\
| * \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-081-3/+7
| |\ \
| * \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-022-1/+9
| |\ \ \
| * \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-014-14/+52
| |\ \ \ \
| * \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-305-70/+49
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-261-5/+6
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-252-1/+37
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-243-19/+42
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Doc: Added documentation about Tab and Backtab key handling.David Boddie2010-11-241-1/+23
* | | | | | | | | | Setting TextInput.cursorPosition outside bounds crashed.Martin Jones2010-12-202-0/+4
* | | | | | | | | | Revert a fix made for bug QTBUG-15341Joona Petrell2010-12-142-15/+0
* | | | | | | | | | Remove active selection when TextEdit loses focusJoona Petrell2010-12-142-0/+15
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Ensure ListView contentHeight is set to a valid size.Martin Jones2010-12-131-0/+6
* | | | | | | | | Fix dragging Flickable back over start point.Martin Jones2010-12-131-2/+2
* | | | | | | | | A QAIM model resulted in items moving to incorrect locationsMartin Jones2010-12-131-1/+1
* | | | | | | | | PathView: removing the currentIndex could make it invalid.Martin Jones2010-12-101-1/+1
* | | | | | | | | Improvements to anchoring docsBea Lam2010-12-091-0/+2
* | | | | | | | | Merge qtsoftware:qt/qt.git#4.7 into qtsoftware:qt/qt-qml.git#4.7Joona Petrell2010-12-091-3/+7
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Don't emit activeFocusChanged() unless the active focus actually changedTor Arne Vestbø2010-12-071-3/+7
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | highlightFollowsCurrentItem: false was not always honoredMartin Jones2010-12-092-11/+21
* | | | | | | | ListView: Fix calculation of currentItem position when out of view.Martin Jones2010-12-081-4/+8
* | | | | | | | Cursor shouldn't blink while dragging cursor positionChristopher Ham2010-12-061-0/+1
* | | | | | | | Doc: make it clear that "z" affects sibling stacking order.Martin Jones2010-12-051-2/+2
|/ / / / / / /
* | | | | | | Update TextInput when echoMode changes.Yann Bodson2010-12-021-1/+1
* | | | | | | Ensure semi-transparent rects paint correctly with radius == size/2.Martin Jones2010-12-021-0/+6
* | | | | | | Rectangle should not paint with negative width or heightChristopher Ham2010-12-021-0/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | ListView header is not visible initially.Martin Jones2010-12-012-12/+26
* | | | | | Change pen correctly when drawing cached textAaron Kennedy2010-12-011-0/+8
* | | | | | Fix BorderImage painting at sizes less than margin size.Martin Jones2010-12-011-2/+18
| |_|_|_|/ |/| | | |
* | | | | Ensure header is considered when positioning content with snapping.Martin Jones2010-11-302-17/+26
* | | | | Fix integer overflow in QDeclarativeItemPrivate::origin enumerationJoona Petrell2010-11-301-1/+1
* | | | | Don't draw null pixmap in QDeclarativeImage paint functionJoona Petrell2010-11-301-1/+1
* | | | | Move KeyNavigation example to snippets, plus some doc rewordingBea Lam2010-11-291-51/+21
| |_|_|/ |/| | |