summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Expand)AuthorAgeFilesLines
* 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
| |_|_|/ |/| | |
* | | | Repaint when text color changesAlan Alpert2010-11-261-5/+6
| |_|/ |/| |
* | | End painting of Rectangle pixmap before inserting it to pixmap cache to avoid...Joona Petrell2010-11-251-0/+8
* | | Document KeyEvent::modifiersBea Lam2010-11-251-1/+29
| |/ |/|
* | Flickable and MouseArea were too eager to take/keep mouse grab.Martin Jones2010-11-242-19/+34
* | Avoid lockup in ListView when animating delegates.Martin Jones2010-11-241-0/+8
|/
* Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-191-0/+7
|\
| * Doc: clarify Flickable children vs. contentItem children.Martin Jones2010-11-191-0/+7
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-11-192-1/+5
|\ \ | |/
| * Fix regression due to 6cf397f7ac35a058096528a7ad8bfaf623b30747Martin Jones2010-11-162-0/+3
| * VisualDataModel::count should be 0 until a valid delegate is set.Martin Jones2010-11-161-0/+2
| * Doc: Remove default from PathView path propertyMartin Jones2010-11-161-1/+0
* | Doc: Documented that border width does not affect rectangle geometry.David Boddie2010-11-191-0/+3
|/
* ListView: items with size < 1.0 were layed out incorrectly.Martin Jones2010-11-151-3/+3
* ListView.SnapToItem with ListView.StrictlyEnforceRange is broken.Martin Jones2010-11-151-34/+20
* Fix PathView key navigation docs.Martin Jones2010-11-121-1/+15
* Ensure increment/decrementCurrentIndex always move items in the correct direc...Martin Jones2010-11-122-10/+24