summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove the indexing (BSP) logic from the sceneAlexis Menard2009-04-0714-452/+647
* Fixes: First step to remove the indexing logic inside the scene. This comm...Alexis Menard2009-04-073-62/+60
* 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: Autotest the scene index using the new items(QPointF) function.Ariya Hidayat2009-04-071-0/+14
* 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 autotest for moving rectangle between items.Ariya Hidayat2009-04-071-0/+29
* Fixes: Add autotest for overlapped rectanglesAriya Hidayat2009-04-071-0/+29
* 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-073-0/+116
* 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: Autotest for inserting non-overlapped items in the scene index.Ariya Hidayat2009-04-071-0/+22
* Fixes: Autotest for changing the index method of a scene.Ariya Hidayat2009-04-071-0/+21
* Fixes: Parametrize the test with potentially different indexing method.Ariya Hidayat2009-04-071-1/+27
* Fixes: Add a simple test for the scene index.Ariya Hidayat2009-04-073-0/+78
* 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-076-3/+167
* Use qIsFuzzyNull rather than qFuzzyCompareBjoern Erik Nilsen2009-04-073-7/+7
* Optimise QMatrix and QTransformLars Knoll2009-04-074-89/+220
* Add an internal qIsFuzzyNull(double) methodLars Knoll2009-04-071-0/+16
* Optimize QGraphicsItem::map(To|From)Parent(const QPainterPath)Bjoern Erik Nilsen2009-04-071-4/+6
* Add -qconfig support for non QWS builds.Robert Griebl2009-04-071-7/+8
* Added copyright headers for the new QWS keymap handling filesRobert Griebl2009-04-077-584/+149
* 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-0781-3555/+3856
|\
| * qmake: additional compiler options were written twice into vcproj filesJoerg Bornemann2009-04-071-2/+0
| * make shadow builds with default moc/ui dirs work againOswald Buddenhagen2009-04-073-0/+15
| * fix QMAKE_VAR_FIRST_ expansion in compiler flagsOswald Buddenhagen2009-04-071-1/+1
| * BT: Compile without QT3SUPPORTJens Bache-Wiig2009-04-071-1/+1
| * QLocalSocket will disconnect 30 seconds after a successful delayed connectBradley T. Hughes2009-04-072-13/+16
| * Compile.Norwegian Rock Cat2009-04-071-1/+1
| * BT: Fix regression when tooltips dissappear suddenly in Unified toolbarNorwegian Rock Cat2009-04-073-2/+37
| * Adds a few \warnings to the docs on do-not-use-for-performance-reasonsGunnar Sletta2009-04-074-5/+43
| * Works around a crash in q3richtext.Gunnar Sletta2009-04-071-1/+2
| * Fixes: Calling repaint() during a top-level resizeGunnar Sletta2009-04-071-10/+14