aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger
Commit message (Expand)AuthorAgeFilesLines
...
* Make QQmlDebugService::registerService() private and part of ctorUlf Hermann2015-07-308-23/+22
* Make sure QQmlDebugServer does not deadlock in blocking modeUlf Hermann2015-07-301-8/+9
* Move debugger initialization out of QQmlDebugServer and QQmlEngineUlf Hermann2015-07-307-140/+347
* Extract minimal interface from QQmlDebugServer and use it.Ulf Hermann2015-07-308-256/+302
* Improve QV4DebugService debug outputUlf Hermann2015-07-291-3/+3
* Use QVector rather than QList for storing QQmlProfilerDataUlf Hermann2015-07-292-9/+9
* Fix includes for QQmlDebugServerConnectionUlf Hermann2015-07-291-2/+2
* Remove QQmlDebugService::objectToString()Ulf Hermann2015-07-292-17/+0
* Don't exposes QQmlDebugServer's list of services.Ulf Hermann2015-07-293-12/+4
* Make QQmlDebugService's state and engine callbacks publicUlf Hermann2015-07-293-16/+19
* Remove some methods from QQmlDebugServerUlf Hermann2015-07-292-25/+2
* Remove static proxy methods from QQmlDebugServiceUlf Hermann2015-07-293-22/+3
* Don't wait for debug services if none are activeUlf Hermann2015-07-291-1/+1
* Avoid QVector::pop_front()Ulf Hermann2015-07-282-12/+16
* Don't remove inspector service if no plugins are availableUlf Hermann2015-07-231-2/+0
* Remove some unused friend declarationsUlf Hermann2015-07-231-2/+0
* Fix broken Q_UNUSED declarations in QQmlDebugServerUlf Hermann2015-07-231-4/+1
* Add debug plugin managerUlf Hermann2015-07-222-0/+94
* Move data stream version into QQmlDebugStreamUlf Hermann2015-07-224-12/+12
* Simplify object/id lookup in QQmlDebugServiceUlf Hermann2015-07-214-113/+52
* Use QVector instead of QList in V4 profilerUlf Hermann2015-07-202-10/+11
* Make name and version of QQmlDebugService constUlf Hermann2015-07-208-34/+21
* Unify #include syntaxUlf Hermann2015-07-201-1/+1
* Make QQmlDebugService::name() a const referenceUlf Hermann2015-07-202-2/+2
* With -no-qml-debug, don't compile debug plugins and testsUlf Hermann2015-07-181-0/+2
* Use by-ref in foreach when T is large or non-trivialSérgio Martins2015-07-181-2/+2
* Use QQmlDebuggingEnabler::StartMode in connectToLocalDebuggerUlf Hermann2015-07-022-7/+9
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-302-8/+24
|\
| * Make argument to QQmlDebuggingEnabler::startTcpServer an enumUlf Hermann2015-06-101-1/+6
* | Remove some char pointers from .data sectionSérgio Martins2015-06-291-11/+4
* | Fix inefficient usages of qDeleteAll()Sérgio Martins2015-06-261-1/+1
* | Add option to use a local socket for QML debuggingUlf Hermann2015-06-264-13/+118
* | Make QQmlDebugService ctor protectedUlf Hermann2015-06-261-1/+1
* | Load inspector plugin by IID, instead of blacklisting file names.Ulf Hermann2015-06-261-2/+4
* | Disable plugin loading in QQmlDebugServer if QT_NO_LIBRARYUlf Hermann2015-06-261-2/+8
* | Don't try to load the QML inspector plugins if QT_NO_LIBRARYUlf Hermann2015-06-261-0/+4
* | No need to store the same data twiceLars Knoll2015-06-181-1/+1
* | Don't store the qmlscope object in a persistentLars Knoll2015-06-181-1/+1
* | Get rid of QQmlAbstractBoundSignalLars Knoll2015-06-181-1/+1
* | Make bindings refcountedLars Knoll2015-06-101-1/+1
* | Add 28 QList::reserve() callsSérgio Martins2015-06-082-2/+12
* | Remove dead code from the debug serviceHolger Hans Peter Freyther2015-06-081-4/+0
* | Fix build with QT_STRICT_ITERATORSSérgio Martins2015-05-151-2/+2
* | Simplify binding setup code furtherLars Knoll2015-04-271-9/+2
* | Remove the manual vtable from QQmlAbstractBindingLars Knoll2015-04-261-1/+1
* | Make removal of bindings explicitLars Knoll2015-04-251-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-223-7/+7
|\|
| * Speed up object creationSimon Hausmann2015-04-162-3/+3
| * Speed up binding evaluationSimon Hausmann2015-04-161-4/+4
* | More cleanupsLars Knoll2015-04-211-1/+1
|/