summaryrefslogtreecommitdiffstats
path: root/src/gui/accessible
Commit message (Expand)AuthorAgeFilesLines
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-241-1/+2
* Respect AT_SPI_BUS_ADDRESS env var on LinuxPatrick Griffis2022-02-171-0/+8
* Remove documentation of non-existing QAccessible stateAllan Sandfeld Jensen2022-02-111-1/+0
* qaccessible: Split QAccessible into own headerFabian Kosmale2022-02-093-383/+456
* Doc: Use \inmodule for all classes and headersTopi Reinio2022-01-172-0/+3
* gui: Fix typos in documentationJonas Kvinge2021-10-121-4/+4
* Accessibility Linux: Fix caps lock stateSamuel Thibault2021-09-282-10/+8
* gui: accessible - silence int conversion warningTim Blechmann2021-06-171-4/+4
* Add QAccessibleHyperlinkInterfaceJan Arve Sæther2021-06-032-1/+56
* QTestAccessible: Clear objects in EventList when deletedFabian Kosmale2021-05-231-0/+1
* 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
|\|