summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsscene.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add an API to know the indexed rect of the index.Alexis Menard2009-05-291-1/+1
* First bunch of changes after an very first API reviewAlexis Menard2009-05-291-530/+88
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph...Alexis Menard2009-05-291-62/+26
|\
| * Avoid deep copies of pixmaps when using cache in QGraphicsView.Alexis Menard2009-05-271-13/+15
| * Fix a leak because of an old legacy of QPixmapCache string APIAlexis Menard2009-05-221-4/+1
| * Add an extension to QPixmapCache to get rid of strings.Alexis Menard2009-05-181-12/+19
| * Graphics View Optimization: Use a simple style option by default.Bjoern Erik Nilsen2009-05-151-32/+2
| * Merge branch '4.5'Thiago Macieira2009-05-141-17/+4
| |\
| | * Fix QGraphicsItem::deviceTransform() to also work with normal items.Andreas Aardal Hanssen2009-05-141-17/+4
| * | Fix sending of double-click events after explicit grab-ungrab.Andreas Aardal Hanssen2009-05-141-1/+2
* | | Fix deletion of indexed items, and fix comments.Alexis Menard2009-05-051-4/+5
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph...Alexis Menard2009-05-051-6/+34
|\ \ \ | |/ /
| * | Merge branch '4.5'Rhys Weatherley2009-04-211-1/+3
| |\ \ | | |/
| | * BT: Revert "Fixes: Don't fill the pixmap because we will copy the cache in...Andreas Aardal Hanssen2009-04-211-1/+3
| | * We don't need to call two times itemChange when an item is deleted.Alexis Menard2009-04-211-6/+0
| * | Fix two bugs in Graphics View's mouse grab logics + add autotests.Andreas Aardal Hanssen2009-04-171-3/+10
| * | Merge commit 'origin/4.5'Olivier Goffart2009-04-151-0/+19
| |\ \ | | |/
| | * QGraphicsItem: When an item is deleted and eventfilters installedAlexis Menard2009-04-141-0/+19
| * | Rename qIsFuzzyNull to qFuzzyIsNullBjoern Erik Nilsen2009-04-081-2/+2
* | | Remove the indexing (BSP) logic from the sceneAlexis Menard2009-04-071-360/+30
* | | Fixes: First step to remove the indexing logic inside the scene. This comm...Alexis Menard2009-04-071-61/+56
* | | Fixes: Move the bsp depth variable to the BSP tree class.Ariya Hidayat2009-04-071-4/+12
* | | Fixes: Recreate the index properly when switching the index method.Ariya Hidayat2009-04-071-3/+28
* | | Fixes: Recreate the BSP tree properly.Ariya Hidayat2009-04-071-5/+3
* | | Fixes: Own our internal scene index so we do not need to explicitly delete...Ariya Hidayat2009-04-071-4/+3
* | | Fixes: 'delete' always works even with null pointer.Ariya Hidayat2009-04-071-2/+1
* | | Fixes: The bsp and customs index share the same pointerAlexis Menard2009-04-071-29/+37
* | | Fixes: Remove from the custom index too (this will change anyway)Alexis Menard2009-04-071-2/+7
* | | Fixes: Make the bsp tree inherits from the new APIAlexis Menard2009-04-071-3/+3
* | | Fixes: Some API adjusmentsAlexis Menard2009-04-071-3/+3
* | | Fixes: Some modifications after a talk with AriyaAlexis Menard2009-04-071-3/+4
* | | Fixes: Initial work on an API to allow a custom/indexing on the QGraphicsS...Alexis Menard2009-04-071-6/+45
|/ /
* | Disable mouse tracking in QGraphicsView if possible.Bjoern Erik Nilsen2009-04-071-0/+24
* | Use qIsFuzzyNull rather than qFuzzyCompareBjoern Erik Nilsen2009-04-071-2/+2
* | Merge commit 'origin/4.5'Bjoern Erik Nilsen2009-04-071-106/+255
|\ \ | |/
| * Fixes: Optimize the way we adjust rectangles.Bjoern Erik Nilsen2009-04-061-28/+48
| * Fixes: Minimize QVariant overhead related to QGraphicsItem::itemChange.Bjoern Erik Nilsen2009-04-061-11/+13
| * Optimise QGraphicsScene/View::items(const QPointF &pos)Lars Knoll2009-04-061-12/+82
| * Fixes: Don't bother updating hidden items.Bjoern Erik Nilsen2009-04-061-0/+3
| * Fixes: Don't bother processing items that are clipped away.Bjoern Erik Nilsen2009-04-061-52/+64
| * Fixes: Get rid of lots of calls to qFuzzyCompare.Bjoern Erik Nilsen2009-04-061-3/+3
| * Fixes: Cleanup/Optimize QGraphicsView::findItems.Bjoern Erik Nilsen2009-04-061-19/+61
| * Fixes: Don't fill the pixmap because we will copy the cache into it.Alexis Menard2009-04-061-3/+1
| * Fixes: Get rid of a gazillion calls to QTransform::operator*=.Bjoern Erik Nilsen2009-04-061-2/+3
| * Fixes: Use QRect::isEmpty() rather than isNull() if possible.Bjoern Erik Nilsen2009-04-061-1/+1
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-021-4/+7
|\ \ | |/
| * Fix slowdown regression in QGraphicsItem::ItemCoordinateCacheAndreas Aardal Hanssen2009-04-021-4/+7
| * Long live Qt 4.5!Lars Knoll2009-03-231-0/+5360
* Long live Qt!Lars Knoll2009-03-231-0/+5377