summaryrefslogtreecommitdiffstats
path: root/src/plugins/accessible
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1320-20/+20
* Return correct accessible name when a label has rich textJosé Millán Soto2012-12-161-1/+9
* Make textEditTest more tolerant wrt characterRect verificationJan Arve Saether2012-11-281-1/+6
* Accessibility: itemviews check for valid model.Frederik Gladhorn2012-11-081-11/+60
* Fix g++/MinGW compiler warnings.Friedemann Kleint2012-09-292-0/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2920-481/+481
* Fix calculation of logical child index for row headers.Tilman Sauerbeck2012-09-071-1/+1
* Make QStatusBar text available via accessibility.Tilman Sauerbeck2012-08-232-1/+6
* Implement QAccessibleLineEdit::characterRect()Jan-Arve Saether2012-08-161-3/+16
* Accessibility: Add missing break;Jan-Arve Saether2012-08-141-0/+1
* Update contact information in license headers.Sergio Ahumada2012-08-0120-40/+40
* Accessibility: fix updates for models with rootIndex set.Frederik Gladhorn2012-07-301-6/+12
* Fix crashes in QAccessibleTree::navigateFrederik Gladhorn2012-04-131-1/+7
* Accessible interface for QPlainTextEditJosé Millán Soto2012-04-133-8/+83
* Use parentheses in statement with && and ||.Frederik Gladhorn2012-04-131-1/+1
* Fix possible crash issue when testing the state of a QAccessibleMenuItemYan Shapochnik2012-04-131-2/+2
* Use QPointer to store accessible object.Frederik Gladhorn2012-04-112-86/+98
* Fixed missing parenthesesRobert Loehning2012-03-051-1/+1
* Implemented QAccessibleTextWidgetJosé Millán Soto2012-02-212-179/+312
* Added QAccessibleGroupBoxJosé Millán Soto2012-02-103-18/+144
* Make copy and cut methods work in QAccessibleTextEditJosé Millán Soto2012-02-061-3/+10
* Handle closable tabs in QAccessibleTabBarJosé Millán Soto2012-01-182-1/+68
* Update year in Nokia copyright messages.Jason McDonald2012-01-1120-20/+20
* Fix accessible menu not returning child name.Frederik Gladhorn2011-09-231-1/+1
* Implement QAccessibleActionInterface for menu actions.Frederik Gladhorn2011-09-082-8/+83
* Style cleanup - space after flow control keywords.Frederik Gladhorn2011-07-131-3/+3
* Add IAccessible2 table2 implementation.Frederik Gladhorn2011-07-134-10/+1382
* Use name for combobox on Unix.Frederik Gladhorn2011-07-121-5/+7
* Rename textBeforeOffsetFromString to start with q.Frederik Gladhorn2011-07-081-6/+6
* Implement text interface for QLineEdit.Frederik Gladhorn2011-07-061-12/+28
* Fix a11y crash: dock doesn't always have a widget.Frederik Gladhorn2011-06-281-7/+12
* Incorrect property name in QAccessibleAbstractSpinBox::setCurrentValueJosé Millán Soto2011-06-221-1/+1
* Merge remote-tracking branch 'upstream/4.8' into 4.8Frederik Gladhorn2011-06-1218-313/+414
|\
| * Ammend last commitHarald Fernengel2011-06-061-1/+1
| * Implemented QAccessibleTextEdit::attributes()José Millán Soto2011-06-061-5/+106
| * Changing cursor position in all boundariesJosé Millán Soto2011-06-061-1/+1
| * Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-1318-307/+307
* | Remove more inconsistencies with invisible.Frederik Gladhorn2011-06-101-18/+0
* | QAccessibleToolButton::text should return accessibleName if set.Frederik Gladhorn2011-06-101-1/+1
* | Remove stray semicolon.Frederik Gladhorn2011-06-101-1/+1
* | Do not expose text when echo mode is not Normal.José Millán Soto2011-06-101-0/+4
* | Check validator when changing text using accessibility functions.José Millán Soto2011-06-101-1/+8
|/
* Return name and allow actions for invisible accessible items.Frederik Gladhorn2011-04-271-11/+2
* Don't crash when requesting text.Frederik Gladhorn2011-04-011-1/+5
* Let QAccessibleButton::text return something even when not visible.Frederik Gladhorn2011-04-011-3/+0
* Make navigation in TabWidgets consistent.Frederik Gladhorn2011-03-231-4/+9
* Fix text for checkable buttons, unit tests.Frederik Gladhorn2011-03-231-0/+17
* Window and Application fixes for accessibility.Frederik Gladhorn2011-03-231-1/+1
* QAccessibleTextEdit: Using x coordinate for calculate character widthJosé Millán Soto2011-03-221-1/+1
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-1718-18/+18
|\