index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
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
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
widgets
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-11-18
29
-93
/
+93
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-18
76
-779
/
+779
*
Doc: Normalize page names
Kai Köhne
2022-11-17
1
-1
/
+1
*
Replace warning with debug message in dockwidget high DPI mapping
Axel Spoerl
2022-11-17
1
-1
/
+1
*
Widgets: Fix high dpi hover icon
Christian Stenger
2022-11-16
1
-1
/
+1
*
Fix rhi flush eval perf. and native window problems
Laszlo Agocs
2022-11-14
2
-16
/
+19
*
Windows: Inform accessibility system about the focused child item
Volker Hilsheimer
2022-11-13
2
-0
/
+11
*
Send accessible focus event after list view has focus
Fushan Wen
2022-11-11
1
-1
/
+1
*
Fix focus chain with compound widgets if created out of order
Volker Hilsheimer
2022-11-05
1
-2
/
+29
*
Revert "Accessibility: don't emit focus change when reason is window activation"
Volker Hilsheimer
2022-11-03
1
-9
/
+5
*
wasm: convert and propagate filetype accept list
Morten Sørvig
2022-10-28
1
-7
/
+2
*
Remove the Unnecessary CMake Module, `include(CMakeParseArguments)`
Amir Masoud Abdol
2022-10-26
1
-2
/
+0
*
StyleSheet: use item background rule when filling row backround
Volker Hilsheimer
2022-10-25
1
-4
/
+12
*
QTreeView: fix drawing of background for alternate rows
Volker Hilsheimer
2022-10-24
2
-5
/
+17
*
QApplication: send QHoverEvents with correct scenePosition()
Shawn Rutledge
2022-10-23
1
-2
/
+4
*
Set alphaBufferSize to -1 when disabling translucency in QtWidgets
Peter Varga
2022-10-21
1
-1
/
+1
*
Fix QComboBox supressing a QDialogs default button
Robert Griebl
2022-10-17
1
-0
/
+2
*
Add missing repaintManager check
Laszlo Agocs
2022-10-17
1
-1
/
+1
*
QComboBox: remove dead code
Volker Hilsheimer
2022-10-11
1
-20
/
+1
*
Update documentation of qWaitForWindowActive / qWaitForWindowExposed
Axel Spoerl
2022-10-01
1
-13
/
+16
*
StyleSheetStyle: Fix color of placeholder texts in text edits
Eirik Aavitsland
2022-09-29
1
-1
/
+5
*
Revert "Keep original text for text/plain mime data"
Kai Koehne
2022-09-28
1
-1
/
+1
*
Doc: Fix typo in QFileDialog documentation
Kai Köhne
2022-09-28
1
-1
/
+1
*
Fix native titlebar offset and resizing upon unplugging dock widgets
Axel Spoerl
2022-09-24
2
-3
/
+22
*
Prevent dock widget from resizing upon unplugging from main window
Axel Spoerl
2022-09-22
1
-1
/
+3
*
Make commit() call in QTouchEventWidgetSequence explicit
Axel Spoerl
2022-09-20
1
-1
/
+1
*
Clear WA_UnderMouse attribute when widget gets hidden
Santhosh Kumar
2022-09-20
1
-0
/
+9
*
Refix QDockwidget drag out dockwidget
Thorbjørn Lund Martsum
2022-09-06
1
-1
/
+1
*
widgets: avoid setting X11BypassWindowManagerHint in QToolBar
Liang Qi
2022-09-01
1
-1
/
+1
*
Fix tree/table/list accessibility state
André de la Rocha
2022-08-31
1
-1
/
+21
*
Restore signature of qt_handleTouchEvent()
Kai Köhne
2022-08-31
1
-2
/
+2
*
Fix dragging a docked QDockWidget [REG-fix]
Thorbjørn Lund Martsum
2022-08-31
1
-1
/
+1
*
Update the snippet for QFileDialog::saveFileContent
Mikolaj Boc
2022-08-26
1
-1
/
+3
*
QComboBox: Prevent recursion in hidePopup
Volker Hilsheimer
2022-08-26
2
-1
/
+10
*
Refactor QApplication::event from if/else to switch statement
Volker Hilsheimer
2022-08-26
1
-8
/
+16
*
QAbstractButton: do not steal wheel event when disabled
Tasuku Suzuki
2022-08-26
1
-3
/
+0
*
QAbstractItemDelegate: tolerate that editor gets reparented
v6.4.0-beta4
Volker Hilsheimer
2022-08-25
1
-2
/
+3
*
Re-create TLW's window only when its surface type is really changed
Ilya Fedin
2022-08-24
1
-1
/
+1
*
Make QHeaderView restore state from different stream versions
Axel Spoerl
2022-08-24
1
-14
/
+28
*
Deliver non-client area mouse events to WASM windows
Mikolaj Boc
2022-08-19
1
-2
/
+2
*
Fix ignored name filter in QFileDialog::getOpenFileContent()
Sze Howe Koh
2022-08-16
1
-1
/
+1
*
Fix initialization of QDateEdit and QTimeEdit
Edward Welbourne
2022-08-15
1
-2
/
+2
*
Fix handling of invalid input to Q(Date|Time)Edit constructors
Edward Welbourne
2022-08-15
1
-2
/
+2
*
Documentation: Fix "Using Model Indexes" in Model View Programming guide to work
Friedemann Kleint
2022-08-11
2
-29
/
+40
*
Doc: Remove repetition of word in text
Paul Wicking
2022-08-10
1
-3
/
+3
*
Doc: Drop parentheses around \since command
Paul Wicking
2022-08-10
1
-2
/
+2
*
QGraphicsScene::render: fix int/qsizetype mismatch
Thiago Macieira
2022-08-09
1
-3
/
+3
*
Evaluate TranslucentBackground when (re)creating the window
Laszlo Agocs
2022-08-03
1
-0
/
+2
*
Add nullptr guard in QStyleSheetStyle::drawPrimitive(PE_PanelLineEdit)
Axel Spoerl
2022-07-27
1
-5
/
+8
*
Sync and assert StandardPixmap enums in QPlatformTheme and QStyle
Axel Spoerl
2022-07-22
2
-0
/
+5
[next]