aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* QmlDebugging: make sure that all data is sent on closeChristiaan Janssen2012-05-081-0/+5
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-042-2/+2
* QmlDebugging: Exchange supported QDataStream versionsAurindam Jana2012-04-261-3/+3
* Debugger: Change name and protocol of QDeclarativeObserverModeAurindam Jana2012-04-256-443/+149
* QmlInspectorPlugin: AbstractViewInspectorAurindam Jana2012-04-243-16/+0
* Do not use deprecated APIOlivier Goffart2012-04-241-6/+6
* Debugger: Display selected item name in inspectorSimjees Abraham2012-04-197-10/+102
* Debugger: Changes made for selection using Inspect ToolSimjees Abraham2012-04-192-14/+23
* Enabled widget free compilation of QtQuickDonald Carr2012-04-181-1/+0
* Debugger: Code cleanup for Inspect ToolSimjees Abraham2012-04-162-23/+16
* QPointer used instead of QWeakPointerSimjees Abraham2012-04-164-17/+16
* Debugger: Fix bug in Inspect ToolSimjees Abraham2012-04-135-47/+72
* Debugger: Fix bugs in inspection toolSimjees Abraham2012-04-123-13/+47
* Debugger: Inspect tool - changes made to highlight on selectionSimjees Abraham2012-04-111-0/+8
* Create accessible interfaces only for items with attached propFrederik Gladhorn2012-04-102-2/+11
* QmlDebug: Enable/Disable toolAurindam Jana2012-04-104-12/+29
* QmlDebug: Remove Color ToolAurindam Jana2012-04-105-34/+1
* QmlDebug: Highlight select itemsAurindam Jana2012-04-101-2/+2
* QmlDebug: Inspect ToolAurindam Jana2012-04-103-9/+98
* QmlDebug: Combine Selection and Zoom ToolsAurindam Jana2012-04-1011-286/+121
* QmlDebug: Selection Tool HighlightAurindam Jana2012-04-101-2/+2
* Fix compiling qtdeclarative without accessibilityJerome Leclanche2012-03-291-1/+3
* Fixed the crash in Zoomtool when the app is exited when ZoomTool is active.Simjees Abraham2012-03-282-5/+8
* Initial checkin for ZoomTool implementationSimjees Abraham2012-03-268-3/+431
* 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
* Debugger: Add optional 'host' argument to -qmljsdebuggerSimjees Abraham2012-03-194-6/+18
* QmlDebuggingTests: Separate out public and private testsAurindam Jana2012-03-194-3/+676
* Debugger: Print informational messages via qDebugKai Koehne2012-03-142-2/+2
* 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
* QML Debugger: Change prefix of warningsKai Koehne2012-03-072-6/+6
* Don't link against QtWidgets and QtOpenGLLars Knoll2012-03-071-1/+1
* Check for parent item before calling functions on it.Frederik Gladhorn2012-03-061-1/+1
* Merge master <-> api_changesMatthew Vogt2012-03-0511-8/+19
|\
| * Use new plugin system in QtDeclarative.Friedemann Kleint2012-02-2311-8/+19
* | Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-2433-117/+117
|/
* 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-0336-4610/+0
* Remove QAccessible::FocusChild, add focusChild()Jan-Arve Saether2012-02-022-23/+18
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3060-60/+60
* Update obsolete contact address.Jason McDonald2012-01-2360-60/+60
* 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