Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Doc: add documentation for new overloads, and mark old overloads that | Volker Hilsheimer | 2009-07-18 | 1 | -5/+57 | |
| * | | | | Doc: fix qdoc errors and clarify purpose of deviceTransform parameter | Volker Hilsheimer | 2009-07-16 | 1 | -13/+51 | |
| * | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Marius Bugge Monsen | 2009-07-14 | 1 | -8/+6 | |
| |\ \ \ \ | ||||||
| | * | | | | Make sure QGraphicsScene::update() only requires one event-loop | Bjørn Erik Nilsen | 2009-07-14 | 1 | -8/+6 | |
| * | | | | | Remove sendGestureEvent(). | Marius Bugge Monsen | 2009-07-14 | 1 | -68/+0 | |
| * | | | | | Add QGraphicsView::filtersChildEvents property. | Marius Bugge Monsen | 2009-07-14 | 1 | -1/+89 | |
| |/ / / / | ||||||
| * | | | | Merge commit 'qt/master' into graphicssceneindex | Bjørn Erik Nilsen | 2009-07-10 | 1 | -132/+28 | |
| |\ \ \ \ | ||||||
| | * | | | | Improved the support for input methods in Graphics View. | jasplin | 2009-07-03 | 1 | -5/+28 | |
| | * | | | | Refactored gesture api | Denis Dzyubenko | 2009-07-02 | 1 | -127/+0 | |
| * | | | | | QGraphicsItem not updated properly when moving parent. | Bjørn Erik Nilsen | 2009-07-10 | 1 | -2/+2 | |
| * | | | | | Painting artifacts when moving an item with partial updates. | Bjørn Erik Nilsen | 2009-07-10 | 1 | -24/+25 | |
| * | | | | | Rendering artifacts when hiding a QGraphicsItem. | Bjørn Erik Nilsen | 2009-07-09 | 1 | -0/+10 | |
| * | | | | | Reduce QTransform operations in Graphics View. | Bjørn Erik Nilsen | 2009-07-08 | 1 | -28/+58 | |
| * | | | | | Simplify QGraphicsScenePrivate::processDirtyItemsRecursive. | Bjørn Erik Nilsen | 2009-07-03 | 1 | -61/+74 | |
| * | | | | | More re-factoring of QGraphicsSceneIndex. | Bjørn Erik Nilsen | 2009-07-02 | 1 | -31/+15 | |
| * | | | | | Speedup item-lookup in Graphics View. | Bjørn Erik Nilsen | 2009-07-02 | 1 | -29/+23 | |
| * | | | | | Fix a regression with extended style option items. | Alexis Menard | 2009-07-01 | 1 | -4/+4 | |
| * | | | | | Compiler warning. | Bjørn Erik Nilsen | 2009-07-01 | 1 | -1/+1 | |
| * | | | | | Merge commit 'qt/master' into graphicssceneindex | Bjørn Erik Nilsen | 2009-07-01 | 1 | -1/+29 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Compiler warnings. | Bjørn Erik Nilsen | 2009-07-01 | 1 | -1/+1 | |
| | * | | | | Added QGraphicsScene::sendEvent(). | J-P Nurmi | 2009-07-01 | 1 | -0/+28 | |
| | | |_|/ | | |/| | | ||||||
| * | | | | Merge commit 'qt/master' into graphicssceneindex | Bjørn Erik Nilsen | 2009-07-01 | 1 | -1/+367 | |
| |\ \ \ \ | | |/ / / | ||||||
| * | | | | Partially revert 7fe4f8ff71cf09bbabbd3438ef637fe408a11c33 | Bjørn Erik Nilsen | 2009-06-30 | 1 | -5/+2 | |
| * | | | | More re-factoring of QGraphicsSceneIndex. | Bjørn Erik Nilsen | 2009-06-30 | 1 | -15/+5 | |
| * | | | | Graphics View: BSP tree cleanup. | Bjørn Erik Nilsen | 2009-06-29 | 1 | -2/+5 | |
| * | | | | Fix broken point item lookup in Graphics View. | Bjørn Erik Nilsen | 2009-06-26 | 1 | -3/+14 | |
| * | | | | Proper handling of scene rect in QGraphicsScene(Index). | Bjørn Erik Nilsen | 2009-06-26 | 1 | -39/+26 | |
| * | | | | Re-factor parts of the QGraphicsSceneBspTreeIndex. | Bjørn Erik Nilsen | 2009-06-25 | 1 | -17/+5 | |
| * | | | | Merge commit 'qt/master' into graphicssceneindex | Bjørn Erik Nilsen | 2009-06-23 | 1 | -137/+145 | |
| |\ \ \ \ | ||||||
| * | | | | | More work on getting autotests to pass. | Andreas Aardal Hanssen | 2009-06-23 | 1 | -9/+24 | |
| * | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph... | Alexis Menard | 2009-06-18 | 1 | -40/+74 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Move QGraphicsSceneBspTreeIndex into private headers (=> _p.h). | Andreas Aardal Hanssen | 2009-06-18 | 1 | -1/+1 | |
| * | | | | | | Move QGraphicsSceneLinearIndex into private headers (=> _p.h). | Andreas Aardal Hanssen | 2009-06-18 | 1 | -1/+1 | |
| * | | | | | | Move QGraphicsSceneIndex into private headers (=> _p.h). | Andreas Aardal Hanssen | 2009-06-18 | 1 | -2/+3 | |
| * | | | | | | Changes after first round of code reviewing. | Andreas Aardal Hanssen | 2009-06-18 | 1 | -78/+63 | |
| * | | | | | | More cleanups during code review. | Andreas Aardal Hanssen | 2009-06-17 | 1 | -104/+0 | |
| * | | | | | | Don't lose all the items when we switch item index method. | Andreas Aardal Hanssen | 2009-06-17 | 1 | -0/+3 | |
| * | | | | | | API / code review for QGraphicsSceneIndex (internal API). | Andreas Aardal Hanssen | 2009-06-17 | 1 | -77/+13 | |
| * | | | | | | Make eveything internal for now but ready to see the light. | Alexis Menard | 2009-06-17 | 1 | -1/+6 | |
| * | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph... | Alexis Menard | 2009-06-17 | 1 | -4/+5 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Remove old legacy and fix documentation. | Alexis Menard | 2009-06-16 | 1 | -7/+5 | |
| * | | | | | | | Fix all documentation warnings. | Alexis Menard | 2009-06-16 | 1 | -13/+37 | |
| * | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph... | Alexis Menard | 2009-06-16 | 1 | -27/+40 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Kill items_helper and child_items_helper for ever. We have now | Alexis Menard | 2009-06-15 | 1 | -0/+5 | |
| * | | | | | | | | Kill one items_helper + one childItem helper and use the new | Alexis Menard | 2009-06-11 | 1 | -4/+1 | |
| * | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph... | Alexis Menard | 2009-06-11 | 1 | -334/+607 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph... | Alexis Menard | 2009-06-09 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | ||||||
| * | | | | | | | | | Fix doc and auto-test regression. | Alexis Menard | 2009-06-04 | 1 | -1/+1 | |
| * | | | | | | | | | Remove the sorting cache from the QGraphicsScene and move it to the BSP. | Alexis Menard | 2009-06-03 | 1 | -185/+15 | |
| * | | | | | | | | | Fix all auto-tests regressions. | Alexis Menard | 2009-06-02 | 1 | -6/+9 | |