aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger
Commit message (Expand)AuthorAgeFilesLines
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-2430-7048/+0
* DebugMessageService: Remove unneeded dataAurindam Jana2012-02-221-1/+1
* DebugMessageService: Also pass Debug Context InfoAurindam Jana2012-02-212-10/+18
* v8profiler: Actually submit dataKai Koehne2012-02-211-0/+2
* DeclarativeEngineDebugService: Fix CrashAurindam Jana2012-02-211-0/+13
* QmlProfiler: sending start profiling messageChristiaan Janssen2012-02-152-1/+17
* Debugger: Rename QDeclarativeDebugTrace to QDeclarativeProfilerServiceKai Koehne2012-02-103-73/+73
* Debugger: Consistenly use 'state' instead of 'status'Kai Koehne2012-02-1018-101/+101
* Debugger: Allow trace service to send data on exitKai Koehne2012-02-097-15/+61
* QmlProfiling: don't send v8 data if not profilingChristiaan Janssen2012-02-021-2/+7
* QmlProfiler: profiling compiled v8 bindingsChristiaan Janssen2012-02-012-0/+24
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3029-29/+29
* Update obsolete contact address.Jason McDonald2012-01-2329-29/+29
* Remove the use of QT_MODULE()Gunnar Sletta2012-01-2013-13/+0
* Debugger: Simplify protocol of QDebugMessageServiceKai Koehne2012-01-171-6/+2
* Update copyright year in Nokia copyright headers.Jason McDonald2012-01-172-2/+2
* QDeclarativeExpression: storing column number in expression locationChristiaan Janssen2012-01-165-25/+27
* QDeclarativeDebug: Add a debug message service.Aurindam Jana2012-01-093-2/+215
* Update copyright year in license headers.Jason McDonald2012-01-0527-27/+27
* Debugger: Allow transmissions of network packets in one goKai Koehne2011-12-217-18/+31
* Debugger: Fix livelock on exit (Windows)Kai Koehne2011-12-202-14/+32
* DeclarativeDebug: Add version info to service pluginsAurindam Jana2011-12-1611-27/+79
* QV8DebugService: add version commandAurindam Jana2011-12-151-31/+32
* QV8DebugService: Add breakaftercompileAurindam Jana2011-12-142-7/+21
* QV8DebugService: Simplify the service codeAurindam Jana2011-12-142-372/+107
* QV8Engine: Console APIs, Extend functionalityAurindam Jana2011-12-142-33/+81
* QmlProfiler: stream snapshots to reduce memory footprintMikko Harju2011-12-122-12/+15
* 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