Commit Graph

28 Commits

Author SHA1 Message Date
Christian Kandeler
bc2d2897fc Maemo: get rid of dependency on madde.conf.
Parse script output instead.

Done-with: kh1
2010-09-07 17:45:13 +02:00
ck
1bcdb33fb1 Maemo: Create packaging templates in project directory.
Reviewed-by: kh1
2010-08-03 16:29:23 +02:00
ck
5ff0d9b72f Maemo: Rename some classes.
All our classes should have the Maemo prefix because we don't have
a namespace of our own.
2010-07-28 09:36:30 +02:00
ck
6fc00ddca8 Maemo: Introduce deploy step infrastructure.
Doesn't do anything yet.
2010-07-13 10:35:16 +02:00
kh1
745345e347 There is no dependency, so make the runtime manager an real singelton.
Reviewed-by: ck
2010-05-25 14:55:53 +02:00
kh1
c6fef3ef63 Long overdue changes and refactoring for qemu handling.
Fixes: - react on build/ run configuration changes
       - now notices environment changes, like switching Qt versions
       - start button is now only shown if we have a valid qemu runtime
       - enabled/ disabled state works properly when loading a project

Task-number: QTCREATOR-210, QTCREATORBUG-1252, QTCREATORBUG-1082
Reviewed-by: ck
2010-05-20 16:05:23 +02:00
ck
de7bc1d9cf Maemo: Give more information to user about Qemu state.
Reviewed-by: kh1
2010-05-19 11:00:43 +02:00
kh1
a9645059ee We need to keep the action around, not the command.
Fixes broken enabled/ disabled qemu start button behavior.
2010-05-19 10:49:07 +02:00
kh1
2c64aa0571 Force the action to be really disabled. 2010-04-28 15:07:05 +02:00
ck
9ece8a4110 Move SSH functionality out of the Qt4ProjectManager.
It does not conceptually belong there, and several people have
asked for an interface to use the functionality in their own
plugins.

Task-number: QTCREATORBUG-1204
Reviewed-by: kh1
2010-04-26 11:43:25 +02:00
kh1
bb17a05f31 Remove maemo gdb settings page, since we now have a unified one.
Reviewed-by: ck
2010-04-09 16:52:54 +02:00
ck
4dda485353 Maemo: Use on-demand shared Net7 object.
Task-number: QTCREATORBUG-1073
2010-04-07 17:36:28 +02:00
ck
29e8e70b1c Add skeleton for Maemo package creation build step.
(No actual functionality yet.)

Reviewed-by: kh1
2010-04-06 16:57:29 +02:00
kh1
cef244bc3e Implement setting the maemo gdb debugger location using the prefs. 2010-03-31 18:34:08 +02:00
Friedemann Kleint
bbcacaf59f Header cleaning spree in Core/Debugger and Symbian/Maemo-code of Qt4. 2010-03-18 10:59:06 +01:00
ck
35572c4654 Maemo: Fix toolchain's gcc path.
Reviewed-by: kh1
2010-03-10 12:18:50 +01:00
hjk
9595504bda Long live the king! 2010-03-05 11:28:13 +01:00
kh1
12847de5ef Fix contact info. 2010-03-04 18:48:48 +01:00
kh1
adefff60ad Fix broken enabled/ disabled emulator startbutton state.
Functionality depends entirely on the active start-up project, all other
projects should have the the button disabled if they have no Maemo run
config or the the run config is not the active on.

Reviewed-by: ck
2010-03-01 17:07:48 +01:00
kh1
a0e306fc2f Fix possible mem leak, spotted by Thorbjorn.
Reviewed-by: Thorbjorn
2010-02-26 12:01:48 +01:00
kh1
8127341d97 Change the label from Qemu to Maemo Emulator. 2010-02-25 16:20:19 +01:00
kh1
69ebf668ba Return a reference to the object, changed from pointer.
Since we use addAutoReleasedObject we would rather unclean call the
class destructor.
2010-02-23 18:16:14 +01:00
kh1
399ad59faa Move the factories inside there own source files. 2010-02-23 18:16:12 +01:00
Tobias Hunger
d1bdfcc363 Integrate target support
* Ease cross device development by introducing 'targets' which
   group build- and runsettings that are valid for this one target

 Most of the kudos for the code review go to dt. Con, thorbjorn,
 ckandler and others did also review parts of this patch.

Reviewed-by: dt
2010-02-09 16:57:37 +01:00
kh1
320ae1bfbc Make sure we add the toolchain only in case we have a valid madde.
Reviewed-by: ck
2010-01-21 12:08:21 +01:00
ck
0b49edbb5d Maemo: New project widget.
Most attributes have moved into the settings page.
2009-12-01 14:04:25 +01:00
ck
4688634f78 Maemo: Add initial version of settings page. 2009-11-27 16:40:07 +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