- Oct 04, 2010
-
-
Christian Kandeler authored
Reviewed-by: kh1
-
- Aug 26, 2010
-
-
Christian Kandeler authored
This will help us diagnose errors.
-
- Aug 20, 2010
-
-
Friedemann Kleint authored
Fix breakage introduced by the new asynchronous stop() methods of the debugger run controls. Allow for RunControl::stop() to be asynchronous by introducing a return enumeration indicating that. Introduce additional method aboutToStop() asking user to quit (tie that to the RunControl instead of having to hack the behaviour elsewhere). If asynchronous stop is detected, terminate the ProjectExplorer asynchronously. This makes the behaviour consistent across switching sessions/ closing outputwindow tabs and quitting Qt Creator. Reviewed-by: dt Rubber-stamped-by: hjk
-
- Aug 17, 2010
-
-
Christian Kandeler authored
-
- Aug 10, 2010
- Jul 30, 2010
-
-
ck authored
1) Make sources available on device. 2) Enable users to switch between gdb and gdbserver approach (users may not be able to use the former if they have no control over their firewall). Reviewed-by: kh1
-
- Jul 29, 2010
-
-
kh1 authored
Task-number: QTCREATORBUG-1663 Reviewed-by: ck
-
- Jul 15, 2010
-
-
ck authored
Use Debugger::DebuggerRunControl directly instead of wrapping it into another RunControl. Reviewed-by: hjk
-
- Jul 14, 2010
- Jul 13, 2010
- Jul 12, 2010
-
-
ck authored
-
- Jul 08, 2010
-
-
ck authored
Reviewed-by: kh1
-
- Jul 07, 2010
-
-
ck authored
Task-number: QTCREATORBUG-1614, QTCREATORBUG-1810 Reviewed-by: kh1
-
- Jul 06, 2010
-
-
ck authored
No difference in functionality yet. Reviewed-by: kh1
-
- Jul 02, 2010
-
-
Friedemann Kleint authored
To be able to connect to them in the debugger namespace. Reviewed-by: dt Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- Jun 24, 2010
-
-
ck authored
-
- Jun 23, 2010
- Jun 22, 2010
-
-
ck authored
Task-number: QTCREATORBUG-1636 Reviewed-by: kh1
-
Friedemann Kleint authored
-
hjk authored
This replaces the (de facto) singleton engines and data handlers by classes that are instantiated per run. The DebuggerRunControl will now create an object of (a class derived from) DebuggerEngine that contains all the relevant "dynamic" data. DebuggerManager is no more. The "singleton" bits are merged into DebuggerPlugin, whereas the data bits went to DebuggerEngine. There is no formal notion of a "current" DebuggerEngine. However, as there's only one DebuggerEngine at a time that has its data models connected to the view, there's still some "de facto" notion of a "current" engine. Calling SomeModel::setData(int role, QVariant data) with custom role is used as the primary dispatch mechanism from the views to the "current" data models (and the engine, as all data models know their engine).
-
- Jun 21, 2010
-
-
ck authored
Reviewed-by: kh1
-
- Jun 14, 2010
-
-
hjk authored
This replaces most uses of DebuggerStartParameters by DebuggerRunControl which is a simple RunControl with a DebuggerStartParameters member. Plan is to move all global state to the run controls, and possibly introduce specialized ones for core debugging etc.
-
- May 20, 2010
-
-
ck authored
-
kh1 authored
Fixes: - react on build/ run configuration changes - now notices environment changes, like switching Qt versions - start button is now only shown if we have a valid qemu runtime - enabled/ disabled state works properly when loading a project Task-number: QTCREATOR-210, QTCREATORBUG-1252, QTCREATORBUG-1082 Reviewed-by: ck
-
kh1 authored
Fixes: - react on build/ run configuration changes - now notices environment changes, like switching Qt versions - start button is now only shown if we have a valid qemu runtime - enabled/ disabled state works properly when loading a project Task-number: QTCREATOR-210, QTCREATORBUG-1252, QTCREATORBUG-1082 Reviewed-by: ck
-
- May 19, 2010
- May 12, 2010
-
-
ck authored
-
- May 05, 2010
-
-
ck authored
Reviewed-by: hjk
-
- May 03, 2010
-
-
ck authored
Reviewed-by: kh1
-
ck authored
Reviewed-by: kh1
-
dt authored
And use it to implement changing the run icon in the application output. That implementation does only support the two run modes run and debug for now. Further abstraction for more run modes to be done once needed. Task-Nr: QTCREATORBUG-1232
-
- Apr 26, 2010
-
-
ck authored
It does not conceptually belong there, and several people have asked for an interface to use the functionality in their own plugins. Task-number: QTCREATORBUG-1204 Reviewed-by: kh1
-
- Apr 20, 2010