aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * JSDebugging: Send messages for events BeforeCompile to Client.Aurindam Jana2011-09-081-2/+5
| * Debugger: Merge back changes from Qt Creator copyKai Koehne2011-09-022-9/+119
| * Debugger: Fixing coding style issuesKai Koehne2011-09-024-23/+26
| * Debugger: Move QT_DECLARATIVE_DEBUG handling out of qdeclarative.hKai Koehne2011-09-022-1/+69
| * Debugger: Add private header warning to all _p.h filesKai Koehne2011-09-0212-0/+132
| * Debugger: Canonalize header definesKai Koehne2011-09-022-6/+6
| * Debugger: Add missing QT_BEGIN_NAMESPACE, QT_END_NAMESPACEKai Koehne2011-09-021-0/+4
| * Debugger: Fix indentation & trailing whitespaceKai Koehne2011-09-029-149/+150
| * Debugger: Rename qdeclarativedebug* to qdeclarativeenginedebug*Kai Koehne2011-08-313-6/+6
| * Rename QDeclarativeEngineDebugServer to ~ServiceKai Koehne2011-08-314-10/+893
* | Remove the remaining dependencies onto QtWidgetsLars Knoll2011-09-011-2/+2
|/
* Deprecate QDeclarativeDebugHelper classKai Koehne2011-08-262-0/+5
* Debug Service: Synchronize with v8 debug client.Aurindam Jana2011-08-241-15/+60
* DeclarativeDebug: Clear service name when returning from waitForMessageAurindam Jana2011-08-241-3/+7
* v8 debugging: delay setting of breakpoints till afterCompileAurindam Jana2011-08-191-7/+27
* Enable v8 debuggingAurindam Jana2011-08-178-1001/+251
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-293-170/+149
* Extract all QtQuick 1 elements into a separate library/plugin.Martin Jones2011-07-121-1/+1
* Merge branch 'master' into v8-cleanAaron Kennedy2011-07-012-9/+6
|\
| * Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-stagingAaron Kennedy2011-06-244-1/+26
| |\
| * | QmlInspector: Initial support for QSGView based applicationsThorbjørn Lindeijer2011-06-232-9/+6
* | | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Aaron Kennedy2011-06-154-1/+26
|\ \ \ | | |/ | |/|
| * | QDeclarativeDebug: Don't hang if started with ',block' argumentKai Koehne2011-06-101-0/+2