index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
widgets
/
graphicsview
/
qgraphicswidget.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-1
/
+1
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-2
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QtWidgets: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-05-02
1
-1
/
+3
*
Tidy up in QGraphicsWidget::resize()
Edward Welbourne
2021-10-14
1
-37
/
+28
*
Eliminate use of goto in QGraphicsWidget::resize()
Edward Welbourne
2021-10-14
1
-17
/
+20
*
QGraphicsWidget: don't dereference nullptr
Volker Hilsheimer
2021-03-03
1
-1
/
+1
*
Rename confusingly named QFont/QPalette::resolve overloads
Volker Hilsheimer
2020-08-25
1
-3
/
+3
*
Remove dead code from src/widgets
Volker Hilsheimer
2020-05-11
1
-8
/
+0
*
Remove QGuiAction again and split QAction implementation up instead
Volker Hilsheimer
2020-03-29
1
-5
/
+5
*
Add default arguments to QPainterPath methods using transform
Jarek Kobus
2020-03-06
1
-0
/
+1
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Friedemann Kleint
2020-02-24
1
-1
/
+1
|
\
|
*
Fix wrong DPI used by QStyle::pixelMetric()
Friedemann Kleint
2020-02-22
1
-1
/
+1
*
|
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-12
/
+12
|
/
*
Remove dead code from Qt 4 times
Tor Arne Vestbø
2019-08-20
1
-16
/
+0
*
QtWidgets: Fix static method invocations
Friedemann Kleint
2019-06-28
1
-23
/
+23
*
QGraphicsWidget: overload two margins-setters with actual QMarginsF overloads
Marc Mutz
2019-05-27
1
-41
/
+51
*
Fix some qdoc warnings
Friedemann Kleint
2019-03-15
1
-0
/
+3
*
QtWidgets: Fix deprecation warnings
Friedemann Kleint
2019-03-01
1
-1
/
+1
*
QtWidgets: replace 0 with \nullptr in documentation
Christian Ehrlicher
2019-02-02
1
-16
/
+16
*
doc: Document remaining anonymous enums
Martin Smith
2017-12-06
1
-0
/
+8
*
Replace Q_NULLPTR with nullptr where possible
Kevin Funk
2017-09-19
1
-1
/
+1
*
Convert features.graphicsview to QT_[REQUIRE_]CONFIG
Stephan Binner
2017-08-15
1
-4
/
+0
*
Annotate more implicit fallthroughs
Allan Sandfeld Jensen
2017-03-27
1
-0
/
+1
*
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-11-16
1
-0
/
+1
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-11-15
1
-0
/
+1
|
|
\
|
|
*
QGraphicsWidget: add missing break statement to switch in event()
Marc Mutz
2016-11-08
1
-0
/
+1
*
|
|
Change confusing Q_DEAD_CODE_FROM_QT4_FOO define
Tor Arne Vestbø
2016-10-14
1
-1
/
+1
|
/
/
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-10-08
1
-0
/
+5
|
\
|
|
*
QGraphicsWidget: Fix UB (invalid member calls) in destruction sequence
Marc Mutz
2016-10-06
1
-0
/
+5
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-03-21
1
-0
/
+2
|
\
|
|
*
QtWidgets: includemocs
Marc Mutz
2016-03-18
1
-0
/
+2
*
|
Use QFlags::setFlag where prudent in qtbase
Andre Somers
2016-02-12
1
-19
/
+4
*
|
Merge remote-tracking branch 'origin/5.6' into dev
Liang Qi
2016-02-11
1
-0
/
+1
|
\
|
|
*
Doc: corrected minor link issues
Nico Vertriest
2016-02-05
1
-0
/
+1
*
|
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
|
QGraphicsView: replace some Q_FOREACH loops over rvalues with C++11 range-for
Marc Mutz
2015-12-23
1
-1
/
+2
*
|
widgets: Pass non-trivially-copyable or large types by const-ref
Sérgio Martins
2015-12-12
1
-0
/
+4
|
/
*
QtWidgets: use printf-style qWarning/qDebug where possible (I)
Marc Mutz
2015-10-27
1
-1
/
+1
*
Fix some qdoc-warnings.
Friedemann Kleint
2015-07-10
1
-0
/
+1
*
Pass params of shareable type by const-ref rather than by value
Konstantin Ritt
2015-02-13
1
-0
/
+4
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
Merge remote-tracking branch 'origin/5.4' into dev
Frederik Gladhorn
2015-02-10
1
-2
/
+2
|
\
|
*
Fix QGraphicsWidget window frame section logic
Dyami Caliri
2015-02-02
1
-2
/
+2
*
|
Make it more obvious that Q_WS_ is dead code, and should perhaps be ported
Tor Arne Vestbø
2015-02-03
1
-1
/
+1
*
|
Remove Q_NO_USING_KEYWORD
Thiago Macieira
2014-12-20
1
-12
/
+0
|
/
*
Adjust the layout if a QGraphicsWidget is explicitly hidden
Jan Arve Saether
2014-10-23
1
-0
/
+4
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
Mac: Improve transformed QGraphicsProxyWidgets
Morten Johan Sørvig
2014-01-20
1
-2
/
+2
*
Fix style animations to stop when the animation target is hidden
J-P Nurmi
2013-12-04
1
-1
/
+6
[next]