summaryrefslogtreecommitdiffstats
path: root/src/plugins/accessible/widgets/simplewidgets.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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