index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
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
/
kernel
/
qwidget.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
wayland: Add xx-session-management-v1 support
David Edmundson
39 hours
1
-4
/
+17
*
wasm: a11y - Implement support for disabled attribute
Even Oscar Andersen
2025-06-13
1
-0
/
+17
*
Doc: Fix auto-links to deprecated functions
David Boddie
2025-05-31
1
-2
/
+2
*
QWidget: don't re-polish when style did not change
Christian Ehrlicher
2025-05-20
1
-1
/
+1
*
Widgets/Stylesheets: compile without FEATURE_style_stylesheet
Christian Ehrlicher
2025-05-01
1
-0
/
+2
*
Widgets/Stylesheets: Remove double negations for stylehseet feature
Christian Ehrlicher
2025-05-01
1
-11
/
+11
*
Only default top levels to Qt::WA_ContentsMarginsRespectsSafeArea
Tor Arne Vestbø
2025-03-18
1
-2
/
+22
*
Add QAccessible::LocationChanged to QWidget
Even Oscar Andersen
2025-03-11
1
-0
/
+6
*
QWidget: init `data` in ctor, not Private::init()
Marc Mutz
2025-03-04
1
-2
/
+1
*
QWidget: Don't offset the clip region for windows using effects
Christian Ehrlicher
2025-03-04
1
-1
/
+1
*
QWidget: DRY the ctors, use ctor delegation
Marc Mutz
2025-03-03
1
-7
/
+1
*
Use QThread::isMainThread() in a few places
Thiago Macieira
2025-02-26
1
-1
/
+1
*
QObjectPrivate: encode the version number in the constructor parameters
Thiago Macieira
2025-01-27
1
-11
/
+1
*
Use old position to set window position after recreation
Morteza Jamshidi
2025-01-22
1
-0
/
+2
*
widget: clear WA_OutsideWSRange when needed in QWidgetPrivate::create()
Liang Qi
2025-01-16
1
-3
/
+6
*
QWidget::mapTo()/mapFrom(): Do not crash if parent argument is invalid
Eirik Aavitsland
2024-12-12
1
-5
/
+8
*
Introduce Qt::ExpandedClientAreaHint
Tor Arne Vestbø
2024-11-25
1
-1
/
+1
*
QWidget: delete 'extra' in dtor
Christian Ehrlicher
2024-11-11
1
-0
/
+1
*
QWidget::mapTo/FromGlobal(): Fix transformation in case of QGraphicsItem::Ite...
Friedemann Kleint
2024-11-01
1
-2
/
+3
*
QWidget::mapTo/FromGlobal(): Fix transformation for QGraphicsView with offsets
Friedemann Kleint
2024-11-01
1
-2
/
+2
*
widgets: Send Window{AboutToChange}Internal when top level used RHI
Inho Lee
2024-10-02
1
-3
/
+4
*
QWidgetWindow: fix enter/leave events not sent due to fractional scaling
David Faure
2024-08-30
1
-3
/
+16
*
a11y: Notify of implicit window title change
Michael Weghorn
2024-08-23
1
-14
/
+17
*
widgets: Persist window Qt::Popup state when reparenting parent widget
Tor Arne Vestbø
2024-08-03
1
-10
/
+14
*
a11y: Don't notify about name/desc/id change if there was none
Michael Weghorn
2024-07-19
1
-0
/
+9
*
a11y: Add property for QWidget's accessible ID
Michael Weghorn
2024-07-19
1
-0
/
+26
*
Call QWidget::setVisible, not QWidgetPrivate, when showing children
Tor Arne Vestbø
2024-07-04
1
-5
/
+17
*
Remove unused qt_pressGrab in qwidget.cpp
Shawn Rutledge
2024-07-01
1
-5
/
+1
*
Straighten out various logging categories
Ulf Hermann
2024-06-19
1
-2
/
+2
*
Let QWindowContainer know when its top level is about to be destroyed
Tor Arne Vestbø
2024-06-18
1
-0
/
+4
*
QWidget: do not send hide events to hidden children
Giuseppe D'Angelo
2024-06-11
1
-1
/
+1
*
QStyleSheet/QProxyStyle: Avoid deref after setWindowFlags in polish
Wladimir Leuschner
2024-06-05
1
-1
/
+3
*
widgets: Use per-surface-format RHI support and compositor
Tor Arne Vestbø
2024-06-01
1
-45
/
+73
*
Add QPaintDevice metric query to get precise fractional DPR value
Eirik Aavitsland
2024-05-30
1
-0
/
+4
*
Widgets focus abstraction: Fix re-parenting
Axel Spoerl
2024-05-23
1
-26
/
+54
*
a11y: Notify of name change when setting window title used as a11y name
Michael Weghorn
2024-05-22
1
-0
/
+14
*
Widgets: Don't assume layout handles safe area margins if widget opts out
Tor Arne Vestbø
2024-05-16
1
-2
/
+6
*
QWidget: fix render() in RTL mode
Christian Ehrlicher
2024-05-08
1
-0
/
+3
*
Widgets focus abstraction: Skip isFocusChainConsistent w/o logging cat
Axel Spoerl
2024-04-26
1
-1
/
+6
*
Set focus to the window container when contained window gains focus
Doris Verria
2024-04-22
1
-1
/
+3
*
Add preliminary support for Qt for visionOS
Tor Arne Vestbø
2024-04-18
1
-1
/
+1
*
QWidget: Remove un-needed nullptr check for oldtlw
Tor Arne Vestbø
2024-04-17
1
-2
/
+3
*
QWidget: fix link error in static build
Zhao Yuhang
2024-04-06
1
-19
/
+19
*
widgets: Invalidate RHI swapchain when window moves to new top level
Tor Arne Vestbø
2024-04-04
1
-3
/
+9
*
Abstract QWidget focus chain management
Axel Spoerl
2024-04-04
1
-136
/
+420
*
Reparent QWindow children when reparenting QWidget
Tor Arne Vestbø
2024-03-14
1
-39
/
+91
*
QDialogButtonBox: Don't set focus in a dialog with StrongFocus children
Axel Spoerl
2024-03-07
1
-0
/
+18
*
Add QWidgetPrivate::rhi() helper method
Tor Arne Vestbø
2024-03-01
1
-0
/
+8
*
Add QWidgetPrivate::closestParentWidgetWithWindowHandle helper method
Tor Arne Vestbø
2024-03-01
1
-0
/
+18
*
Ensure QWidget::destroy() events and attributes match hiding the widget
Tor Arne Vestbø
2024-02-12
1
-2
/
+3
[next]