- 05 Apr, 2013 2 commits
-
-
Tobias Hunger authored
Change-Id: I30c92dd5082eed050c2796a014919788710baafa Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: I7fbb82dc3ff83593473a57c69d0eb89bc33f50f5 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 28 Mar, 2013 1 commit
-
-
Christian Kandeler authored
Only check whether we are generally responsible for the given type of run configuration. Delay the other checks to a point where we can give a meaningful error message to the user. Task-number: QTCREATORBUG-6330 Change-Id: I9c8419da7780ebe17ff853bcae3de14b9cb66b71 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 19 Mar, 2013 1 commit
-
-
hjk authored
Change-Id: Iae3db1f7b80cbf3b53640a1af1e6fa98702857f9 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 29 Jan, 2013 1 commit
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 05 Oct, 2012 1 commit
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 05 Sep, 2012 1 commit
-
-
Daniel Teske authored
And add a few helpful error messages Task-number: QTCREATORBUG-7826 Change-Id: Ia9f9fa476cecf2cff198bc460408bc062e119338 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 04 Sep, 2012 1 commit
-
-
Tobias Hunger authored
* Rename profiles to kits. * Update some strings: * projects mode has a Kits tab, not a Targets tab. * " Settings" was dropped from the sub-tabs of the Kits tab * menu entry "Build/Open Build/Run Target Selector" was renamed to "Build/Open Build and Run Kits Selector". * Use "Kit" instead of "Target" in miniprojecttargetselector. (The class was not renamed as it does indeed select targets, not kits) Change-Id: I0727e086e2dfa0e8aaaf89fdc6f2e3596c7a4314 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 24 Aug, 2012 1 commit
-
-
Christian Kandeler authored
Instead use the newly added abstractions from ProjectExplorer. This makes the plugin qmake-independent in principle; any build system can be used as long as the respective QtCreator plugin provides a way to set up the required deployment information. As a side effect of this patch, two features are lost: (1) The ability to add a remote directory automatically for a RemoteLinux based target. This was rarely ever useful, because any non- trivial project requires more files to be deployed than just one binary. (2) The ability to add Desktop files and icons for Fremantle and Harmattan projects. Similar points as above apply here as well; such projects should be set up via QtCreator's wizards or manually by users who know what they are doing. Change-Id: I2d7e621256f01143aafe3b191b04a120f053e672 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 15 Aug, 2012 1 commit
-
-
Christian Kandeler authored
- Enable remote mounts in run-only mode. - Fix state machine of remote mounter. - Suppress mount-related output for Harmattan projects. - Do not use the df command's -P option, because Fremantle's busybox does not understand it. Change-Id: I8d8c96a67896238eb8a57a4dc3aedacd41ed7ab9 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 06 Aug, 2012 1 commit
-
-
hjk authored
Change-Id: I2e7d81a4efb75877901d29964df4f71314e951b4 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 01 Aug, 2012 2 commits
-
-
Christian Kandeler authored
Platform is dead, no known users, not tested in ages (and no resources to do so). Change-Id: I6f4f913d9379010a3d4abc2728d9ab4425a32bc3 Reviewed-by:
Robin Burchell <robin+qt@viroteck.net> Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kandeler authored
This class aims to be a flexible worker class for SSH-based run controls. It supersedes AbstractRemoteLinuxApplicationRunner as well as all of its derived classes, while having no RemoteLinux dependencies itself. Change-Id: If24f03a32126b36fc3d0b253a1615ad0af5f2b46 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 19 Jul, 2012 1 commit
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 21 Jun, 2012 1 commit
-
-
Tobias Hunger authored
Introduce Profiles to store sets of values that describe a system/device. These profiles are held by a target, getting rid of much of the information stored in the Build-/Run-/DeployConfigurations, greatly simplifying those. This is a squash of the wip/profile branch which has been on gerrit for a while, rebased to current master. Change-Id: I25956c8dd4d1962b2134bfaa8a8076ae3909460f Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 19 Jun, 2012 1 commit
-
-
hjk authored
Most derived classes used essentially identical 'return 0;' implementations. Use a base class implementation doing that instead. Change-Id: I99727ac2230a5d9f168b4b0eb5927f8efff44e64 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 13 Jun, 2012 1 commit
-
-
hjk authored
Change-Id: I52c86844a42de6929d5c778afc5b2144cc48d249 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 25 Apr, 2012 2 commits
-
-
Tobias Hunger authored
Fix warnings on windows about overwriting virtual functions Change-Id: I83e0262627faa4ce23624678de1b69f30624dc6a Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Tobias Hunger authored
Use Core::Id for all the project related objects in favor of plain QStrings. Change-Id: I790ab40cb29899efdb49c413a77609486f52e683 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 26 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 11 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: Ia906944a489b09afdea59f74afbf759b4caebe37 Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 03 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 22 Sep, 2011 1 commit
-
-
Christian Kandeler authored
The new plugin contains everything specific to Maemo and MeeGo as supported by the MADDE framework. This leaves the RemoteLinux plugin with abstract base classes and generic implementations. Change-Id: I6068caa758214cf26a27fe9893e0817b7834b580 Reviewed-on: http://codereview.qt-project.org/5230Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 02 Aug, 2011 1 commit
-
-
Christian Kandeler authored
Change-Id: Id92eb156b027a4986788141845170105b3b1d9e5 Reviewed-on: http://codereview.qt.nokia.com/2507Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 28 Jun, 2011 1 commit
-
-
Kai Koehne authored
Allow QmlProfiler to manipulate run configuration arguments and accessing the runner. Also, fix logic in Factory::canClone() to handle Run Configurations without the ".profilepath" suffix in the id. Change-Id: I848f9e3620fa5c3a78d398a6d929bcf7813140dd Reviewed-on: http://codereview.qt.nokia.com/783Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 21 Jun, 2011 2 commits
-
-
Christian Kandeler authored
Change-Id: Idf6b0500e390cda50c1686c9a5b7fff4f6b19e94 Reviewed-on: http://codereview.qt.nokia.com/542Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Christian Kandeler authored
Change-Id: Ic2bd036b54fcc4af174d4f6d26b9640073ea6013 Reviewed-on: http://codereview.qt.nokia.com/541Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 20 Jun, 2011 1 commit
-
-
Christian Kandeler authored
- Make key deployment a device type dependent action. - Split up monolithic device configuration wizard. - Split up run configurations, run controls and the associated factories. Change-Id: Ib2ef9d405e6b7eaae89fc27c56e3c327829a88f7 Reviewed-on: http://codereview.qt.nokia.com/486Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 31 May, 2011 2 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/270Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@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/266Reviewed-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/241Reviewed-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/106Reviewed-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.
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 26 Apr, 2011 1 commit
-
-
Christian Kandeler authored
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 04 Apr, 2011 1 commit
-
-
Mike McQuaid authored
Merge-request: 284 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- 28 Feb, 2011 1 commit
-
-
Milian Wolff authored
To achieve this there are two methods in IRunControlFactory you need to implement: 1) createRunConfigurationAspect returns a IRunConfigurationAspect which stores the settings specific to your plugin. 2) createConfigurationWidget returns a RunConfigWidget that will be shown in the project settings Merge-request: 258 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- 19 Jan, 2011 1 commit
-
-
Christian Kandeler authored
-
- 18 Jan, 2011 1 commit
-
-
Christian Kandeler authored
Task-number: QTCREATORBUG-2770
-