- 08 Jun, 2011 1 commit
-
-
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>
-
- 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>
-
- 01 Jun, 2011 3 commits
-
-
Christian Kandeler authored
Change-Id: I14fc86bac1dd433860093a34215f101cd8e99c85 Reviewed-on: http://codereview.qt.nokia.com/296 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Christian Kandeler authored
Change-Id: I08c89794ccc37d89f78e737e360016015314a6e0 Reviewed-on: http://codereview.qt.nokia.com/295 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Christian Kandeler authored
Until now, the widget had some of the knowledge and passed it on to the run configuration. Now the flow of information is strictly the other way around. Change-Id: I7489910d8c48ad8aa63921ec861e429ea0d2949f Reviewed-on: http://codereview.qt.nokia.com/294 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 31 May, 2011 3 commits
-
-
Christian Kandeler authored
The way the analyzer plugin runs applications is a complete mess. While it may make sense conceptually to let the respective plugin handle the messy details (as it is done for the debug mode), the current analyzer approach is not designed for that. Change-Id: I00f0fdda823c45760d5591d0481d2b293c38dc89 Reviewed-on: http://codereview.qt.nokia.com/270 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Christian Kandeler authored
Also remove unused function. Change-Id: If3c1d7b61bb44bf8f40cf9443fe5bc93b2a9dc14 Reviewed-on: http://codereview.qt.nokia.com/268 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
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>
-
- 30 May, 2011 1 commit
-
-
Christian Kandeler authored
We move some checks over from the factory's canRun() method. A a result, the disabled "run" button will show a more informative tool tip. Change-Id: I88e92c9221907ccfdc296fe13b8e8788cec865c2 Reviewed-on: http://codereview.qt.nokia.com/241 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 27 May, 2011 2 commits
-
-
dt_ authored
Not used yet Change-Id: I76b3b81282dea4bca97eaf64e297154a20cf2096 Reviewed-on: http://codereview.qt.nokia.com/190 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
dt_ authored
Noone used it anyway, makes the code easier to refactor later. Change-Id: I367c3f15ec5034740760dfe1becd3063b2e19dc1 Reviewed-on: http://codereview.qt.nokia.com/187 Reviewed-by:
Christian Kandeler <christian.kandeler@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>
-
- 16 May, 2011 1 commit
-
-
Christian Kandeler authored
We can now deploy and remotely run/debug any Linux target.
-
- 12 May, 2011 1 commit
-
-
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 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 26 Apr, 2011 2 commits
-
-
Christian Kandeler authored
-
con authored
-
- 21 Apr, 2011 3 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.
-
Christian Kandeler authored
They haven't been maintained for a while now, so no need to try to support them.
-
- 13 Apr, 2011 2 commits
-
-
hjk authored
-
Tobias Hunger authored
Use the debugger set up by the Qt SDK instead of the one shipped with Maemo/Meego. Task-number: QTCREATORBUG-4299 Reviewed-by: Christian Kandeler
-
- 07 Apr, 2011 2 commits
-
-
Christian Kandeler authored
-
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.
-
- 24 Feb, 2011 1 commit
-
-
Kai Koehne authored
Avoid confusion with other debugging helpers.
-
- 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
-
- 15 Feb, 2011 1 commit
-
-
Christian Kandeler authored
-
- 09 Feb, 2011 2 commits
-
-
Christian Kandeler authored
-
Christian Kandeler authored
-
- 01 Feb, 2011 1 commit
-
-
Christian Kandeler authored
- 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.
-
- 19 Jan, 2011 1 commit
-
-
Christian Kandeler authored
-
- 18 Jan, 2011 1 commit
-
-
Christian Kandeler authored
Task-number: QTCREATORBUG-2770
-
- 17 Jan, 2011 1 commit
-
-
dt authored
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
-
- 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.
-
- 05 Jan, 2011 1 commit
-
-
Christian Kandeler authored
Reviewed-by: Tobias Hunger
-