summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Rename QList<T>::swap(int, int) to swapItemsAt()Lars Knoll2018-12-031-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-271-4/+4
|\|
| * QGraphicsProxyWidget: Don't crash within setWidget() when a child proxy has n...Christian Ehrlicher2018-11-221-4/+4
* | doc: Fix all clang parse errors in QtBase during PCH buildMartin Smith2018-11-053-0/+6
|/
* Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-12/+4
* QGraphicsScene: Make focusing on touchBegin optionalUlf Hermann2018-10-043-27/+71
* Prevent instantiation of QGestureManager in ~QWidget, ~QGraphicsItem()Friedemann Kleint2018-10-031-1/+1
* QGraphicsScene::update(): Keep the list of updatedRects() uniqueFriedemann Kleint2018-09-281-1/+2
* WebAssembly for QtBaseMorten Johan Sørvig2018-08-301-1/+3
* QGraphicsAnchorLayout: move some private classes to a namespace with QThiago Macieira2018-08-193-3/+9
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-0/+2
|\
| * Don't set the wasDeleted flag in ~QWidgetLars Knoll2018-06-071-0/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-073-7/+7
|\|
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-293-7/+7
* | QGraphicsView: Improve high-DPI item cachingMorten Johan Sørvig2018-04-261-11/+20
* | QGraphicsView: Create high-dpi background pixmapMorten Johan Sørvig2018-04-261-3/+11
* | GraphicsView: use range-based for instead of foreachAnton Kudryavtsev2018-04-154-4/+4
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-213-17/+35
|\|
| * Fix touch point positions of non-transformable QGraphicsItemsFriedemann Kleint2018-02-203-17/+35
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-161-2/+4
|\|
| * Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-151-2/+4
| |\
| | * Set the ellipseDiameters back to the original size in QGraphicsViewAndy Shaw2018-02-081-2/+4
* | | Add debug operators for QGraphicsSceneEvent-based classesFriedemann Kleint2018-02-152-1/+101
|/ /
* | Introduce QT6_VIRTUAL and QT6_NOT_VIRTUAL macrosSergio Martins2018-02-051-5/+1
* | doc: Fix a property declaration for clang-qdocMartin Smith2018-01-241-1/+1
* | doc: Fix many qdoc warnings, mostly missing return typesMartin Smith2018-01-243-4/+4
* | Add more Q_FALLTHROUGH()Friedemann Kleint2018-01-121-1/+1
* | doc: Document remaining anonymous enumsMartin Smith2017-12-062-0/+16
* | doc: document the anonymous enum type correctlyMartin Smith2017-11-301-12/+78