- 08 Jun, 2011 2 commits
-
-
Christian Kandeler authored
It does not seem to be necessary anymore, Harmattan does not support it, and it was a hack in the first place. Change-Id: I393fda9dbc45a9da5d270df3cfd0b90dbbfbdf2e Reviewed-on: http://codereview.qt.nokia.com/386 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Christian Kandeler authored
Change-Id: If040c5c3b399a37c01d77fab6c16820466b4dc34 Reviewed-on: http://codereview.qt.nokia.com/373 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 07 Jun, 2011 1 commit
-
-
Christian Kandeler authored
Other plugins are expected to build on the RemoteLinux infrastructure in the future, providing OS types of their own. A string-based identifier is much better suited for that than the currently used enum approach. Change-Id: I702a1ed7628d908d9c68ae0910ad1a6f1b92786f Reviewed-on: http://codereview.qt.nokia.com/357 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 31 May, 2011 1 commit
-
-
Christian Kandeler authored
This is needed in the short term to reverse the direction of the dependency between this plugin and the analyzer. It is expected that there'll be more users in the future. Change-Id: I9603e8dfa70e442394ba5e8671c6353b65c46374 Reviewed-on: http://codereview.qt.nokia.com/266 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 26 May, 2011 1 commit
-
-
Christian Kandeler authored
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>
-
- 24 May, 2011 1 commit
-
-
dt authored
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>
-
- 19 May, 2011 1 commit
-
-
Christian Kandeler authored
Had been broken by 45c9cf7a 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>
-
- 16 May, 2011 1 commit
-
-
Christian Kandeler authored
We can now deploy and remotely run/debug any Linux target.
-
- 12 May, 2011 2 commits
-
-
dt authored
Task-Nr: QTCREATORBUG-4880
-
dt authored
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
-
- 06 May, 2011 2 commits
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
Tobias Hunger authored
Remove class that does something similar. Reviewed-by: Christian Kandeler Change-Id: I7acfa119cf18d96c22d1873a464b1c004c78e132
-
- 29 Apr, 2011 1 commit
-
-
Christian Kandeler authored
Task-number: https://projects.maemo.org/bugzilla/show_bug.cgi?id=250237
-
- 26 Apr, 2011 1 commit
-
-
Christian Kandeler authored
-
- 21 Apr, 2011 2 commits
-
-
Christian Kandeler authored
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.
-
Christian Kandeler authored
Also move freePorts() method from AbstractMaemoDeployStep to MaemoGlobal.
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 07 Apr, 2011 2 commits
-
-
Christian Kandeler authored
-
Christian Kandeler authored
-
- 05 Apr, 2011 1 commit
-
-
Christian Kandeler authored
-
- 01 Apr, 2011 1 commit
-
-
Christian Kandeler authored
-
- 31 Mar, 2011 1 commit
-
-
Christian Kandeler authored
-
- 09 Mar, 2011 1 commit
-
-
Christian Kandeler authored
This includes: - decoupling deploy configurations from targets (Reviewed-by: dt) - adding a "Generic Linux" device type - splitting up the Maemo deployment step into small pieces that can be combined in different ways (and much more easily maintained) - adding a new version handler for pro.user files (Reviewed-by: Tobias Hunger) Also: - Add and use an SSH manager class for easier connection sharing. - Make the SSH connection parameters a fixed attribute of the connection.
-
- 21 Feb, 2011 1 commit
-
-
Tobias Hunger authored
Refactor ToolChains in Qt Creator: * Allow for several toolchains of the same type * Be smarter wrt. guessing what kind of output a toolchain produces. This allows us to eventually handle e.g. embedded linux setups way better than before. * Be smarter wrt. guessing what kind of environment a Qt version needs. * Improve auto-detection of toolchains a bit * Decide on which debugger to use based on the kind of output produced by the compiler. * Add options page to configure toolchains * Remove toolchain related options from the Qt version dialog Reviewed-by: dt
-
- 14 Feb, 2011 1 commit
-
-
Milian Wolff authored
Merge-request: 253 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- 04 Feb, 2011 1 commit
-
-
Christian Kandeler authored
-
- 03 Feb, 2011 1 commit
-
-
Christian Kandeler authored
-
- 01 Feb, 2011 2 commits
-
-
Christian Kandeler authored
-
Christian Kandeler authored
- 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).
-
- 19 Jan, 2011 3 commits
-
-
Friedemann Kleint authored
-
Christian Kandeler authored
-
Christian Kandeler authored
-
- 13 Jan, 2011 1 commit
-
-
Christian Kandeler authored
-
- 12 Jan, 2011 2 commits
- 11 Jan, 2011 1 commit
-
-
Christian Kandeler authored
Could happen e.g. when RDA is used.
-
- 10 Jan, 2011 1 commit
-
-
Christian Kandeler authored
-
- 04 Jan, 2011 1 commit
-
-
Christian Kandeler authored
The toolchain is not available in all places where we need the respective information, which resulted in duplicated code.
-
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 30 Nov, 2010 1 commit
-
-
Christian Kandeler authored
-