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
/
qqmldebugserver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a TU for QQmlDebugServer
Marc Mutz
2022-05-04
1
-0
/
+49
*
Move QQmlDebugServer into a plugin
Ulf Hermann
2015-08-04
1
-794
/
+0
*
Simplify QQmlDebugServer::enableFromArguments
Ulf Hermann
2015-08-04
1
-47
/
+47
*
Eliminate QQmlDebugServerInstanceWrapper
Ulf Hermann
2015-08-04
1
-38
/
+27
*
Remove pimpl from all classes derived from QQmlDebugService
Ulf Hermann
2015-07-31
1
-1
/
+0
*
Use signal/slot for passing messages through QQmlDebugServer
Ulf Hermann
2015-07-31
1
-22
/
+40
*
Simplify thread synchronization in QQmlDebugServer
Ulf Hermann
2015-07-31
1
-35
/
+13
*
Remove QQmlDebugServer::advertisePlugins()
Ulf Hermann
2015-07-31
1
-30
/
+1
*
Make QQmlDebugService::registerService() private and part of ctor
Ulf Hermann
2015-07-30
1
-7
/
+10
*
Make sure QQmlDebugServer does not deadlock in blocking mode
Ulf Hermann
2015-07-30
1
-8
/
+9
*
Move debugger initialization out of QQmlDebugServer and QQmlEngine
Ulf Hermann
2015-07-30
1
-133
/
+81
*
Extract minimal interface from QQmlDebugServer and use it.
Ulf Hermann
2015-07-30
1
-205
/
+205
*
Don't exposes QQmlDebugServer's list of services.
Ulf Hermann
2015-07-29
1
-9
/
+2
*
Make QQmlDebugService's state and engine callbacks public
Ulf Hermann
2015-07-29
1
-3
/
+3
*
Remove some methods from QQmlDebugServer
Ulf Hermann
2015-07-29
1
-22
/
+2
*
Don't wait for debug services if none are active
Ulf Hermann
2015-07-29
1
-1
/
+1
*
Fix broken Q_UNUSED declarations in QQmlDebugServer
Ulf Hermann
2015-07-23
1
-4
/
+1
*
Move data stream version into QQmlDebugStream
Ulf Hermann
2015-07-22
1
-5
/
+4
*
Use QQmlDebuggingEnabler::StartMode in connectToLocalDebugger
Ulf Hermann
2015-07-02
1
-6
/
+7
*
Merge remote-tracking branch 'origin/5.5' into dev
Liang Qi
2015-06-30
1
-7
/
+18
|
\
*
|
Add option to use a local socket for QML debugging
Ulf Hermann
2015-06-26
1
-12
/
+116
*
|
Disable plugin loading in QQmlDebugServer if QT_NO_LIBRARY
Ulf Hermann
2015-06-26
1
-2
/
+8
*
|
Add 28 QList::reserve() calls
Sérgio Martins
2015-06-08
1
-2
/
+11
*
|
Fix build with QT_STRICT_ITERATORS
Sérgio Martins
2015-05-15
1
-2
/
+2
|
/
*
QtQml: Micro-optimize iterator loops.
Friedemann Kleint
2015-02-26
1
-4
/
+4
*
Update copyright headers
Jani Heikkinen
2015-02-12
1
-7
/
+7
*
Rename QML debug macro to Qt naming style
Pasi Petäjäjärvi
2015-01-12
1
-4
/
+4
*
Disallow QQmlDebugServer::enable for QT_QML_NO_DEBUGGER
Ulf Hermann
2015-01-12
1
-0
/
+8
*
fix the build with -no-qml-debug
Shawn Rutledge
2014-12-13
1
-1
/
+0
*
Merge remote-tracking branch 'origin/5.4' into dev
Simon Hausmann
2014-12-09
1
-0
/
+1
|
\
|
*
Mark cleanup function as unused if compiled with QT_QML_NO_DEBUGGER
Ulf Hermann
2014-11-05
1
-0
/
+1
*
|
QmlDebug: Provide public method for starting a debug server
Ulf Hermann
2014-12-05
1
-35
/
+102
|
/
*
Update license headers and add new licenses
Jani Heikkinen
2014-08-25
1
-19
/
+11
*
Remove V8 profiler service
Ulf Hermann
2014-05-09
1
-1
/
+0
*
Give the QML and the debug server thread an objectname.
Thomas McGuire
2014-04-01
1
-0
/
+1
*
qmldebugger: handle static builds correctly
Fawzi Mohamed
2014-03-11
1
-0
/
+10
*
Unify initial waiting of debug services
Ulf Hermann
2014-02-10
1
-4
/
+53
*
Protect list of client plugins from concurrent access
Ulf Hermann
2014-02-07
1
-41
/
+35
*
Unify the interface for QQmlDebugServices
Ulf Hermann
2014-02-05
1
-0
/
+34
*
Make the QML debug server thread safe
Ulf Hermann
2014-01-30
1
-115
/
+135
*
Allow debug plugin registrations from other threads than main GUI
Ulf Hermann
2014-01-29
1
-4
/
+4
*
Debugging with V4
Erik Verbruggen
2013-11-10
1
-2
/
+0
*
Fix deadlocks in debugger infrastructure on Mac
Kai Koehne
2013-10-16
1
-0
/
+1
*
Debugger: Make sure client list is protected by mutex
Kai Koehne
2013-05-24
1
-0
/
+3
*
Debugger: fix race condition in block mode
Kai Koehne
2013-04-23
1
-9
/
+6
*
QmlDebugServer: Ensure plugin is set
Aurindam Jana
2013-04-16
1
-1
/
+1
*
Debugger: Accepts port range as arguments
Aurindam Jana
2013-04-02
1
-11
/
+26
*
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
*
QtQuick: Fix string related warnings, single character strings.
Friedemann Kleint
2012-05-14
1
-1
/
+1
[next]