summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* QGraphicsItem: disable deprecated warnings during compilationChristian Ehrlicher2019-10-281-0/+6
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-242-4/+26
|\
| * Fix QGraphicsScene::update() performanceAndre de la Rocha2019-10-112-4/+26
* | QGraphicsScene: register ItemIndexMethod enum for propertyFabian Kosmale2019-09-181-1/+1
* | QGraphicsView: mark obsolete flag DontClipPainter as deprecatedChristian Ehrlicher2019-09-051-1/+3
* | QGraphicsItem: mark GraphicsItemChange::ItemMatrixChange as deprecatedChristian Ehrlicher2019-08-282-2/+6
* | Merge remote-tracking branch 'origin/dev' into 5.14Liang Qi2019-08-271-6/+6
|\ \
| * | QWidget: replace manual memory management with unique_ptr [6/N]: extraMarc Mutz2019-08-201-6/+6
* | | widgets: Rename QWidgetPrivate::repaint_sys to paintOnScreenTor Arne Vestbø2019-08-251-1/+1
* | | Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-206-78/+7
|/ /
* | Introduce a new feature called easingcurveTasuku Suzuki2019-08-161-2/+5
* | Remove usages of deprecated APIs of qtbase/widgetsSona Kurazyan2019-08-011-2/+2
* | QWidget/QLineEdit: deprecate get{Contents,Text}Margins()Marc Mutz2019-07-301-3/+1
* | QGraphicsWidget: replace manual memory management with unique_ptrMarc Mutz2019-07-292-4/+3
* | 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-122-6/+14
* | | 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-287-86/+86
* | | QGraphicsWidget: overload two margins-setters with actual QMarginsF overloadsMarc Mutz2019-05-274-60/+67
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-271-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
* | | Deprecate conversion functions between QList and QSetLars Knoll2019-05-073-7/+7
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-243-6/+9
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-163-6/+9
| |\|
| | * Fix effects for highdpi graphical itemsAlexander Volkov2019-04-103-6/+9
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-162-0/+6
|\| |
| * | Fix some qdoc warningsFriedemann Kleint2019-03-152-0/+6
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-03-151-2/+2
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-141-2/+2
| |\| |
| | * | Doc: replace 0 with \nullptr in documentationChristian Ehrlicher2019-03-131-2/+2
* | | | More nullptr usage in headersKevin Funk2019-03-1412-35/+35
|/ / /
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-031-1/+1
|\| |
| * | QtWidgets: Fix deprecation warningsFriedemann Kleint2019-03-011-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-271-1/+1
|\| |
| * | Fix can not -> cannotRobert Loehning2019-02-251-1/+1
* | | QGraphicsItemAnimation: add transformAt() an deprecate matrixAt()Christian Ehrlicher2019-02-232-9/+29
|/ /
* | QtWidgets: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-131-0/+2
* | QtWidgets/Graphics-/ItemViews: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-056-3/+25
* | QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-028-102/+104
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-212-3/+3
|\|
| * Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-102-3/+3
* | Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-123-3/+3
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-081-8/+5
|\|
| * Fix inability to edit lines in QGraphicsTextItem when pageSize is setVitaly Fanaskov2018-12-071-8/+5
* | qgraphicslayoutstyleinfo: Improve memory handlingIvan Komissarov2018-12-052-5/+6
* | qgraphicslayoutstyleinfo: Remove useless checkIvan Komissarov2018-12-041-2/+1