- Jul 14, 2010
-
-
dt authored
Move link handling code to outputwindow from OutputFormatter Move createOutputFormatter to the RunConfiguration That makes it easier for Qt4RunConfiguration et all. This also fixes that each time a runcontrol was rerun a new OutputFormatter was created without deleting the old one, thus increasing the memory usage.
-
- Jul 13, 2010
-
-
Friedemann Kleint authored
-
- Jul 07, 2010
-
-
Tobias Hunger authored
-
Tobias Hunger authored
* Should work better with errors that can happen during deployment
-
- Jul 06, 2010
-
-
Tobias Hunger authored
* Add "Deploy" to BuildSteps::Type * Update UIs to handle deploy steps * Turn existing package creation steps from build type to deploy type * Move packaging steps into deploy steps when loading projects Reviewed-by: dt
-
Tobias Hunger authored
* Move and rename the enum * Add Q_ENUMS macro Reviewed-by: dt
-
- 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 23, 2010
-
-
hjk authored
-
- Jun 22, 2010
-
-
Robert Loehning 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 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.
-
- Jun 11, 2010
-
-
Bill King authored
-
- Jun 10, 2010
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-1552
-
- Jun 07, 2010
-
-
Robert Loehning authored
-
dt authored
Coverity report.
-
- May 21, 2010
-
-
con authored
-
- May 20, 2010
-
-
Friedemann Kleint authored
-
- May 14, 2010
-
-
Leena Miettinen authored
Reviewed-by: ossi
-
- May 07, 2010
-
-
con authored
Symbian mkspec puts the package file into the build directory, not the destination directory.
-
- May 05, 2010
-
-
Robert Loehning authored
Task-number: QTCREATORBUG-1341
-
- 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 30, 2010
-
-
con authored
By providing a "Use Smart Installer" option for the packaging step.
-
- Apr 27, 2010
-
-
con authored
-
Tobias Hunger authored
-
- Apr 22, 2010
-
-
Friedemann Kleint authored
-
- Apr 20, 2010
-
-
Tobias Hunger authored
... to a place where we can share the checks later.
-
- 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
-
-
Friedemann Kleint authored
-
- Apr 14, 2010
-
-
Friedemann Kleint authored
and make it possible to configure it in the settings. Split up S60Devices up into a class hierarchy and implement the Autodetected Windows case and the manually configured Linux case separately for code clarity. Same with the settings widgets. Reviewed-by: con
-
- Apr 13, 2010
-
-
Thorbjørn Lindeijer authored
Reviewed-by: Jens Bache-Wiig
-
- Apr 01, 2010
-
-
con authored
Instead of renaming it first. We agree on always deploying target.sis (where target is the qmake TARGET). For older Qt for Symbian versions we rename to match this.
-
- Mar 30, 2010
-
-
Friedemann Kleint authored
Visible on Linux/Mac only.
-
- Mar 29, 2010
-
-
Tobias Hunger authored
-
- Mar 26, 2010
-
-
Thorbjørn Lindeijer authored
Some categories do not have icons yet, unfortunately.
-
- Mar 25, 2010
-
-
con authored
-
con authored
-
con authored
for sis creation.
-
Tobias Hunger authored
... use it. Reviewed-by: dt
-
- Mar 23, 2010
-
-
con authored
-