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.5.5
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
QToolButton a11y: Take menu from default action into account
Michael Weghorn
95 min.
2
-7
/
+22
*
QToolButton a11y: Use existing method to get QToolButton
Michael Weghorn
95 min.
1
-2
/
+1
*
QScrollBar: Set parent for context menu to match other widgets
Dheerendra Purohit
4 hours
1
-1
/
+1
*
QMainWindowLayout: fix missing std::move() in QDebug stream operator
Marc Mutz
8 hours
1
-1
/
+1
*
qWaitForWidgetWindow: fix excessive genericity
Marc Mutz
5 days
1
-13
/
+12
*
Q*Application: deprecate compressEvents()
Marc Mutz
5 days
1
-0
/
+1
*
wayland: Add xx-session-management-v1 support
David Edmundson
5 days
1
-4
/
+17
*
Doc: QToolBox comes before QToolButton in style sheet documentation
Dheerendra Purohit
6 days
1
-13
/
+13
*
WindowsStyle: simplify logic for CE_MenuBarItem
Christian Ehrlicher
8 days
1
-14
/
+15
*
Reland: CMake: Annotate some qt_find_package calls with MODULE
Alexandru Croitor
8 days
1
-1
/
+2
*
Doc: Clarify QGraphicsItem::stackBefore() documentation
Dheerendra Purohit
9 days
1
-4
/
+8
*
Styles/Windows: misc cleanup for PE_IndicatorToolBarSeparator/Handle
Christian Ehrlicher
9 days
1
-39
/
+33
*
QLabel: use Qt::SmoothTransformation when painting on a high-dpi screen
Christian Ehrlicher
9 days
1
-1
/
+6
*
QLayout: fix documentation of setSizeConstraints
Volker Hilsheimer
9 days
1
-5
/
+5
*
QCalendarWidget: Don't alter QCalToolButton palette on the fly
Kai Uwe Broulik
10 days
1
-10
/
+5
*
Avoid using QPainter::brushOrigin() to save and restore the origin
Christian Ehrlicher
11 days
4
-10
/
+11
*
ItemView widgets: make supportedDragActions a property
Volker Hilsheimer
12 days
6
-34
/
+19
*
QAbstractItemView: fix autoscroll immediately stopping
Miika Pernu
12 days
2
-6
/
+12
*
a11y: Move qt_accStripAmp helper to private QtGui header
Michael Weghorn
13 days
5
-46
/
+10
*
Revert "CMake: Annotate some qt_find_package calls with MODULE"
Alexandru Croitor
13 days
1
-2
/
+1
*
Deprecate QColormap
Tor Arne Vestbø
13 days
3
-2
/
+22
*
QMainWindowLayout: Don't keep unused separator widgets around
Axel Spoerl
13 days
2
-18
/
+8
*
Doc: Fix typo in QGraphicsSimpleTextItem class description
Dheerendra Purohit
13 days
1
-1
/
+1
*
Remove handling of unused tab bars in QMainWindowLayout
Axel Spoerl
2025-06-17
2
-39
/
+10
*
Centralise usage of unused tab bars in QMainWindowLayout
Axel Spoerl
2025-06-17
2
-5
/
+21
*
QMainWindowTabBar::dockAt() - avoid nullptr access
Axel Spoerl
2025-06-17
1
-1
/
+1
*
QMainWindowLayout: Add debug operator<< for QMainWindowTabBar
Axel Spoerl
2025-06-17
1
-0
/
+16
*
QMainWindowTabBar: Use QPointer for mainWindow member
Axel Spoerl
2025-06-17
1
-1
/
+1
*
QDataStream: use new operator bool() in the code
Tatiana Borisova
2025-06-17
1
-10
/
+5
*
CMake: Annotate some qt_find_package calls with MODULE
Alexandru Croitor
2025-06-17
1
-1
/
+2
*
QMenu: Fix transient parent for nomadic menus
Vlad Zahorodnii
2025-06-17
1
-8
/
+8
*
QLineEdit a11y: Report displayText on a11y layer
Michael Weghorn
2025-06-16
1
-21
/
+3
*
QStyleSheetStyle: replace c arrays with std::array
Christian Ehrlicher
2025-06-14
1
-90
/
+39
*
QStyleSheetStyle: use range-based for loops
Christian Ehrlicher
2025-06-13
1
-12
/
+11
*
QGroupBox: document non-standard behavior for enable/disable logic
Volker Hilsheimer
2025-06-13
1
-0
/
+5
*
QAccessibleWidget: replace QString default arg with overload
Marc Mutz
2025-06-13
2
-5
/
+15
*
QAccessibleWidgetV2: make the dtor protected
Marc Mutz
2025-06-13
1
-0
/
+3
*
QAccessibleWidgetV2: de-inline ctors and avoid QString default arg
Marc Mutz
2025-06-13
2
-4
/
+13
*
doc: Fix typo in QCalendarWidget::dateTextFormat
Kai Uwe Broulik
2025-06-13
1
-1
/
+1
*
Fix standardbutton-apply-16.png
Jonas Karlsson
2025-06-13
1
-0
/
+0
*
wasm: a11y - Implement support for disabled attribute
Even Oscar Andersen
2025-06-13
1
-0
/
+17
*
Fix -no-feature-draganddrop builds
Volker Hilsheimer
2025-06-12
2
-0
/
+4
*
Widgets: Set viewItemPosition style option for QTableView and QListView
Olivier De Cannière
2025-06-12
3
-0
/
+23
*
Decouple QApplication from QColormap
Tor Arne Vestbø
2025-06-06
2
-5
/
+14
*
make all convenience functions in QFileDialog open modal dialogs
Nic Zonta
2025-06-06
1
-2
/
+2
*
QCommandLinkButton: Don't reset icon on change to QStyleSheetStyle
Axel Spoerl
2025-06-06
1
-3
/
+13
*
QColorDialog: Stop color picking when application is deactivated
Friedemann Kleint
2025-06-05
1
-0
/
+10
*
fusion: Improve visibility of Checkbox in dark mode
Piotr Wiercinski
2025-06-05
3
-2
/
+17
*
QTreeView: Delay reset of accessibility when laying out items lazily
Volker Hilsheimer
2025-06-05
1
-1
/
+6
*
QStyleSheetStyle: avoid creating QString
Christian Ehrlicher
2025-06-03
1
-6
/
+6
[next]