summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview/qgraphicsscene.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* Include what you need: <QPointer>Marc Mutz2023-10-121-0/+2
* QGraphicsScene: use const methods moreAnton Kudryavtsev2023-09-081-1/+1
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-281-1/+1
* QGraphicsView: remove even more vestiges of QtDeclarative1Giuseppe D'Angelo2023-01-181-9/+5
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-39/+39
* Port from container.count()/length() to size()Marc Mutz2022-10-041-2/+2
* QGraphicsScene::render: fix int/qsizetype mismatchThiago Macieira2022-08-081-3/+3
* QGraphicsScene: respect that items can override selection changesVolker Hilsheimer2022-06-201-3/+8
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* When clearing selected items, iterate over a copy of the QSetVolker Hilsheimer2022-03-181-2/+4
* Don't include qeventpoint_p.h from qevent_p.hMarc Mutz2022-01-141-0/+1
* QMutableEventPoint: add static overloads of settersMarc Mutz2022-01-081-2/+2
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-151-7/+7
* widgets: Fix typos in documentationJonas Kvinge2021-10-121-6/+6
* Forward touchEvents to children inside QGraphicsProxyWidgetVolker Hilsheimer2021-09-061-2/+4
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-1/+1
* Fix z-value of QGraphicsItems being ignored during drawQiang Li2021-02-281-1/+1
* Fix QGraphicsView's abuse of QEvent's d-pointer in Leave event handlingVolker Hilsheimer2020-11-111-2/+8
* Rename remaining QEvent variables to m_ convention; init m_reservedShawn Rutledge2020-11-101-3/+3
* Fix Clang compiler warnings (-Wrange-loop-analysis)David Skoland2020-10-171-3/+3
* Fix compiler warnings from deprecated QTouchEvent::touchPointsVolker Hilsheimer2020-09-231-5/+5
* QGraphicsView:QGraphicstextitem show error after lose focusZhang Hao2020-09-181-1/+5
* 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
|/