summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix various -Wdeprecated-enum-float-conversions around the codeMarc Mutz2021-07-271-1/+1
* Consistent indentation for all Q_PROPERTYsAndreas Buhr2021-06-243-9/+18
* Doc: Move overrideCursor() from QApplication to QGuiApplicationSze Howe Koh2021-06-191-3/+3
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-263-4/+4
* Fix compiler warning, explicitly use 64bit shiftVolker Hilsheimer2021-05-071-1/+1
* Consistently check for nullptr in QGraphicsTextItem::inputMethodQueryVolker Hilsheimer2021-03-191-8/+10
* QGraphicsWidget: don't dereference nullptrVolker Hilsheimer2021-03-031-1/+1
* QGraphicsWidget: Check for nullptrs in focus chain handlingVolker Hilsheimer2021-03-031-2/+4
* Add nullptr checks to QGraphicsView classesVolker Hilsheimer2021-03-032-19/+23
* Fix z-value of QGraphicsItems being ignored during drawQiang Li2021-02-281-1/+1
* Remove the qmake project filesJoerg Bornemann2021-01-071-61/+0
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-302-2/+2
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-231-5/+3
* Allow QMutableSinglePointEvent to be copy- and default-constructedVolker Hilsheimer2020-11-172-6/+5
* Adjust code format, add space after 'if'Zhang Sheng2020-11-162-2/+2
* Doc: Add missing brief statements for \property documentationTopi Reinio2020-11-121-2/+2
* Fix QGraphicsView's abuse of QEvent's d-pointer in Leave event handlingVolker Hilsheimer2020-11-112-7/+12
* Rename remaining QEvent variables to m_ convention; init m_reservedShawn Rutledge2020-11-101-3/+3
* InputMethod should call reset() function when proxywidget lost focusZhang Hao2020-11-041-1/+12
* Fix Clang compiler warnings (-Wrange-loop-analysis)David Skoland2020-10-171-3/+3
* Add \since 6.0 to new functionVolker Hilsheimer2020-10-141-6/+10
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-073-4/+4
* Fix a bug in the initialization (and debug-output) of BSP treesAndreas Klots2020-10-061-2/+2
* Fix compiler warnings from deprecated QTouchEvent::touchPointsVolker Hilsheimer2020-09-231-5/+5
* QGraphicsView:QGraphicstextitem show error after lose focusZhang Hao2020-09-181-1/+5
* Track grab state in QPointingDevicePrivate::activePointsShawn Rutledge2020-09-162-2/+5
* Clean up the last of QT6_(NOT_)?VIRTUALEdward Welbourne2020-09-141-1/+1
* Doc: Clean up widget snippets projectPaul Wicking2020-09-101-1/+1
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-102-2/+2
* QStyleOptionGraphicsItem: remove deprecated member matrix/levelOfDetailChristian Ehrlicher2020-09-061-11/+3
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-254-21/+21
* Un-deprecate QMouseEvent::flags() and QGraphicsSceneMouseEvent::flags()Shawn Rutledge2020-07-152-5/+0
* Refactor pointer event hierarchyShawn Rutledge2020-07-106-31/+25
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-2/+2
* Use QList instead of QVector in widgetsJarek Kobus2020-07-0210-41/+40