summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsscene.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-graphi...Ariya Hidayat2009-06-051-0/+2
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Another n-th attempt at making an API for the effect framework.Ariya Hidayat2009-06-021-9/+88
* | | | | | | | | | | Merge commit 'qt/master'Jason Barron2009-08-201-7/+10
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | Improve memory usage of the connectionlists inside QObjectOlivier Goffart2009-08-191-7/+10
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge commit 'qt/master'Jason Barron2009-08-181-10/+6
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-2/+1
| * | | | | | | | | Merge QGV delta from kinetic-declarativeui into master.Andreas Aardal Hanssen2009-08-171-3/+4
| | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Fix focus proxy deletion bugs/crashes in QGraphicsItem.Andreas Aardal Hanssen2009-08-131-5/+1
* | | | | | | | | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge commit 'qt/master-stable'Jason Barron2009-08-041-4/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | extend the QObjectPrivate::connectedSignals bitfield to make spaceAaron Kennedy2009-07-311-4/+4
* | | | | | | | Merge commit 'qt/master-stable'Jason Barron2009-07-301-0/+11
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Ensure hover enter events are dispatched on mouse press.Andreas Aardal Hanssen2009-07-291-0/+7
| * | | | | | | Fix remaining autotest failures in tst_QGraphicsWidgetAndreas Aardal Hanssen2009-07-291-0/+4
* | | | | | | | Merge commit 'qt/master-stable'Jason Barron2009-07-281-9/+27
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Add QGraphicsItem::ItemAutoDetectsFocusProxy and improve subfocus support.Andreas Aardal Hanssen2009-07-271-5/+24
| * | | | | | | Doc: Replace QMatrix with QTransform and respective functions in various places.Volker Hilsheimer2009-07-251-1/+1
| * | | | | | | Specify widget when calling QToolTip::showText() to make sure the tool tip en...Thomas Sondergaard2009-07-241-3/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Compile fixes after latest merge of 4.6.Jason Barron2009-07-281-1/+1
* | | | | | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-1532/+628
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Add QGraphicsItem::focusProxy(), focus proxy support.Andreas Aardal Hanssen2009-07-231-43/+63
| * | | | | | Doc: documentation for boolean properties should say what happens whenVolker Hilsheimer2009-07-211-5/+7
| * | | | | | Doc: make potentially incorrect overloads obsolete.Volker Hilsheimer2009-07-211-1/+22
| | |_|_|/ / | |/| | | |
| * | | | | Doc: add \since 4.6 for new APIsVolker Hilsheimer2009-07-191-0/+2
| * | | | | Doc: add documentation for new overloads, and mark old overloads thatVolker Hilsheimer2009-07-181-5/+57
| * | | | | Doc: fix qdoc errors and clarify purpose of deviceTransform parameterVolker Hilsheimer2009-07-161-13/+51
| * | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtMarius Bugge Monsen2009-07-141-8/+6
| |\ \ \ \ \
| | * | | | | Make sure QGraphicsScene::update() only requires one event-loopBjørn Erik Nilsen2009-07-141-8/+6
| * | | | | | Remove sendGestureEvent().Marius Bugge Monsen2009-07-141-68/+0
| * | | | | | Add QGraphicsView::filtersChildEvents property.Marius Bugge Monsen2009-07-141-1/+89
| |/ / / / /
| * | | | | Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-101-132/+28
| |\ \ \ \ \
| | * | | | | Improved the support for input methods in Graphics View.jasplin2009-07-031-5/+28
| | * | | | | Refactored gesture apiDenis Dzyubenko2009-07-021-127/+0
| * | | | | | QGraphicsItem not updated properly when moving parent.Bjørn Erik Nilsen2009-07-101-2/+2
| * | | | | | Painting artifacts when moving an item with partial updates.Bjørn Erik Nilsen2009-07-101-24/+25
| * | | | | | Rendering artifacts when hiding a QGraphicsItem.Bjørn Erik Nilsen2009-07-091-0/+10
| * | | | | | Reduce QTransform operations in Graphics View.Bjørn Erik Nilsen2009-07-081-28/+58
| * | | | | | Simplify QGraphicsScenePrivate::processDirtyItemsRecursive.Bjørn Erik Nilsen2009-07-031-61/+74
| * | | | | | More re-factoring of QGraphicsSceneIndex.Bjørn Erik Nilsen2009-07-021-31/+15
| * | | | | | Speedup item-lookup in Graphics View.Bjørn Erik Nilsen2009-07-021-29/+23
| * | | | | | Fix a regression with extended style option items.Alexis Menard2009-07-011-4/+4
| * | | | | | Compiler warning.Bjørn Erik Nilsen2009-07-011-1/+1
| * | | | | | Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-011-1/+29
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Compiler warnings.Bjørn Erik Nilsen2009-07-011-1/+1
| | * | | | | Added QGraphicsScene::sendEvent().J-P Nurmi2009-07-011-0/+28
| | | |_|/ / | | |/| | |
| * | | | | Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-011-1/+367
| |\ \ \ \ \ | | |/ / / /
| * | | | | Partially revert 7fe4f8ff71cf09bbabbd3438ef637fe408a11c33Bjørn Erik Nilsen2009-06-301-5/+2
| * | | | | More re-factoring of QGraphicsSceneIndex.Bjørn Erik Nilsen2009-06-301-15/+5
| * | | | | Graphics View: BSP tree cleanup.Bjørn Erik Nilsen2009-06-291-2/+5