- 06 Sep, 2012 1 commit
-
-
Tobias Nätterlund authored
When the first attempt to run an application on the BlackBerry device failed, e.g. due to not being able to connect to the device, the Play button remained disabled, so any subsequent attempts to run the application was not possible. Change-Id: I2b9778f7b936e06b2594d2485d7e5575cddbba14 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 05 Sep, 2012 2 commits
-
-
Tobias Nätterlund authored
Change-Id: Ic3059a0dd128bc66495f3288bbf1982f81d023d6 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
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>
-
- 30 Aug, 2012 1 commit
-
-
Tobias Nätterlund authored
The path to the BAR package in the run configuration did not react to changes in the deploy configuration. Change-Id: I5eabbf600a3c0704ff4049edeceee67644c615df Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 27 Aug, 2012 1 commit
-
-
Tobias Nätterlund authored
Change-Id: I6f060880db7b9360b3d9c548f42cee46468eb4ab Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 24 Aug, 2012 1 commit
-
-
Tobias Nätterlund authored
Change-Id: I03c9b3094b156e76e9f6bfaffed41585df68b38c Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 20 Aug, 2012 1 commit
-
-
Friedemann Kleint authored
Reshuffle the pluginspec file such that the XSL transformation generates a valid file. Change-Id: I006eecf1efbb45a10c6dc414cb1d1b278b2cce5a 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>
-
- 03 Aug, 2012 1 commit
-
-
Christian Kandeler authored
With the process list model being publicly available from the IDevice interface, there's no longer a need to force all subclasses to create the dialog themselves via opaque handles. Since clients can now check whether a device offers a process list, the base process list model has been made abstract. Change-Id: If4a0aa68a95b221862c287ad8397ebabe9be5909 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 02 Aug, 2012 1 commit
-
-
Christian Kandeler authored
These are for configuration of process and ports gathering activities, respectively. This couples related functionality more tightly, while keeping the number of IDevice methods at a reasonable level. For ports gathering, the patch also adds the ability to configure both the command and the parsing function; the latter used to be hardcoded in the PortsGatherer class. Change-Id: I1b8940397a51efa7ddc05dd15cf861777d118c1a Reviewed-by:
hjk <qthjk@ovi.com>
-
- 01 Aug, 2012 3 commits
-
-
Friedemann Kleint authored
- Fix typos and various capitalization errors. - Fix wrong placeholders. - Remove QCoreApplication::tr(). - Fix androidpackagecreationwidget.ui, remove translation from combo and clean up some HTML markup. Change-Id: I51bcdad90c770c0f861a9d17e92b9c9222c6e8bf Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
hjk authored
Change-Id: I7e8a99d3339d2040a23e4e78816b13b57197dcdb Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.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>
-
- 31 Jul, 2012 2 commits
-
-
hjk authored
Change-Id: Ic382437bb99fe1b6bda9b1252e286cb3b9476191 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
hjk authored
Change-Id: Iafd7f109de3076375e667aff0c429405cef07b55 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 27 Jul, 2012 1 commit
-
-
Friedemann Kleint authored
- ProjectExplorer::Profile should appear as 'Target' in the UI. - Fix messagebox title capitalization - Fix Q_DECLARE_TR_FUNCTIONS to contain fully qualified class names, add where applicable to replace QCoreApplication::translate(). - Introduce message utility function for the commonly used 'No tool chain set up for this profile' message to ToolChainProfileInformation. - Introduce message utility functions related to adding files to version control to VcsManager to be shared by QmlJsEditor. - Fix typos. - Remove QObject::tr(), QCoreApplication::tr(). - Do not translate diagnostic console warnings of QmlProfiler. Change-Id: I6cee717a504796ef39f6eae58f552c5c8630adf3 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 26 Jul, 2012 2 commits
-
-
Robert Loehning authored
Change-Id: Ieb95bd04026d4a8ba824e6355031954332654e99 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
More Profile use, less dependency on QtSupport, Derive qtVersionId from profile instead of qt build configuration. Replace qt4BuildConfiguration with buildConfiguration. Use IDevice base class in AbstractRemoteLinuxApplicationRunner and in other places. Simplify remote linux runconfiguration Change-Id: I6414d3d8146d16c360b3a0465c57a052ea71f899 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 25 Jul, 2012 1 commit
-
-
hjk authored
Change-Id: I105aa0433530abb4e9f53de19c0846281ccda0cf Reviewed-by:
hjk <qthjk@ovi.com>
-
- 16 Jul, 2012 1 commit
-
-
Friedemann Kleint authored
Change-Id: I44e34b62d16e824939b75d02738f58fd8e3380a7 Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 13 Jul, 2012 2 commits
-
-
Daniel Molkentin authored
It will still be built to ensure inclusion in the QA process and to avoid build breakage, but will not be loaded by default. Change-Id: I9b5253d6f1b1174f8c4226febaa3559dc9bd60d5 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Nätterlund authored
This plugin adds support for cross-compiling, deploying, running and debugging on a PlayBook or QNX Neutrino device. Change-Id: I0da7ccee40bd7ce4c0d6bdc6884d48ef23167dac Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-