summaryrefslogtreecommitdiffstats
path: root/src/gui/accessible
Commit message (Expand)AuthorAgeFilesLines
* Remove empty QAccessible2 headerFrederik Gladhorn2013-11-202-46/+0
* Accessibility: Make it possible to send events with no QObjectFrederik Gladhorn2013-10-252-6/+107
* Change return type of imagePosition to QPointJan Arve Saether2013-10-151-1/+1
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-7/+7
* Add Q_DECL_OVERRIDE to accessibility classesFrederik Gladhorn2013-10-051-14/+14
* Fix some doc errors.Frederik Gladhorn2013-09-211-3/+3
* Make Accessibility publicFrederik Gladhorn2013-09-197-933/+1026
* Accessibility for AndroidFrederik Gladhorn2013-08-221-1/+3
* Remove rowColumnExtents from QAccessibleTableCellInterfaceFrederik Gladhorn2013-08-221-6/+0
* Remove the crash pending warningJan Arve Saether2013-05-071-4/+0
* QAccessible::State is no longer an enumOlivier Goffart2013-04-301-1/+1
* Get rid of this hack where QAccessible inherits from QObject.Jan Arve Saether2013-04-261-4/+1
* Let platform plugin decide if accessibility is activeFrederik Gladhorn2013-04-193-8/+19
* Do not show the warning if queryAI() returns an invalid interface.Jan Arve Saether2013-04-111-1/+1
* Make QTextCursor accessibility boundary finder availableFrederik Gladhorn2013-04-084-38/+100
* Cache QAccessibleInterfaces.Frederik Gladhorn2013-04-027-20/+310
* Fix access to interface in QAccessibleEventFrederik Gladhorn2013-03-231-1/+1
* Make sure that we #include qconfig.h before testing for features.Thiago Macieira2013-03-191-0/+2
* Make qaccessible2.h internal.Frederik Gladhorn2013-03-144-3/+2
* Warn about accessibility interface creation failure only onceFrederik Gladhorn2013-03-141-1/+6
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-181-0/+2
|\
| * Fixed QT_NO_ACCESSIBILITY build.Bjoern Breitmeyer2013-02-131-0/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-2/+2
|\|
| * Add translator help for accessibility stringsFrederik Gladhorn2013-02-081-2/+2
* | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-296-24/+0
* | Improve QAccessibleApplicationFrederik Gladhorn2013-01-251-0/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2212-12/+12
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-1812-12/+12
* | Remove some dead code.Frederik Gladhorn2013-01-221-31/+0
* | Merge branch 'stable' into devSergio Ahumada2013-01-091-2/+2
|\|
| * Replace macro qdoc with Q_QDOCDebao Zhang2013-01-081-2/+2
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-072-7/+10
|\|
| * Revert "Enable module build with QT_NO_ACCESSIBILITY"aavit2013-01-042-7/+10
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-045-10/+23
|\|
| * Enable module build with QT_NO_ACCESSIBILITYTasuku Suzuki2012-12-202-10/+7
| * Fix memory leak in childAtMorten Johan Sorvig2012-12-141-0/+2
| * Accessible: Improve value interfacev5.0.0-rc2Frederik Gladhorn2012-12-122-0/+14
* | Cache accessibility plugins.Morten Johan Sorvig2013-01-021-2/+22
* | Change behaviour of selectRow, selectColumn, unselectRow, unselectColumnJosé Millán Soto2012-12-181-2/+2
|/
* Fix compile when we use QT_NO_ACCESSIBILITYMontel Laurent2012-12-011-0/+4
* Accessibility: Add documentationFrederik Gladhorn2012-11-151-10/+265
* Accessibility: Make accessibleInterface() in event virtual.Frederik Gladhorn2012-11-081-1/+1
* Accessibility: Warn if an event cannot create an interface for some reason.Frederik Gladhorn2012-11-081-1/+3
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-071-1/+1
* Fix QAccessible to build when QT_NO_ACCESSIBILITY is definedJ-P Nurmi2012-11-051-0/+10
* Remove #ifndef QT_NO_ACCESSIBILITY around qaccessible.{h,cpp}Jan Arve Saether2012-11-012-7/+0
* Remove unneded forward declaration.Frederik Gladhorn2012-10-161-2/+0
* Fix QTextBoundaryFinder usage cases in QAccessible2Konstantin Ritt2012-10-132-121/+175
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2212-288/+288
* Add TableModelChange event for accessibility.Frederik Gladhorn2012-09-111-0/+40