Kai Koehne
5f426c2382
QmlDebug: Make error dialogs non-blocking and shorter
2011-02-24 10:05:09 +01:00
Kai Koehne
1a3ed101cb
QmlDebug: Parse application output to track debugees state
...
Setting up the debugger connection might fail for a couple of reasons.
Check the application output to show the user a more detailed error
message.
Reviewed-by: hjk
2011-02-23 17:02:34 +01:00
hjk
5f38a26c9e
debugger: fix 'Jump To/Run to' when in instruction-wise mode
2011-02-23 11:11:39 +01:00
Friedemann Kleint
c74da9b7c5
Debugger: Reduce tooltip flicker.
...
Move tooltip-request handling from DebuggerPlugin into
DebuggerToolTipManager.
Request tooltip only if position changed and close
standard tooltip on success.
2011-02-17 10:11:23 +01:00
Kai Koehne
7ecac9634a
QmlDebug: Remove dead code
2011-02-16 14:51:03 +01:00
Kai Koehne
b07f742d69
QmlDebug: Improve 'Failed to connect to debugger ...' dialog
...
Task-number: QTCREATORBUG-3795
2011-02-16 14:51:03 +01:00
Kai Koehne
a24ae63c9f
QmlDebugger: Remove unused code
2011-02-16 14:51:02 +01:00
Friedemann Kleint
f37d9b55aa
L10n: First round of tr()-Fixes for 2.2
2011-02-14 16:37:20 +01:00
Christian Kandeler
f08e42f9ec
Maemo: Fix QML debugging.
...
In general, at least. Does not actually stop at breakpoints yet.
2011-02-11 16:03:34 +01:00
Friedemann Kleint
0ac879e39f
Debugger: Make tooltips pinnable.
...
Replace old debugger tooltip by a new ToolTipManager which
has a list of AbstractDebuggerToolTipWidget with the functionality
to 'acquire' an engine (display its data) and 'release' it
(store engine data and display them as 'previous') and serialization
to XML session data.
DebuggerTreeViewToolTipWidget implements AbstractDebuggerToolTipWidget
for tree model acting as a filter on watch models.
Rubber-stamped-by: hjk
2011-02-11 15:09:02 +01:00
Kai Koehne
b2f302cd02
QmlDebugger: Stop connect attempts if app has already exited
...
Reviewed-by: Christiaan Janssen
2011-02-08 17:24:48 +01:00
Kai Koehne
1ddc9442e6
QmlDebugger: Print executable + arguments in application output
...
Print the path of the executable and command line arguments, just like we
do for the Run action.
2011-02-08 17:24:47 +01:00
Christiaan Janssen
9ccd03ba01
QmlDebugger: reseting internal state on engine setup
...
reviewed-by: Friedemann Kleint
2011-02-08 16:20:30 +01:00
Christiaan Janssen
5ac9a19465
QmlDebugger: displaying tooltips while qml is running
...
Reviewed-by: hjk
2011-01-25 11:05:15 +01:00
hjk
26296c06ba
debugger: don't show the <global> frame in qml stack
2011-01-19 19:16:34 +01:00
hjk
77afdb42af
debugger: in the qmldebugger, draw location marker _above_ breakpoints
2011-01-19 18:53:30 +01:00
hjk
8175f19fc8
qmldebugger: sanitize log message
2011-01-17 10:07:33 +01:00
hjk
bdfe2ed53b
debugger: remove EngineRunOk state again
2011-01-17 10:07:33 +01:00
hjk
7195c6b5ad
debugger: re-do state transitions in combined C++/Qml engine
...
This still needs a lot of work and sanitizing.
2011-01-14 14:28:36 +01:00
hjk
9912d37fff
debugger: qml engine cleanup
2011-01-14 14:28:36 +01:00
hjk
6dd55aa471
debugger: introduce generic master/slaves engine
2011-01-12 12:17:47 +01:00
Friedemann Kleint
ae83b4b7b6
Debugger: Fix Compiler warning.
2011-01-11 11:35:34 +01:00
hjk
b4d6a5ba2a
debugger: fix qml output channeling
2011-01-10 10:18:45 +01:00
Friedemann Kleint
a7eccce733
Debugger: Header cleanup
2011-01-10 10:14:23 +01:00
con
73b813fd16
Compile fix for Mac.
2010-12-17 17:01:09 +01:00
con
b1bcf081d8
Merge branch '2.1'
...
Conflicts:
src/plugins/coreplugin/basemode.cpp
src/plugins/coreplugin/basemode.h
src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.cpp
src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.h
src/plugins/debugger/cdb/cdbsymbolpathlisteditor.cpp
src/plugins/debugger/debuggeragents.cpp
src/plugins/debugger/debuggeruiswitcher.cpp
src/plugins/debugger/debuggeruiswitcher.h
src/plugins/projectexplorer/buildconfigdialog.cpp
src/plugins/qmldesigner/components/propertyeditor/colorwidget.cpp
src/plugins/qmldesigner/components/propertyeditor/colorwidget.h
src/plugins/qmldesigner/designercore/include/enumeratormetainfo.h
src/plugins/qmldesigner/designercore/include/modelutilities.h
src/plugins/qmldesigner/designercore/include/nodeinstance.h
src/plugins/qmldesigner/designercore/include/propertymetainfo.h
src/plugins/qmldesigner/designercore/instances/graphicsscenenodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/graphicsscenenodeinstance.h
src/plugins/qmldesigner/designercore/instances/graphicsviewnodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/graphicswidgetnodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/graphicswidgetnodeinstance.h
src/plugins/qmldesigner/designercore/instances/nodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/qmlviewnodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/widgetnodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/widgetnodeinstance.h
src/plugins/qmldesigner/designercore/metainfo/enumeratormetainfo.cpp
src/plugins/qmldesigner/designercore/metainfo/propertymetainfo.cpp
src/plugins/qmldesigner/designercore/model/modelutilities.cpp
src/plugins/snippets/inputwidget.cpp
src/plugins/snippets/snippetscompletion.cpp
src/plugins/snippets/snippetscompletion.h
src/plugins/snippets/snippetspec.cpp
src/plugins/snippets/snippetsplugin.cpp
src/plugins/snippets/snippetswindow.cpp
src/plugins/snippets/snippetswindow.h
src/plugins/texteditor/snippetsparser.cpp
src/tools/qml/qmldom/main.cpp
tests/manual/trk/runner.cpp
tests/manual/trk/trkolddevice.cpp
tests/manual/trk/trkolddevice.h
tests/manual/trk/trkserver.cpp
2010-12-17 17:00:53 +01:00
con
04e32b0049
License headers.
2010-12-17 16:03:42 +01:00
hjk
9757e22113
debugger: introduce the concept of a 'Location', used by gotoLocation
2010-12-17 11:59:01 +01:00
Kai Koehne
bde8287cdd
QmlDebugger: Also log messages from JSDebugger to debug console
2010-12-17 10:19:00 +01:00
hjk
77e3bfe845
debugger: structural cleanup remote debugging
...
Use virtual function instead of if/qobject_cast cascades.
2010-12-10 12:42:40 +01:00
hjk
2c46a935df
debugger: make more bits private
2010-12-03 16:18:50 +01:00
hjk
227c75ea5d
debugger: compile fix
2010-12-03 12:20:31 +01:00
hjk
d9210302ce
debugger: mover qml related engines to the Internal namespace
2010-12-03 12:07:32 +01:00
hjk
a77353b414
debugger: move DebuggerMainWindow to debuggermainwindow.{h,cpp}
2010-12-02 17:43:14 +01:00
Arvid Ephraim Picciani
b84ce82e07
debugger: Engine decides now if a StackFrame is considered usable
2010-12-01 15:57:13 +01:00
Christiaan Janssen
4b7d826daa
QmlEngine: handling breakpoint insertions/removals
...
Reviewed-by: hjk
2010-11-30 11:35:56 +01:00
hjk
80f640fbb3
debugger: mark breakpoints as 'insertion proceeding' in qml debugger
2010-11-30 10:03:20 +01:00
Friedemann Kleint
a4d7fb2f06
Debugger: Fix compilation, centralize breakpoint type detection.
...
Reviewed-by: hjk
2010-11-26 13:06:03 +01:00
hjk
75ee5bce8c
debugger: make DebuggerEngine::acceptsBreakpoint(id) pure
2010-11-26 11:27:43 +01:00
con
61ebb308e6
Merge commit 'bd8b23d4bad4191367e7c5eb3297769a2477afec' (origin/2.1)
...
Conflicts:
src/plugins/debugger/qml/qmlengine.cpp
2010-11-25 17:36:50 +01:00
Kai Koehne
ea0dd4ad23
JsDebugger: Open original file if breakpoint is hit
...
Hotfix for Qt Quick Applications: Try to open the original file
by stripping "X.app/Contents/Resources" from the path.
Reviewed-by: Christiaan Janssen
2010-11-25 09:43:23 +01:00
Christiaan Janssen
6f334c9b52
QmlDebugger: fixing Qml breakpoints not working on OSX
...
Reviewed-by: Kai Koehne
2010-11-24 16:28:25 +01:00
Christiaan Janssen
a35170a854
QmlDebugger: Assigning Qml breakpoints to the Qml Engine
...
Reviewed-by: hjk
2010-11-23 16:12:58 +01:00
hjk
585bb50d89
debugger: move qml engine private classes to internal namespace
2010-11-22 14:13:23 +01:00
Oswald Buddenhagen
1e362b0f8b
overhaul process argument handling
...
get away from argument stringlists. instead, use native shell command
lines which support quoting/splitting, environment variable expansion
and redirections with well-understood semantics.
Task-number: QTCREATORBUG-542
Task-number: QTCREATORBUG-1564
2010-11-17 13:19:07 +01:00
hjk
fd8bf48b2b
debugger: start tightening the breakpoint state machinery
2010-11-16 17:09:55 +01:00
Christiaan Janssen
4790548216
QmlDebugger: Refactored QmlEngine and QmlCppEngine
...
Reviewed by: hjk
2010-11-15 17:18:00 +01:00
Friedemann Kleint
9fc5970bdb
Debugger: Introduce BreakpointParameters as base struct.
...
For Breakpoint data manipulation.
Reviewed-by: hjk
2010-11-15 17:04:29 +01:00
hjk
8ae541b36f
debugger: Refactor breakpoint handling.
...
The breakpoints are now (fairly) tightly guarded by the BreakpointHandler.
Engines and Views are only supposed to refer to them by id. They also have
individual states now. The breakpoint data is split into a "user requested"
"fixed" part in BreakpointData and the engines' acknowledged data in a new
struct BreakpointResponse.
TODO: Move m_state and m_engine members to BreakpointResponse. Fix regressions
in the marker handling.
2010-11-15 12:09:25 +01:00
hjk
2161e0f6d9
debugger: refactoring of the plugin interface
...
There's some 'external' and some 'internal' part now. Other plugins
are only supposed the external interface.
2010-11-10 12:08:23 +01:00