summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multitouchBradley T. Hughes2009-05-188-33/+169
|\
| * More improvement to gesture propagation (still no graphicsview).Denis Dzyubenko2009-05-181-1/+1
| * implemented gestures support in graphicsview for QGraphicsItems andDenis Dzyubenko2009-05-188-32/+168
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-186-197/+126
|\ \ | |/ |/|
| * Add an extension to QPixmapCache to get rid of strings.Alexis Menard2009-05-183-22/+26
| * Graphics View Optimization: Use a simple style option by default.Bjoern Erik Nilsen2009-05-157-156/+90
| * Merge branch '4.5'Thiago Macieira2009-05-143-28/+10
| |\
| | * Fix QGraphicsItem::deviceTransform() to also work with normal items.Andreas Aardal Hanssen2009-05-143-28/+10
| * | Fix sending of double-click events after explicit grab-ungrab.Andreas Aardal Hanssen2009-05-141-1/+2
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-132-9/+10
|\ \ \ | |/ /
| * | Merge branch '4.5'Thiago Macieira2009-05-131-0/+1
| |\ \ | | |/
| | * Reset the 'connectedToScene' flag when changing the scene of a viewLeonardo Sobral Cunha2009-05-131-0/+1
| * | Fixed dumping so that we dump both q_yy and q_xx instead of q_yy twice.Jan-Arve Sæther2009-05-121-1/+1
| * | Don't overwrite q_yy with q_xx when we are dumping the layout.Jan-Arve Sæther2009-05-121-9/+9
* | | Implement QEvent::GraphicsSceneTouchBegin propagationBradley T. Hughes2009-05-132-6/+69
* | | Support multiple touch targets in QGraphicsViewBradley T. Hughes2009-05-137-436/+214
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-122-2/+2
|\ \ \ | |/ /
| * | Fixed 71 symbols exported that didn't need to be.Thierry Bastian2009-05-112-2/+2
* | | Added missing \since 4.6 doc tagDenis Dzyubenko2009-05-112-1/+12
* | | Added accept* method to QGraphicsSceneGestureEvent as well.Denis Dzyubenko2009-05-112-0/+57
* | | Fixed gesture event propagation to QGraphicsItems.Denis Dzyubenko2009-05-111-9/+14
* | | Removed all weird qHash usage for gesture identification.Denis Dzyubenko2009-05-111-5/+4
* | | renamed QGesture::gestureType() to just type() and fixed the doc.Denis Dzyubenko2009-05-111-1/+1
* | | Removed QWidget::gestureEvent() functions since adding a new virtualDenis Dzyubenko2009-05-112-37/+32
* | | Removed the use of QSharedPointer from gesture api - since QGestureDenis Dzyubenko2009-05-112-8/+7
* | | More documentation fixes.Denis Dzyubenko2009-05-113-34/+70
* | | De-inlined functions in gesture events.Denis Dzyubenko2009-05-112-28/+63
* | | Modifications after the api review by Brad.Denis Dzyubenko2009-05-116-43/+50
* | | Moved the code that translated QGestureEvent toDenis Dzyubenko2009-05-111-10/+13
* | | Added QGraphicsSceneGestureEvent that extends plain QGestureEvent byDenis Dzyubenko2009-05-116-24/+214
* | | Fixes: improved gesture manager event filtering.Denis Dzyubenko2009-05-113-6/+19
* | | Fixes: QGraphicsView respects the spontaneous event flag for graphicsscene e...Denis Dzyubenko2009-05-112-4/+7
* | | Merge of the maemo-gestures branch onto qt/4.5.0Denis Dzyubenko2009-05-117-2/+113
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-05-088-283/+335
|\ \ \ | |/ /
| * | Merge branch '4.5'Thiago Macieira2009-05-071-2/+2
| |\ \ | | |/
| | * Compiler warnings (Mac/Carbon)Bjoern Erik Nilsen2009-05-071-2/+2
| * | Reduced memory footprint of QGraphicsWidget.jasplin2009-05-075-259/+298
| * | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-05-063-22/+35
| |\ \ | | |/
| | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Geir Vattekar2009-05-063-14/+15
| | |\
| | | * QGraphicsItem::setOpacity(0.0) does not trigger an update.Bjoern Erik Nilsen2009-05-063-14/+15
| | * | Doc: Updated docs for collision between QGraphicsItemsGeir Vattekar2009-05-061-8/+20
| | |/
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-05-061-4/+0
|\ \ \ | |/ /
| * | Partially revert 37c72476fc444d3089075473cb4e9aa42ed64694Bjoern Erik Nilsen2009-05-051-4/+0
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-241-3/+1
|\ \ \ | |/ /
| * | Remove the Direct3D engine.Gunnar Sletta2009-04-241-3/+1
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-232-7/+35
|\ \ \ | |/ /
| * | Fix bugs in QGraphicsItem::childrenBoundingRect()Andreas Aardal Hanssen2009-04-232-7/+35
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-235-13/+22
|\ \ \ | |/ /
| * | Merge branch '4.5'Rhys Weatherley2009-04-212-2/+16
| |\ \ | | |/
| | * BT: Revert "Fixes: Don't fill the pixmap because we will copy the cache in...Andreas Aardal Hanssen2009-04-211-1/+3