- Aug 16, 2010
-
-
Pawel Polanski authored
Reviewed-by: Tobias Hunger
-
Pawel Polanski authored
Reviewed-by: Tobias Hunger
-
- Aug 13, 2010
-
-
Tobias Hunger authored
* Report all commands that failed.
-
- Aug 11, 2010
-
-
Tobias Hunger authored
* Add parser * Use it * Improve parser setup in Qt4 makestep * Add tests for the sbsv2parser
-
Tobias Hunger authored
* Do not implicitly set up a gnumakeparser as part of the abldparser.
-
- Aug 10, 2010
-
-
Tobias Hunger authored
* Simplify logic while at it, too.
-
Tobias Hunger authored
-
Tobias Hunger authored
-
- Aug 06, 2010
-
-
Tobias Hunger authored
* Export SBS_GCCE<VERSION>BIN containing the path to the GCCE compiler used.
-
- Aug 05, 2010
-
-
Pawel Polanski authored
-
Pawel Polanski authored
Reviewed-by: Tobias Hunger
-
- Aug 04, 2010
-
-
Tobias Hunger authored
* Update list of S60 header pathes to match up with what is put into the Makefile by QMake (minus ../tmp directories).
-
- Aug 03, 2010
-
-
Pawel Polanski authored
-
Pawel Polanski authored
-
- Aug 02, 2010
-
-
Tobias Hunger authored
* Add a DeployConfiguration class to hold settings related to deployment. * Add BuildStepsList to hold a list of buildsteps * Update BuildConfiguration to use BuildStepLists instead of manageing lists of buildsteps itself. * Update BuildManager to use BuildStepLists in its interfaces * Fix fallout introduced by API changes * Update .user file to new way of storing settings Task-number: QTCREATORBUG-1427 Task-number: QTCREATORBUG-1428 Task-number: QTCREATORBUG-1811 Task-number: QTCREATORBUG-1930
-
Tobias Hunger authored
Task-number: QTCREATORBUG-1224 Reviewed-by: aportale
-
- Jul 30, 2010
-
-
ck authored
-
Pawel Polanski authored
Added support for passphrases for keys for Symbian OS Reviewed-by: Tobias Hunger
-
Pawel Polanski authored
-
- Jul 27, 2010
-
-
Pawel Polanski authored
-
- Jul 26, 2010
-
-
dt authored
We create a .sis package per leaf project now, deploy all of them and start the executable for the runconfiguration that was selected. This does not cover all use cases, but works for development.
-
Pawel Polanski authored
-
Pawel Polanski authored
Silent installation added to Sumbian's Run Configuration UI Reviewed-by: Tobias Hunger
-
- Jul 23, 2010
-
-
Pawel Polanski authored
Creator crashes while Carbide has ownership over serial connection and Creator wants to use it as well Reviewed-by: Tobias Hunger
-
Pawel Polanski authored
-
- Jul 22, 2010
-
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Pawel Polanski authored
* Add buildstep to handle the deployment * Remove deployment code from the runconfiguration * Update .user files to add new deployment step into existing setups Reviewed-by: Tobias Hunger
-
- Jul 16, 2010
-
-
Tobias Hunger authored
(cherry picked from commit b87f3fbc)
-
Tobias Hunger authored
* Should work better with errors that can happen during deployment (cherry picked from commit 3d2e5667)
-
- 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).
-