summaryrefslogtreecommitdiffstats
path: root/src/gui/accessible
Commit message (Expand)AuthorAgeFilesLines
* a11y: Do not cache classes that don't have a factory pluginJan Arve Sæther2021-01-131-5/+4
* Remove the qmake project filesJoerg Bornemann2021-01-074-73/+0
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-7/+7
* Make QAccessible::State's equality operator a hidden friendVolker Hilsheimer2020-10-282-8/+4
* Fix some qdoc warnings: undocumented parametersVolker Hilsheimer2020-09-251-2/+3
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-82/+0
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-121-1/+0
* Do not expose ATSPI as public dependency of QtGuiJoerg Bornemann2020-09-111-1/+1
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-08-281-1/+1
* Deprecate int based convert/canConvertLars Knoll2020-08-241-1/+1
* Introduce QWidget::setScreenVolker Hilsheimer2020-08-171-1/+1
* Doc: Remove outdated documentationPaul Wicking2020-08-121-5/+0
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-312-4/+4
* Linux: fix crash in AtSpi adaptor when handling window activationLu YaNing2020-07-141-1/+3
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-072-3/+3
* Add ; to Q_UNUSEDLars Schmertmann2020-07-072-3/+3
* SPI Accessibility: Remove global variableFriedemann Kleint2020-07-065-9/+33
* Use QList instead of QVector in platformsupportJarek Kobus2020-07-062-10/+10
* Move linuxaccessibility to QtGuiFriedemann Kleint2020-07-0622-0/+4844
* Use QList instead of QVector in guiJarek Kobus2020-06-291-2/+3
* Remove winrtOliver Wolff2020-06-061-1/+1
* Move QtAccessibilitySupport into QtGuiTor Arne Vestbø2020-06-023-5/+189
* Move windowsuiautomation API support into QtGuiFriedemann Kleint2020-05-2715-0/+1825
* a11y: Fix bug in the accessibility cacheJan Arve Sæther2020-05-193-9/+67
* Remove deprecated QAccessible::updateAccessibility overloadVolker Hilsheimer2020-05-152-26/+2
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-2/+2
|\
| * a11y: Remove a ### Qt6 that doesn't make much senseJan Arve Sæther2020-02-121-2/+2
* | Remove comments about destructors needing to be emptyJan Arve Sæther2020-02-111-17/+0
|/
* Doc/QtGui: replace some 0 with \nullptrChristian Ehrlicher2020-01-261-1/+1
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-063-16/+16
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-252-0/+2
|\
| * Add accessibility notification roleFrederik Gladhorn2019-06-122-0/+2
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-1/+1
|\ \
| * | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-1/+1
* | | Prefix textstream operators with Qt::Lars Knoll2019-05-021-2/+2
* | | More nullptr usage in headersKevin Funk2019-03-141-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-211-7/+7
|\|
| * Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-101-7/+7
* | doc: Fix all clang parse errors in QtBase during PCH buildMartin Smith2018-11-051-0/+2
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-251-16/+2
|\|
| * Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-16/+2
* | Remove excess "virtual" keyword from destructors in Qt GuiAlessandro Portale2018-09-251-1/+1
|/
* Add logging for QAccessibleCacheFrederik Gladhorn2018-07-081-0/+6
* Fix deletion of items in QAccessibleCacheFrederik Gladhorn2018-07-081-2/+4
* Accessibility: Fix leaking cached interfacesFrederik Gladhorn2018-05-042-0/+7
* qdoc: properly omit comments for enums marked with omitvalueChristian Ehrlicher2018-03-271-13/+13
* doc: Add missing class qualifier to \fn for constructorMartin Smith2018-01-121-1/+1
* Accessibility docs: remove wrong statementFrederik Gladhorn2017-10-291-1/+0
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-194-5/+5
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-14/+14