aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Reuse the OObject* in QAccessibleObjectJan-Arve Saether2012-01-064-31/+29
* Create a value interface for qml accessibles.Frederik Gladhorn2012-01-063-4/+61
* Hide more children of accessible objects.Frederik Gladhorn2012-01-061-1/+8
* Remove all references to QAccessible:: {Child|Ancestor|Sibling}Jan-Arve Saether2012-01-055-108/+9
* Update copyright year in license headers.Jason McDonald2012-01-0560-60/+60
* Do not leak interfaces during hit testing (QDA::childAt())Jan-Arve Saether2012-01-031-0/+1
* Add accessibility to qmlFrederik Gladhorn2012-01-0217-0/+1662
* Debugger: Allow transmissions of network packets in one goKai Koehne2011-12-212-6/+7
* Debugger: Get rid of SG* prefix in qtquick2 pluginKai Koehne2011-12-208-76/+76
* Fix compilation due to header changesSergio Ahumada2011-12-171-1/+1
* Say hello to QtQuick moduleKent Hansen2011-12-025-8/+8
* Debugger: Remove widgets dependency for qtquick2 inspectorKai Koehne2011-11-022-53/+1
* Debugger: Fix compile of qmldbg_qtquick1 plugin on WindowsKai Koehne2011-11-021-1/+1
* Debugger: Split inspector plugin into a qtquick1 and a qtquick2 pluginKai Koehne2011-11-0145-101/+358
* Remove Q_WS_*, symbian and maemo code in QtDeclarativeDamian Jansen2011-10-265-11/+2
* qmldbg_inspector: Fix compilation on Windows.Friedemann Kleint2011-10-252-1/+2
* Make show app on top workKai Koehne2011-10-241-1/+3
* Debugger: Inspector code cleanupKai Koehne2011-10-243-42/+25
* Debugger: Move inspector parts dealing with QtQuick1 into separate directoryKai Koehne2011-10-2427-40/+40