summaryrefslogtreecommitdiffstats
path: root/src/plugins/accessible
Commit message (Expand)AuthorAgeFilesLines
* automatically link plugins belonging to qt modules when building static appsOswald Buddenhagen2014-04-091-0/+1
* Accessibility: Set checkable state for checkbox and buttonsFrederik Gladhorn2014-03-291-0/+2
* Accessibility: Improve QTextEditFrederik Gladhorn2014-03-201-1/+5
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-123-4/+4
|\
| * Accessibility: Fix reporting the same name/value twiceFrederik Gladhorn2014-02-103-4/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-074-2/+51
|\|
| * Make QWindowContainer accessibleFrederik Gladhorn2014-02-054-2/+51
* | Don't translate a null rect.Jan Arve Saether2013-12-271-1/+2
|/
* Remove two unused functions from QAccessibleTabBarFrederik Gladhorn2013-11-062-38/+0
* Change return type of imagePosition to QPointJan Arve Saether2013-10-152-5/+5
* Remove stray semicolonFrederik Gladhorn2013-10-151-1/+1
* Accessibility: simplify dockwidget accessibleFrederik Gladhorn2013-10-142-215/+36
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-082-3/+3
* Add Q_DECL_OVERRIDE to accessibility classesFrederik Gladhorn2013-10-056-280/+280
* Merge branch 'stable' into devSergio Ahumada2013-09-211-1/+1
|\
| * accessible: fix if (!foo != const) constructMarc Mutz2013-09-161-1/+1
* | Add missing implementation in QAccessibleTabBar::indexOfChildJan Arve Saether2013-09-201-2/+10
* | Make Accessibility publicFrederik Gladhorn2013-09-197-13/+6
* | Include hidden headers in trees and tables consistentlyJan Arve Saether2013-09-182-3/+28
* | Remove rowColumnExtents from QAccessibleTableCellInterfaceFrederik Gladhorn2013-08-222-10/+0
|/
* Deal with unused functions, as found by the Intel compilerThiago Macieira2013-07-011-12/+0
* Accessibility: Fix crash in tst_qmdisubwindow.Friedemann Kleint2013-06-261-2/+3
* 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