summaryrefslogtreecommitdiffstats
path: root/src/widgets/accessible
Commit message (Expand)AuthorAgeFilesLines
* Remove undefined method logicalIndexIngo Klöcker2024-04-231-2/+0
* Remove obsolete commentIngo Klöcker2024-04-231-1/+0
* Replace expensive inherits with cheaper qobject_cast (1)Volker Hilsheimer2024-04-181-2/+2
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+2
* a11y: Implement QAccessibleSelectionInterface for QAccessibleTabBarMichael Weghorn2023-11-162-1/+77
* a11y: Report strikethrough via text attributeMichael Weghorn2023-11-151-0/+2
* QAccessibleComboBox: Cleanup comboBox() callsLiang Qi2023-09-271-52/+66
* Remove redundant QPair includesAhmad Samir2023-09-061-1/+0
* QAccessible: consistently respect rootIndex of item viewsVolker Hilsheimer2023-09-011-83/+141
* QAccessibleWidget: Remove pointless ZWSP in warning messageFabian Kosmale2023-08-301-1/+1
* a11y: Report app as parent for top-level item viewsMichael Weghorn2023-07-101-1/+1
* a11y: Don't add scrollbar container as a11y child if scroll bar is re-parentedTor Arne Vestbø2023-05-101-2/+8
* a11y: even checkable buttons are pressableHarald Sitter2023-03-011-4/+2
* Fix qtbase build when all deprecated code are disabledYuhang Zhao2023-02-221-4/+4
* Fix build with -no-feature-dialogbuttonboxTasuku Suzuki2023-01-171-1/+0
* Fix build with -no-feature-messageboxTasuku Suzuki2023-01-173-0/+8
* QtWidgets: Disambiguate static functions/variables and definesFriedemann Kleint2023-01-143-28/+15
* Treat the accessible non-editable combobox as ButtonMenu on macOSMikolaj Boc2022-12-161-0/+1
* a11y: Implement QAccessibleSelectionInterface for item viewsMichael Weghorn2022-11-142-1/+91
* Windows: Inform accessibility system about the focused child itemVolker Hilsheimer2022-11-112-0/+11
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-033-7/+7
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-113-4/+4
* Port from container.count()/length() to size()Marc Mutz2022-10-045-12/+12
* QtWidgets: Use remove instead of replaceMate Barany2022-09-271-1/+1
* Fix tree/table/list accessibility stateAndré de la Rocha2022-08-311-1/+21
* Add ExpandCollapse UI Automation pattern to combo boxesAndré de la Rocha2022-06-222-0/+12
* Implement a dedicated QAccessibleInterface for QMessageBoxVolker Hilsheimer2022-06-163-1/+55
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-1515-30/+30
* Use SPDX license identifiersLucie Gérard2022-05-1616-608/+32
* QtWidgets: replace remaining uses of QL1String with QL1StringViewSona Kurazyan2022-05-022-2/+2
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-026-73/+85
* QtWidgets: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-262-10/+10
* Windows QPA: Fix slowdown with large table/tree views with accessibilityAndré de la Rocha2022-03-312-0/+25
* Fix deprecated use of QBA/Q*String::countMårten Nordheim2022-03-151-2/+2
* Reduce qaccessible includesFabian Kosmale2022-02-091-1/+4
* Remove the qmake project filesJoerg Bornemann2021-01-072-51/+0
* Android: Qml accessibility fixesPiotr Mikolajczyk2020-12-082-2/+30
* Return an empty QStringList if the family string is emptyAndy Shaw2020-11-271-1/+1
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-201-1/+1
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Introduce QWidget::setScreenVolker Hilsheimer2020-08-171-2/+0
* Add ; to Q_UNUSEDLars Schmertmann2020-07-072-2/+2
* Use QList instead of QVector in widgetsJarek Kobus2020-07-025-12/+17
* Fix build without features.actionTasuku Suzuki2020-06-041-1/+0
* QtWidgets: fix a few more int/char -> QChar conversionsMarc Mutz2020-04-301-6/+6
* Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)Joerg Bornemann2020-04-213-2/+6
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-1/+5
|\
| * Add "checkable" state to QAccessibleTableCellAndre de la Rocha2020-03-261-1/+5
* | Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-291-8/+11
* | QSpinBox: remove deprecated signal valueChanged(const QString &)Vitaly Fanaskov2020-02-101-2/+0