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.5
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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix analog clock example to adhere to guidelines
Jan Arve Sæther
34 hours
1
-2
/
+2
*
Fix build with -no-feature-shortcut
Tasuku Suzuki
2023-01-17
1
-0
/
+2
*
Doc: Fix linking to 'Drag and Drop' topic
Topi Reinio
2023-01-09
1
-2
/
+2
*
Fix QWidget::restoreGeometry when restored geometry is off screen
Axel Spoerl
2022-12-16
1
-10
/
+64
*
Add static_cast for QKeyEvent
Lu YaNing
2022-12-13
1
-1
/
+1
*
QWidget: use window device pixel ratio for metrics
David Edmundson
2022-12-08
1
-3
/
+2
*
Fix rhi flush eval perf. and native window problems
Laszlo Agocs
2022-11-14
1
-15
/
+18
*
Fix focus chain with compound widgets if created out of order
Volker Hilsheimer
2022-11-04
1
-2
/
+29
*
Revert "Accessibility: don't emit focus change when reason is window activation"
Volker Hilsheimer
2022-11-03
1
-9
/
+5
*
Set alphaBufferSize to -1 when disabling translucency in QtWidgets
Peter Varga
2022-10-21
1
-1
/
+1
*
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
-4
/
+4
*
Clear WA_UnderMouse attribute when widget gets hidden
Santhosh Kumar
2022-09-20
1
-0
/
+9
*
Deprecate QApplication::setActiveWindow() and mark as internal
Tor Arne Vestbø
2022-08-27
1
-2
/
+2
*
Re-create TLW's window only when its surface type is really changed
Ilya Fedin
2022-08-24
1
-1
/
+1
*
Evaluate TranslucentBackground when (re)creating the window
Laszlo Agocs
2022-08-01
1
-0
/
+2
*
Improve widget painting under dpr>1 by enabling smooth pixmap scaling
Eirik Aavitsland
2022-07-12
1
-0
/
+1
*
QWidget: use WA_InputMethodEnabled when ImEnabled is not implemented
Richard Moe Gustavsen
2022-07-08
1
-9
/
+6
*
IM: Don't let all widgets support IM by default
Richard Moe Gustavsen
2022-07-01
1
-2
/
+12
*
Accessibility: don't emit focus change when reason is window activation
Volker Hilsheimer
2022-06-16
1
-5
/
+9
*
Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)
Allan Sandfeld Jensen
2022-06-15
1
-9
/
+9
*
Add support for painting at integer DPR with downscale
Morten Sørvig
2022-06-14
1
-2
/
+13
*
Refactor if-else snake into switch statement
Volker Hilsheimer
2022-05-24
1
-19
/
+20
*
Fix QWidget::metric to use widget screen dpr instead of app-dpr
Thorbjørn Lund Martsum
2022-05-24
1
-13
/
+4
*
Widgets: Use effect region bounds when drawing with repaint manager
Antti Määttä
2022-05-17
1
-1
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
Remove ALIEN_DEBUG statements
David Skoland
2022-05-03
1
-19
/
+0
*
QtWidgets: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-05-02
1
-4
/
+5
*
QtWidgets: includemocs v2022
Marc Mutz
2022-04-29
1
-1
/
+1
*
Notify about focus object changes upon widget destruction
Volker Hilsheimer
2022-03-25
1
-1
/
+8
*
Remove a now-unneeded QT_NO_OPENGL ifdef
Laszlo Agocs
2022-03-20
1
-2
/
+0
*
QObject: restore flags printing in dumpObjectTree()
Marc Mutz
2022-03-19
1
-0
/
+21
*
Fix losing QOpenGLWidget paints when a child widget is invisible
Laszlo Agocs
2022-03-14
1
-0
/
+7
*
Compose render-to-texture widgets through QRhi
Laszlo Agocs
2022-03-11
1
-61
/
+80
*
Core: Remove 'properties' feature
Kai Köhne
2022-02-14
1
-2
/
+0
*
Don't return an associated screen for embedded widgets
Volker Hilsheimer
2022-01-13
1
-0
/
+5
*
Fix qobject_cast on partially destroyed QWidget/QWindow
Giuseppe D'Angelo
2022-01-05
1
-1
/
+6
*
QWidget: always handle IM queries
Richard Moe Gustavsen
2021-11-12
1
-2
/
+1
*
Calculate effect bounds when drawing widget graphics effect
Antti Määttä
2021-10-27
1
-4
/
+5
*
Remove unused parentWidget variable in QWidgetPrivate::handleClose
Tor Arne Vestbø
2021-10-16
1
-1
/
+0
*
widgets: Fix typos in source code comments
Jonas Kvinge
2021-10-15
1
-1
/
+1
*
Clarify QWidget::normalGeometry documentation
Tor Arne Vestbø
2021-10-15
1
-13
/
+14
*
QWidget: Don't rely on topextra to determine if window is top level
Tor Arne Vestbø
2021-10-14
1
-1
/
+1
*
Call QWidget close handling in QWidget::close for non-toplevel native widgets
Doris Verria
2021-10-14
1
-2
/
+4
*
Fix references to QGuiApplication::lastWindowClosed
Tor Arne Vestbø
2021-10-13
1
-1
/
+1
*
widgets: Fix typos in documentation
Jonas Kvinge
2021-10-12
1
-1
/
+1
*
Don't clear focus if setParent doesn't change the parent
Volker Hilsheimer
2021-09-28
1
-5
/
+7
*
Deduplicate maybeQuitOnLastWindowClosed handling
Tor Arne Vestbø
2021-09-17
1
-26
/
+0
*
Always reset close-status of QWidget when trying to close
Tor Arne Vestbø
2021-09-15
1
-5
/
+7
*
macOS: Compute NSWindow background color without checking styleMask
Tor Arne Vestbø
2021-09-15
1
-0
/
+2
[next]