summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* Fixes: Move the bsp depth variable to the BSP tree class.Ariya Hidayat2009-04-073-5/+15
* 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-072-5/+3
* Fixes: 'delete' always works even with null pointer.Ariya Hidayat2009-04-071-2/+1
* Fixes: QGraphicsSceneIndex now inherits from QObjectAriya Hidayat2009-04-075-8/+15
* Fixes: Add new virtual QGraphicsSceneIndex::items(QPointF)Alexis Menard2009-04-073-2/+10
* Fixes: The bsp and customs index share the same pointerAlexis Menard2009-04-072-31/+41
* Fixes: Remove from the custom index too (this will change anyway)Alexis Menard2009-04-071-2/+7
* Fixes: Add API documentation for QGraphicsSceneIndexAriya Hidayat2009-04-071-0/+80
* Fixes: New updateItem(s) function with default implementation (of removing...Ariya Hidayat2009-04-072-0/+13
* Fixes: Added linear scene index class. Not used yet.Ariya Hidayat2009-04-072-0/+111
* Fixes: Make some BSP tree functions as 'private'.Ariya Hidayat2009-04-071-2/+5
* Fixes: Initialize the BSP tree if it has not been initialized before.Ariya Hidayat2009-04-071-4/+8
* Fixes: Mark the BSP tree class so we can autotest it.Ariya Hidayat2009-04-071-1/+1
* Fixes: Default implementation for QGraphicsSceneIndex::removeItems and QGr...Alexis Menard2009-04-074-10/+16
* Fixes: Make the bsp tree inherits from the new APIAlexis Menard2009-04-075-18/+41
* Fixes: Some API adjusmentsAlexis Menard2009-04-072-7/+7
* Fixes: Some modifications after a talk with AriyaAlexis Menard2009-04-074-6/+20
* Fixes: Adapt a bit the public APIAlexis Menard2009-04-071-2/+1
* Fixes: Initial work on an API to allow a custom/indexing on the QGraphicsS...Alexis Menard2009-04-076-6/+198
* Disable mouse tracking in QGraphicsView if possible.Bjoern Erik Nilsen2009-04-075-2/+67
* Use qIsFuzzyNull rather than qFuzzyCompareBjoern Erik Nilsen2009-04-073-7/+7
* Optimize QGraphicsItem::map(To|From)Parent(const QPainterPath)Bjoern Erik Nilsen2009-04-071-4/+6
* compile fix with namespaceshjk2009-04-071-3/+3
* Wrong merge after 6e13559503040963c28dd8f5b6881e3a2b9d5596.Bjoern Erik Nilsen2009-04-071-8/+8
* Merge commit 'origin/4.5'Bjoern Erik Nilsen2009-04-079-427/+850
|\
| * Adds a few \warnings to the docs on do-not-use-for-performance-reasonsGunnar Sletta2009-04-071-2/+6
| * Fixup update rect regression by adjusting expose rectangles.Andreas Aardal Hanssen2009-04-061-8/+34
| * Fixes: Wrong adjustment of rect added in 0aa2ef27249dc8e782c2942340776bb19...Bjoern Erik Nilsen2009-04-061-3/+2
| * Fixes: We have to adjust the item's bounding rect.Bjoern Erik Nilsen2009-04-061-2/+16
| * Fixes: Optimize the way we adjust rectangles.Bjoern Erik Nilsen2009-04-062-47/+68
| * Fixes: Partially revert 9b0af2395c84a6895a5ce6368f151d4ec00c8755Bjoern Erik Nilsen2009-04-061-2/+2
| * Fixes: Minimize QVariant overhead related to QGraphicsItem::itemChange.Bjoern Erik Nilsen2009-04-062-43/+51
| * Optimise QGraphicsScene/View::items(const QPointF &pos)Lars Knoll2009-04-063-14/+88
| * Fixes: Simplify the cut-offs and be more agressive :-)Bjoern Erik Nilsen2009-04-063-42/+68
| * Fixes: Discard update requests if possible.Bjoern Erik Nilsen2009-04-062-10/+35
| * Fixes: Don't bother updating hidden items.Bjoern Erik Nilsen2009-04-062-1/+4
| * Fixes: Do not update children if not required.Bjoern Erik Nilsen2009-04-061-1/+2
| * Fixes: Don't check the force boolean.Bjoern Erik Nilsen2009-04-061-1/+1
| * Fixes: Minimize QVariant constr/destr in setPosHelper.Bjoern Erik Nilsen2009-04-061-2/+3
| * Fixes: Optimize QGraphicsViewPrivate::itemUpdated.Bjoern Erik Nilsen2009-04-061-21/+19
| * Fixes: Discard update requests if possible.Bjoern Erik Nilsen2009-04-063-21/+44
| * Fixes: Don't bother processing items that are clipped away.Bjoern Erik Nilsen2009-04-062-52/+67
| * Fixes: Optimization: Clip path is empty if the bounding rect is empty.Bjoern Erik Nilsen2009-04-061-1/+10
| * Fixes: Clever invalidating of the cached clip path.Bjoern Erik Nilsen2009-04-062-13/+129
| * Fixes: Compile on funky scratchbox ARM compiler.Bjoern Erik Nilsen2009-04-061-1/+1
| * Fixes: Get rid of lots of calls to qFuzzyCompare.Bjoern Erik Nilsen2009-04-062-3/+9
| * Fixes: Only use the parent's cached clip path if it is clipped.Bjoern Erik Nilsen2009-04-061-2/+3
| * Add a cut-off for simple rectangle lookups.Andreas Aardal Hanssen2009-04-061-0/+5