aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger
Commit message (Expand)AuthorAgeFilesLines
* Use RAII for VME profilerUlf Hermann2014-04-032-133/+62
* Give the QML and the debug server thread an objectname.Thomas McGuire2014-04-011-0/+1
* Fix some documentation errors.Friedemann Kleint2014-03-242-4/+5
* qmldebugger: avoid loading tcp module in inspectorFawzi Mohamed2014-03-111-0/+2
* qmldebugger: handle static builds correctlyFawzi Mohamed2014-03-112-0/+17
* Don't delete the QML engines from the profiler service destructorUlf Hermann2014-03-111-1/+1
* Combine the source file, line and column number triplet in a common structureSimon Hausmann2014-03-041-15/+3
* [new compiler] Fix profiler supportSimon Hausmann2014-03-041-1/+1
* Prefer to use normalised signal/slot signaturesSergio Ahumada2014-03-031-4/+4
* Fix behavior when starting/stopping multiple QML profilers at onceUlf Hermann2014-02-272-26/+59
* Don't needlessly flush start times when stopping profilingUlf Hermann2014-02-252-7/+17
* Update QQmlAbstractProfilerAdapter documentation.Ulf Hermann2014-02-201-10/+67
* Add dedicated QML profiler and adapterUlf Hermann2014-02-155-507/+580
* Move QtQuick profiling to own profiler adapterUlf Hermann2014-02-152-68/+0
* Compile fix for MSVC2013Andrew Knight2014-02-141-1/+1
* V4 profiler adapterUlf Hermann2014-02-134-2/+199
* Infrastructure for supporting multiple profilers in qqmlprofilerserviceUlf Hermann2014-02-136-115/+640
* Add a debug service for controlling qml enginesUlf Hermann2014-02-103-2/+247
* Unify initial waiting of debug servicesUlf Hermann2014-02-1015-89/+363
* Protect list of client plugins from concurrent accessUlf Hermann2014-02-071-41/+35
* Prevent concurrent access to v4 debuggerUlf Hermann2014-02-051-1/+2
* Unify the interface for QQmlDebugServicesUlf Hermann2014-02-0510-15/+66
* Make the QML debug server thread safeUlf Hermann2014-01-302-115/+136
* Change QQmlProfilerService::instance to be a getterUlf Hermann2014-01-292-28/+29
* Allow debug plugin registrations from other threads than main GUIUlf Hermann2014-01-291-4/+4
* Make sure a profiling range is started for every handled signalUlf Hermann2014-01-271-11/+10
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-241-2/+15
|\
| * Retrieve detailed location information when profiling signal handlersUlf Hermann2014-01-211-4/+15
* | Rename V8 profiler classes to V4Ulf Hermann2014-01-233-59/+58
* | fix whitespaceOswald Buddenhagen2014-01-221-6/+6
* | Further pack messages for QQmlProfilerServiceUlf Hermann2014-01-222-128/+140
* | Put calls to QQmlVmeProfiler behind "if (enabled)" macrosUlf Hermann2014-01-221-23/+23
* | Put multiple QML profiling messages into one object where possibleUlf Hermann2014-01-222-227/+245
* | Unify calls to profiler service event methods.Ulf Hermann2014-01-222-276/+153
* | Make sure QQmlVmeProfiler methods can be inlinedUlf Hermann2014-01-172-121/+121
* | Switch QML profiler off when deleting QQmlProfilerServiceUlf Hermann2014-01-171-0/+1
|/
* Make sure that profiling can only be started if debugging is enabled.Ulf Hermann2014-01-151-1/+1
* Remove redundant copies of enabled flag in QML profilerUlf Hermann2014-01-092-126/+48
* Correctly profile the size of loaded pixmapsUlf Hermann2013-12-091-3/+3
* Avoid warnings on cast from char* to QStringThiago Macieira2013-12-061-1/+1
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-3/+3
* Some documentation for the VME profilerUlf Hermann2013-11-291-0/+76
* Add a stack-based object creation profilerUlf Hermann2013-11-292-0/+173
* Remove old qml object creation profilingUlf Hermann2013-11-291-35/+0
* Fix warnings about deprecated string conversions in V4-debugservice.Friedemann Kleint2013-11-131-3/+3
* Debugging with V4Erik Verbruggen2013-11-105-130/+1019
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-042-3/+3
* Fix hanging debug engine auto-testsSimon Hausmann2013-10-311-0/+6
* Make sure v8 service sends a finished signalKai Koehne2013-10-171-0/+2
* Fix deadlocks in debugger infrastructure on MacKai Koehne2013-10-161-0/+1