aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/accessible/quick
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-243-27/+175
|\
| * 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
| * Implement a basic accessible text interfaceFrederik Gladhorn2013-04-262-21/+163
| * Fix crash on empty child list in QAccessibleQuickWindow::rootItem().Friedemann Kleint2013-04-181-2/+5
* | Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-151-1/+1
|/
* Enable accessibility again.Frederik Gladhorn2013-03-221-1/+1
* Accessibility: Adapt memory management for Qt 5.1Frederik Gladhorn2013-03-051-1/+1
* Silence compiler warnings in qaccessiblequickitem.h.Friedemann Kleint2013-01-141-9/+9
* Update copyright year in Digia's license headersSergio Ahumada2013-01-105-5/+5
* Accessibility: Work with QQuickWindowFrederik Gladhorn2013-01-044-29/+37
* Accessibility: Improve interface handling in QuickFrederik Gladhorn2012-12-193-41/+59
* Add PLUGIN_CLASS_NAME to qtdeclarative pluginsMiikka Heikkinen2012-12-111-0/+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-011-1/+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-235-120/+120
* 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
* 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
* 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-071-0/+1
* 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-246-11/+11
|/
* Remove QAccessibleInterface::navigate()Jan-Arve Saether2012-02-174-19/+0
* QtDeclarative/Quick: Fix warnings.Friedemann Kleint2012-02-161-0/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-305-5/+5
* Update obsolete contact address.Jason McDonald2012-01-235-5/+5
* Use queryAccessibleInterface instead of new QAccessibleQuickItemJan-Arve Saether2012-01-201-7/+2
* Accessibility: indexOfChild is 0-based.Frederik Gladhorn2012-01-122-5/+2
* Make QAccessibleQuickView::childAt() work properly with overlapping itemsJan-Arve Saether2012-01-123-25/+75
* Accessibility: Checked state for check boxes and radio buttons.Frederik Gladhorn2012-01-103-8/+25
* Make accessibility interface functions const.Frederik Gladhorn2012-01-062-6/+6
* Reuse the OObject* in QAccessibleObjectJan-Arve Saether2012-01-064-31/+29
* Create a value interface for qml accessibles.Frederik Gladhorn2012-01-063-4/+61