aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into animation-refactorwip/animation-refactorMichael Brasser2012-01-2529-75/+60
|\
| * 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
* | Merge branch 'master' into animation-refactorMichael Brasser2012-01-1630-488/+582
|\|
| * 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
* | Use the animation timer API for our timer.Michael Brasser2012-01-131-3/+3
* | Merge branch 'master' into animation-refactorMichael Brasser2011-12-212-12/+15
|\|
| * QmlProfiler: stream snapshots to reduce memory footprintMikko Harju2011-12-122-12/+15
* | Merge branch 'master' into animation-refactorCharles Yin2011-12-051-1/+1
|\|
| * Say hello to QtQuick moduleKent Hansen2011-12-021-1/+1
* | Merge branch 'master' into wip5Charles Yin2011-12-0216-465/+719
|\|
| * 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
* | Merge branch 'master' into animation-refactorCharles Yin2011-11-1413-202/+187
|\|
| * 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