summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-ope...v5.15.11-lts-lgplTarja Sundqvist2023-06-091-2/+2
|\
| * qgraphicsitem_cast: replace 0 with nullptrMarc Mutz2022-07-211-2/+2
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.10' into tqtc/lts-5.15-ope...v5.15.10-lts-lgplTarja Sundqvist2023-04-246-36/+40
|\|
| * QWidgetTextControl: port to new-style connects (faster)David Faure2022-05-102-13/+11
| * widgets: Fix typos in documentationJonas Kvinge2022-05-075-23/+24
| * Graphicsview: Avoid background clearing glitches under fractional DPREirik Aavitsland2022-04-071-0/+5
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.8' into tqtc/lts-5.15-open...v5.15.8-lts-lgplTarja Sundqvist2022-11-112-0/+5
|\|
| * QGraphicsItem: Update input context after InputMethod eventJarkko Koivikko2021-11-271-0/+1
| * Avoid painting outside boundaries when printing QGraphicsProxyWidgetEirik Aavitsland2021-11-091-0/+4
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.7' into tqtc/lts-5.15-open...Tarja Sundqvist2022-09-121-0/+4
|\|
| * QGraphicsProxyWidget: forward Window(De)Activate eventsVolker Hilsheimer2021-08-271-0/+4
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...Tarja Sundqvist2022-08-161-2/+2
|\|
| * Doc: Move overrideCursor() from QApplication to QGuiApplicationSze Howe Koh2021-06-221-2/+2
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...Tarja Sundqvist2022-04-071-8/+10
|\|
| * Consistently check for nullptr in QGraphicsTextItem::inputMethodQueryVolker Hilsheimer2021-03-251-8/+10
* | Revert "Update commercial license headers"Tarja Sundqvist2021-03-2453-1086/+1086
|/
* Update commercial license headersTarja Sundqvist2021-01-2653-1086/+1086
* InputMethod should call reset() function when proxywidget lost focusZhang Hao2020-11-041-1/+12
* Fix a bug in the initialization (and debug-output) of BSP treesAndreas Klots2020-10-061-2/+2
* Doc: Clean up widget snippets projectPaul Wicking2020-09-101-1/+1
* Clean up some more mixed enum/int mathGiuseppe D'Angelo2020-05-211-2/+2
* Fix potential memory leak by adding a virtual destructor to AnchorVertexVolker Hilsheimer2020-05-191-17/+18
* Remove more calls to deprecated TouchPoint functionsShawn Rutledge2020-04-091-4/+0
* Doc: replace deprecated references to QGLWidgetChristian Ehrlicher2020-03-203-6/+6
* Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-064-0/+4
* 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
* | QGraphicsItem: optimize setCursor() for large number of graphic itemsAlexander Neundorf2020-02-031-6/+11
* | Deprecate all methods that use QMatrixJarek Kobus2020-01-284-5/+21
* | 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
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-0617-221/+221
* | QGraphicsItem: Fix mouse tracking with modal panelsPaul Olav Tvete2019-12-051-2/+10
* | 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
|/
* 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