summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview/qgraphicsscene.cpp
Commit message (Expand)AuthorAgeFilesLines
* Track grab state in QPointingDevicePrivate::activePointsShawn Rutledge2020-09-161-1/+3
* Doc: Clean up widget snippets projectPaul Wicking2020-09-101-1/+1
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-251-10/+10
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-17/+13
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-7/+5
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-1/+0
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-8/+8
* Fix UB in QGraphicsScene::wheelEvent()Lars Knoll2020-05-291-1/+2
* Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)Joerg Bornemann2020-04-211-2/+4
* Remove deprecated members from graphics view classesVolker Hilsheimer2020-04-161-89/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-111-4/+0
|\
| * Remove more calls to deprecated TouchPoint functionsShawn Rutledge2020-04-091-4/+0
* | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-081-1/+1
|\|
| * Doc: replace deprecated references to QGLWidgetChristian Ehrlicher2020-03-201-1/+1
* | QGraphicsView: consistently use ranged for and iteratorsVolker Hilsheimer2020-04-081-135/+131
|/
* Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-061-0/+1
* 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