summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/qaccessibility/tst_qaccessibility.cpp
Commit message (Expand)AuthorAgeFilesLines
* Only instantiate QAccessibleWidget after trying inherited classesFrederik Gladhorn2013-03-221-40/+96
* Make qaccessible2.h internal.Frederik Gladhorn2013-03-141-0/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-0/+5
|\
| * Do not crash if the child index is out of range.Jan Arve Saether2013-02-061-0/+5
* | Improve QAccessibleApplicationFrederik Gladhorn2013-01-251-2/+30
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-4/+16
|\|
| * Make hierarchy of actions in menubars more consistent.Jan Arve Saether2013-01-211-2/+9
| * Accessibility: Test for do not crash if the column count is 0Jan Arve Saether2013-01-211-1/+6
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-161-1/+1
|\|
| * Fix crash in tst_qaccessibility.Friedemann Kleint2013-01-151-1/+1
* | Implement QAccessibleActionInterface in QAccessibleTableCellJosé Millán Soto2013-01-111-0/+35
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-071-12/+25
|\|
| * Make textEditTest pass on Windows 8Jan Arve Saether2013-01-041-4/+19
| * Fix autotest of textEditTest to use currentFont() instead of font()Jan Arve Saether2013-01-041-3/+3
| * Cleanup verifyHierarchy. Remove dead code and add indexOfChild testJan Arve Saether2013-01-031-5/+3
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-041-0/+27
|\|
| * tst_qaccessibility: Fix warnings about window geometry on Windows.Friedemann Kleint2012-12-191-0/+22
| * Call QAccessible::updateAccessibility when caret moves in QTextEditJosé Millán Soto2012-12-161-0/+2
| * Accessible: Improve value interfacev5.0.0-rc2Frederik Gladhorn2012-12-121-0/+3
* | Change behaviour of selectRow, selectColumn, unselectRow, unselectColumnJosé Millán Soto2012-12-181-0/+35
|/
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-071-1/+1
* Accessibility: clean up and simplify testFrederik Gladhorn2012-11-051-36/+23
* Accessibility: clean up testFrederik Gladhorn2012-11-051-42/+22
* Expose IAccessibleTable2 to non-conformant screen readersJan Arve Saether2012-11-021-1/+81
* Implement QAccessibleLineEdit::characterRect()Jan-Arve Saether2012-10-281-0/+16
* Clean up index handling in itemviews accessibility.Frederik Gladhorn2012-10-271-17/+45
* Make table test use smart pointers for interfaces.Frederik Gladhorn2012-10-271-28/+18
* Correct accessibility index handling in QListViewJosé Millán Soto2012-10-191-4/+4
* Bring back Mac dependent code in QBoxLayout, QGridLayoutGabriel de Dietrich2012-10-181-1/+2
* Stabilize Accessibility/Combo test.Friedemann Kleint2012-10-131-1/+5
* Fix QTextBoundaryFinder usage cases in QAccessible2Konstantin Ritt2012-10-131-0/+1
* Remove unused function.Frederik Gladhorn2012-10-031-11/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix mapping to/from global coordinates for child/embedded windows.Miikka Heikkinen2012-09-181-0/+7
* Implemented QAccessibleTextWidgetJan-Arve Saether2012-08-141-35/+77
* Remove usage of deprecated qWaitForWindowShown(QWidget *) method.Friedemann Kleint2012-07-251-2/+2
* Implement waitForWindowExposed and friends for widget windows.Friedemann Kleint2012-07-201-5/+4
* Relax the reqirement in which order events are delivered.Jan-Arve Saether2012-07-131-7/+11
* Remove clipboard operations from QAccessibleEditableTextInterfaceJan-Arve Saether2012-07-111-52/+129
* Accessibility: Do not automatically add controllersFrederik Gladhorn2012-06-201-24/+0
* Replace (un)checkAction with toggleAction (3/3)Jan-Arve Saether2012-05-221-12/+12
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtGui]Thiago Macieira2012-05-041-9/+9
* Remove insignification from QAccessibility test on Mac OS X.Jason McDonald2012-04-191-0/+3
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-1/+16
|\
| * Update accessibility selections in QTextControl.Frederik Gladhorn2012-04-141-1/+16
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-0/+108
|\|
| * Fix IAccessible2 for Windows, enable MSAA/IAccessible for MinGW.Jan-Arve Saether2012-03-271-0/+108
* | Merge master into api_changesKent Hansen2012-03-271-17/+152
|\|
| * Improve accessibility test to handle more text events.Frederik Gladhorn2012-03-251-9/+36