summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview/qgraphicswidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-021-1/+3
* Tidy up in QGraphicsWidget::resize()Edward Welbourne2021-10-141-37/+28
* Eliminate use of goto in QGraphicsWidget::resize()Edward Welbourne2021-10-141-17/+20
* QGraphicsWidget: don't dereference nullptrVolker Hilsheimer2021-03-031-1/+1
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-251-3/+3
* Remove dead code from src/widgetsVolker Hilsheimer2020-05-111-8/+0
* Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-291-5/+5
* Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-061-0/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-02-241-1/+1
|\
| * Fix wrong DPI used by QStyle::pixelMetric()Friedemann Kleint2020-02-221-1/+1
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-12/+12
|/
* Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-16/+0
* QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-23/+23
* QGraphicsWidget: overload two margins-setters with actual QMarginsF overloadsMarc Mutz2019-05-271-41/+51
* Fix some qdoc warningsFriedemann Kleint2019-03-151-0/+3
* QtWidgets: Fix deprecation warningsFriedemann Kleint2019-03-011-1/+1
* QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-021-16/+16
* doc: Document remaining anonymous enumsMartin Smith2017-12-061-0/+8
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* Convert features.graphicsview to QT_[REQUIRE_]CONFIGStephan Binner2017-08-151-4/+0
* Annotate more implicit fallthroughsAllan Sandfeld Jensen2017-03-271-0/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-0/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-0/+1
| |\
| | * QGraphicsWidget: add missing break statement to switch in event()Marc Mutz2016-11-081-0/+1
* | | Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-081-0/+5
|\|
| * QGraphicsWidget: Fix UB (invalid member calls) in destruction sequenceMarc Mutz2016-10-061-0/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-0/+2
|\|
| * QtWidgets: includemocsMarc Mutz2016-03-181-0/+2
* | Use QFlags::setFlag where prudent in qtbaseAndre Somers2016-02-121-19/+4
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-0/+1
|\|
| * Doc: corrected minor link issuesNico Vertriest2016-02-051-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
* | widgets: Pass non-trivially-copyable or large types by const-refSérgio Martins2015-12-121-0/+4
|/
* QtWidgets: use printf-style qWarning/qDebug where possible (I)Marc Mutz2015-10-271-1/+1
* Fix some qdoc-warnings.Friedemann Kleint2015-07-101-0/+1
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-0/+4
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-2/+2
|\
| * Fix QGraphicsWidget window frame section logicDyami Caliri2015-02-021-2/+2
* | Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-1/+1
* | Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-201-12/+0
|/
* Adjust the layout if a QGraphicsWidget is explicitly hiddenJan Arve Saether2014-10-231-0/+4
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Mac: Improve transformed QGraphicsProxyWidgetsMorten Johan Sørvig2014-01-201-2/+2
* Fix style animations to stop when the animation target is hiddenJ-P Nurmi2013-12-041-1/+6