summaryrefslogtreecommitdiffstats
path: root/src/widgets/accessible
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-8/+7
|\|
| * QLabel: Allow pixmap() and picture() to return by-valueSze Howe Koh2020-01-261-8/+7
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-043-3/+21
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-273-3/+21
| |\
| | * Fix QAccessibleWidget::focusChild() to return focused descendantPeter Varga2019-12-193-5/+23
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-111-0/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-0/+2
| |\|
| | * Add "checkable" state to accessible menu itemAndre de la Rocha2019-12-101-0/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-097-64/+64
|\| |
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-067-64/+64
| |/
* / QAction: Properly port to the new configure systemFriedemann Kleint2019-11-011-1/+0
|/
* QWidget/QLineEdit: deprecate get{Contents,Text}Margins()Marc Mutz2019-07-301-2/+1