kh1
72ed9b5b51
Compile fix.
2009-12-03 12:03:35 +01:00
kh1
04a6d4678b
Fix rare crash.
...
In case one stoped the running application on the device, removed the
project from the IDE and then closing the app output window would crash.
2009-12-03 11:43:34 +01:00
con
f3bdeb8c9a
Share the code for determining used qmake arguments.
...
Move the code that compares the Qt version's debug|release property
with the build configuration's debug|release property
to the new build configuration class.
Reviewed-by: dt
2009-12-02 18:16:34 +01:00
ck
376210f92d
Maemo: Add progress bar (concept shamelessly copied from S60).
...
Reviewed-by: kh1
2009-12-02 11:46:53 +01:00
ck
e9a20d33c7
Maemo: Fix new deployment algorithm.
...
Reviewed-by: kh1
2009-12-01 17:44:42 +01:00
kh1
2a9ca651f0
Workaround for windows deployment.
...
SCP chokes on full path names, thus set the wd to the delploy dir.
2009-12-01 17:01:28 +01:00
ck
ce3b4506af
Maemo: Add authentication options (password or key based)
2009-12-01 16:26:05 +01:00
kh1
8a050af51c
Compile fix.
2009-12-01 15:37:25 +01:00
ck
52d6e34bb3
Merge branch 'master' of scm.dev.nokia.troll.no:creator/mainline
...
Conflicts:
src/plugins/qt4projectmanager/qt-maemo/maemorunconfiguration.cpp
2009-12-01 14:50:28 +01:00
ck
0b49edbb5d
Maemo: New project widget.
...
Most attributes have moved into the settings page.
2009-12-01 14:04:25 +01:00
dt
c1a1cda950
Remove duplicated signals
2009-11-30 19:02:16 +01:00
dt
9984944171
Fix compile
2009-11-30 15:24:32 +01:00
dt
801e9948f5
Hide static cast in accessor methods
2009-11-30 15:24:32 +01:00
dt
a312206306
Move most of the BuildConfiguration specific functions
...
Note: I didn't fix all the connects and there are a few missing things.
This compiles, more work is coming.
2009-11-30 15:24:31 +01:00
kh1
f87f2c9766
Missing return.
2009-11-30 14:53:16 +01:00
kh1
615105cccd
Fix potential crash in updateSimulatorInformation.
2009-11-30 10:55:48 +01:00
dt
fa0be746a9
Make Maemo compile again.
...
Conflicts:
src/plugins/qt4projectmanager/qt-maemo/maemorunconfiguration.cpp
src/plugins/qt4projectmanager/qt-maemo/maemorunconfiguration.h
2009-11-19 16:35:19 +01:00
dt
10a0647ddf
Remove QSharedPointer<> for RunConfiguration
2009-11-19 16:35:18 +01:00
ck
24a98feada
Maemo: Refine pkill command line.
...
Reviewed-by: kh1
2009-11-18 17:01:39 +01:00
kh1
e682eef741
Fix wrong arguments restore.
...
Reviewed-by: ck
2009-11-10 17:06:37 +01:00
ck
787cbb7b0d
Maemo run configuration: Fix layout bug.
...
The simulator's "reset" button must not be visible when the
remote host is a device.
2009-10-30 13:58:46 +01:00
kh1
c1413ffa8a
Fill in default qemu simulator path but keep the user option to choose.
2009-10-29 17:26:14 +01:00
kh1
78d89b549a
Store the settings for both the device and simulator.
2009-10-27 14:15:24 +01:00
ck
6a49395e33
Add experimental Maemo support.
...
Includes Maemo tool chain, run configuration, run control,
manager, etc.
Adds the DebuggerManager to the object pool. This is ugly, but
nobody came up with anything better on short notice. To be
refactored.
Co-Authored-By: kh1
2009-10-16 18:01:07 +02:00