summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
Commit message (Expand)AuthorAgeFilesLines
...
* | | QGraphicsItem not updated properly when moving parent.Bjørn Erik Nilsen2009-07-102-2/+3
* | | Fixes broken item-lookup for untransformable items.Bjørn Erik Nilsen2009-07-101-1/+6
* | | Painting artifacts when closing an embedded popup in Graphics View.Bjørn Erik Nilsen2009-07-101-4/+3
* | | Painting artifacts when moving an item with partial updates.Bjørn Erik Nilsen2009-07-102-24/+26
* | | Rendering artifacts when hiding a QGraphicsItem.Bjørn Erik Nilsen2009-07-091-0/+10
* | | Optimize QGraphicsViewPrivate::updateRect/updateRegion.Bjørn Erik Nilsen2009-07-082-7/+23
* | | Reduce QTransform operations in QGraphicsSceneIndex.Bjørn Erik Nilsen2009-07-082-28/+76
* | | Reduce QTransform operations in Graphics View.Bjørn Erik Nilsen2009-07-084-61/+188
* | | Simplify QGraphicsScenePrivate::processDirtyItemsRecursive.Bjørn Erik Nilsen2009-07-032-62/+81
* | | More re-factoring of QGraphicsSceneIndex.Bjørn Erik Nilsen2009-07-0210-96/+98
* | | Speedup item-lookup in Graphics View.Bjørn Erik Nilsen2009-07-027-52/+65
* | | Kill dead BSP tree code in graphics view.Bjørn Erik Nilsen2009-07-022-44/+0
* | | Dont include untransformable graphics items twice.Bjørn Erik Nilsen2009-07-021-1/+0
* | | Fixes broken BSP lookup in QGraphicsSceneBspTreeIndex.Bjørn Erik Nilsen2009-07-012-6/+14
* | | Fix a regression with extended style option items.Alexis Menard2009-07-011-4/+4
* | | Compiler warning.Bjørn Erik Nilsen2009-07-011-1/+1
* | | Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-014-2/+33
|\ \ \ | |/ /
| * | Compiler warnings.Bjørn Erik Nilsen2009-07-013-2/+3
| * | Added QGraphicsScene::sendEvent().J-P Nurmi2009-07-012-0/+30
* | | Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-0114-41/+1050
|\ \ \ | |/ /
| * | doc: Fixed several qdoc error reports.Martin Smith2009-06-301-6/+10
| * | Cleanup includes in public headers.Bradley T. Hughes2009-06-263-2/+3
| * | CompileBradley T. Hughes2009-06-261-10/+10
| * | Don't always send spontaneous events to QGraphicsSceneBradley T. Hughes2009-06-261-5/+17
| * | Fix bad mergesBradley T. Hughes2009-06-261-7/+0
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-243-6/+14
| |\ \
| | * | Fixed count(), itemAt() and removeAt() in QGraphicsLinearLayout.Jan-Arve Sæther2009-06-242-5/+13
| * | | Add QTouchEvent::DeviceType and deviceType()Bradley T. Hughes2009-06-242-13/+28
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-224-173/+185
| |\ \ \
| * \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-185-73/+135
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-1735-73/+74
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-161-18/+26
| |\ \ \ \ \ \
| * | | | | | | Merge of masterBradley T. Hughes2009-06-155-67/+146
| * | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-1211-219/+406
| |\ \ \ \ \ \ \
| * | | | | | | | make sure touch events are enabled on the view's viewport when items are inte...Bradley T. Hughes2009-06-111-0/+9
| * | | | | | | | enable touch events on all views if an item has touch enabledBradley T. Hughes2009-06-113-7/+26
| * | | | | | | | remove duplicated code and API (merge QTouchEvent and QGraphicsSceneTouchEvent)Bradley T. Hughes2009-06-117-557/+70
| * | | | | | | | another API review round: change Q*TouchEvent size() functions to return rect...Bradley T. Hughes2009-06-112-21/+22
| * | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-1011-1353/+1400
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-081-0/+2
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Compile on Windows againBradley T. Hughes2009-06-082-2/+6
| * | | | | | | | | | Some API changes after an API review roundBradley T. Hughes2009-06-056-91/+362
| * | | | | | | | | | Accept TouchBegin events by default if they are enabledBradley T. Hughes2009-06-051-3/+3
| * | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-051-2/+4
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-296-66/+209
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Don't try to maintain a current and active list of points for the app and wid...Bradley T. Hughes2009-05-282-56/+13
| * | | | | | | | | | | | When converting a touch event to graphicsscene event use lastPos instead of s...Denis Dzyubenko2009-05-271-1/+1
| * | | | | | | | | | | | Replaced ?: operator with a switch statement to make it more explicitDenis Dzyubenko2009-05-271-5/+11
| * | | | | | | | | | | | Make Qt::TouchPointState ORable, add Q*TouchEvent::touchPointStates()Bradley T. Hughes2009-05-274-64/+90
| * | | | | | | | | | | | Compile fix after conflict resolutionBradley T. Hughes2009-05-261-1/+1