summaryrefslogtreecommitdiffstats
path: root/src/plugins/accessible/widgets/simplewidgets.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix QTextBoundaryFinder usage cases in QAccessible2Konstantin Ritt2012-10-131-10/+3
* Return correct accessible name when a label has rich textJosé Millán Soto2012-09-271-1/+9
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Make QStatusBar text available via accessibility.Tilman Sauerbeck2012-09-191-0/+5
* Remove clipboard operations from QAccessibleEditableTextInterfaceJan-Arve Saether2012-07-111-3/+4
* Replace (un)checkAction with toggleAction (3/3)Jan-Arve Saether2012-05-221-15/+6
* Added QAccessibleGroupBoxFrederik Gladhorn2012-03-241-13/+81
* API cleanup: remove CoordinateType enumJan-Arve Saether2012-03-241-14/+5
* Remove use of deprecated conversion from QKeySequenceOlivier Goffart2012-02-271-1/+1
* Move all usages of Relation enum values to QAccessible::relations()Jan-Arve Saether2012-02-101-38/+23
* 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-1/+1
* Accessiblity State as bit field.Frederik Gladhorn2012-01-101-13/+13
* Remove all references to QAccessible:: {Child|Ancestor|Sibling}Jan-Arve Saether2012-01-061-2/+3
* Constify more accessibility interface functions.Frederik Gladhorn2012-01-061-14/+14
* Image interface functions should be const.Frederik Gladhorn2012-01-061-3/+3
* Remove Cursor functions from invokeMethod.Frederik Gladhorn2012-01-061-20/+0
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Create a class to contain accessibilty enums.Frederik Gladhorn2011-12-081-48/+48
* Fix casting. Casting is now done through the virtual interface_cast.Jan-Arve Saether2011-11-301-0/+23
* Remove virtual child integers.Frederik Gladhorn2011-11-231-43/+21
* QtGui: Fix compilation with gcc 4.4Friedemann Kleint2011-11-031-13/+13
* Add default actions to QAccessibleWidget.Frederik Gladhorn2011-10-271-11/+13
* Refactor QAccessibleActionInterface.Frederik Gladhorn2011-10-191-214/+75
* Remove stale documentation and fix qdoc errors.Casper van Donderen2011-10-111-23/+0
* Rename description to localizedDescription in Action interface.Frederik Gladhorn2011-10-031-2/+2
* QAccessibleToolButton fixes.Frederik Gladhorn2011-09-281-95/+109
* Add parent and child functions to QAccessibleInterface.Frederik Gladhorn2011-09-191-23/+41
* Remove AccessibleEx classes.Frederik Gladhorn2011-09-151-21/+21
* Do not expose text when echo mode is not Normal.José Millán Soto2011-08-231-0/+4
* Check validator when changing text using accessibility functions.José Millán Soto2011-08-231-1/+8
* Rename textBeforeOffsetFromString to start with q.Frederik Gladhorn2011-08-181-6/+6
* Implement text interface for QLineEdit.Frederik Gladhorn2011-08-181-12/+28
* QAccessibleToolButton::text should return accessibleName if set.Frederik Gladhorn2011-08-161-1/+1
* Remove stray semicolon.Frederik Gladhorn2011-08-161-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Return name and allow actions for invisible accessible items.Frederik Gladhorn2011-05-101-11/+2
* Let QAccessibleButton::text return something even when not visible.Frederik Gladhorn2011-05-101-3/+0
* Fix text for checkable buttons, unit tests.Frederik Gladhorn2011-05-101-0/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+888