Commit Graph

22 Commits

Author SHA1 Message Date
Christian Kandeler
da115606fa Maemo: Allow adding an application launcher icon via the GUI.
Reviewed-by: kh1
2010-11-25 17:59:15 +01:00
Christian Kandeler
dbd3965241 Maemo: Remove additional parsing step.
Instead, utilize the newly added INSTALLS information of Qt4ProFileNode.

Task-number: QTCREATORBUG-2679
2010-10-28 09:25:18 +02:00
Christian Kandeler
62d5cae082 Maemo: Implement on-demand adding of desktop files.
Task-number: QTCREATORBUG-2704
2010-10-25 15:23:19 +02:00
Christian Kandeler
ee53546d8e Maemo: Allow user to add target.path if project does not have it.
Task-number: QTCREATORBUG-2704
2010-10-22 13:29:38 +02:00
Christian Kandeler
fee3802e15 Maemo: Show native separators in deployment view.
Reviewed-by: kh1
2010-10-14 14:06:54 +02:00
Christian Kandeler
9b4d72ad64 Maemo: Fix possible crash due to removed project file node.
We must not save a Qt4ProFileNode in our MaemoDeployableListModel,
since it might no longer exist when we use it again.

Reviewed-by: kh1
2010-10-11 16:45:24 +02:00
Christian Kandeler
d23afc8e61 Maemo: Don't create desktop files, ask before updating project files.
Also don't waste performance by repeatedly reacting to the same
project file change.
This is relevant for bigger projects to which a Maemo target might
have been added by mistake.

Task-number: QTCREATORBUG-2647
Reviewed-by: kh1
2010-10-11 15:43:00 +02:00
Christian Kandeler
c5e743e6c9 Maemo: Bugfix: Use TargetInformation::workingDir in all cases.
We currently use buildDir in one place and workingDir in another,
which breaks projects that have DESTDIR set.

Reviewed-by: Tobias Hunger
2010-10-08 15:38:38 +02:00
Christian Kandeler
ff7ef5edda Maemo: Get rid of maemo6 reference, fix deploy paths. 2010-09-09 10:37:42 +02:00
Christian Kandeler
aef9d15eba Maemo: Silence incompetent compiler. 2010-09-08 17:54:02 +02:00
Christian Kandeler
6bbc55369a Maemo: Adapt to OVI store requirements.
Reviewed-by: kh1
2010-08-23 17:37:27 +02:00
Christian Kandeler
4220fade22 Maemo: Change default deploy directory prefix.
Also set build directory for profile reader.
2010-08-19 14:40:41 +02:00
ck
3d6f264290 Maemo: Add newline before appending to project file.
Otherwise, if the project file does not already end in a newline,
we'd introduce syntax errors.
2010-08-16 17:08:48 +02:00
ck
6878198a23 Maemo: Clean up the local executable path some more.
Needed for constructs such as "TARGET=../xxx".
2010-08-09 16:43:48 +02:00
ck
e7a8cad1ea Maemo: Expand wildcards for deployment information.
Reviewed-by: kh1
2010-08-06 17:32:14 +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
11d0951924 Maemo: Fix ProFileOption settings, write INSTALLS in maemo scope.
Task-number: QTCREATORBUG-1951
Reviewed-by: kh1
2010-07-27 17:28:23 +02:00
ck
fc17ac2f9e Maemo: Make deployables widget read-only.
We don't have the API to sensibly support writing tot he project file.

Reviewed-by: kh1
2010-07-08 13:53:04 +02:00
ck
9d7fc860bf Maemo: Add watcher for project files.
Reviewed-by: kh1
2010-07-08 12:19:02 +02:00
ck
68beb601f3 Maemo: Use qmake configuration from sysroot.
Also allow absolute file paths for deployables.

Reviewed-by: kh1
2010-07-07 16:50:19 +02:00
ck
608fcf3123 Maemo: Correctly deploy subdirs projects.
Task-number: QTCREATORBUG-1614, QTCREATORBUG-1810
Reviewed-by: kh1
2010-07-07 14:51:46 +02:00
ck
f43095ceaf Maemo: Prepare infrastructure for proper subdirs support.
No difference in functionality yet.

Reviewed-by: kh1
2010-07-06 12:06:03 +02:00