Christian Kandeler
82a338524d
Maemo: Don't allow to downgrade packages on the device.
...
Task-number: QTCREATORBUG-3642
2011-02-03 10:12:43 +01:00
Christian Kandeler
ad905869fe
Maemo: Several Meego fixes.
...
- Deploy to sysroot via xrpm in case of RPM-based target.
- Set sensible default attributes in spec file.
- Add "/usr" to spec file as default. Should suffice in the common case.
- Adapt target removal message to fit the RPM case as well.
2011-02-01 14:08:12 +01:00
Christian Kandeler
eeedd340a8
Maemo: Remove redundant code for adding "-t <target>" to mad command.
2011-02-01 14:08:12 +01:00
Christian Kandeler
14cb9f91ad
Make Meego target work.
...
- Package installation and running untested yet.
- User currently needs to adapt %files section in spec file manually.
We expect this task to be automated by the build script in the future
(see http://bugs.meego.com/show_bug.cgi?id=13148 ).
2011-02-01 14:08:12 +01:00
Christian Kandeler
3a87fdd5f1
Maemo: Move more functionality into the new target classes.
2011-01-19 11:07:14 +01:00
Christian Kandeler
f0a54abf6b
Maemo: Introduce dedicated Fremantle and Harmattan targets.
...
Task-number: QTCREATORBUG-2770
2011-01-18 15:22:12 +01:00
dt
67cfb7e078
Qt4projectManager: Refactor Qt4Target, split up in per target classes
...
Almost(*) all of the symbian and maemo specific code is now theoretically
moveable to a separate plugin. Thus making it possible to implement
new targets in a plugin.
(*) Noteable missing is the qtversion, which needs to be split up
per target too.
Also fixes
Task-Nr: QTCREATORBUG-2440
Reviewed-By: hunger
Reviewed-By: ck
2011-01-17 14:13:40 +01:00
Christian Kandeler
d2a9631206
Maemo: Fix deployment signal handling.
2011-01-17 12:07:07 +01:00
Christian Kandeler
d17abda918
Maemo: Correctly initialize device configuration for new deploy step.
2011-01-14 14:57:52 +01:00
Christian Kandeler
61cbad9612
Maemo: Introduce logic for default device configuration.
2011-01-13 15:03:58 +01:00
Christian Kandeler
164cc4ff2c
Maemo: Refactor device configurations list.
2011-01-13 15:03:58 +01:00
con
d1023c7614
It's 2011 now.
...
Reviewed-by: hjk
2011-01-12 09:46:24 +01:00
Christian Kandeler
e79f6031da
Maemo: Prepare for possibility of our deploy step disappearing.
...
Could happen e.g. when RDA is used.
2011-01-11 16:56:05 +01:00
Christian Kandeler
32c45cfc31
Toolchain: Add "sysroot" feature.
...
Reviewed-by: Tobias Hunger
2011-01-05 16:23:38 +01:00
Christian Kandeler
3cb34cf8ec
Maemo: Move MADDE environment information out of MaemoToolChain class.
...
The toolchain is not available in all places where we need the
respective information, which resulted in duplicated code.
2011-01-04 14:15:57 +01:00
con
b1bcf081d8
Merge branch '2.1'
...
Conflicts:
src/plugins/coreplugin/basemode.cpp
src/plugins/coreplugin/basemode.h
src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.cpp
src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.h
src/plugins/debugger/cdb/cdbsymbolpathlisteditor.cpp
src/plugins/debugger/debuggeragents.cpp
src/plugins/debugger/debuggeruiswitcher.cpp
src/plugins/debugger/debuggeruiswitcher.h
src/plugins/projectexplorer/buildconfigdialog.cpp
src/plugins/qmldesigner/components/propertyeditor/colorwidget.cpp
src/plugins/qmldesigner/components/propertyeditor/colorwidget.h
src/plugins/qmldesigner/designercore/include/enumeratormetainfo.h
src/plugins/qmldesigner/designercore/include/modelutilities.h
src/plugins/qmldesigner/designercore/include/nodeinstance.h
src/plugins/qmldesigner/designercore/include/propertymetainfo.h
src/plugins/qmldesigner/designercore/instances/graphicsscenenodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/graphicsscenenodeinstance.h
src/plugins/qmldesigner/designercore/instances/graphicsviewnodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/graphicswidgetnodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/graphicswidgetnodeinstance.h
src/plugins/qmldesigner/designercore/instances/nodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/qmlviewnodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/widgetnodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/widgetnodeinstance.h
src/plugins/qmldesigner/designercore/metainfo/enumeratormetainfo.cpp
src/plugins/qmldesigner/designercore/metainfo/propertymetainfo.cpp
src/plugins/qmldesigner/designercore/model/modelutilities.cpp
src/plugins/snippets/inputwidget.cpp
src/plugins/snippets/snippetscompletion.cpp
src/plugins/snippets/snippetscompletion.h
src/plugins/snippets/snippetspec.cpp
src/plugins/snippets/snippetsplugin.cpp
src/plugins/snippets/snippetswindow.cpp
src/plugins/snippets/snippetswindow.h
src/plugins/texteditor/snippetsparser.cpp
src/tools/qml/qmldom/main.cpp
tests/manual/trk/runner.cpp
tests/manual/trk/trkolddevice.cpp
tests/manual/trk/trkolddevice.h
tests/manual/trk/trkserver.cpp
2010-12-17 17:00:53 +01:00
con
04e32b0049
License headers.
2010-12-17 16:03:42 +01:00
Christian Kandeler
766e9c1e3b
Maemo: Add Qemu settings page.
...
Put it in new top-level "Maemo" category, along
with the Maemo device configurations.
Reviewed-by: kh1
2010-12-03 14:14:04 +01:00
Christian Kandeler
8a89a8bd8e
Maemo: Make SSH connection error messages a bit more helpful.
...
Task-number: QTCREATORBUG-3225
2010-11-30 10:56:45 +01:00
Christian Kandeler
9118aa8d17
Maemo: Fix return code detection of package installation step.
2010-11-05 15:07:15 +01:00
Christian Kandeler
1914d05db3
Maemo: Introduce explicit states to deploy step.
...
Probably fixed some subtle error handling bugs along the way.
Task-number: QTCREATORBUG-2705
2010-11-03 17:13:23 +01:00
Christian Kandeler
220a3d1a37
Maemo: Remove remaining barriers for concurrent debugging.
...
Pipes and mount points for debugging with on-device gdb now have
unique names.
Also give mount point for deploying via UTFS per-project file name.
Task-number: QTCREATORBUG-2702
2010-11-02 15:08:30 +01:00
Christian Kandeler
7edc45a23a
Maemo: Re-enable package installation via UTFS mount.
2010-11-02 14:27:19 +01:00
Christian Kandeler
f2d14996ad
Maemo: Add ports gatherer to deploy step.
2010-11-02 14:27:19 +01:00
Christian Kandeler
548df9385b
Maemo: Use dynamic port list.
...
Check whether the ports we need are actually available on the device.
As a side effect, this makes it possible to debug more than one
application at the same time on Maemo.
Task-number: QTCREATORBUG-2702
2010-11-02 14:27:18 +01:00
Christian Kandeler
946cce3706
Maemo: Improve clean-up behaviour on remote hosts.
...
We now remove files we have created on the device because they are
temporarily needed. This includes package files, mount points and pipes.
Task-number: QTCREATORBUG-2709
2010-10-29 11:45:36 +02:00
Christian Kandeler
fe72f7c2f9
Maemo: Have only one MaemoDeployables object per Maemo target.
...
It does not depend on any of the settings in the deploy configuration.
Task-number: QTCREATORBUG-2678
2010-10-27 10:53:57 +02:00
Christian Kandeler
e65a180706
Maemo: Always deploy via SFTP upload.
...
The UTFS stuff does not seem to be reliable enough at the moment.
Deploying is too important to take that risk.
Reviewed-by: kh1
Reviewed-by: Leena Miettinen
2010-10-11 18:14:03 +02:00
Christian Kandeler
2c35a6417a
Maemo: Fix SSH signal connections.
2010-10-06 11:16:47 +02:00
Christian Kandeler
4816893621
Maemo: Close old SFTP channel when creating a new one.
2010-10-03 10:39:42 +02:00
Christian Kandeler
891be16a51
Maemo: Fix message.
2010-09-10 13:58:19 +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
Friedemann Kleint
97e7c12e3c
Code polishing, continuing cb23999fbf
...
Add more error messages to processes run for toolchain detection.
Move Windows-specific code to dbgwinutils, remove inclusion of
<windows.h>. Fix MinGW gcc 4.5 warnings.
2010-09-09 09:58:17 +02:00
Christian Kandeler
191df5b189
Maemo: Fix sysroot copying.
2010-08-27 12:40:03 +02:00
Christian Kandeler
a437f824c4
Maemo: Display UTFS server stderr output.
...
This will help us diagnose errors.
2010-08-26 11:49:44 +02:00
Christian Kandeler
26aec74359
Maemo: Some adaptations for Harmattan.
...
Reviewed-by: kh1
2010-08-25 09:53:42 +02:00
Tobias Hunger
616a9b13f0
Enable restoring the default names of project configuration items
...
* 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
2010-08-24 16:04:51 +02:00
Christian Kandeler
ea36611425
Maemo: Sanitize deployment step.
...
- Always use remote mounts for Fremantle.
- Always use SFTP for Harmattan.
- Never use SFTP deployment for non-packaging case (and get rid of
the corresponding code).
- Fix the order of sub-steps.
Reviewed-by: kh1
2010-08-24 14:52:29 +02:00
Christian Kandeler
14d7f6b661
Maemo: Toolchain for remote mounter needs to be dynamic.
2010-08-23 17:37:27 +02:00
Christian Kandeler
6bf5f7340f
Maemo: Deploy to sysroot.
2010-08-20 12:50:10 +02:00
Christian Kandeler
23c89c6ec2
Maemo: Saner approach to remote mounting.
2010-08-19 17:04:13 +02:00
Christian Kandeler
d1f0c171e2
Maemo: Fix UTFS server readiness detection.
2010-08-17 14:54:08 +02:00
Christian Kandeler
90dea9d645
Maemo: Better reporting of SSH timeouts, additional unmount step.
2010-08-17 10:47:36 +02:00
ck
3a4baff506
Maemo: Run configuration gets device from deploy step.
2010-08-17 08:47:13 +02:00
ck
b639a6e7c3
Maemo: Give display names to packaging and deploy steps.
2010-08-16 12:41:29 +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
qt-info@nokia.com
54ecf82208
Maemo: Cache SSH connection in deployment step.
2010-08-12 19:25:15 +02:00
qt-info@nokia.com
724ecfcafb
Maemo: Make deploy mount port user-settable.
2010-08-12 19:25:15 +02:00
ck
1ff13868dc
Maemo: Add deployment via remote mount.
...
Only tested on Linux, #ifdef'ed for now.
2010-08-11 16:50:05 +02:00
ck
cbf31293cb
Maemo: Adapt to new deploy configuration approach.
...
Reviewed-by: Tobias Hunger
2010-08-02 16:01:53 +02:00