summaryrefslogtreecommitdiffstats
path: root/src/gui/accessible/qaccessible.cpp
Commit message (Expand)AuthorAgeFilesLines
* Accessibility Mac: Cache Accessible Elements and Notify about changesFrederik Gladhorn2014-04-091-15/+13
* Accessibility: Do not assert when a widget doesn't have a QAIFrederik Gladhorn2014-01-021-0/+2
* Accessibility: Make it possible to send events with no QObjectFrederik Gladhorn2013-10-251-5/+36
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-7/+7
* Make Accessibility publicFrederik Gladhorn2013-09-191-67/+885
* Let platform plugin decide if accessibility is activeFrederik Gladhorn2013-04-191-8/+13
* Do not show the warning if queryAI() returns an invalid interface.Jan Arve Saether2013-04-111-1/+1
* Make QTextCursor accessibility boundary finder availableFrederik Gladhorn2013-04-081-0/+73
* Cache QAccessibleInterfaces.Frederik Gladhorn2013-04-021-12/+94
* Fix access to interface in QAccessibleEventFrederik Gladhorn2013-03-231-1/+1
* Warn about accessibility interface creation failure only onceFrederik Gladhorn2013-03-141-1/+6
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-071-4/+10
|\|
| * Revert "Enable module build with QT_NO_ACCESSIBILITY"aavit2013-01-041-4/+10
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-041-10/+4
|\|
| * Enable module build with QT_NO_ACCESSIBILITYTasuku Suzuki2012-12-201-10/+4
* | Cache accessibility plugins.Morten Johan Sorvig2013-01-021-2/+22
|/
* Fix compile when we use QT_NO_ACCESSIBILITYMontel Laurent2012-12-011-0/+4
* Accessibility: Add documentationFrederik Gladhorn2012-11-151-10/+265
* Accessibility: Warn if an event cannot create an interface for some reason.Frederik Gladhorn2012-11-081-1/+3
* Fix QAccessible to build when QT_NO_ACCESSIBILITY is definedJ-P Nurmi2012-11-051-0/+10
* Remove #ifndef QT_NO_ACCESSIBILITY around qaccessible.{h,cpp}Jan Arve Saether2012-11-011-3/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Use QStringList::join(QChar) overload where applicable [QtGui]Marc Mutz2012-09-071-1/+1
* doc: Fixed qdoc errorsMartin Smith2012-08-211-105/+76
* Improve qDebug() << QAccessibleEvent() to display state changesJan-Arve Saether2012-07-161-0/+44
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-281-0/+2
* Remove the QFactoryInterface dependency from accessible pluginsLars Knoll2012-06-081-1/+1
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101-1/+1
|\
| * Doc: Modularize QtGui documentation.Casper van Donderen2012-05-091-1/+1
* | No longer use deprecated methods for plugin loading.Friedemann Kleint2012-05-091-15/+8
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-2/+2
|/
* Fix compilation of public headers with QT_NO_DEPRECATED definedOlivier Goffart2012-05-021-8/+1
* Add QDebug operator<< for QAccessibleEventJan-Arve Saether2012-04-241-0/+16
* Add missing accessible child id.Frederik Gladhorn2012-03-281-0/+1
* Remove QAccessibleEvent child parameter.Frederik Gladhorn2012-03-191-1/+2
* Accessibility: add text update eventsFrederik Gladhorn2012-03-191-7/+7
* Use pointers for QAccessibleEvent.Frederik Gladhorn2012-03-151-4/+3
* Add documenation about QAccessibleStateChange event.Frederik Gladhorn2012-03-121-0/+23
* Update accessibility StateChange by custom event.Frederik Gladhorn2012-03-121-1/+2
* Add accessible role Desktop.Frederik Gladhorn2012-03-081-0/+2
* Remove AccessibilityPrepare event.Frederik Gladhorn2012-03-051-4/+0
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-5/+5
* Mark overload of QAccessible::updateAccessibility as deprecated.Frederik Gladhorn2012-03-021-2/+0
* Improve debugging in the windows accessibility bridge.Jan-Arve Saether2012-03-021-4/+16
* Make accessible interfaces private for Qt 5.0Jan-Arve Saether2012-02-281-0/+4
* Minor fixes for RelationFlag.Jan-Arve Saether2012-02-241-0/+2
* Remove QPlatformIntegration/QPlatformTheme from QGuiAppPrivate.Friedemann Kleint2012-02-201-0/+1
* Remove QAccessibleInterface::relationTo().Jan-Arve Saether2012-02-201-42/+4