summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview/qgraphicsitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Consistently check for nullptr in QGraphicsTextItem::inputMethodQueryVolker Hilsheimer2021-03-191-8/+10
* Doc: Add missing brief statements for \property documentationTopi Reinio2020-11-121-2/+2
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-101-1/+1
* QStyleOptionGraphicsItem: remove deprecated member matrix/levelOfDetailChristian Ehrlicher2020-09-061-11/+3
* Use QList instead of QVector in widgetsJarek Kobus2020-07-021-1/+1
* Export the highlighter function so that we can use it in QtSvgWidgetsVolker Hilsheimer2020-05-291-4/+1
* Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)Joerg Bornemann2020-04-211-2/+2
* Remove deprecated members from graphics view classesVolker Hilsheimer2020-04-161-97/+0
* QGraphicsView: consistently use ranged for and iteratorsVolker Hilsheimer2020-04-081-9/+8
* Constify parameter in QGraphicsItem/Object debug streaming operatorVolker Hilsheimer2020-04-081-5/+3
* Get rid of QMatrixJarek Kobus2020-02-281-102/+1
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-6/+11
|\
| * QGraphicsItem: optimize setCursor() for large number of graphic itemsAlexander Neundorf2020-02-031-6/+11
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-4/+4
|\|
| * Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-4/+4
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-42/+42
|\|
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-42/+42
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-011-0/+6
|\|
| * QGraphicsItem: disable deprecated warnings during compilationChristian Ehrlicher2019-10-281-0/+6
* | Remove leftovers from QML1Lars Knoll2019-10-101-7/+2
|/
* QGraphicsItem: mark GraphicsItemChange::ItemMatrixChange as deprecatedChristian Ehrlicher2019-08-281-0/+2
* Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-13/+0
* Remove usages of deprecated APIs of qtbase/widgetsSona Kurazyan2019-08-011-2/+2
* Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-271-2/+2
|\
| * Avoid rounding of the size in QGraphicsPixmapItem::boundingRect()Alexander Volkov2019-05-091-2/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-161-4/+7
|\|
| * Fix effects for highdpi graphical itemsAlexander Volkov2019-04-101-4/+7
* | QtWidgets/Graphics-/ItemViews: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-051-1/+8
* | QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-021-47/+49
|/
* Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-101-2/+2
* Fix inability to edit lines in QGraphicsTextItem when pageSize is setVitaly Fanaskov2018-12-071-8/+5
* Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-12/+4
* Prevent instantiation of QGestureManager in ~QWidget, ~QGraphicsItem()Friedemann Kleint2018-10-031-1/+1
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-0/+2
|\
| * Don't set the wasDeleted flag in ~QWidgetLars Knoll2018-06-071-0/+2
* | GraphicsView: use range-based for instead of foreachAnton Kudryavtsev2018-04-151-1/+1
|/
* Fix touch point positions of non-transformable QGraphicsItemsFriedemann Kleint2018-02-201-9/+16
* doc: Fix many qdoc warnings, mostly missing return typesMartin Smith2018-01-241-2/+2
* doc: document the anonymous enum type correctlyMartin Smith2017-11-301-12/+78
* Convert features.graphicsview to QT_[REQUIRE_]CONFIGStephan Binner2017-08-151-4/+0
* Convert features.graphicseffect to QT_[REQUIRE_]CONFIGStephan Binner2017-07-111-20/+22
* Fix warning for -no-feature-graphicseffectStephan Binner2017-04-191-0/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-1/+1
|\
| * Fix documentation typosChristian Gagneraud2017-02-251-1/+1
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-081-1/+1
|\|
| * Doc: Normalize \since usageTopi Reinio2017-01-311-1/+1
* | doc: Fix all remaining "Cannot tie" errors in QtBaseMartin Smith2017-01-061-3/+0
|/
* Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-1/+1
* Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-1/+1