- Jun 14, 2010
- 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
-
- Nov 09, 2009
-
-
hjk authored
-
- Oct 21, 2009
-
-
dt authored
Removes around 50 lines of code, one completly unecessary class and makes the code paths easier to understand.
-
- Oct 08, 2009
-
-
Friedemann Kleint authored
Add a configuration checking method to the Debugger manager, depending on toolchain, wire it to the engines. Check that in the debugger run controls. Add a convenience method to ICore that shows a warning message with a "Settings" button, pointing the user to a configuration error on a settings page. Remove leftovers of the dumper parser. Acked-by:
con <qtc-committer@nokia.com>
-
- Sep 25, 2009
-
-
Friedemann Kleint authored
and ApplicationRunConfiguration to LocalApplicationRunConfiguration, preparing remote debugging. Change the interface canRun() to be const, run() to create() (since it does not run anything), use references to the QSharedPointer<Foo>. Introduce d-Pointer and remove unneeded headers from ProjectExplorerPlugin and add missing includes everywhere.
-
- Sep 17, 2009
- Sep 11, 2009
- Sep 10, 2009
-
-
con authored
-
- Aug 27, 2009
-
-
dt authored
Since we can easily do that, just do it. No gurantee that we aren't going to use rtti in the future.
-
- Aug 14, 2009
-
-
hjk authored
-
- Jul 28, 2009
-
-
Friedemann Kleint authored
... by creating a default run configuration.
-
- Jul 15, 2009
-
-
dt authored
Requires a lot of trivial forwarding.
-
- Jul 13, 2009
-
-
Alessandro Portale authored
There were both variants, with and without extra semicolon.
-
- Jul 01, 2009
-
-
hjk authored
-
- Jun 22, 2009
-
-
Friedemann Kleint authored
-