- 01 Dec, 2010 1 commit
-
-
Pawel Polanski authored
If no Symbian device is connected the deployment process will be skipped instead of aborting the whole build.
-
- 26 Nov, 2010 3 commits
-
-
Tobias Hunger authored
-
Tobias Hunger authored
Task-number: 2481
-
Tobias Hunger authored
Reviewed-by: dt
-
- 25 Nov, 2010 2 commits
-
-
con authored
Local executable is put into a different folder (always 'armv5' despite it being a 'gcce' build, changed in qmake), and the symbol file is named 'foo.exe.sym' instead of 'foo.sym'. Done-by: Friedemann Kleint Reviewed-by: Pawel Polanski
-
con authored
Local executable is put into a different folder (always 'armv5' despite it being a 'gcce' build, changed in qmake), and the symbol file is named 'foo.exe.sym' instead of 'foo.sym'. Done-by: Friedemann Kleint Reviewed-by: Pawel Polanski
-
- 22 Nov, 2010 1 commit
-
-
Pawel Polanski authored
Task-Number: QTCREATORBUG-3100 Reviewed-by: Tobias Hunger
-
- 17 Nov, 2010 1 commit
-
-
Oswald Buddenhagen authored
get away from argument stringlists. instead, use native shell command lines which support quoting/splitting, environment variable expansion and redirections with well-understood semantics. Task-number: QTCREATORBUG-542 Task-number: QTCREATORBUG-1564
-
- 04 Nov, 2010 1 commit
-
-
Pawel Polanski authored
Task-number: QTCREATORBUG-2846
-
- 03 Nov, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 02 Nov, 2010 1 commit
-
- 01 Nov, 2010 1 commit
-
-
Friedemann Kleint authored
Acked-By: dt
-
- 29 Oct, 2010 2 commits
-
-
dt authored
- 28 Oct, 2010 1 commit
-
-
dt authored
Initial patch and idea by hunger. Reviewed-By: hunger
-
- 20 Oct, 2010 1 commit
-
-
con authored
Task-number: QTCREATORBUG-2828 Reviewed-by: Robert Loehning Reviewed-by: Friedemann Kleint
-
- 13 Sep, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 11 Sep, 2010 1 commit
-
-
Pawel Polanski authored
Reviewed-by: Tobias Hunger
-
- 24 Aug, 2010 1 commit
-
-
Tobias Hunger authored
* Enable support for this in all ProjectConfiguration items (Targets, projects, BCs, DCs, RCs, etc.). This is nicer than having custom code in individual configuraiton items. Reviewed-by: dt
-
- 20 Aug, 2010 4 commits
-
-
Friedemann Kleint authored
As it created 2 output panes that could be closed indepently of each other.
-
Friedemann Kleint authored
Fix breakage introduced by the new asynchronous stop() methods of the debugger run controls. Allow for RunControl::stop() to be asynchronous by introducing a return enumeration indicating that. Introduce additional method aboutToStop() asking user to quit (tie that to the RunControl instead of having to hack the behaviour elsewhere). If asynchronous stop is detected, terminate the ProjectExplorer asynchronously. This makes the behaviour consistent across switching sessions/ closing outputwindow tabs and quitting Qt Creator. Reviewed-by: dt Rubber-stamped-by: hjk
-
Pawel Polanski authored
-
Pawel Polanski authored
Bug QTCREATORBUG-2088 has been fixed Task-number: QTCREATORBUG-2088 Reviewed-by: Friedemann Kleint
-
- 16 Aug, 2010 2 commits
-
-
Pawel Polanski authored
Reviewed-by: Tobias Hunger
-
Pawel Polanski authored
Reviewed-by: Tobias Hunger
-
- 10 Aug, 2010 1 commit
-
-
Tobias Hunger authored
-
- 03 Aug, 2010 1 commit
-
-
Pawel Polanski authored
-
- 02 Aug, 2010 1 commit
-
-
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
-
- 26 Jul, 2010 2 commits
-
-
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
Silent installation added to Sumbian's Run Configuration UI Reviewed-by: Tobias Hunger
-
- 22 Jul, 2010 1 commit
-
-
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
-
- 14 Jul, 2010 1 commit
-
-
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.
-
- 06 Jul, 2010 1 commit
-
-
Tobias Hunger authored
* Move and rename the enum * Add Q_ENUMS macro Reviewed-by: dt
-
- 02 Jul, 2010 1 commit
-
-
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>
-
- 23 Jun, 2010 1 commit
-
-
hjk authored
-
- 22 Jun, 2010 1 commit
-
-
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).
-
- 14 Jun, 2010 1 commit
-
-
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.
-
- 10 Jun, 2010 1 commit
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-1552
-
- 21 May, 2010 1 commit
-
-
con authored
-
- 14 May, 2010 1 commit
-
-
Leena Miettinen authored
Reviewed-by: ossi
-