summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsscene.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-07-011-0/+2
|\
| * Add a new (internal) flag QGraphicsItem::ItemStopsClickFocusPropagation.Bjørn Erik Nilsen2010-06-241-0/+2
* | QGraphicsView: Handle wheelEvents correctly with Qt::Popup widgets.Jocelyn Turcotte2010-06-301-0/+19
* | QGraphicsProxyWidget: Fixes QComboBox popup closing issue.Jocelyn Turcotte2010-06-301-2/+1
|/
* Make sure only started gestures can cause cancellationsThomas Zander2010-06-161-1/+2
* Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-s...Denis Dzyubenko2010-06-071-0/+13
|\
| * Add a new qconfig feature GESTURESTasuku Suzuki2010-06-021-0/+13
* | Fixed GestureOverride event delivery in GraphicsView.Denis Dzyubenko2010-06-071-1/+8
|/
* Redraw issues when removing a fully transparent QGraphicsItem from the scene.Bjørn Erik Nilsen2010-05-261-0/+18
* Don't polish QDeclarativeItems.Warwick Allison2010-05-241-5/+9
* Fixes wrong QGraphicsItemCache::boundingRect.Bjørn Erik Nilsen2010-05-211-10/+10
* doc: Fixed many broken links.Martin Smith2010-05-191-1/+1
* Gestures in GraphicsView do not require a viewport to subscribe to gestures.Denis Dzyubenko2010-05-181-0/+29
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-131-9/+21
|\
| * Performance issue with QGraphicsItem::ItemClipsChildrenToShape.Bjørn Erik Nilsen2010-05-051-1/+13
| * Pack Graphics View booleans in quint32 bit fields.Bjørn Erik Nilsen2010-05-051-8/+8
* | Fix for graphics widget in the background stealing declarative item's focusJoona Petrell2010-05-131-2/+2
* | Reset the dragDropItem to 0 when the item dies while dragging on top it.Alexis Menard2010-05-121-0/+4
|/
* QGraphicsView drawing artifacts due to rounding errors.Bjørn Erik Nilsen2010-05-031-19/+25
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-05-011-3/+3
|\
| * Ensured that WA_InputMethodEnabled was set before FocusInEvent was sent.Jan-Arve Sæther2010-04-291-3/+3
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-04-161-0/+6
|\ \ | |/
| * Fixes tooltips for QGraphicsProxyWidget.Yoann Lopes2010-04-151-0/+6
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-291-7/+6
|\ \ | |/
| * Reverts using composition mode when using DeviceCoordinateMode cache.Yoann Lopes2010-03-261-7/+6
* | Fix QGraphicsEffect cache when the item is not visible by the view.Alexis Menard2010-03-231-1/+1
* | Merge branch '4.6-s60' into 4.7-s60axis2010-03-221-0/+6
|\ \ | |/
| * Fixes blending problem when paiting non-opaque items with cache enabled.Yoann Lopes2010-03-171-0/+6
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-071-8/+12
|\ \
| * | optimize dynamic call-by-name awaymae2010-03-051-8/+12
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-061-18/+5
|\ \ \ | |/ / |/| / | |/
| * Fixed rendering bugs when scrolling graphics items with drop shadows.Samuel Rødal2010-03-021-18/+5
* | Extended gesture autotest.Denis Dzyubenko2010-03-011-1/+6
* | Fixed coordinate system conversion for gestures.Denis Dzyubenko2010-03-011-4/+4
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-261-2/+4
|\ \ | |/
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6Sami Merila2010-02-251-1/+2
| |\
| | * Regression: QGraphicsScene::render fails to render the entire scene correctly.Bjørn Erik Nilsen2010-02-231-1/+2
| * | Crash in QGraphicsScenePrivate::setFocusItemHelperSami Merila2010-02-251-1/+2
| |/
* | Improved gesture event delivery in graphicsview.Denis Dzyubenko2010-02-241-237/+198
* | Cache scene coordinates of a hotspot in a QGesture.Denis Dzyubenko2010-02-241-9/+18
* | Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-181-6/+72
|\ \
| * | Added a new flag to fine-tune gesture propagation policyDenis Dzyubenko2010-02-171-6/+72
* | | Merge branch '4.6' into qt-master-from-4.6Thiago Macieira2010-02-171-8/+25
|\ \ \ | |/ / |/| / | |/
| * Don't crash when QTouchEvent is accepted but not handled by aBradley T. Hughes2010-02-161-1/+8
| * Correctly mark QGraphicsScene::drawItems() as obsoleteAndy Shaw2010-02-151-1/+3
| * Implemented GraphicsView Panel support for gestures.Denis Dzyubenko2010-02-121-6/+14
* | Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-091-7/+25
|\ \ | |/
| * QGraphicsWidget is painted twice on the first show.Bjørn Erik Nilsen2010-02-031-1/+6
| * QGraphicsScene: Use QPainter::setClipRect instead of setClipPath if possible.Bjørn Erik Nilsen2010-02-031-3/+15
| * Adds convenience functions QGraphicsItemPrivate::isOpacityNullLeonardo Sobral Cunha2010-01-291-3/+4