aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Move QQmlDebugServer into a pluginUlf Hermann2015-08-046-937/+23
* Simplify QQmlDebugServer::enableFromArgumentsUlf Hermann2015-08-043-47/+58
* Eliminate QQmlDebugServerInstanceWrapperUlf Hermann2015-08-041-38/+27
* Retrieve services from debug connector, not via static instance()Ulf Hermann2015-08-049-18/+46
* Extract minimal abstract interfaces from debug services.Ulf Hermann2015-08-0416-131/+304
* Periodically flush profiling data to client.Ulf Hermann2015-08-047-40/+131
* Profile eval() and global script executionUlf Hermann2015-08-042-2/+4
* Avoid QVector::pop_front()Ulf Hermann2015-08-042-5/+10
* Remove unused codeFrank Meerkoetter2015-08-021-22/+0
* Make QQmlConfigurableDebugService a templateUlf Hermann2015-07-317-98/+51
* Remove pimpl from all classes derived from QQmlDebugServiceUlf Hermann2015-07-3113-528/+343
* Remove superfluous checkFrank Meerkoetter2015-07-311-5/+0
* Remove unused QQmlPoolFrank Meerkoetter2015-07-314-362/+0
* Use signal/slot for passing messages through QQmlDebugServerUlf Hermann2015-07-3111-60/+53
* Simplify thread synchronization in QQmlDebugServerUlf Hermann2015-07-311-35/+13
* Remove QQmlDebugServer::advertisePlugins()Ulf Hermann2015-07-311-30/+1
* 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-308-163/+348
* Extract minimal interface from QQmlDebugServer and use it.Ulf Hermann2015-07-3011-265/+311
* Add namespace declarations to qv4debugging.cppUlf Hermann2015-07-291-0/+4
* 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-296-27/+9
* Don't wait for debug services if none are activeUlf Hermann2015-07-291-1/+1
* Conditionally define Q_ALWAYS_INLINE.Erik Verbruggen2015-07-291-0/+2
* Avoid QVector::pop_front()Ulf Hermann2015-07-282-12/+16
* Remove unused codeFrank Meerkoetter2015-07-251-16/+0
* Remove type punning from QV4::Value.Erik Verbruggen2015-07-2435-288/+306
* 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
* Polished documentation for the Binding type.Kavindra Palaraja2015-07-211-39/+30
* Simplify object/id lookup in QQmlDebugServiceUlf Hermann2015-07-214-113/+52
* Use QVector instead of QList in V4 profilerUlf Hermann2015-07-204-20/+21
* Make name and version of QQmlDebugService constUlf Hermann2015-07-208-34/+21
* qml: Remove unneeded copy-ctor and copy-assignment operatorSérgio Martins2015-07-201-2/+0
* qml: Pass non-trivially-copyable types by const-refSérgio Martins2015-07-207-10/+10
* 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-182-3/+3
* QML Engine: Support for "PROPFIND" method for XMLHTTPRequestValery Kotov2015-07-181-10/+36