summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Port from container.count()/length() to size()Marc Mutz2022-10-0472-702/+702
* Update documentation of qWaitForWindowActive / qWaitForWindowExposedAxel Spoerl2022-09-301-13/+16
* Add QStyleHints::keyboardAutoRepeatRateF()Tor Arne Vestbø2022-09-292-2/+2
* Fix build with disabled accessibilityAlexey Edelev2022-09-291-1/+1
* Style sheets: add placeholder text color property for edit widgetsEirik Aavitsland2022-09-293-6/+36
* Revert "Keep original text for text/plain mime data"Kai Koehne2022-09-281-1/+1
* QtWidgets: Use the default constructor of QString and appendMate Barany2022-09-271-1/+3
* StyleSheetStyle: Fix color of placeholder texts in text editsEirik Aavitsland2022-09-271-1/+5