summaryrefslogtreecommitdiffstats
path: root/src/widgets/accessible/itemviews.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+2
* QAccessible: consistently respect rootIndex of item viewsVolker Hilsheimer2023-09-011-83/+141
* a11y: Report app as parent for top-level item viewsMichael Weghorn2023-07-101-1/+1
* a11y: Implement QAccessibleSelectionInterface for item viewsMichael Weghorn2022-11-141-0/+81
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-4/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-2/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-3/+3
* Fix tree/table/list accessibility stateAndré de la Rocha2022-08-311-1/+21
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Windows QPA: Fix slowdown with large table/tree views with accessibilityAndré de la Rocha2022-03-311-0/+23
* Android: Qml accessibility fixesPiotr Mikolajczyk2020-12-081-2/+15
* Add "checkable" state to QAccessibleTableCellAndre de la Rocha2020-03-261-1/+5
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-25/+25
* Make sure QAccessibleTableCell is valid before referenceFrederik Gladhorn2019-05-131-6/+19
* itemviews: Fix a condition typoIvan Komissarov2018-10-201-1/+1
* QAccessibleTable(Header)Cell: fix isValid()Christian Ehrlicher2018-10-031-3/+5
* Accessible: use range-based for instead of foreachAnton Kudryavtsev2018-04-181-5/+5
* Convert features.itemviews to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-3/+0
* Convert features.listview to QT_[REQUIRE_]CONFIGStephan Binner2017-07-211-1/+3
* Convert features.treeview to QT_[REQUIRE_]CONFIGStephan Binner2017-07-151-9/+12
* Convert features.tableview to QT_[REQUIRE_]CONFIGStephan Binner2017-07-111-7/+9
* Convert features.treewidget to QT_[REQUIRE_]CONFIGStephan Binner2017-06-281-1/+1
* Annotate more implicit fallthroughsAllan Sandfeld Jensen2017-03-271-0/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-241-35/+7
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-231-35/+7
| |\
| | * Use QPersistentModelIndex for storing a model indexAndy Shaw2016-11-171-35/+7
* | | Improve use of QHash to minimize double hashingAllan Sandfeld Jensen2016-11-101-4/+3
* | | fix build with various QT_NO_* definesNick Shaforostoff2016-08-261-4/+20
* | | QtBase: use printf-style qWarning/qDebug where possible (II)Marc Mutz2016-05-031-2/+2
|/ /
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QtWidgets: use Q_UNLIKELY for every qWarning() (2)Marc Mutz2015-11-251-5/+5
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-1/+1
|\
| * Do not install headers for private classesFrederik Gladhorn2015-09-071-1/+1
* | Fix inefficient code foreaching on container.values()Sérgio Martins2015-07-081-2/+2
* | widgets: Use QList::reserve(), reduces reallocations.Sérgio Martins2015-06-231-5/+11
* | Fix crash during autotest execution on Mac OS XLars Knoll2015-06-021-0/+3
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Update copyright to 2014 for accessibilityFrederik Gladhorn2014-07-041-1/+1
* Remove some unused forward declarations.Jan Arve Saether2014-04-081-2/+0
* Accessibility: Use factory function instead of pluginFrederik Gladhorn2014-03-131-0/+1222