summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2015-08-24Fix profiling of QML/JS compilationUlf Hermann1-1/+1
2015-08-21Remove unused member variable QQmlDebugServerThread::m_block.Friedemann Kleint1-1/+0
2015-08-19Clean up data format for V4 debug connectionUlf Hermann2-44/+65
2015-08-19V4 debugger: Fix expression evaluationUlf Hermann4-24/+37
2015-08-19V4 Debugger: Avoid special refs when looking up normal onesUlf Hermann1-1/+1
2015-08-13Allow specification of loadable debug services via command lineUlf Hermann1-0/+6
2015-08-13Parse debug server arguments in ctorUlf Hermann1-153/+91
2015-08-10Move DataCollector into debugger pluginUlf Hermann6-38/+686
2015-08-10Move V4 debugger agent into the debugger pluginUlf Hermann5-104/+353
2015-08-10Change data collection for debugging to use QV4::Value.Ulf Hermann2-270/+50
2015-08-04Move QQmlConfigurableDebugService into qmltooling/sharedUlf Hermann5-2/+110
2015-08-04Move debugger-specific services into a common pluginUlf Hermann13-0/+2876
2015-08-04Move profiler and engine control services into a pluginUlf Hermann13-0/+1339
2015-08-04Clean up QQmlDebugConnector's addService() and removeService()Ulf Hermann1-18/+18
2015-08-04Don't ask QQmlDebugService for name() when we already know itUlf Hermann1-10/+12
2015-08-04Hide QQmlInspectorServiceImpl in .cpp fileUlf Hermann3-29/+29
2015-08-04Remove extra layer of indirection from inspector serviceUlf Hermann6-272/+16
2015-08-04Pass QQmlDebugService to AbstractViewInspectorUlf Hermann9-14/+14
2015-08-04Move inspector service and QtQuick2 inspector into a common pluginUlf Hermann19-32/+334
2015-08-04Remove pimpl from debug server connectionsUlf Hermann7-180/+132
2015-08-04Use QQmlDebugPluginManager for loading connection pluginsUlf Hermann10-77/+58
2015-08-04Deduplicate debug server connection code.Ulf Hermann10-152/+92
2015-08-04Remove QT_NO_QML_DEBUGGER ifdefs from QQmlDebugServerUlf Hermann1-15/+2
2015-08-04Move QQmlDebugServer into a pluginUlf Hermann13-9/+1033
2015-08-04Retrieve services from debug connector, not via static instance()Ulf Hermann2-3/+2
2015-08-04Extract minimal abstract interfaces from debug services.Ulf Hermann2-3/+3
2015-08-04Fix namespaces in inspector pluginUlf Hermann12-23/+42
2015-07-31Use signal/slot for passing messages through QQmlDebugServerUlf Hermann1-4/+4
2015-07-29Remove qqmlinspectorconstants.hUlf Hermann4-71/+5
2015-07-29Clean up project files for debug connectionsUlf Hermann4-31/+21
2015-07-21Simplify object/id lookup in QQmlDebugServiceUlf Hermann2-3/+0
2015-07-18With -no-qml-debug, don't compile debug plugins and testsUlf Hermann1-1/+1
2015-06-26Add option to use a local socket for QML debuggingUlf Hermann7-1/+297
2015-06-08Add 28 QList::reserve() callsSérgio Martins2-0/+2
2015-04-16Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2-15/+3
2015-04-14Use qt_subtract_from_timeout instead of duplicating qt_timeout_valueDaniel Teske2-15/+3
2015-03-05Fix invocations of static methods of QGuiApplication/QCoreApplication.Friedemann Kleint1-3/+3
2015-02-12Update copyright headersJani Heikkinen17-119/+119
2014-12-05QmlDebug: Provide public method for starting a debug serverUlf Hermann2-7/+14
2014-10-24Stop waiting in QTcpServerConnection if waitForBytesWritten failsUlf Hermann1-2/+7
2014-08-25Update license headers and add new licensesJani Heikkinen17-323/+187
2014-03-27Accessibility: Use factory function instead of pluginFrederik Gladhorn12-1296/+0
2014-03-11qmldebugger: handle static builds correctlyFawzi Mohamed3-13/+17
2014-01-27Accessibility: add states to QQuickAccessibleAttachedFrederik Gladhorn1-41/+13
2014-01-22fix whitespaceOswald Buddenhagen1-1/+1
2014-01-17Merge remote-tracking branch 'origin/stable' into devSimon Hausmann1-1/+4
2014-01-11On Mac only editable ComboBox should receive tab focusFrederik Gladhorn1-1/+4
2014-01-06Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn1-2/+18
2014-01-06Accessibility: mark more items as focusableFrederik Gladhorn1-1/+17
2014-01-06Accessibility: quick items are not visible when their window is notFrederik Gladhorn1-1/+1