summaryrefslogtreecommitdiffstats
path: root/src/gui/accessible/qaccessible.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add accessible actions for scrolling and page changesFrederik Gladhorn2014-10-281-1/+82
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-271-0/+1
|\
| * Add searchEdit as accessible stateFrederik Gladhorn2014-10-251-0/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-3/+12
|\|
| * Make QAccessible compile with -Werrorhjk2014-09-301-0/+6
| * Fix build when using -WerrorSérgio Martins2014-09-291-3/+6
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-23/+20
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
| * a11y: Don't try to update accessibility if there's no interfaceTor Arne Vestbø2014-09-201-5/+10
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-101-4/+92
|\|
| * Accessibility: Improve line boundary helper functionsFrederik Gladhorn2014-09-041-4/+92
* | Compile with -no-feature-accessibilityFrederik Gladhorn2014-08-211-19/+3
|/
* Add accessible rolesFrederik Gladhorn2014-08-131-0/+6
* Remove invalid assertFrederik Gladhorn2014-08-131-2/+1
* Accessibility: Fix boundaries for text functions in QLineEditFrederik Gladhorn2014-08-131-31/+26
* Add QAccessible::ActivationObserverFrederik Gladhorn2014-08-111-1/+51
* Slight doc improvementsFrederik Gladhorn2014-07-231-2/+2
* Add accessible roles for web document, paragraph and sectionFrederik Gladhorn2014-07-231-0/+3
* Make QAccessibleEditableTextInterface docs publicFrederik Gladhorn2014-07-071-1/+0
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-4/+0
|\
| * Remove bogus nullptr check for referenceFrederik Gladhorn2014-06-271-4/+0
* | Windows a11y: Publish synthetic increase and decrease actionsJan Arve Saether2014-06-201-15/+25
* | Accessibility: Fix select state usageFrederik Gladhorn2014-05-311-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-111-15/+13
|\|
| * Accessibility Mac: Cache Accessible Elements and Notify about changesFrederik Gladhorn2014-04-091-15/+13
* | Added handling of QT_LINUX_ACCESSIBILITY_ALWAYS_ON variable.Tomasz Olszak2014-04-041-0/+9
|/
* Accessibility: Do not assert when a widget doesn't have a QAIFrederik Gladhorn2014-01-021-0/+2
* Accessibility: Make it possible to send events with no QObjectFrederik Gladhorn2013-10-251-5/+36
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-7/+7
* Make Accessibility publicFrederik Gladhorn2013-09-191-67/+885
* Let platform plugin decide if accessibility is activeFrederik Gladhorn2013-04-191-8/+13
* 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-081-0/+73
* Cache QAccessibleInterfaces.Frederik Gladhorn2013-04-021-12/+94
* Fix access to interface in QAccessibleEventFrederik Gladhorn2013-03-231-1/+1
* Warn about accessibility interface creation failure only onceFrederik Gladhorn2013-03-141-1/+6
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-071-4/+10
|\|
| * Revert "Enable module build with QT_NO_ACCESSIBILITY"aavit2013-01-041-4/+10
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-041-10/+4
|\|
| * Enable module build with QT_NO_ACCESSIBILITYTasuku Suzuki2012-12-201-10/+4
* | Cache accessibility plugins.Morten Johan Sorvig2013-01-021-2/+22
|/
* Fix compile when we use QT_NO_ACCESSIBILITYMontel Laurent2012-12-011-0/+4
* Accessibility: Add documentationFrederik Gladhorn2012-11-151-10/+265
* Accessibility: Warn if an event cannot create an interface for some reason.Frederik Gladhorn2012-11-081-1/+3
* 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-011-3/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Use QStringList::join(QChar) overload where applicable [QtGui]Marc Mutz2012-09-071-1/+1