Christian Kandeler
803206d5b5
Maemo: QML debugging is not possible on Fremantle ...
...
... so disable the respective widgets if the active build
configuration has a Fremantle toolchain.
Reviewed-by: kh1
2010-10-08 15:38:38 +02:00
Christian Kandeler
fc93634b16
Maemo: Initialize remote application path in run config widget.
...
(cherry picked from commit b73b0fb0ce )
2010-09-28 09:19:19 +02:00
Tobias Hunger
f5c044fe48
Move ProjectExplorer::Environment to Utils::Environment
...
Reviewed-by: dt
2010-09-23 13:40:26 +02:00
Christian Kandeler
f84cbe4395
Maemo: Don't crash on restoring a project with removed Qt version.
2010-09-21 08:53:26 +02:00
Christian Kandeler
ae4c35bd86
Maemo: Support QML-only debugging.
...
Reviewed-by: kh1
2010-09-16 17:08:58 +02:00
Christian Kandeler
1b0487d505
Maemo: Debug/Run capabilities now react to toolchain changes.
2010-09-16 14:12:25 +02:00
Friedemann Kleint
f4b2a70edc
L10n: tr-Fixes.
2010-09-14 14:57:36 +02:00
Friedemann Kleint
24cadd34a1
I10N: First translation fixes for 2.1
...
Fix README, some spelling errors, remove contractions,
exclamation marks, correct some plural forms, join split messages.
Add QCoreApplication::translate to non-Q_OBJECT-classes.
Fix some lupdate warnings about discarding meta-data (//:).
2010-09-10 10:51:43 +02:00
Christian Kandeler
e69588597d
Maemo: Support QML debugging.
...
Could not be tested with actual QML project yet.
Reviewed-by: kh1
2010-09-08 17:54:02 +02:00
Christian Kandeler
d3c496f86d
Maemo: Clarify user string.
2010-08-26 11:49:44 +02:00
Tobias Hunger
b6f1dbeeb0
Remove obsolete ways to set the display name
...
* Now that there is a generic way to rename configurations:
Remove individual renaming methods from all over the codebase
Reviewed-by: dt
2010-08-24 16:04:51 +02:00
Christian Kandeler
245865092b
Maemo: Hide features incompatible with current Maemo version.
...
Reviewed-by: kh1
2010-08-23 17:49:07 +02:00
ck
3a4baff506
Maemo: Run configuration gets device from deploy step.
2010-08-17 08:47:13 +02:00
ck
378ad4de3d
Maemo: Device configurations now have a list of free ports.
...
The device configuration widget is now the only place the user
ever has to specify ports.
2010-08-13 16:19:21 +02:00
ck
a7695496b4
Maemo: Move remote executable GUI update to its own slot.
2010-08-05 15:09:48 +02:00
ck
9d712dee79
Maemo: Let user choose package manager icon.
...
Reviewed-by: kh1
2010-08-05 11:35:07 +02:00
ck
50f30655e2
Maemo: Watch Debian files and update packaging GUI accordingly.
...
Reviewed-by: kh1
2010-08-04 16:39:30 +02:00
ck
dd6966b2f0
Maemo: Do the bind() for remote mounts on the device.
...
This makes us more independent of the developer PC's firewall setting.
Reviewed-by: kh1
2010-08-02 12:50:01 +02:00
ck
29c304bdf5
Maemo: Determine host address from device automatically.
...
Reviewed-by: kh1
2010-08-02 11:12:16 +02:00
Alessandro Portale
3aa3c5688f
Pedantic cleanup of filename parameters for QIcon constructor
...
Using more *::Constants::ICON_* where it makes sense and
wrapping the file names into QLatin1String where they were
missing.
The increased usage of the ICON constants needed a few more
cross plugin includes of *constants.h, here and there.
I think that it is OK, since the dependencies were alredy there
icon resource wise.
2010-07-30 22:17:14 +02:00
ck
ca7f49071b
Maemo: Complete support for debugging via remote gdb.
...
1) Make sources available on device.
2) Enable users to switch between gdb and gdbserver approach (users may not be able to use the former if they have no control over their firewall).
Reviewed-by: kh1
2010-07-30 16:48:40 +02:00
ck
af57685ca8
Maemo: Improve remote mounts GUI.
...
Reviewed-by: kh1
2010-07-29 15:03:33 +02:00
kh1
c3350a1675
Basic support for fetching and modifying device environment.
2010-07-28 14:28:04 +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
kh1
d0b7519505
Some more preparations for task QTCREATORBUG-1663.
2010-07-27 17:58:07 +02:00
ck
f580db954f
Maemo: Finish implementing "remote mount" feature.
...
Disabled on Windows for now due to utfs-server not working there.
Reviewed-by: kh1
2010-07-26 16:09:04 +02:00
ck
b96df669b1
Maemo: Make device configuration settable from deploy widget.
...
This is necessary in case there is no run configuration (e.g. for
library projects).
2010-07-16 17:11:26 +02:00
ck
032e7dc4c6
Maemo: Factor SSH operations out of run control classes.
...
Preparation for removing MaemoDebugRunControl.
Reviewed-by: kh1
2010-07-14 17:27:25 +02:00
kh1
83edceafe4
Fix missing update notification if a device config get's added/removed.
...
Task-number: QTCREATORBUG-1686
Reviewed-by: ck
2010-06-21 13:27:43 +02:00
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