summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview/qgraphicsitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix \fn template arguments for Qt WidgetsTopi Reinio2023-11-181-1/+1
* QGraphicsView: remove even more vestiges of QtDeclarative1Giuseppe D'Angelo2023-01-181-1/+0
* QGraphicsItem: remove QtDeclarative 1 vestigesGiuseppe D'Angelo2023-01-181-60/+0
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-7/+7
* Port from container.count()/length() to size()Marc Mutz2022-10-041-5/+5
* QWidget: use WA_InputMethodEnabled when ImEnabled is not implementedRichard Moe Gustavsen2022-07-081-1/+3
* Fix typos in docs and commentsKai Köhne2022-06-151-2/+2
* Doc: Remove \target TransformationsKai Köhne2022-06-141-1/+0
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QWidgetTextControl: port to new-style connects (faster)David Faure2022-05-101-10/+10
* QtWidgets: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-261-2/+2
* Rest of QtBase: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERNMarc Mutz2022-04-071-0/+2
* Doc: fix documentation for QGraphicsItem::setAcceptedMouseButtons()Christian Ehrlicher2022-04-021-1/+1
* QGraphicsItem: Update input context after InputMethod eventJarkko Koivikko2021-11-271-0/+1
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-151-1/+1
* widgets: Fix typos in documentationJonas Kvinge2021-10-121-12/+13
* Port to QImage and QPixmap deviceIndependentSize()Morten Sørvig2021-09-011-2/+2
* Doc: Move overrideCursor() from QApplication to QGuiApplicationSze Howe Koh2021-06-191-3/+3
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-2/+2
* Consistently check for nullptr in QGraphicsTextItem::inputMethodQueryVolker Hilsheimer2021-03-191-8/+10
* Add nullptr checks to QGraphicsView classesVolker Hilsheimer2021-03-031-18/+20
* 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
|/