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
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
/
kernel
/
qwidget_qpa.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
qpa: Merge qwidget_qpa.cpp into qwidget.cpp
Tor Arne Vestbø
2014-05-15
1
-1122
/
+0
*
Forward "_q_platform_*" QWidgets's properties to QWindow.
Tomasz Olszak
2014-04-09
1
-0
/
+5
*
Improve QWidget::metric for PdmDevicePixelRatio.
Morten Johan Sørvig
2014-04-05
1
-6
/
+9
*
Delete the OpenGL context before the window.
Morten Johan Sørvig
2014-03-20
1
-4
/
+2
*
QQuickWidget: fix crash on exit
Paul Olav Tvete
2014-03-13
1
-1
/
+12
*
QQuickWidget move/resize fix
Paul Olav Tvete
2014-03-13
1
-2
/
+7
*
Destroy backingstore before window
Paul Olav Tvete
2014-03-08
1
-4
/
+6
*
Fix issue where revealed widget children do not receive paint event.
Chris Colbert
2014-03-04
1
-11
/
+0
*
QQuickWidget show/hide/raise fix
Paul Olav Tvete
2014-03-01
1
-2
/
+13
*
Enabling QQuickWidget and QOpenGLWidget
Paul Olav Tvete
2014-02-12
1
-0
/
+5
*
Doc: fix documentation for QWidget::windowHandle.
David Faure
2014-02-05
1
-2
/
+8
*
Fixed duplicate QMoveEvent generated for each QWidget::move call
Alex Montgomery
2014-02-03
1
-1
/
+4
*
Fix bug on X11 with WA_TranslucentBackground and native child windows.
Gatis Paeglis
2014-01-10
1
-3
/
+4
*
Avoid crash due to accessing deleted QWidgetWindow object
Jian Liang
2013-12-24
1
-1
/
+1
*
Fix QBackingStore object leaking
Liang Jian
2013-12-16
1
-3
/
+5
*
Revert "Ensure Qt::WA_Mapped is set in case of obscured native windows."
Tor Arne Vestbø
2013-11-21
1
-1
/
+1
*
Fix crash when windowcontainer is used in a dockwidget
Gunnar Sletta
2013-11-20
1
-1
/
+5
*
Ensure Qt::WA_Mapped is set in case of obscured native windows.
Friedemann Kleint
2013-11-20
1
-1
/
+1
*
Add a WindowManagement capability to QPlatformIntegration
Laszlo Agocs
2013-09-20
1
-2
/
+4
*
Move winId!=0 assertion from QWindow to QWidget
Andrew Knight
2013-09-09
1
-1
/
+4
*
QWidget: Apply window opacity set before show.
Friedemann Kleint
2013-08-21
1
-0
/
+2
*
Windows/ActiveQt: Pass native parent handle property from widget to widget wi...
Friedemann Kleint
2013-07-11
1
-0
/
+8
*
Widgets: Do not create QWindow in createTLExtra().
Friedemann Kleint
2013-06-14
1
-3
/
+1
*
Fixed crash associated with reparenting a QGLWidget
Samuel Rødal
2013-05-22
1
-3
/
+1
*
Enable non-client-area mouse events by default for widgets.
Friedemann Kleint
2013-05-07
1
-0
/
+3
*
Set geometry set by QPlatformWindow::initialGeometry() on widget.
Friedemann Kleint
2013-05-07
1
-0
/
+7
*
Fix crash when deleting a QMenu on exit
Gabriel de Dietrich
2013-04-23
1
-1
/
+1
*
Android: Don't crash when displaying multiple top-levels
Eskil Abrahamsen Blomfeldt
2013-04-18
1
-1
/
+12
*
Add devicePixelRatio metric to QPaintDevice.
Morten Johan Sørvig
2013-04-15
1
-0
/
+2
*
Fix license headers stating QtGui for QtWidgets files.
Jake Petroules
2013-03-19
1
-1
/
+1
*
Windows: Fix drop shadows for widget tool tips.
Friedemann Kleint
2013-03-18
1
-0
/
+5
*
Whitespace cleanup: remove trailing whitespace
Axel Waggershauser
2013-03-16
1
-1
/
+1
*
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-03-05
1
-19
/
+9
|
\
|
*
Transient QWindows centered; default-constructed geometry
Shawn Rutledge
2013-02-24
1
-19
/
+9
*
|
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-01-22
1
-1
/
+1
|
\
|
|
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
|
Regression: Fix setting of custom cursors for native widgets.
Friedemann Kleint
2013-01-21
1
-2
/
+8
|
/
*
QPA: update backingstore also when moving QWindows
Richard Moe Gustavsen
2012-11-30
1
-1
/
+3
*
Do not hide fullscreen widgets having a 0x0 geometry
Oliver Wolff
2012-11-22
1
-1
/
+1
*
Rename all QWindow properties that have "window" in them
Shawn Rutledge
2012-11-07
1
-9
/
+9
*
QPlatformWindow: change API for QPlatformWindow::setWindowState
Richard Moe Gustavsen
2012-10-17
1
-73
/
+0
*
Fix setting custom cursor for widgets and windows before showing them
Miikka Heikkinen
2012-10-16
1
-0
/
+3
*
Show widget cursor after restoring last override cursor
Miikka Heikkinen
2012-10-04
1
-7
/
+2
*
fix QWidget::setWindowFilePath on Mac OS
Joerg Bornemann
2012-10-02
1
-0
/
+10
*
Redirect keyboard/mouse grab to the widget parent window.
Friedemann Kleint
2012-09-22
1
-19
/
+22
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
Fix mapping to/from global coordinates for child/embedded windows.
Miikka Heikkinen
2012-09-18
1
-0
/
+8
*
Do not call requestActivateWindow() on popups.
Friedemann Kleint
2012-09-10
1
-4
/
+7
*
Propagate initial size constraints to QWidgetWindow.
Friedemann Kleint
2012-08-21
1
-1
/
+6
*
fix QWidget::activateWindow for child widgets
Joerg Bornemann
2012-07-31
1
-2
/
+4
[next]