summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview/qgraphicsview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Track grab state in QPointingDevicePrivate::activePointsShawn Rutledge2020-09-161-1/+2
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-101-1/+1
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-12/+3
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-2/+2
* Use QList instead of QVector in widgetsJarek Kobus2020-07-021-1/+1
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-2/+0
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-19/+19
* Reduce QDesktopWidget API to bare minimumVolker Hilsheimer2020-05-151-1/+1
* Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)Joerg Bornemann2020-04-211-1/+1
* Remove deprecated members from graphics view classesVolker Hilsheimer2020-04-161-2/+0
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-081-4/+4
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-4/+4
| |\
| | * Doc: replace deprecated references to QGLWidgetChristian Ehrlicher2020-03-201-4/+4
* | | Override virtual method in private class instead of downcastingVolker Hilsheimer2020-04-081-0/+20
* | | QGraphicsView: consistently use ranged for and iteratorsVolker Hilsheimer2020-04-081-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-0/+1
|\|
| * Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-061-0/+1
* | Remove various traces of QGLJohan Klokkhammer Helsing2020-02-281-1/+1
* | Get rid of QMatrixJarek Kobus2020-02-281-70/+0
|/
* QGraphicsView: Clear the rubber band when dragMode changesVolker Hilsheimer2020-02-251-14/+26
* QGraphicsProxyWidgets: document that using OpenGL comes with limitationsVolker Hilsheimer2020-02-211-0/+4
* Deprecate all methods that use QMatrixJarek Kobus2020-01-281-0/+16
* Doc/QtWidgets: replace some 0 with \nullptrChristian Ehrlicher2020-01-261-1/+1
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-4/+4
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-15/+15
* Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-221-2/+1
* Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-3/+3
* Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-10/+2
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-171-2/+2
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-121-2/+2
| |\
| | * Don't set the mouse cursor for items that are disabledVolker Hilsheimer2019-07-081-2/+2
* | | Finish deprecating obsolete members of QWheelEventShawn Rutledge2019-07-121-4/+5
* | | QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-28/+28
|/ /
* / QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-021-1/+1
|/
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-1/+1
|\
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-1/+1
* | QGraphicsView: Create high-dpi background pixmapMorten Johan Sørvig2018-04-261-3/+11
* | GraphicsView: use range-based for instead of foreachAnton Kudryavtsev2018-04-151-1/+1
|/
* Set the ellipseDiameters back to the original size in QGraphicsViewAndy Shaw2018-02-081-2/+4
* Reduce usage of QDesktopWidget to resolve screen properties in QtWidgetsTor Arne Vestbø2017-08-181-1/+2
* Convert features.graphicsview to QT_[REQUIRE_]CONFIGStephan Binner2017-08-151-4/+0
* Convert features.rubberband to QT_[REQUIRE_]CONFIGStephan Binner2017-07-111-9/+9
* Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-2/+2
* Fix build with -no-feature-draganddropPaul Olav Tvete2017-03-011-17/+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 devEdward Welbourne2016-07-191-3/+3
|\
| * Widgets: use const (and const APIs) moreAnton Kudryavtsev2016-07-051-3/+3
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-1/+1
| |\
| | * QGraphicsView: clarify documentation for viewportTransformGiuseppe D'Angelo2016-04-021-1/+1