aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Persistent/WeakValue APILars Knoll2013-09-261-2/+4
* QmlDebugging: Process commands in v4DebugServiceAurindam Jana2013-09-192-39/+161
* QmlDebugging: Replace QV8DebugService with QV4DebugServiceAurindam Jana2013-09-195-414/+47
* QmlDebugging: Add v4DebugServiceAurindam Jana2013-09-193-2/+255
* Allow QtQuick private headers to be used with QT_NO_KEYWORDS.Jocelyn Turcotte2013-09-123-4/+4
* Merge branch 'stable' into devSergio Ahumada2013-09-062-2/+9
|\
| * Debugger: Fix crash when app exits while debuggingKai Koehne2013-08-212-3/+11
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-121-18/+18
|\|
| * Fix crash in QQmlDebugService::objectForLocationInfo()Duncan Cunningham2013-08-051-18/+18
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-07-221-3/+3
|\|