summaryrefslogtreecommitdiffstats
path: root/src/gui/accessible/qaccessible.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove QAccessibleInterface::navigate()Jan-Arve Saether2012-02-201-58/+4
* Move all usages of Relation enum values to QAccessible::relations()Jan-Arve Saether2012-02-101-2/+4
* Update docs for QAccessibleEvent.Frederik Gladhorn2012-02-101-46/+10
* Remove QAccessible::FocusChild, add focusChild()Jan-Arve Saether2012-02-061-0/+18
* Use events for accessibility updates.Frederik Gladhorn2012-01-311-11/+59
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Clean up and extend QAccessible::State.Frederik Gladhorn2012-01-161-32/+51
* Remove invokeMethod in favor of the recommended virtual_hook()Jan-Arve Saether2012-01-121-10/+9
* Make QAccessibleInterface::indexOfChild() 0-based.Frederik Gladhorn2012-01-111-3/+2
* Document enum value QAccessible::Expandable.Frederik Gladhorn2012-01-101-1/+2
* Improve Accessibility documentation 2.Frederik Gladhorn2012-01-101-52/+66
* Accessiblity State as bit field.Frederik Gladhorn2012-01-101-2/+6
* Improve Accessibility documentation.Frederik Gladhorn2012-01-091-1/+8
* Update docs.Frederik Gladhorn2012-01-061-51/+18
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Use meta object to get string rep of QAccessible::Role.Frederik Gladhorn2012-01-031-5/+19
* Accessibility: childAt returns interfaceFrederik Gladhorn2011-12-191-7/+13
* Create a class to contain accessibilty enums.Frederik Gladhorn2011-12-081-3/+3