summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview/qgraphicsscene.cpp
Commit message (Expand)AuthorAgeFilesLines
* Deprecate all methods that use QMatrixJarek Kobus2020-01-281-1/+0
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-4/+4
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-72/+72
* QGraphicsItem: Fix mouse tracking with modal panelsPaul Olav Tvete2019-12-051-2/+10
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-241-3/+10
|\
| * Fix QGraphicsScene::update() performanceAndre de la Rocha2019-10-111-3/+10
* | Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-14/+1
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-121-1/+1
|\|
| * [Doc] Fix minor typosSze Howe Koh2019-07-101-1/+1
* | QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-12/+12
* | Deprecate conversion functions between QList and QSetLars Knoll2019-05-071-5/+5
|/
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-161-1/+1
|\
| * Fix effects for highdpi graphical itemsAlexander Volkov2019-04-101-1/+1
* | Fix some qdoc warningsFriedemann Kleint2019-03-151-0/+3
* | Doc: replace 0 with \nullptr in documentationChristian Ehrlicher2019-03-131-2/+2
* | Fix can not -> cannotRobert Loehning2019-02-251-1/+1
* | QtWidgets/Graphics-/ItemViews: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-051-0/+2
* | QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-021-21/+22
|/
* QGraphicsScene: Make focusing on touchBegin optionalUlf Hermann2018-10-041-26/+65
* QGraphicsScene::update(): Keep the list of updatedRects() uniqueFriedemann Kleint2018-09-281-1/+2
* QGraphicsView: Improve high-DPI item cachingMorten Johan Sørvig2018-04-261-11/+20
* GraphicsView: use range-based for instead of foreachAnton Kudryavtsev2018-04-151-1/+1
* Fix touch point positions of non-transformable QGraphicsItemsFriedemann Kleint2018-02-201-8/+18
* doc: Fix many qdoc warnings, mostly missing return typesMartin Smith2018-01-241-1/+1
* Convert features.graphicsview to QT_[REQUIRE_]CONFIGStephan Binner2017-08-151-4/+0
* Convert features.graphicseffect to QT_[REQUIRE_]CONFIGStephan Binner2017-07-111-3/+4
* Fix warning for -no-feature-gesturesStephan Binner2017-04-191-2/+2
* Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-2/+2
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-5/+6
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-281-4/+5
| |\
| | * QGraphicsScene: don't search for nullptrMarc Mutz2016-09-241-4/+5
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-231-2/+2
| |\|
| | * QGraphicsScene: Fix UB (invalid cast) in Private::ungrabMouse()Marc Mutz2016-09-221-1/+1
| | * QGraphicsScene: Fix UB (invalid cast) in removeItemHelper()Marc Mutz2016-09-221-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-30/+30
|\| |
| * | Widgets: use const (and const APIs) moreAnton Kudryavtsev2016-07-051-30/+30
* | | Fix Infinite loop in QGraphicsScene::focusNextPrevChildJoão de Deus Morgado2016-06-071-1/+3
* | | QtWidgets: use new QRegion::begin()/end() instead of rect()Marc Mutz2016-03-021-2/+1
|/ /
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QGraphicsView: replace some Q_FOREACH loops over const locals with C++11 rang...Marc Mutz2015-12-231-15/+15
* | QGraphicsView: replace some Q_FOREACH loops over rvalues with C++11 range-forMarc Mutz2015-12-231-25/+46
* | Optimize a code path in QGraphicsScenePrivate::cancelGesturesForChildren()Marc Mutz2015-12-221-19/+20
* | QGraphicsScene: don't build a temporary QList just to iterate over itMarc Mutz2015-12-221-7/+4
* | QGraphicsScene: prevent lots of detaching d/t editing of copiesMarc Mutz2015-12-221-4/+1
* | QGraphicsScene: replace QList::prepend()s with appends()Marc Mutz2015-12-171-3/+3
* | qevent.h: Add fixme comments to remove include directives for Qt 6.Friedemann Kleint2015-10-021-0/+1
|/
* Fix invocations of static methods of QGuiApplication/QApplication.Friedemann Kleint2015-02-251-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-2/+2
* Extend selections in QGraphicsView when selection extension key downAndy Maloney2015-01-131-4/+34