summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* Remove sendGestureEvent().Marius Bugge Monsen2009-07-141-68/+0
* Add QGraphicsView::filtersChildEvents property.Marius Bugge Monsen2009-07-145-9/+149
* Cut-off in QGraphicsView not hit if setting a scene rect.Bjørn Erik Nilsen2009-07-131-1/+1
* Fixed linking of QtSvg with MSVC.Rohan McGovern2009-07-132-18/+17
* build fix on windowsThierry Bastian2009-07-111-0/+1
* Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-1012-617/+91
|\
| * Improved the support for input methods in Graphics View.jasplin2009-07-039-10/+90
| * Refactored gesture apiDenis Dzyubenko2009-07-0210-611/+1
| * doc: Corrected several qdoc warnings.Martin Smith2009-07-021-1/+4
| * doc: Corrected several qdoc warnings.Martin Smith2009-07-021-17/+18
* | 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
| |\ \ \ \ \ \ \ \