index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
qml
/
debugger
/
qqmlenginedebugservice.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move debugger-specific services into a common plugin
Ulf Hermann
2015-08-04
1
-827
/
+0
*
Extract minimal abstract interfaces from debug services.
Ulf Hermann
2015-08-04
1
-34
/
+32
*
Use signal/slot for passing messages through QQmlDebugServer
Ulf Hermann
2015-07-31
1
-3
/
+3
*
Make QQmlDebugService::registerService() private and part of ctor
Ulf Hermann
2015-07-30
1
-2
/
+0
*
Simplify object/id lookup in QQmlDebugService
Ulf Hermann
2015-07-21
1
-2
/
+23
*
No need to store the same data twice
Lars Knoll
2015-06-18
1
-1
/
+1
*
Don't store the qmlscope object in a persistent
Lars Knoll
2015-06-18
1
-1
/
+1
*
Get rid of QQmlAbstractBoundSignal
Lars Knoll
2015-06-18
1
-1
/
+1
*
Make bindings refcounted
Lars Knoll
2015-06-10
1
-1
/
+1
*
Add 28 QList::reserve() calls
Sérgio Martins
2015-06-08
1
-0
/
+1
*
Remove dead code from the debug service
Holger Hans Peter Freyther
2015-06-08
1
-4
/
+0
*
Simplify binding setup code further
Lars Knoll
2015-04-27
1
-9
/
+2
*
Remove the manual vtable from QQmlAbstractBinding
Lars Knoll
2015-04-26
1
-1
/
+1
*
Make removal of bindings explicit
Lars Knoll
2015-04-25
1
-1
/
+1
*
Speed up object creation
Simon Hausmann
2015-04-16
1
-2
/
+2
*
Update copyright headers
Jani Heikkinen
2015-02-12
1
-7
/
+7
*
QQmlEngineDebugService: Avoid assert when debugging QModelIndex
Gabriel de Dietrich
2015-02-04
1
-1
/
+15
*
Inspector: Do not assert when trying to stream QModelIndex
Kai Koehne
2014-11-07
1
-2
/
+10
*
Fix mapping of JS objects/arrays to C++
Simon Hausmann
2014-09-17
1
-2
/
+6
*
Update license headers and add new licenses
Jani Heikkinen
2014-08-25
1
-19
/
+11
*
Unify initial waiting of debug services
Ulf Hermann
2014-02-10
1
-0
/
+2
*
Unify the interface for QQmlDebugServices
Ulf Hermann
2014-02-05
1
-2
/
+2
*
fix whitespace
Oswald Buddenhagen
2014-01-22
1
-6
/
+6
*
Fix Persistent/WeakValue API
Lars Knoll
2013-09-26
1
-2
/
+4
*
Get rid of the signal expression rewriter
Simon Hausmann
2013-07-03
1
-1
/
+1
*
Remove the remaining dependencies onto the binding rewriter
Lars Knoll
2013-05-24
1
-1
/
+1
*
Change some v8::Persistent to QV4::PersistentValue
Lars Knoll
2013-05-07
1
-1
/
+2
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-10
1
-1
/
+1
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-23
1
-24
/
+24
*
Restrict v8 property lookup to the execution context
Matthew Vogt
2012-08-27
1
-1
/
+1
*
Avoid dynamic lookup of signal handler arguments
Michael Brasser
2012-08-24
1
-1
/
+2
*
Adapt to connection-related changes in qtbase
Kent Hansen
2012-06-12
1
-1
/
+2
*
QQmlEngineDebugService: Property Data of type QVariant
Aurindam Jana
2012-05-25
1
-0
/
+2
*
Qml : Resetting binding corrected
Simjees Abraham
2012-05-21
1
-7
/
+20
*
Allow the existence of a VME metaobject to be asserted
Matthew Vogt
2012-05-21
1
-2
/
+1
*
QQmlDebugService: Fetch Objects for location info
Aurindam Jana
2012-05-12
1
-0
/
+31
*
QQmlEngineDebugService: Query Expression
Aurindam Jana
2012-05-09
1
-1
/
+10
*
More robust tracking of signal handler expression ownership.
Michael Brasser
2012-05-01
1
-1
/
+1
*
QmlDebugging: Exchange supported QDataStream versions
Aurindam Jana
2012-04-26
1
-36
/
+9
*
QQmlEngineDebugService: Object creation
Aurindam Jana
2012-04-19
1
-1
/
+2
*
Merge remote-tracking branch 'origin/master' into api_changes
Lars Knoll
2012-04-11
1
-7
/
+9
|
\
|
*
QmlDebugging: Send parent debug id with object info
Aurindam Jana
2012-03-29
1
-4
/
+6
|
*
Use minimal javascript expression for bound signals
Chris Adams
2012-03-29
1
-3
/
+3
*
|
Merge master into api_changes
Kent Hansen
2012-03-27
1
-22
/
+30
|
\
|
|
*
Remove QObject parenting from QQmlAbstractBoundSignal.
Michael Brasser
2012-03-26
1
-22
/
+30
|
*
Use QQmlAbstractBoundSignal where appropriate.
Michael Brasser
2012-03-26
1
-2
/
+2
*
|
Merge master into api_changes
Kent Hansen
2012-03-23
1
-35
/
+51
|
\
|
|
*
QmlEngineDebugService: Rename service to QmlDebugger
Aurindam Jana
2012-03-19
1
-35
/
+51
*
|
Merge master into api_changes
Kent Hansen
2012-03-19
1
-27
/
+37
|
\
|
|
*
Debugger: Fix compilation with C++11
Kai Koehne
2012-03-19
1
-1
/
+1
[next]