aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use signal/slot for passing messages through QQmlDebugServerUlf Hermann2015-07-3112-64/+57
* 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-3015-275/+321
* Fix trailing comma at end of enumerator listEskil Abrahamsen Blomfeldt2015-07-301-1/+1
* Fix warningsThomas Hartmann2015-07-301-1/+1
* 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
* Remove qqmlinspectorconstants.hUlf Hermann2015-07-294-71/+5
* Clean up project files for debug connectionsUlf Hermann2015-07-294-31/+21
* 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-2910-33/+19
* 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
* Property names can be utf8Thomas Hartmann2015-07-222-3/+3
* Fix QString-related warnings in quick designer support.Friedemann Kleint2015-07-226-18/+19
* Implmementing missing function of QQuickDesignerSupportPropertiesThomas Hartmann2015-07-221-0/+49
* Emit movement signals for flick().Michael Brasser2015-07-221-3/+13
* 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-216-116/+52
* Don't change the currentItem after a viewport resizeAlberto Mardegan2015-07-202-4/+4
* 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-182-1/+3
* Use by-ref in foreach when T is large or non-trivialSérgio Martins2015-07-184-6/+6
* QML Engine: Support for "PROPFIND" method for XMLHTTPRequestValery Kotov2015-07-181-10/+36
* Adding more DesignerSupport functionsThomas Hartmann2015-07-1720-63/+2139
* Use the to/from Hex functions from QtCoreThiago Macieira2015-07-171-37/+21
* Do not leak the texture factory for cancelled jobsAlbert Astals Cid2015-07-141-0/+2
* Fix potential use of incorrect bounds in delegate tracking.Michael Brasser2015-07-122-14/+33