aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/qqmlenginedebugservice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move debugger-specific services into a common pluginUlf Hermann2015-08-041-827/+0
* Extract minimal abstract interfaces from debug services.Ulf Hermann2015-08-041-34/+32
* Use signal/slot for passing messages through QQmlDebugServerUlf Hermann2015-07-311-3/+3
* Make QQmlDebugService::registerService() private and part of ctorUlf Hermann2015-07-301-2/+0
* Simplify object/id lookup in QQmlDebugServiceUlf Hermann2015-07-211-2/+23
* No need to store the same data twiceLars Knoll2015-06-181-1/+1
* Don't store the qmlscope object in a persistentLars Knoll2015-06-181-1/+1
* Get rid of QQmlAbstractBoundSignalLars Knoll2015-06-181-1/+1
* Make bindings refcountedLars Knoll2015-06-101-1/+1
* Add 28 QList::reserve() callsSérgio Martins2015-06-081-0/+1
* Remove dead code from the debug serviceHolger Hans Peter Freyther2015-06-081-4/+0
* Simplify binding setup code furtherLars Knoll2015-04-271-9/+2
* Remove the manual vtable from QQmlAbstractBindingLars Knoll2015-04-261-1/+1
* Make removal of bindings explicitLars Knoll2015-04-251-1/+1
* Speed up object creationSimon Hausmann2015-04-161-2/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* QQmlEngineDebugService: Avoid assert when debugging QModelIndexGabriel de Dietrich2015-02-041-1/+15
* Inspector: Do not assert when trying to stream QModelIndexKai Koehne2014-11-071-2/+10
* Fix mapping of JS objects/arrays to C++Simon Hausmann2014-09-171-2/+6
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Unify initial waiting of debug servicesUlf Hermann2014-02-101-0/+2
* Unify the interface for QQmlDebugServicesUlf Hermann2014-02-051-2/+2
* fix whitespaceOswald Buddenhagen2014-01-221-6/+6
* Fix Persistent/WeakValue APILars Knoll2013-09-261-2/+4
* Get rid of the signal expression rewriterSimon Hausmann2013-07-031-1/+1
* Remove the remaining dependencies onto the binding rewriterLars Knoll2013-05-241-1/+1
* Change some v8::Persistent to QV4::PersistentValueLars Knoll2013-05-071-1/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* 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
* QQmlEngineDebugService: Property Data of type QVariantAurindam Jana2012-05-251-0/+2
* Qml : Resetting binding correctedSimjees Abraham2012-05-211-7/+20
* Allow the existence of a VME metaobject to be assertedMatthew Vogt2012-05-211-2/+1
* QQmlDebugService: Fetch Objects for location infoAurindam Jana2012-05-121-0/+31
* QQmlEngineDebugService: Query ExpressionAurindam Jana2012-05-091-1/+10
* More robust tracking of signal handler expression ownership.Michael Brasser2012-05-011-1/+1
* QmlDebugging: Exchange supported QDataStream versionsAurindam Jana2012-04-261-36/+9
* QQmlEngineDebugService: Object creationAurindam Jana2012-04-191-1/+2
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-111-7/+9
|\
| * QmlDebugging: Send parent debug id with object infoAurindam Jana2012-03-291-4/+6
| * Use minimal javascript expression for bound signalsChris Adams2012-03-291-3/+3
* | Merge master into api_changesKent Hansen2012-03-271-22/+30
|\|
| * Remove QObject parenting from QQmlAbstractBoundSignal.Michael Brasser2012-03-261-22/+30
| * Use QQmlAbstractBoundSignal where appropriate.Michael Brasser2012-03-261-2/+2
* | Merge master into api_changesKent Hansen2012-03-231-35/+51
|\|
| * QmlEngineDebugService: Rename service to QmlDebuggerAurindam Jana2012-03-191-35/+51
* | Merge master into api_changesKent Hansen2012-03-191-27/+37
|\|
| * Debugger: Fix compilation with C++11Kai Koehne2012-03-191-1/+1