summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-114-0/+4
|\
| * Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-064-0/+4
* | Remove various traces of QGLJohan Klokkhammer Helsing2020-02-281-1/+1
* | Get rid of QMatrixJarek Kobus2020-02-286-210/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-266-19/+40
|\|
| * QGraphicsView: Clear the rubber band when dragMode changesVolker Hilsheimer2020-02-252-14/+27
| * Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-02-243-4/+6
| |\
| | * Fix wrong DPI used by QStyle::pixelMetric()Friedemann Kleint2020-02-223-4/+6
| * | QGraphicsProxyWidgets: document that using OpenGL comes with limitationsVolker Hilsheimer2020-02-212-1/+7
* | | Introduce QGraphicsLayoutItem::isEmpty()Jan Arve Sæther2020-02-254-24/+30
* | | Remove QLinkedListSona Kurazyan2020-02-191-1/+0
* | | 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 devSimon Hausmann2020-01-284-5/+21
|\| |
| * | Deprecate all methods that use QMatrixJarek Kobus2020-01-284-5/+21
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-284-20/+20
|\| |
| * | Doc/QtWidgets: replace some 0 with \nullptrChristian Ehrlicher2020-01-262-3/+3
| * | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-234-17/+17
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-0917-223/+231
|\| |
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-0617-221/+221
| * | QGraphicsItem: Fix mouse tracking with modal panelsPaul Olav Tvete2019-12-051-2/+10
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-256-20/+14
|\| |
| * | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-222-13/+7
| * | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-205-7/+7
| |/
* | QAction: Properly port to the new configure systemFriedemann Kleint2019-11-011-1/+3
* | 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
* | Extract QGuiAction(Group) from QAction(Group) into QtGuiFriedemann Kleint2019-10-311-0/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-262-4/+26
|\|
| * 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
* | | Remove leftovers from QML1Lars Knoll2019-10-101-7/+2
* | | Get rid of QList forward declarationsLars Knoll2019-10-042-2/+0
|/ /
* | 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