summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix a warning about extra semicolon in qstylepainter.hJoni Poikelin2023-01-041-1/+1
* Fix improper ELF versions of certain symbolsThiago Macieira2022-12-291-2/+2
* Fix size calculation of unplugged dock widgetsAxel Spoerl2022-12-291-4/+19
* QWidgetLineControl: Add missing emit keywordsLu YaNing2022-12-281-2/+2
* wasm: align QWasmLocalFileAccess API with 6.4Morten Sørvig2022-12-281-1/+1
* QGraphicsProxyWidget: Don't unnecessarily check focusWidget twiceLu YaNing2022-12-211-1/+1
* Android: Set EnterKeyNext as default type for QLineEditBartlomiej Moskal2022-12-211-0/+16
* Map toolbar drag delta from native pixelsAxel Spoerl2022-12-191-1/+7
* Doc: Add link to Tools Examples from the Qt Widgets module front pageLeena Miettinen2022-12-191-0/+1
* Fix QWidget::restoreGeometry when restored geometry is off screenAxel Spoerl2022-12-162-10/+67
* Treat the accessible non-editable combobox as ButtonMenu on macOSMikolaj Boc2022-12-161-0/+1
* Cleanup QWizard Windows implementationYuhang Zhao2022-12-163-204/+114
* Widgets: Deactivate effect on destructionChristian Ehrlicher2022-12-141-0/+1
* Don't hide object replacement char except in rich textEskil Abrahamsen Blomfeldt2022-12-141-2/+1
* Fix the focus frame on MacGiuseppe D'Angelo2022-12-141-1/+12
* 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