summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-282-2/+2
* QGraphicsView: remove even more vestiges of QtDeclarative1Giuseppe D'Angelo2023-01-183-12/+6
* QGraphicsItem: remove QtDeclarative 1 vestigesGiuseppe D'Angelo2023-01-183-127/+0
* Add resetTransform to see also of setTransform in QGraphicsViewLeon Zhang2023-01-061-1/+1
* QGraphicsProxyWidget: Don't unnecessarily check focusWidget twiceLu YaNing2022-12-211-1/+1
* Support stereoscopic rendering with QGraphicsViewKristoffer Skau2022-12-012-113/+142
* QGraphicsView: fix jumping graphic items when dragging out of viewTaras Kachmaryk2022-11-261-22/+29
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-2/+2
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-213-3/+3
* Layouts docs: pass parent widget in the ctorAhmad Samir2022-10-212-6/+13
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-117-54/+54
* Port from container.count()/length() to size()Marc Mutz2022-10-047-44/+44
* QtWidgets: Use the default constructor of QString and appendMate Barany2022-09-271-1/+3
* QGraphicsScene::render: fix int/qsizetype mismatchThiago Macieira2022-08-081-3/+3
* QWidget: use WA_InputMethodEnabled when ImEnabled is not implementedRichard Moe Gustavsen2022-07-081-1/+3
* qgraphicsitem_cast: replace 0 with nullptrMarc Mutz2022-07-021-2/+2
* QGraphicsScene: respect that items can override selection changesVolker Hilsheimer2022-06-201-3/+8
* Fix improper moc includes inside the Qt namespaceThiago Macieira2022-06-191-2/+2
* Fix typos in docs and commentsKai Köhne2022-06-153-4/+4
* Doc: Remove \target TransformationsKai Köhne2022-06-141-1/+0
* Use SPDX license identifiersLucie Gérard2022-05-1653-2014/+106
* QWidgetTextControl: port to new-style connects (faster)David Faure2022-05-102-13/+10
* Avoid rubberband artifacts under fractional DPR scalingEirik Aavitsland2022-05-041-1/+1
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-024-12/+20
* 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-072-5/+3
* Graphicsview: Avoid background clearing glitches under fractional DPREirik Aavitsland2022-04-061-0/+5
* Doc: fix documentation for QGraphicsItem::setAcceptedMouseButtons()Christian Ehrlicher2022-04-021-1/+1
* Refactor: use lambdas for visitor pattern in QGraphicsSceneBspTreeVolker Hilsheimer2022-03-182-72/+26
* When clearing selected items, iterate over a copy of the QSetVolker Hilsheimer2022-03-181-2/+4
* Widgets: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Don't include qeventpoint_p.h from qevent_p.hMarc Mutz2022-01-142-0/+2
* QMutableEventPoint: add static overloads of settersMarc Mutz2022-01-082-3/+3
* QGraphicsItem: Update input context after InputMethod eventJarkko Koivikko2021-11-271-0/+1
* Avoid painting outside boundaries when printing QGraphicsProxyWidgetEirik Aavitsland2021-11-091-0/+4
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-153-9/+9
* Tidy up in QGraphicsWidget::resize()Edward Welbourne2021-10-141-37/+28
* Eliminate use of goto in QGraphicsWidget::resize()Edward Welbourne2021-10-141-17/+20
* Fix typo: alignment has an n in itEdward Welbourne2021-10-141-2/+2
* widgets: Fix typos in documentationJonas Kvinge2021-10-125-23/+24
* Forward touchEvents to children inside QGraphicsProxyWidgetVolker Hilsheimer2021-09-062-8/+7
* Port to QImage and QPixmap deviceIndependentSize()Morten Sørvig2021-09-011-2/+2
* Revert "Forward touchEvents to children inside QGraphicsProxyWidget"Volker Hilsheimer2021-08-301-6/+7
* QGraphicsView: send timestamp information through QGraphicsSceneEventVolker Hilsheimer2021-08-264-0/+34
* Refactor QApplication::translateRawTouchEvent to take a QTouchEvent*Volker Hilsheimer2021-08-261-3/+1
* Forward touchEvents to children inside QGraphicsProxyWidgetVolker Hilsheimer2021-08-261-8/+9
* QGraphicsProxyWidget: forward Window(De)Activate eventsVolker Hilsheimer2021-08-241-0/+4
* Fix QScroller::scrollTo failing in QGraphicsView with movable itemChunLin Wang2021-08-201-1/+1
* QGraphicsProxyWidget: fix propagation of high-precision eventsVolker Hilsheimer2021-08-164-3/+104
* Don't crash in high-precision wheel scrolls on a QGraphicsProxyWidgetVolker Hilsheimer2021-08-161-1/+1