aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger
Commit message (Expand)AuthorAgeFilesLines
* Say hello to QtQuick moduleKent Hansen2011-12-021-1/+1
* V8Profiler: make the profiler run in the main threadChristiaan Janssen2011-11-302-15/+19
* QDeclarativeInspectorService: Call updateStatus() in GUI thread.Aurindam Jana2011-11-282-2/+2
* Debugger: Fix compilation error with msvcKai Koehne2011-11-281-2/+1
* qml debugger: Create abstraction for State managementKent Hansen2011-11-284-64/+130
* DeclarativeDebugServices: Cleanup CodeAurindam Jana2011-11-256-54/+18
* V8DebugService: Optimize Code.Aurindam Jana2011-11-252-265/+267
* QDeclarativeDebugService: Crash fixAurindam Jana2011-11-241-5/+7
* Debugger: Don't register v8 callback until client is attachedKai Koehne2011-11-232-46/+148
* Debugger: Make registration of services explicitKai Koehne2011-11-237-17/+24
* Debugger: Move server into it's own threadKai Koehne2011-11-229-146/+253
* QDeclarativeDebugServer: Crash FixAurindam Jana2011-11-171-9/+10
* Debugger: Add unit tests for v8 profiler serviceKai Koehne2011-11-161-2/+2
* Debugger: Remove option to constantly send tracing dataKai Koehne2011-11-112-21/+14
* QV8ProfileService: Code refactorAurindam Jana2011-11-112-2/+10
* QV8Profiler: Rename the global static instanceAurindam Jana2011-11-111-2/+2
* Debugger: Fix trace service for tracing on startup in block modeKai Koehne2011-11-112-3/+3
* Declarative: Fix compiler warnings.Friedemann Kleint2011-11-071-2/+2
* QV8DebugService: Return JSON messages for internal requests.Aurindam Jana2011-11-071-0/+56
* QV8DebugService: Cancel DebugBreak Requests before disconnectAurindam Jana2011-11-041-0/+3
* QmlProfiler: Send trace start event when starting profilingChristiaan Janssen2011-11-032-7/+12
* V8Profiler: fix block at start when profiling is disabledChristiaan Janssen2011-11-031-1/+1
* Profiler: Fix profiling when disabled on startupKai Koehne2011-11-031-1/+2
* Debugger: Remove unused filesKai Koehne2011-11-033-135/+0
* Debugger: Add QML_DEBUGGER_VERBOSE environment variableKai Koehne2011-11-012-4/+39
* Debugger: Split inspector plugin into a qtquick1 and a qtquick2 pluginKai Koehne2011-11-013-23/+35
* Force V8 debugger load on startup instead of on demand.Glenn Watson2011-11-011-0/+7
* Debugger: Fix crash on exitKai Koehne2011-10-311-2/+0
* Debugger: Don't crash in v8 profiler service if client sends false on startupKai Koehne2011-10-291-3/+5
* Rename QDeclarativePropertyCache::Data to QDeclarativePropertyDataAaron Kennedy2011-10-261-2/+2
* QV8DebugService: QML Signal HandlingAurindam Jana2011-10-241-8/+38
* Debugger: Delete service if inspector plugin failsKai Koehne2011-10-181-0/+2
* Debugger: Fix compilation warningKai Koehne2011-10-171-1/+1
* Fix QDeclarativeInspector when starting with ,blockKai Koehne2011-10-172-2/+13
* Clean up declarative includesKent Hansen2011-10-1717-44/+41
* QDeclarativeDebugTrace: Speed up appending elements to traceKai Koehne2011-10-121-1/+4
* Fix V8 heap snapshot in profiler serviceMikko Harju2011-10-121-10/+8
* Remove aggregated heap snapshotsAaron Kennedy2011-10-121-3/+1
* QmlProfiler: send end of trace eventChristiaan Janssen2011-10-112-1/+6
* QmlProfiler: tracking animationsChristiaan Janssen2011-10-112-7/+49
* Debugger: Fix lock when profilingKai Koehne2011-10-072-1/+23
* QV8Profiler serviceChristiaan Janssen2011-10-063-0/+369
* V8Debugger: Code beautificationKai Koehne2011-10-052-43/+37
* Use QCoreApplication to get the qml debug argumentsKent Hansen2011-10-041-2/+2
* Remove more QByteArray<->QString conversionsKent Hansen2011-09-291-1/+1
* Fix compilation with QT_NO_*Tasuku Suzuki2011-09-211-0/+2
* QDeclarativeDebug: Allow reconnects to QML debugger portKai Koehne2011-09-201-59/+53
* Debugger: Fix compilation warningsKai Koehne2011-09-191-13/+16
* JSDebugging: Enable break on events.Aurindam Jana2011-09-172-12/+98
* Merge branch 'master' into refactorGunnar Sletta2011-09-1223-174/+1378
|\