summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QStackedWidget: remove unused memberDavid Faure2022-12-131-1/+0
* Rename QMessageDialogOptions::Icon to StandardIconTor Arne Vestbø2022-12-133-4/+4
* Add static_cast for QKeyEventLu YaNing2022-12-138-10/+10
* Remove note about QSystemTrayIcon menu on macOS not emitting aboutToHideTor Arne Vestbø2022-12-121-3/+0
* Clean up dead codeLu YaNing2022-12-102-17/+12
* Beautify QApplication::compressEventAxel Spoerl2022-12-091-27/+41
* Port QDateTimeEdit internals to QTimeZoneEdward Welbourne2022-12-092-105/+109
* Remove QWindowsStylePrivate:isDarkModeVolker Hilsheimer2022-12-082-18/+7
* Revert "Let styles indicate that they support dark mode"Volker Hilsheimer2022-12-084-10/+0
* QWidget: use window device pixel ratio for metricsDavid Edmundson2022-12-081-3/+2
* QComboBox: Don't dereference potential nullptr, simplifyVolker Hilsheimer2022-12-082-6/+2
* QComboBox: hide the popup on keypress rather than ShortcutOverrideVolker Hilsheimer2022-12-052-1/+10
* Teach QErrorMessage to use native dialog helper if availableTor Arne Vestbø2022-12-042-2/+69
* Deliver tablet events to the toplevel widget if there is no childVolker Hilsheimer2022-12-021-4/+3
* QErrorMessage: Forward log messages to original handlerTor Arne Vestbø2022-12-021-5/+18
* QErrorMessage: Filter out categorized logging for QErrorMessage::qtHandler()Tor Arne Vestbø2022-12-021-1/+8
* Support stereoscopic rendering with QGraphicsViewKristoffer Skau2022-12-013-113/+147
* Add support for stereoscopic content in QOpenGLWidgetKristoffer Skau2022-11-282-2/+9
* QGraphicsView: fix jumping graphic items when dragging out of viewTaras Kachmaryk2022-11-261-22/+29
* Let styles indicate that they support dark modeSanthosh Kumar2022-11-264-0/+10
* Modernize QMessageBox documentation and exampleTor Arne Vestbø2022-11-185-25/+22
* doc: update the limitation of QSystemTrayIcon on X11Liang Qi2022-11-171-1/+3
* Replace warning with debug message in dockwidget high DPI mappingAxel Spoerl2022-11-171-1/+1
* Plumb QMessageBox::iconPixmap() to QPlatformMessageDialogHelperTor Arne Vestbø2022-11-161-0/+1
* Update QMessageBox window modality documentationTor Arne Vestbø2022-11-161-7/+16
* Widgets: Fix high dpi hover iconChristian Stenger2022-11-161-1/+1
* QMessageBox: Reflect native dialog visibility via QWidget stateTor Arne Vestbø2022-11-152-0/+19
* QMessageBox: Resolve button title from button role if title is emptyTor Arne Vestbø2022-11-151-0/+30
* Fix rhi flush eval perf. and native window problemsLaszlo Agocs2022-11-142-16/+19
* a11y: Implement QAccessibleSelectionInterface for item viewsMichael Weghorn2022-11-142-1/+91
* QColorDialog: Account for native dialog helper not being able to showTor Arne Vestbø2022-11-111-4/+7
* QMessageBox: Don't add details button to native dialog helperTor Arne Vestbø2022-11-111-2/+6
* QFileDialog: Decouple nativeDialogInUse from QPlatformDialogHelperTor Arne Vestbø2022-11-113-13/+3
* Remove noop modification of QDialogPrivate::nativeDialogInUseTor Arne Vestbø2022-11-111-1/+0
* Windows: Inform accessibility system about the focused child itemVolker Hilsheimer2022-11-112-0/+11
* Send accessible focus event after list view has focusFushan Wen2022-11-101-1/+1
* Fix focus chain with compound widgets if created out of orderVolker Hilsheimer2022-11-041-2/+29
* Revert "Accessibility: don't emit focus change when reason is window activation"Volker Hilsheimer2022-11-031-9/+5
* Make QDialog respect Qt::AA_DontUseNativeDialogsTor Arne Vestbø2022-11-031-0/+3
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-0322-79/+79
* Doc: Normalize page namesKai Köhne2022-11-021-1/+1
* QComboBox: remove dead keyboard-navigation codeVolker Hilsheimer2022-10-311-32/+1
* QComboBox: refactor item flashing code in hidePopupVolker Hilsheimer2022-10-292-24/+38
* QFileDialog: use QUrl::toString(QUrl::PreferLocalFile)Ahmad Samir2022-10-281-12/+5
* QFileDialog: split some code out of accept() to smaller functionsAhmad Samir2022-10-282-18/+33
* QFileDialog: use QString::remove() instead of mid()Ahmad Samir2022-10-281-3/+3
* Remove the Unnecessary CMake Module, `include(CMakeParseArguments)`Amir Masoud Abdol2022-10-251-2/+0
* StyleSheet: use item background rule when filling row backroundVolker Hilsheimer2022-10-251-4/+12
* QTreeView: fix drawing of background for alternate rowsVolker Hilsheimer2022-10-242-5/+17
* Add QPlatformTheme::MenuBarFocusOnAltPressReleaseVolker Hilsheimer2022-10-231-1/+4