summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-04-151-1/+1
|\
| * Symbol visibility fixes for RVCT4 on SymbianIain2010-04-151-1/+1
* | Fixes tooltips for QGraphicsProxyWidget.Yoann Lopes2010-04-153-0/+39
|/
* 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
* 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
* 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
* 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
* | Fixed a bug where a proxy widget received FocusIn over and over.axis2010-03-182-1/+5
|/
* QGraphicsSceneEvent: add Q_DISABLE_COPYOlivier Goffart2010-03-091-0/+10
* Fixes wrong composition mode for cached backgrounds in Graphics View.Bjørn Erik Nilsen2010-03-031-6/+0
* Properly fixes crash when destroying a QGraphicsItem.Yoann Lopes2010-03-032-37/+69
* Fixed rendering bugs when scrolling graphics items with drop shadows.Samuel Rødal2010-03-022-43/+8
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6Sami Merila2010-02-253-12/+37
|\
| * GV: Update issues if drawItems() is overridden and IndirectPainting is used.Bjørn Erik Nilsen2010-02-241-2/+25
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-231-9/+10
| |\
| | * doc: Added indication of default modality value for panels.Martin Smith2010-02-231-3/+10
| | * doc: Removed some erroneous text.Martin Smith2010-02-231-6/+0
| * | 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
|/
* Doc fix, ensure that the \obsolete tag is placed correctlyAndy Shaw2010-02-171-1/+3
* 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
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Martin Smith2010-02-121-6/+14
|\
| * Implemented GraphicsView Panel support for gestures.Denis Dzyubenko2010-02-121-6/+14
* | doc: Added some since version information.Martin Smith2010-02-121-13/+17
|/
* doc: Fixed several typos.Martin Smith2010-02-121-1/+1
* QGraphicsItem: Do not crash at exit if there is static QGraphicsItem.Olivier Goffart2010-02-081-1/+2
* Cleanup after "QGraphicsWidget is painted twice on the first show"Bjørn Erik Nilsen2010-02-041-1/+0
* 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
* Fixes missing update when setting opacity on an item that had opacity 0.0Leonardo Sobral Cunha2010-01-291-0/+3
* Avoids missing opacity updates by not propagating the ignoreOpacity flagLeonardo Sobral Cunha2010-01-291-1/+1
* Adds convenience functions QGraphicsItemPrivate::isOpacityNullLeonardo Sobral Cunha2010-01-293-7/+14
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Martin Smith2010-01-283-4/+9
|\
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-os1Prasanth Ullattil2010-01-283-4/+9
| |\