aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1021-21/+21
* Remove stale QT_MODULE() usage casesSergio Ahumada2012-10-291-2/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2321-504/+504
* Restrict v8 property lookup to the execution contextMatthew Vogt2012-08-271-1/+1
* Avoid dynamic lookup of signal handler argumentsMichael Brasser2012-08-241-1/+2
* Adapt to connection-related changes in qtbaseKent Hansen2012-06-121-1/+2
* Debugger: Clearing the ObjectReferenceHashSimjees Abraham2012-05-302-0/+8
* QQmlEngineDebugService: Property Data of type QVariantAurindam Jana2012-05-252-1/+3
* Debugger: Removing the deleted objects from objectReferenceHashSimjees Abraham2012-05-242-0/+21
* Qml : Resetting binding correctedSimjees Abraham2012-05-211-7/+20
* Allow the existence of a VME metaobject to be assertedMatthew Vogt2012-05-211-2/+1