summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Aaron Kennedy2009-07-2311-95/+245
|\
| * Doc: documentation for boolean properties should say what happens whenVolker Hilsheimer2009-07-211-5/+7
| * Doc: make potentially incorrect overloads obsolete.Volker Hilsheimer2009-07-212-3/+25
| * Doc: fix links between QGraphicsItem and QTouchEventVolker Hilsheimer2009-07-201-3/+3
| * doc: Changed several \reimp to \internalMartin Smith2009-07-201-1/+1
| * Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-201-1/+1
| |\
| | * Fix the hand scrolling in QGraphicsView that will stop unexpectedly.Alexis Menard2009-07-201-1/+1
| * | Compile fix with namepaceshjk2009-07-203-16/+13
| * | Doc: A few cleanups, fixes and improvements.Volker Hilsheimer2009-07-191-5/+5
| * | Doc: add \since 4.6 for new APIsVolker Hilsheimer2009-07-194-8/+24
| * | Doc: add documentation for new overloads, and mark old overloads thatVolker Hilsheimer2009-07-181-5/+57
| * | Doc: fix qdoc errors and clarify purpose of deviceTransform parameterVolker Hilsheimer2009-07-163-39/+58
| * | With license it's better.Alexis Menard2009-07-161-0/+41
| * | Update the license header in a few more placesThiago Macieira2009-07-162-2/+2
| * | QGraphicsItems not painted after QGraphicsScene::clear().Bjoern Erik Nilsen2009-07-151-0/+1
| * | Fix license header in new files - make testcase pass.Volker Hilsheimer2009-07-153-9/+9
* | | unify z-value handling in graphics and fx items.Lars Knoll2009-07-223-3/+15
* | | More cleanups in QFxItemLars Knoll2009-07-221-1/+1
* | | First round of cleanups for QFxItemLars Knoll2009-07-221-2/+2
* | | Fix compilation after change 6626a9Leonardo Sobral Cunha2009-07-171-0/+1
* | | CompileEskil Abrahamsen Blomfeldt2009-07-172-1/+1
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-165-34/+38
|\ \ \
| * \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-07-158-43/+119
| |\ \ \ | | |/ /
| | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtMarius Bugge Monsen2009-07-143-15/+19
| | |\ \
| | | * | Make sure QGraphicsScene::update() only requires one event-loopBjørn Erik Nilsen2009-07-143-15/+19
| | * | | 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
* | | | Get KeyProxy working correctly with focus realms.Michael Brasser2009-07-162-0/+16
* | | | Fix bad merge of flags.Michael Brasser2009-07-151-2/+2
* | | | Add experimental FocusRealm support.Michael Brasser2009-07-154-19/+115
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-1317-1785/+2801
|\ \ \ \ | |/ / /
| * | | Merge commit 'qt/master' into kinetic-declarativeuiBjørn Erik Nilsen2009-07-1017-1781/+2801
| |\ \ \ | | |/ /
| | * | Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-1012-617/+91
| | |\ \
| | * | | 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