summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-0611-91/+153
|\
| * 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
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-254-19/+52
|\ \ | |/
| * 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
| |\ \ | | |/
| * | Doc: Documented that border width does not affect rectangle geometry.David Boddie2010-11-191-0/+3
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-195-55/+102
|\ \ \ | | |/ | |/|
| * | 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
| |/
| * 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
| * Ensure loaded item's parent is set before component completion.Martin Jones2010-11-121-6/+35
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-1212-94/+179
|\ \ | |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-11-111-0/+14
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-11-103-18/+28
| | |\
| | * | Flickable does not reposition its content when it is resized.Martin Jones2010-11-101-0/+14
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-11-101-2/+2
| |\ \ \ | | |_|/ | |/| |
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-11-081-2/+2
| | |\ \
| | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-11-051-2/+2
| | | |\ \
| | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-11-011-2/+2
| | | | |\ \
| | | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-10-291-2/+2
| | | | | |\ \
| | | | | | * | Fix possible crash in QStaticText and QDeclarativeTextLayoutEskil Abrahamsen Blomfeldt2010-10-291-2/+2
| * | | | | | | Document TextInput::select(start,end)Michael Brasser2010-11-091-6/+17
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-11-0911-75/+136
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Fix Text::elide docs.Bea Lam2010-11-091-1/+1
| | | |_|_|_|/ | | |/| | | |
| | * | | | | Fix Rectangle painting at small sizes.Martin Jones2010-11-091-1/+2
| | * | | | | Text alignment is broken with multi-line text and implicit size.Yann Bodson2010-11-081-12/+46
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-11-0510-76/+102
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Image bounding rect should always include the area being paintedJoona Petrell2010-11-052-3/+25
| | | * | | | Fix errors in example code. Also reverts the example code to the oldBea Lam2010-11-042-14/+18
| | | * | | | Fix regression in 648eb76c and update visual tests.Martin Jones2010-11-041-0/+1
| | | * | | | Don't emit xChanged()/yChanged() twice.Martin Jones2010-11-041-4/+0