- Jul 02, 2010
-
-
hjk authored
-
- Jun 30, 2010
-
-
hjk authored
-
- Jun 25, 2010
-
-
Friedemann Kleint authored
Added adapter to work with TCF over WLAN. Factor out common code for Symbian from TrkAdapter. Improve message logging in TrkGdbAdapter, some cleanup. Added new TcfTrkGdbAdapter based on TcfTrkDevice in symbianutils based on JSON, using QTcpSocket. To be started via special @tcf@ argument. Rubber-stamped-by: hjk
-
- Jun 23, 2010
- Jun 22, 2010
-
-
hjk authored
-
hjk authored
-
Friedemann Kleint authored
-
hjk 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 15, 2010
- Jun 14, 2010
-
-
Robert Loehning authored
Wrote down what hjk told me.
-
hjk authored
-
hjk authored
Pass output through the RunControl instead of the DebuggerManager.
-
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.
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
- Jun 10, 2010
-
-
hjk authored
-
- Jun 07, 2010
-
-
hjk authored
This is a partial fix for http://bugreports.qt.nokia.com/browse/QTCREATORBUG-1574.
-
- May 12, 2010
-
-
hjk authored
application
-
- May 03, 2010
-
-
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 21, 2010
-
-
Friedemann Kleint authored
-
- Apr 19, 2010
-
-
Erik Verbruggen authored
So now the "Applciation Output" can distinguish between these four, and handle them appropriately.
-
- Apr 16, 2010
-
-
Thorbjørn Lindeijer authored
Renamed RunConfiguration::configurationWidget to createConfigurationWidget. Reviewed-by: dt
-
- Apr 15, 2010
-
-
Lasse Holmstedt authored
It's not yet possible to attach to an external app running a qml debugging server, because the server is only started on startup if an env variable is set. Changing this requires action from Brisbane, but even the current solution works for C++ apps with QML in them. Task-number: BAUHAUS-585 Reviewed-by: dt
-
- Apr 14, 2010
-
-
dt authored
For DebugRunControls. Task-Nr: QTCREATORBUG-416
-
- Mar 18, 2010
-
-
Friedemann Kleint authored
-
- Mar 05, 2010
-
-
hjk authored
-
- Feb 10, 2010
-
-
Friedemann Kleint authored
thus fixing the exit warning: "~QX11PixmapData(): QPixmap objects must be destroyed..." Acked-by: con
-
- Feb 09, 2010
-
-
Tobias Hunger authored
* Ease cross device development by introducing 'targets' which group build- and runsettings that are valid for this one target Most of the kudos for the code review go to dt. Con, thorbjorn, ckandler and others did also review parts of this patch. Reviewed-by: dt
-
- Dec 16, 2009
-
-
Kai Koehne authored
This reverts commit 29051539. Superseded by e08783f86d27525566d0a396d8831e2db2bc761d.
-
Kai Koehne authored
Quick fix. Actually there should be IMO no way to start the debugger for a qmlproject in the frist place.
-
- Nov 30, 2009
-
-
dt authored
Note: I didn't fix all the connects and there are a few missing things. This compiles, more work is coming.
-
- Nov 19, 2009
-
-
dt authored
-