aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/accessible
Commit message (Expand)AuthorAgeFilesLines
* Accessibility: Adapt memory management for Qt 5.1Frederik Gladhorn2013-03-052-2/+1
* Silence compiler warnings in qaccessiblequickitem.h.Friedemann Kleint2013-01-141-9/+9
* Update copyright year in Digia's license headersSergio Ahumada2013-01-107-7/+7
* make use of qtHaveModule()Oswald Buddenhagen2013-01-101-1/+1
* Accessibility: Work with QQuickWindowFrederik Gladhorn2013-01-044-29/+37
* Accessibility: Improve interface handling in QuickFrederik Gladhorn2012-12-193-41/+59
* remove obsolete DEPENDPATH assignmentsOswald Buddenhagen2012-12-161-1/+0
* Add PLUGIN_CLASS_NAME to qtdeclarative pluginsMiikka Heikkinen2012-12-111-0/+1
* make module compile with -no-guiTasuku Suzuki2012-11-221-1/+1
* Accessibility: add stepSize to value interface.Frederik Gladhorn2012-11-152-0/+6
* All QWindow properties that have "window" in them have been renamed.Shawn Rutledge2012-11-081-1/+1
* adjust to qt_plugin.prf changes, part 2Oswald Buddenhagen2012-11-012-4/+0
* adjust to qt_plugin.prf changes, part 1Oswald Buddenhagen2012-10-291-0/+2
* Remove interim compatibility measuresAlan Alpert2012-10-161-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-237-168/+168
* QQuickCanvas renamesAlan Alpert2012-07-171-13/+13
* Fix warnings about multiple rules for install_targets.Friedemann Kleint2012-07-101-7/+0
* Allow mouse interaction with 0 opacity items.Andrew den Exter2012-07-041-1/+1
* remove stale references to QTDIR_buildOswald Buddenhagen2012-06-291-3/+3
* Fix compilation for QT_NO_ACCESSIBILITYTasuku Suzuki2012-06-091-1/+3
* Accessible plugin build: Do not install before make installAnselmo L. S. Melo2012-06-051-1/+3
* Replace (un)checkAction with toggleAction (2/3)Jan-Arve Saether2012-05-221-8/+2
* Accessibility: Implement invisible and checkable stateJan-Arve Saether2012-05-221-1/+4
* Accessibility: Do not look for the "text" property as a last resort.Jan-Arve Saether2012-05-161-5/+0
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-042-2/+2
* Create accessible interfaces only for items with attached propFrederik Gladhorn2012-04-102-2/+11
* Make sure we get a valid accessibleInterface in child_helper.Frederik Gladhorn2012-03-231-1/+1
* Filter accessible objects.Frederik Gladhorn2012-03-231-1/+8
* Add active and invisible states for accessibility.Frederik Gladhorn2012-03-231-1/+8
* Fix doAction with custom functions.Frederik Gladhorn2012-03-211-3/+3
* Check that canvas is valid.Frederik Gladhorn2012-03-121-1/+1
* Accessibility: childAt_helper descends too far.Morten Johan Sorvig2012-03-121-0/+5
* Improve accessibility action support for Qt QuickMorten Johan Sorvig2012-03-073-6/+83
* Check for parent item before calling functions on it.Frederik Gladhorn2012-03-061-1/+1
* Merge master <-> api_changesMatthew Vogt2012-03-053-3/+10
|\
| * Use new plugin system in QtDeclarative.Friedemann Kleint2012-02-233-3/+10
* | Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-249-31/+31
|/
* Remove QAccessibleInterface::navigate()Jan-Arve Saether2012-02-174-19/+0
* QtDeclarative/Quick: Fix warnings.Friedemann Kleint2012-02-161-0/+2
* Remove QtQuick1 elements from qtdeclarativeMatthew Vogt2012-02-037-610/+0
* Remove QAccessible::FocusChild, add focusChild()Jan-Arve Saether2012-02-022-23/+18
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3012-12/+12
* Update obsolete contact address.Jason McDonald2012-01-2312-12/+12
* Use queryAccessibleInterface instead of new QAccessibleQuickItemJan-Arve Saether2012-01-201-7/+2
* Remove all reimplementations of relationTo() returning Unrelated.Jan-Arve Saether2012-01-162-6/+0
* Accessibility: indexOfChild is 0-based.Frederik Gladhorn2012-01-123-6/+3
* Remove unnecessary reimplementation of invokeMethod()Jan-Arve Saether2012-01-122-7/+0
* Make QAccessibleQuickView::childAt() work properly with overlapping itemsJan-Arve Saether2012-01-124-28/+77
* Accessibility: Checked state for check boxes and radio buttons.Frederik Gladhorn2012-01-107-25/+39
* Make accessibility interface functions const.Frederik Gladhorn2012-01-062-6/+6