Commit Graph

13 Commits

Author SHA1 Message Date
kh1
9109380570 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 15:59:29 +02:00
Leena Miettinen
cf233161fa Doc - UI - Fix UI text capitalization to follow the KDE Style Guide rules.
Reviewed-by: ossi
2010-05-14 15:53:56 +02:00
ck
38607c49ae Maemo: Display simulator information only for valid run configs.
Reviewed-by: kh1
2010-04-12 12:22:31 +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
kh1
cef244bc3e Implement setting the maemo gdb debugger location using the prefs. 2010-03-31 18:34:08 +02:00
hjk
9595504bda Long live the king! 2010-03-05 11:28:13 +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
2cad027d91 Remove superfluous code to handle user settable simulator path.
Reviewed-by: ck
2010-02-04 12:49:29 +01:00
ck
8a4f1ab555 Maemo: Fix Qemu for recent MADDE.
Reviewed-by: kh1
2010-02-03 15:24:19 +01:00
Tobias Hunger
a6ad773722 Make method naming more consistent.
* Use id() for methods returning a string used to represent
    some type of object.
  * Use displayName() for strings that are meant to be user
    visible.
  * Quieten some warnings while touching the files anyway.
  * Move Factories to their products in the plugins where that
    was not done before.

Reviewed-by: dt
2010-01-07 18:17:24 +01:00
ck
39815bdd32 Maemo: Remove QFlags workaround.
Thanks to commit dedea5ea19,
QFlags' operator| works out of the box again.
2010-01-07 13:55:46 +01:00
ck
aadc0b9bd6 Compile fix for 695349b6f4. 2010-01-07 11:27:32 +01:00
ck
695349b6f4 Maemo: Move MaemoRunConfigurationWidget into separate set of files.
File maemorunconfiguration.cpp now contains what the name indicates.
2010-01-07 11:21:11 +01:00