aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove all references to the old v4 codeLars Knoll2013-05-231-3/+0
* | Change some v8::Persistent to QV4::PersistentValueLars Knoll2013-05-071-1/+2
* | Get rid of v8::LocalLars Knoll2013-05-061-1/+1
* | Remove v8::HandleScopeLars Knoll2013-05-032-2/+0
* | Cleanup v8 Context handlingLars Knoll2013-05-031-1/+0
* | Get rid of qjsconverter*Lars Knoll2013-05-022-2/+1
* | Remove the old v4 and rename v4vm to v4Simon Hausmann2013-04-291-1/+0
* | Disable the old v4 engine by defaultLars Knoll2013-04-201-0/+2
* | Cleanup lots of V8 dependencies in QJS* classesLars Knoll2013-04-182-2/+2
* | Fix compilation with v4vm's v8 compatibility headersSimon Hausmann2013-04-152-17/+33
|/
* Debugger: Accepts port range as argumentsAurindam Jana2013-04-022-12/+27
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2812-48/+0