summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* QApplication: send QHoverEvents with correct scenePosition()Shawn Rutledge2022-10-231-2/+4
* Set alphaBufferSize to -1 when disabling translucency in QtWidgetsPeter Varga2022-10-211-1/+1
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-2110-14/+14
* Layouts docs: pass parent widget in the ctorAhmad Samir2022-10-217-24/+26
* QDateTimeEdit: check setDigit()'s return valueEdward Welbourne2022-10-181-4/+4
* Fix QComboBox supressing a QDialogs default buttonRobert Griebl2022-10-171-0/+2
* Add missing repaintManager checkLaszlo Agocs2022-10-171-1/+1
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-153-8/+4
* QTabBar: add note about hidding the close buttonAhmad Samir2022-10-141-2/+3
* QComboBox: remove dead codeVolker Hilsheimer2022-10-121-20/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-1129-93/+93
* Replace qExchange with std::exchangeMarc Mutz2022-10-071-1/+1