aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix profiling of QML/JS compilationUlf Hermann2015-08-241-1/+1
* Remove unused member variable QQmlDebugServerThread::m_block.Friedemann Kleint2015-08-211-1/+0
* Clean up data format for V4 debug connectionUlf Hermann2015-08-192-44/+65
* V4 debugger: Fix expression evaluationUlf Hermann2015-08-194-24/+37
* V4 Debugger: Avoid special refs when looking up normal onesUlf Hermann2015-08-191-1/+1
* Allow specification of loadable debug services via command lineUlf Hermann2015-08-131-0/+6
* Parse debug server arguments in ctorUlf Hermann2015-08-131-153/+91
* Move DataCollector into debugger pluginUlf Hermann2015-08-106-38/+686
* Move V4 debugger agent into the debugger pluginUlf Hermann2015-08-105-104/+353
* Change data collection for debugging to use QV4::Value.Ulf Hermann2015-08-102-270/+50
* Move QQmlConfigurableDebugService into qmltooling/sharedUlf Hermann2015-08-045-2/+110
* Move debugger-specific services into a common pluginUlf Hermann2015-08-0413-0/+2876
* Move profiler and engine control services into a pluginUlf Hermann2015-08-0413-0/+1339
* Clean up QQmlDebugConnector's addService() and removeService()Ulf Hermann2015-08-041-18/+18
* Don't ask QQmlDebugService for name() when we already know itUlf Hermann2015-08-041-10/+12
* Hide QQmlInspectorServiceImpl in .cpp fileUlf Hermann2015-08-043-29/+29
* Remove extra layer of indirection from inspector serviceUlf Hermann2015-08-046-272/+16
* Pass QQmlDebugService to AbstractViewInspectorUlf Hermann2015-08-049-14/+14
* Move inspector service and QtQuick2 inspector into a common pluginUlf Hermann2015-08-0419-32/+334
* Remove pimpl from debug server connectionsUlf Hermann2015-08-047-180/+132
* Use QQmlDebugPluginManager for loading connection pluginsUlf Hermann2015-08-0410-77/+58
* Deduplicate debug server connection code.Ulf Hermann2015-08-0410-152/+92
* Remove QT_NO_QML_DEBUGGER ifdefs from QQmlDebugServerUlf Hermann2015-08-041-15/+2
* Move QQmlDebugServer into a pluginUlf Hermann2015-08-0413-9/+1033
* Retrieve services from debug connector, not via static instance()Ulf Hermann2015-08-042-3/+2
* Extract minimal abstract interfaces from debug services.Ulf Hermann2015-08-042-3/+3
* Fix namespaces in inspector pluginUlf Hermann2015-08-0412-23/+42
* Use signal/slot for passing messages through QQmlDebugServerUlf Hermann2015-07-311-4/+4
* Remove qqmlinspectorconstants.hUlf Hermann2015-07-294-71/+5
* Clean up project files for debug connectionsUlf Hermann2015-07-294-31/+21
* Simplify object/id lookup in QQmlDebugServiceUlf Hermann2015-07-212-3/+0
* With -no-qml-debug, don't compile debug plugins and testsUlf Hermann2015-07-181-1/+1
* Add option to use a local socket for QML debuggingUlf Hermann2015-06-267-1/+297
* Add 28 QList::reserve() callsSérgio Martins2015-06-082-0/+2
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-162-15/+3
|\
| * Use qt_subtract_from_timeout instead of duplicating qt_timeout_valueDaniel Teske2015-04-142-15/+3
* | Fix invocations of static methods of QGuiApplication/QCoreApplication.Friedemann Kleint2015-03-051-3/+3
* | Update copyright headersJani Heikkinen2015-02-1217-119/+119
* | QmlDebug: Provide public method for starting a debug serverUlf Hermann2014-12-052-7/+14
|/
* Stop waiting in QTcpServerConnection if waitForBytesWritten failsUlf Hermann2014-10-241-2/+7
* Update license headers and add new licensesJani Heikkinen2014-08-2517-323/+187
* Accessibility: Use factory function instead of pluginFrederik Gladhorn2014-03-2712-1296/+0
* qmldebugger: handle static builds correctlyFawzi Mohamed2014-03-113-13/+17
* Accessibility: add states to QQuickAccessibleAttachedFrederik Gladhorn2014-01-271-41/+13
* fix whitespaceOswald Buddenhagen2014-01-221-1/+1
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-171-1/+4
|\
| * On Mac only editable ComboBox should receive tab focusFrederik Gladhorn2014-01-111-1/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-061-2/+18
|\|
| * Accessibility: mark more items as focusableFrederik Gladhorn2014-01-061-1/+17
| * Accessibility: quick items are not visible when their window is notFrederik Gladhorn2014-01-061-1/+1