aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Debugger: Remove handling of QT_DECLARATIVE_DEBUG macroKai Koehne2013-07-021-1/+1
| * Disambiguate name of static helper from QtQuick1Kai Koehne2013-07-021-2/+2
* | Get rid of the signal expression rewriterSimon Hausmann2013-07-031-1/+1
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-246-45/+233
|\|
| * QmlProfiler: fix SceneGraph profilingChristiaan Janssen2013-05-271-1/+1
| * Debugger: Make sure client list is protected by mutexKai Koehne2013-05-241-0/+3
| * QmlProfiler: SceneGraph profilingChristiaan Janssen2013-05-062-29/+113
| * QmlProfiler: Pixmap CacheChristiaan Janssen2013-04-302-3/+96
| * Debugger: fix race condition in block modeKai Koehne2013-04-231-9/+6
| * V8Debugging: Set Isolate when sending debug messages to v8Aurindam Jana2013-04-231-2/+8
| * Fixed WindowsCE buildBjoern Breitmeyer2013-04-161-0/+5
| * QmlDebugServer: Remove unimplemented functionAurindam Jana2013-04-161-2/+0
| * QmlDebugServer: Ensure plugin is setAurindam Jana2013-04-161-1/+1
* | Remove last traces of v8 API and v8 compatibility layerSimon Hausmann2013-06-121-2/+1
* | Remove the remaining dependencies onto the binding rewriterLars Knoll2013-05-241-1/+1