summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview/qgraphicsproxywidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* QGraphicsProxyWidget: use focus abstraction instead of focus_next/prevAxel Spoerl2024-03-181-5/+5
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-281-1/+1
* QGraphicsProxyWidget: Don't unnecessarily check focusWidget twiceLu YaNing2022-12-211-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* Avoid painting outside boundaries when printing QGraphicsProxyWidgetEirik Aavitsland2021-11-091-0/+4
* Forward touchEvents to children inside QGraphicsProxyWidgetVolker Hilsheimer2021-09-061-6/+3
* Revert "Forward touchEvents to children inside QGraphicsProxyWidget"Volker Hilsheimer2021-08-301-6/+7
* QGraphicsView: send timestamp information through QGraphicsSceneEventVolker Hilsheimer2021-08-261-0/+3
* 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
* QGraphicsProxyWidget: fix propagation of high-precision eventsVolker Hilsheimer2021-08-161-3/+22
* Don't crash in high-precision wheel scrolls on a QGraphicsProxyWidgetVolker Hilsheimer2021-08-161-1/+1
* InputMethod should call reset() function when proxywidget lost focusZhang Hao2020-11-041-1/+12
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-251-2/+2
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-1/+3
* Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)Joerg Bornemann2020-04-211-2/+2
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-081-1/+1
|\
| * Doc: replace deprecated references to QGLWidgetChristian Ehrlicher2020-03-201-1/+1
* | QGraphicsView: consistently use ranged for and iteratorsVolker Hilsheimer2020-04-081-1/+1
|/
* QGraphicsProxyWidgets: document that using OpenGL comes with limitationsVolker Hilsheimer2020-02-211-1/+3
* Doc/QtWidgets: replace some 0 with \nullptrChristian Ehrlicher2020-01-261-2/+2
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-5/+5
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-26/+26
* Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
* QWidget: replace manual memory management with unique_ptr [6/N]: extraMarc Mutz2019-08-201-6/+6
* QWidget/QLineEdit: deprecate get{Contents,Text}Margins()Marc Mutz2019-07-301-3/+1
* Finish deprecating obsolete members of QWheelEventShawn Rutledge2019-07-121-2/+9
* QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-16/+16
* QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-021-2/+2
* QGraphicsProxyWidget: Don't crash within setWidget() when a child proxy has n...Christian Ehrlicher2018-11-221-4/+4
* Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-5/+5
* doc: Document remaining anonymous enumsMartin Smith2017-12-061-0/+8
* Convert features.textedit to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-0/+2
* Convert features.lineedit to QT_[REQUIRE_]CONFIGStephan Binner2017-09-121-0/+2
* Convert features.graphicsview to QT_[REQUIRE_]CONFIGStephan Binner2017-08-151-4/+0
* Convert features.listview to QT_[REQUIRE_]CONFIGStephan Binner2017-07-211-1/+0
* Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-181-0/+1
|\
| * ~QGraphicsProxyWidget: Remove event filter on widget before deleting itFriedemann Kleint2016-08-161-0/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QGraphicsView: replace some Q_FOREACH loops over rvalues with C++11 range-forMarc Mutz2015-12-231-1/+2
* | QtWidgets: de-inline some more virtual dtorsMarc Mutz2015-12-211-0/+7
* | QtWidgets: de-inline some Private ctorsMarc Mutz2015-12-211-0/+18
|/
* QtWidgets: use printf-style qWarning/qDebug where possible (I)Marc Mutz2015-10-271-10/+10
* QGraphicsProxyWidget: forward touch events to QWidgetRafael Roquetto2015-09-221-0/+13
* QMouseEvent: add constructor which takes the source as a parameterAlexander Volkov2015-05-121-2/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Propagate the source of mouse eventsAlexander Volkov2014-12-111-0/+1