summaryrefslogtreecommitdiffstats
path: root/src/gui/accessible/qaccessible.h
Commit message (Expand)AuthorAgeFilesLines
* Make QAccessible::State's equality operator a hidden friendVolker Hilsheimer2020-10-281-2/+4
* Use QList instead of QVector in guiJarek Kobus2020-06-291-2/+3
* Remove deprecated QAccessible::updateAccessibility overloadVolker Hilsheimer2020-05-151-16/+1
* a11y: Remove a ### Qt6 that doesn't make much senseJan Arve Sæther2020-02-121-2/+2
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-251-0/+1
|\
| * Add accessibility notification roleFrederik Gladhorn2019-06-121-0/+1
* | doc: Fix all clang parse errors in QtBase during PCH buildMartin Smith2018-11-051-0/+2
|/
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-2/+2
* Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-031-1/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QtGui: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-191-2/+2
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-6/+6
|\
| * Fix signature of new methodsLars Knoll2015-06-101-6/+6
* | Export class QAccessible::ActivationObserver.Friedemann Kleint2015-06-081-1/+1
* | De-duplicate vtables III: QAccessibleMarc Mutz2015-06-031-11/+25
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QtGui: use Q_ENUM instead of Q_ENUMSOlivier Goffart2015-02-081-1/+2
* Add accessible actions for scrolling and page changesFrederik Gladhorn2014-10-281-0/+6
* Add searchEdit as accessible stateFrederik Gladhorn2014-10-251-0/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Add accessible rolesFrederik Gladhorn2014-08-131-1/+50
* Add QAccessible::ActivationObserverFrederik Gladhorn2014-08-111-0/+10
* Add accessible roles for web document, paragraph and sectionFrederik Gladhorn2014-07-231-0/+3
* Remove outdated commentFrederik Gladhorn2014-07-151-1/+0
* Update copyright to 2014 for accessibilityFrederik Gladhorn2014-07-041-1/+1
* Windows a11y: Publish synthetic increase and decrease actionsJan Arve Saether2014-06-201-0/+1
* Accessibility: Make it possible to send events with no QObjectFrederik Gladhorn2013-10-251-1/+71
* Change return type of imagePosition to QPointJan Arve Saether2013-10-151-1/+1
* Make Accessibility publicFrederik Gladhorn2013-09-191-4/+140
* 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
* Make QTextCursor accessibility boundary finder availableFrederik Gladhorn2013-04-081-0/+12
* Cache QAccessibleInterfaces.Frederik Gladhorn2013-04-021-3/+17
* Make sure that we #include qconfig.h before testing for features.Thiago Macieira2013-03-191-0/+2
* 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-291-4/+0
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Replace macro qdoc with Q_QDOCDebao Zhang2013-01-081-2/+2
* Revert "Enable module build with QT_NO_ACCESSIBILITY"aavit2013-01-041-3/+0
* Enable module build with QT_NO_ACCESSIBILITYTasuku Suzuki2012-12-201-0/+3
* Accessibility: Make accessibleInterface() in event virtual.Frederik Gladhorn2012-11-081-1/+1
* Remove #ifndef QT_NO_ACCESSIBILITY around qaccessible.{h,cpp}Jan Arve Saether2012-11-011-4/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Add TableModelChange event for accessibility.Frederik Gladhorn2012-09-111-0/+40
* Fix compilation of public headers with QT_NO_DEPRECATED definedOlivier Goffart2012-05-021-2/+14
* Do not map LayeredPane and Terminal to the wrong MSAA roleJan-Arve Saether2012-04-251-3/+5
* Add QDebug operator<< for QAccessibleEventJan-Arve Saether2012-04-241-0/+1