summaryrefslogtreecommitdiffstats
path: root/src/plugins/accessible
Commit message (Expand)AuthorAgeFilesLines
* Group functions in QAccessibleTextInterfaceJan-Arve Saether2012-08-141-8/+15
* Implemented QAccessibleTextWidgetJan-Arve Saether2012-08-142-343/+456
* Accessibility: fix updates for models with rootIndex set.Frederik Gladhorn2012-07-311-6/+12
* Remove clipboard operations from QAccessibleEditableTextInterfaceJan-Arve Saether2012-07-114-61/+16
* Remove the QFactoryInterface dependency from accessible pluginsLars Knoll2012-06-081-83/+0
* Replace (un)checkAction with toggleAction (3/3)Jan-Arve Saether2012-05-221-15/+6
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-2/+2
* Remove deprecated conversion from QKeySequence to QStringOlivier Goffart2012-04-261-1/+1
* Accessibility: Check for valid range of tree items.Frederik Gladhorn2012-04-171-0/+4
* Use parentheses in statement with && and ||.Frederik Gladhorn2012-04-171-1/+1
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-163-85/+98
|\
| * Use QPointer to store accessible object.Frederik Gladhorn2012-04-132-83/+96
| * Fix possible crash issue when testing the state of a QAccessibleMenuItemYan Shapochnik2012-04-121-2/+2
* | Merge master into api_changesKent Hansen2012-03-275-44/+119
|\|
| * Added QAccessibleGroupBoxFrederik Gladhorn2012-03-243-14/+107
| * API cleanup: remove CoordinateType enumJan-Arve Saether2012-03-244-32/+14
* | Remove QWorkspace.Debao Zhang2012-03-234-65/+0
|/
* Remove QAccessible2::TableModelChange.Frederik Gladhorn2012-03-122-75/+0
* Remove use of deprecated conversion from QKeySequenceOlivier Goffart2012-02-271-1/+1
* Use new plugin system in qtbase.Friedemann Kleint2012-02-272-5/+57
* Move all usages of Relation enum values to QAccessible::relations()Jan-Arve Saether2012-02-102-40/+24
* Make copy and cut methods work in QAccessibleTextEditJosé Millán Soto2012-02-081-4/+11
* Fix compiler warnings in accessible code.Friedemann Kleint2012-02-071-24/+0
* Remove QAccessible::FocusChild, add focusChild()Jan-Arve Saether2012-02-067-107/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3013-13/+13
* Update contact information in license headers.Jason McDonald2012-01-2313-13/+13
* Remove all reimplementations of relationTo() returning Unrelated.Jan-Arve Saether2012-01-164-30/+0
* Clean up and extend QAccessible::State.Frederik Gladhorn2012-01-163-4/+4
* Remove invokeMethod in favor of the recommended virtual_hook()Jan-Arve Saether2012-01-125-34/+0
* Remove all references to QAccessible::(Up|Down|Left|Right)Jan-Arve Saether2012-01-125-354/+3
* Make QAccessibleInterface::indexOfChild() 0-based.Frederik Gladhorn2012-01-114-46/+30
* Accessiblity State as bit field.Frederik Gladhorn2012-01-105-46/+49
* Remove all references to QAccessible:: {Child|Ancestor|Sibling}Jan-Arve Saether2012-01-069-219/+78
* Constify more accessibility interface functions.Frederik Gladhorn2012-01-066-64/+64
* Image interface functions should be const.Frederik Gladhorn2012-01-062-6/+6
* Remove Cursor functions from invokeMethod.Frederik Gladhorn2012-01-064-42/+0
* Update copyright year in license headers.Jason McDonald2012-01-0513-13/+13
* Remove old accessible itemviews code.Frederik Gladhorn2012-01-042-1501/+0
* Accessibility: childAt returns interfaceFrederik Gladhorn2011-12-198-91/+57
* Finish removing virtual child integersBradley T. Hughes2011-12-136-13/+13
* Do not assert on invalid model index.Frederik Gladhorn2011-12-091-6/+2
* Create a class to contain accessibilty enums.Frederik Gladhorn2011-12-0813-319/+314
* Clean formatting.Frederik Gladhorn2011-12-022-14/+15
* Accessibility: table2 -> tableFrederik Gladhorn2011-12-023-126/+126
* Make cell a proper QAccessible2Interface.Frederik Gladhorn2011-12-012-12/+20
* Fix casting. Casting is now done through the virtual interface_cast.Jan-Arve Saether2011-11-3012-16/+76
* Fix navigate returning invalid pointer.Frederik Gladhorn2011-11-241-1/+1
* Remove virtual child integers.Frederik Gladhorn2011-11-2313-744/+287
* Accessible widgets: Fix warning.Friedemann Kleint2011-11-231-1/+1
* Accessibility: Clean up usage of navigate.Frederik Gladhorn2011-11-214-42/+32