summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-132-3/+22
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-072-3/+22
| |\
| | * Allow iteration over the Item.children propertyAaron Kennedy2010-04-072-3/+22
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-122-3/+3
|\ \ \ | |/ / |/| |
| * | Fixes CursorChange and TooltipChange events delivery for QGraphicsWidgetYoann Lopes2010-04-071-2/+2
| * | Fixes painting artifacts when scaling a QGraphicsProxyWidget.Yoann Lopes2010-04-071-1/+1
* | | Moved item wouldn't follow mouse cursor when ItemIgnoresTransformations is setGabriel de Dietrich2010-04-061-1/+2
| |/ |/|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-312-7/+168
|\ \
| * \ Merge remote branch 'integration/qt-4.7-from-4.6' into 4.7Olivier Goffart2010-03-311-1/+1
| |\ \
| * | | Add a QGraphicsItem::updateMicroFocus() to QGraphicsItem.Alexis Menard2010-03-312-0/+38
| * | | Micro optimization after feedback from Jan-Arve.Alexis Menard2010-03-311-1/+1
| * | | Re-fix compilation: re-add symbols introduced in Qt 4.6.3 to Qt 4.7Thiago Macieira2010-03-301-0/+2
| * | | Fix bad merge from 4.6.Thiago Macieira2010-03-301-2/+4
| * | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-03-309-219/+461
| |\ \ \
| | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-302-6/+129
| | |\ \ \
| | | * \ \ Merge remote branch 'origin/4.7' into 4.7Olivier Goffart2010-03-251-0/+6
| | | |\ \ \
| | | * | | | itemChange() is now called when transformation properties change.Yoann Lopes2010-03-252-6/+129
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-311-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | QGraphicsEffect : Don't rely on the exposedArea when rendering the item into ...Alexis Menard2010-03-311-1/+1
* | | | | | | Revert 4.6 commits that shouldn't be in 4.7.Thiago Macieira2010-03-317-1/+254
* | | | | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-316-251/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Revert "Add a children private property needed for QML to support QGraphicsOb...Alexis Menard2010-03-316-245/+0
| * | | | | Revert "struct -> class, it's better."Alexis Menard2010-03-311-2/+1
| * | | | | Revert "Add NOTIFY to size property so QML bindings are working fine."Alexis Menard2010-03-312-9/+1
| * | | | | Revert "Better handling for NOTIFY in QGraphicsWidget regarding geometry chan...Alexis Menard2010-03-312-4/+6
| * | | | | Revert "Add a a layout property in QGraphicsWidget."Alexis Menard2010-03-312-3/+0
| |/ / / /
| * | | | struct -> class, it's better.Alexis Menard2010-03-301-1/+2
| * | | | Add a a layout property in QGraphicsWidget.Alexis Menard2010-03-302-0/+3
* | | | | Merge remote branch 'origin/4.7' into qt-4.7-from-4.6Thiago Macieira2010-03-302-1/+19
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Make QDeclarativeListProperty a classAaron Kennedy2010-03-301-1/+2
| * | | | Test and fix order of transform application.Warwick Allison2010-03-262-0/+17
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Martin Jones2010-03-251-0/+6
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.7Alexis Menard2010-03-256-3/+259
| |\ \ \ \ | | |_|_|/ | |/| | |
* | | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-297-16/+270
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Reverts using composition mode when using DeviceCoordinateMode cache.Yoann Lopes2010-03-261-7/+6
| * | | Fix linking errorAnders Bakken2010-03-261-6/+4
| * | | Prevents a useless repaint with QGraphicsItem cache mode.Yoann Lopes2010-03-251-1/+2
| | |/ | |/|
| * | Add a children private property needed for QML to support QGraphicsObjectAlexis Menard2010-03-246-0/+251
| * | Invalidate the cache of QGraphicsEffect if a child becomes visible.Alexis Menard2010-03-241-1/+5
| * | Fix a crash when reparenting an item in QGraphicsView.Alexis Menard2010-03-241-2/+3
* | | doc: Fixed all the remaining qdoc errors. For now.Martin Smith2010-03-241-0/+6
| |/ |/|
* | Fix QGraphicsEffect cache when the item is not visible by the view.Alexis Menard2010-03-232-2/+2
* | Calling setX and setY should send itemSendGeometry/ScenePositionChanged eventsAlexis Menard2010-03-231-3/+3
* | Merge branch '4.6-s60' into 4.7-s60axis2010-03-223-4/+12
|\ \ | |/
| * Better handling for NOTIFY in QGraphicsWidget regarding geometry changesAlexis Menard2010-03-192-6/+4
| * Add NOTIFY to size property so QML bindings are working fine.Alexis Menard2010-03-192-1/+5
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-03-181-0/+6
| |\
| | * Fixes blending problem when paiting non-opaque items with cache enabled.Yoann Lopes2010-03-171-0/+6
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-s60axis2010-03-182-1/+5
|\ \ \ | |/ /
| * | Fixed a bug where a proxy widget received FocusIn over and over.axis2010-03-182-1/+5
| |/