aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/accessible
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-245-32/+183
|\
| * Accessibility: Fix crash when accessing accessible children.Frederik Gladhorn2013-05-281-4/+2
| * Be more strict about accessible text selectionFrederik Gladhorn2013-04-291-2/+7
| * Fix spelling error.Morten Johan Sørvig2013-04-261-1/+1
| * Implement a basic accessible text interfaceFrederik Gladhorn2013-04-262-21/+163
| * Doc: Qt Quick: Fix module name format (Pt 2/2)Sze Howe Koh2013-04-231-2/+2
| * Fix crash on empty child list in QAccessibleQuickWindow::rootItem().Friedemann Kleint2013-04-181-2/+5
| * Restore checkbox toggling on pressAction.Morten Johan Sørvig2013-04-171-2/+5
* | Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-151-1/+1
|/
* Remove unused declaration of accessibility text functions.Frederik Gladhorn2013-04-051-8/+0
* Enable accessibility again.Frederik Gladhorn2013-03-222-6/+2
* 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