| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
No change in functionality for now. More support for generic remote
Linux support is planned to be added.
The changes in decreasing order of magnitude:
1) Move contents of qt4projectmanager/qt-maemo to new "RemoteLinux" plugin.
2) Make some classes in qt4nodes public for now. More decoupling
in that area will follow.
3) Fix some minor problems uncovered by the move.
Change-Id: I51d0c7977c10019eb6080cd6620bc28ecebad3c4
Reviewed-on: http://codereview.qt.nokia.com/106
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
|
|
|
|
| |
Change-Id: I1a34cb51f73af9779d6bdb07324d5dadcb5585b3
|
|
|
|
|
|
|
|
|
|
| |
Also adjust qmldumptool to remove the dependency on qt4project/qmlproject, by
passing in the qtversion instead of figuring it out in qmldumptool.
Change-Id: Ie6ac582d36bfef290313c0716b33b62fcf42630c
Reviewed-on: http://codereview.qt.nokia.com/70
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
So far, we desperately tried not to duplicate the desktop file,
resorting to all kinds of "clever" heuristics in the process.
This is, however, somewhat limiting and confusing to users,
because we do magic stuff behind their backs.
So it seems better to "give up" and use two desktop files.
Change-Id: Idf969eb3ad365f080e5a9c1608149ea6de629d5c
Reviewed-on: http://codereview.qt.nokia.com/31
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
|
|
|
|
|
|
|
|
|
| |
There could potentially be types other than GenericLinux that
don't use dpkg or rpm.
Change-Id: I62a03aa1f532a4f589be8e43e07410beb1370cb2
Reviewed-on: http://codereview.qt.nokia.com/26
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
|
|
|
|
|
|
|
|
|
|
| |
Had been broken by 45c9cf7a1298feed925d18596c30ac9c6cd1dac5 ff.
This change uses the FileManager and thereby also improves interaction
with external editors that change the inode (e.g. emacs).
Change-Id: I6d889d435931eb0199de93610bea643e50e9f025
Reviewed-on: http://codereview.qt.nokia.com/24
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
|
|
|
|
|
|
| |
Change-Id: I864cf2a82af538a7b8e41b8117546cb7710481c7
Reviewed-on: http://codereview.qt.nokia.com/10
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
|
|
|
|
|
|
|
|
|
| |
This allows people to do external changes to their files without
Creator overwriting them.
Change-Id: I71fc7cf6dabb9a61762992b8c01f971f563e17ab
Reviewed-on: http://codereview.qt.nokia.com/12
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
|
|
|
|
|
|
|
|
| |
Treat invalid Qt versions as not registered at all. This stops
creator from looking for a toolchain which is not there as the qmake
path is wrong.
Change-Id: I49a2a74a466d20c4cd1c8f4f72d8dbbbcefc9559
|
|
|
|
| |
We can now deploy and remotely run/debug any Linux target.
|
|
|
|
| |
... in the config test dialog.
|
|
|
|
| |
We now also take libmylib.so.x.y.z etc. into account.
|
|
|
|
|
|
|
|
| |
Make the toolchains report their mkspec files and use the mkspec of the
toolchain if it does provide one. Fall back to the Qt version's mkspec
otherwise.
Task-number: QTCREATORBUG-4396
|
|
|
|
|
| |
SSH connection must be acquired on every start operation
instead of just once.
|
|
|
|
| |
Task-Nr: QTCREATORBUG-4880
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Split up target specific code into subclasses. Also change
Qt4BuildConfiguration to allow a null qtversion.
Remove code that relied on always having a qt version.
Also make it possible to remove all qt versions.
Completly change the qt in path autodetection to be only
a fall back if no configuration was found.
Note: For now the old settings are not removed, as such 2.2 and master
can coexist.
Reviewed-By: hunger
|
|
|
|
| |
For better compatibility with the OpenSSH client.
|
| |
|
|
|
|
| |
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
|
|
|
|
|
|
|
| |
Remove class that does something similar.
Reviewed-by: Christian Kandeler
Change-Id: I7acfa119cf18d96c22d1873a464b1c004c78e132
|
|
|
|
|
| |
Those classes are needed to implement a custom Qt4BaseTarget derived
class.
|
| |
|
|
|
|
|
|
|
| |
If there are no packaging files for whatever reason, we try to
access the first element of an empty list.
Reviewed-by: dt
|
|
|
|
|
| |
Merge-request: 322
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
|
|
|
|
| |
Task-number: https://projects.maemo.org/bugzilla/show_bug.cgi?id=250237
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Conflicts:
src/plugins/projectexplorer/gcctoolchain.cpp
src/plugins/projectexplorer/target.cpp
src/plugins/qt4projectmanager/qt-s60/qt4symbiantargetfactory.cpp
|
| |
| |
| |
| |
| | |
It's completely broken for the remote case in both pure QML and
mixed mode.
|
| |
| |
| |
| | |
Pointer was left dangling when a deploy configuration was removed.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
This will make it possible for a MaemoRunConfiguration to work
with deploy steps that do not use Utils::SshConnection, but still
want to make use of our device configurations.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Also move freePorts() method from AbstractMaemoDeployStep
to MaemoGlobal.
|
| |
| |
| |
| |
| | |
They haven't been maintained for a while now, so no need to
try to support them.
|
| |
| |
| |
| |
| | |
This was left over from the time where there was only one kind
Target class for all Maemo-like target types.
|
| |
| |
| |
| | |
Some content was written into the wrong files.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
External functions need to access the real device config,
internal ones need the cached one during deployment.
Task-number: QTCREATORBUG-4514
|
| | |
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| | |
According to the Harmattan people, support for them has been dropped
and they are afraid users could get confused.
|
| | |
|
| | |
|
| | |
|