summaryrefslogtreecommitdiffstats
path: root/src/plugins/accessible
Commit message (Expand)AuthorAgeFilesLines
* Fix lupdate-warnings in simplewidgets.cpp.Friedemann Kleint2013-02-051-2/+2
* Make hierarchy of actions in menubars more consistent.Jan Arve Saether2013-01-211-3/+10
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1813-13/+13
* Fix crash in tst_qtreewidget.Friedemann Kleint2013-01-141-1/+1
* Prevent crash in childAt when there are 0 childrenMorten Johan Sorvig2012-12-141-1/+1
* Accessible: Improve value interfacev5.0.0-rc2Frederik Gladhorn2012-12-124-0/+21
* Add PLUGIN_CLASS_NAME to qtbase pluginsMiikka Heikkinen2012-12-101-0/+1
* Compile with QT_NO_CURSOR.Volker Krause2012-12-073-9/+9
* Fix compile with QT_NO_SHORTCUTMontel Laurent2012-12-011-1/+1
* Accessibility: set multiline state for text edits.Frederik Gladhorn2012-11-232-2/+11
* Accessibility: unhide text() function in TextWidget subclasses.Frederik Gladhorn2012-11-211-0/+7
* Implement editable text interface for QLineEdit.Frederik Gladhorn2012-11-032-1/+22
* beef up qt_plugin.prfOswald Buddenhagen2012-11-012-4/+2
* Implement QAccessibleLineEdit::characterRect()Jan-Arve Saether2012-10-281-3/+14
* Accessibility: remove redundant role functionFrederik Gladhorn2012-10-272-6/+0
* Clean up index handling in itemviews accessibility.Frederik Gladhorn2012-10-271-13/+17
* Bring back accessibility for plain text edit.Frederik Gladhorn2012-10-224-10/+119
* Accessibility: itemviews check for valid model.Frederik Gladhorn2012-10-191-4/+49
* Check that row and column are not less than 0 in indexFromLogicalJosé Millán Soto2012-10-131-1/+1
* Fix QTextBoundaryFinder usage cases in QAccessible2Konstantin Ritt2012-10-131-10/+3
* Update/fix QTextBoundaryFinder simple usage cases in qtbaseKonstantin Ritt2012-10-131-1/+1
* Return if header is 0.Frederik Gladhorn2012-10-041-0/+2
* Check for valid model and view in isValid for TableCells.Frederik Gladhorn2012-10-031-2/+3
* Make accessibility debug output optional.Frederik Gladhorn2012-10-031-1/+1
* 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-2213-312/+312
* Make QStatusBar text available via accessibility.Tilman Sauerbeck2012-09-192-1/+6
* 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