summaryrefslogtreecommitdiffstats
path: root/src/plugins/accessible
Commit message (Expand)AuthorAgeFilesLines
* Do not include the treeview header if its hiddenJan Arve Saether2013-04-251-1/+2
* Accessibility: Ignore negative child indices in main windowFrederik Gladhorn2013-04-231-1/+1
* Accessibility: Menu item should keep track of owner being validFrederik Gladhorn2013-04-232-2/+3
* Make QTextCursor accessibility boundary finder availableFrederik Gladhorn2013-04-084-89/+26
* Cache QAccessibleInterfaces.Frederik Gladhorn2013-04-027-111/+269
* Accessibility: Fix crash when updating in dtorFrederik Gladhorn2013-03-232-1/+7
* Only instantiate QAccessibleWidget after trying inherited classesFrederik Gladhorn2013-03-222-10/+9
* Fix crash when trying to access accessible parent in dtorFrederik Gladhorn2013-03-191-1/+1
* Make qaccessible2.h internal.Frederik Gladhorn2013-03-147-12/+12
* Fix some warnings that have crept up since I last fixed warningsThiago Macieira2013-02-271-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-2/+2
|\
| * Fix lupdate-warnings in simplewidgets.cpp.Friedemann Kleint2013-02-051-2/+2
* | Simplify a function to fix a warning reported by ICCThiago Macieira2013-02-111-5/+2
* | Improve QAccessibleApplicationFrederik Gladhorn2013-01-252-1/+6
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2213-16/+23
|\|
| * 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
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-161-1/+1
|\|
| * Fix crash in tst_qtreewidget.Friedemann Kleint2013-01-141-1/+1
* | Implement QAccessibleActionInterface in QAccessibleTableCellJosé Millán Soto2013-01-112-1/+94
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-049-10/+32
|\|
| * 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
* | Change behaviour of selectRow, selectColumn, unselectRow, unselectColumnJosé Millán Soto2012-12-181-10/+115
|/
* 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