summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview/qgraphicsview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Increase precision for QGraphicsView::AnchorUnderMouseThorbjørn Lindeijer2024-01-221-7/+6
* Doc: fix typo in QGraphicsView::rubberBandRect() method documentationDavid Faure2024-01-081-1/+1
* Tidy up qgraphicsview: use nullptr moreAnton Kudryavtsev2023-09-081-1/+1
* Add resetTransform to see also of setTransform in QGraphicsViewLeon Zhang2023-01-061-1/+1
* Support stereoscopic rendering with QGraphicsViewKristoffer Skau2022-12-011-113/+140
* QGraphicsView: fix jumping graphic items when dragging out of viewTaras Kachmaryk2022-11-261-22/+29
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-2/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Avoid rubberband artifacts under fractional DPR scalingEirik Aavitsland2022-05-041-1/+1
* Graphicsview: Avoid background clearing glitches under fractional DPREirik Aavitsland2022-04-061-0/+5
* Don't include qeventpoint_p.h from qevent_p.hMarc Mutz2022-01-141-0/+1
* QMutableEventPoint: add static overloads of settersMarc Mutz2022-01-081-1/+1
* Fix typo: alignment has an n in itEdward Welbourne2021-10-141-2/+2
* widgets: Fix typos in documentationJonas Kvinge2021-10-121-3/+3
* QGraphicsView: send timestamp information through QGraphicsSceneEventVolker Hilsheimer2021-08-261-0/+7
* Fix QScroller::scrollTo failing in QGraphicsView with movable itemChunLin Wang2021-08-201-1/+1
* QGraphicsProxyWidget: fix propagation of high-precision eventsVolker Hilsheimer2021-08-161-0/+3
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-1/+1
* Allow QMutableSinglePointEvent to be copy- and default-constructedVolker Hilsheimer2020-11-171-4/+3
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Fix QGraphicsView's abuse of QEvent's d-pointer in Leave event handlingVolker Hilsheimer2020-11-111-5/+4
* 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