Commit Graph

11 Commits

Author SHA1 Message Date
Tobias Hunger
ee4a04a20b Refactor deployment
* 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
2010-08-02 14:21:05 +02:00
Pawel Polanski
dc613c013d Fixed: Creator crashes when trying to deploy to a non existing device 2010-07-30 08:25:12 +02:00
Pawel Polanski
1162b09af7 Creation od "Copy Destanation" path for sis package has been fixed 2010-07-27 09:11:58 +02:00
dt
05ae17eadd Fix subdir project deployment for symbian
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.
2010-07-26 19:44:07 +02:00
Pawel Polanski
1a820256b1 User installation has is launched if silent one fails. For Symbian OS 2010-07-26 15:16:56 +02:00
Pawel Polanski
c7278acda0 Installing on a drive other than C: for Symbian OS
Silent installation added to Sumbian's Run Configuration UI

Reviewed-by: Tobias Hunger
2010-07-26 13:32:03 +02:00
Pawel Polanski
d1870e215b Creator crashes while Carbide has ownership over serial connection and Creator wants to use it as well
Reviewed-by: Tobias Hunger
2010-07-23 15:50:00 +02:00
Pawel Polanski
3114c47c6e Fixed warnings 2010-07-23 11:31:00 +02:00
Tobias Hunger
0340d6ad8b Another build fix for linux 2010-07-22 13:08:25 +02:00
Tobias Hunger
345c0c941d Build fix for linux 2010-07-22 13:07:13 +02:00
Pawel Polanski
647b91c78f Refactor deployment for Symbian OS
* 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
2010-07-22 11:07:58 +02:00