- Mar 28, 2014
-
-
Robert Loehning authored
Change-Id: Ifec1a3200786f88e21feab57c4b8eac436c3f174 Reviewed-by:
Mehdi Fekari <mfekari@blackberry.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
- Mar 14, 2014
-
-
Friedemann Kleint authored
Change-Id: I2a3aadeaebca04ebacc7f199fb953098113c92b8 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Frantisek Vacek authored
We cannot set -qmljsdebugger arg in bar-descriptor.xml file since it can be done in DeployStep only. QTC architecture do not allows this. Current approach modifies already deployed MANIFEST.MF on the device. This patch has nothing to do with QML analyzer for pure QNX, it's purely for BlackBerry. Task-number: QTCREATORBUG-10520 Change-Id: I89e83c6ff70a7a35344ff7e3fe573fc19e797ccb Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Mar 13, 2014
-
-
El Mehdi Fekari authored
Those changes were missing in the commit introducing the check... Change-Id: I7c2977b255063235a8f81c488c200c9b93b36482 Reviewed-by:
Fanda Vacek <fvacek@blackberry.com> Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- Mar 06, 2014
-
-
El Mehdi Fekari authored
This cannot be done in the "check device" deploy step since the deploy configuration does not know which run mode will be used, which is mandatory since this check is only required with debug mode. Task-number: QTCREATORBUG-11513 Change-Id: I0356f792a8f08e5521a80675b60c64b337cabafb Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Mar 05, 2014
-
-
Tobias Hunger authored
This patch breaks the build and I do not see a trivial fix. This reverts commit 83ad1724. Change-Id: I86823414ae0252b7a2031cebc30f635097f38332 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Mehdi Fekari authored
This cannot be done in the "check device" deploy step since the deploy configuration does not know which run mode will be used, which is mandatory since this check is only required with debug mode. Task-number: QTCREATORBUG-11513 Change-Id: I25121cf61afcf947c3873a6d2767877892ab4afc Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
Tobias Nätterlund authored
The -debugNative parameter should only be passed to blackberry-deploy when C++ debugging is enabled. Task-number: QTCREATORBUG-11460 Change-Id: I3dba64bb57211f1c6d6b972e8afe5fa77451fb7c Reviewed-by:
Mehdi Fekari <mfekari@blackberry.com> Reviewed-by:
Fanda Vacek <fvacek@blackberry.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- Jan 08, 2014
-
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- Oct 29, 2013
-
-
hjk authored
This finally renames the plugin itself. Change-Id: Ibdf4f4b4e9776c2fdc809e0127f3e1310de44bd1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Oct 24, 2013
-
-
El Mehdi Fekari authored
Move the device connection verification code from BlackBerryRunControl class into BlackBerryApplicaitonRunner class. This will setup a device connection if the device is not connected when starting debugger. Task-number: QTCREATORBUG-10309 Change-Id: I57db0e60039bb05f8467e925e71cf710a0712791 Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com>
-
- Oct 16, 2013
-
-
hjk authored
Change-Id: I5e173900a4008c72c67a30eaa9c101027c1b43af Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
El Mehdi Fekari authored
Change-Id: I10e5f7b4c9d0d527f8df34aa425a2a0bdaac5243 Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- Sep 06, 2013
-
-
Mehdi Fekari authored
This patch refactors the BlackBerryApplicationRunner class and instantiates two log processes using slog2info and tail commands. The latter is used to get error logs if the application fails to launch. Slog2info display logs only when the app is correctly launched. If the app failed to launch (failed to load shared libraries... etc) the error logs are then written in /accounts/.../appData/logs/log. Change-Id: Ie2804ba7a3f67e40ece1e6973cfbcb2ee11ae0b0 Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- Jun 20, 2013
-
-
Christian Kandeler authored
There is now at least one Linux distribution (openSUSE 12.3) that disables the "password" authentication method in its default sshd_config, while others allow it, but disable "keyboard-interactive". This patch tackles the problem as follows: 1) Implement RFC 4256 ("keyboard-interactive") and make this method available in the API. 2) In addition, the API offers to try both password-based methods one after the other, until one has succeeded or all have failed. 3) Dialogs continue to offer just the choice between "Password" and "Key", as to not confuse users. Internally, "Password" uses the feature described in 2). Task-number: QTCREATORBUG-9568 Change-Id: Ic81bd5d2dc4b1332ea1a8be938c19811c21a9087 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- Jun 03, 2013
-
-
El Mehdi Fekari authored
If the logs contain a '\n' the message parts in the new lines are not displayed. The new line messages are displayed with no buffer details and are ignored when the parsing is processed. Cherry-picked: a7fa0dd4 Change-Id: I0e174dd5283a64c4e9b0434c06dd417f1be2c810 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- May 31, 2013
-
-
El Mehdi Fekari authored
If the logs contain a '\n' the message parts in the new lines are not displayed. The new line messages are displayed with no buffer details and are ignored when the parsing is processed. Change-Id: I0e174dd5283a64c4e9b0434c06dd417f1be2c810 Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- Apr 29, 2013
-
-
Tobias Nätterlund authored
This moves the parsing of the output from all blackberry-* processes used in the deploy steps, and when launching the application on the device, to a separate class. Errors and warnings coming from those processes will have issues added to the Issues tab. Change-Id: I455b26d77301bdfe93ece2c8470526ed174a50ed Reviewed-by:
Mehdi Fekari <mfekari@blackberry.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- Mar 25, 2013
-
-
Tobias Nätterlund authored
This adds a new deploy step (BlackBerryCheckDevModeStep), which checks for Development Mode being set on the device. If not set, the deployment stops early on in the process. Without this step, the deployment would not fail until after uploading the package. Moved blackberry-deploy into a constant, as it's used in multiple places by now. Change-Id: I813754108fb4be281e752b12ac56d4f0b302077d Reviewed-by:
Mehdi Fekari <mfekari@rim.com> Reviewed-by:
Rafael Roquetto <rafael.roquetto@kdab.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- Mar 08, 2013
-
-
Tobias Nätterlund authored
Change-Id: I477d44cc83beb017b12deb9dfb81b3be386ea4e0 Reviewed-by:
Mehdi Fekari <mfekari@rim.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- Feb 13, 2013
-
-
Change-Id: I2608897ff250519cdba685df9075b07fb48de491 Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- Jan 30, 2013
-
-
For some reasons this was not merged properly into master Change-Id: I634c9ecde6de27aec1531371fd2d9f7535177595 Reviewed-by:
Fabian Bumberger <fbumberger@rim.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- Jan 29, 2013
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- Jan 28, 2013
-
-
Mehdi Fekari authored
Change-Id: I6841638341f80e2f13d14cc49190652be2bf82a0 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- Jan 08, 2013
-
-
Orgad Shaneh authored
#!/usr/bin/env ruby Dir.glob('**/*.cpp') { |file| # skip ast (excluding paste, astpath, and canv'ast'imer) next if file =~ /ast[^eip]|keywords\.|qualifiers|preprocessor|names.cpp/i s = File.read(file) next if s.include?('qlalr') orig = s.dup s.gsub!(/\n *if [^\n]*{\n[^\n]*\n\s+}(\s+else if [^\n]* {\n[^\n]*\n\s+})*(\s+else {\n[^\n]*\n\s+})?\n/m) { |m| res = $& if res =~ /^\s*(\/\/|[A-Z_]{3,})/ # C++ comment or macro (Q_UNUSED, SDEBUG), do not touch braces res else res.gsub!('} else', 'else') res.gsub!(/\n +} *\n/m, "\n") res.gsub(/ *{$/, '') end } s.gsub!(/ *$/, '') File.open(file, 'wb').write(s) if s != orig } Change-Id: I3b30ee60df0986f66c02132c65fc38a3fbb6bbdc Reviewed-by:
hjk <qthjk@ovi.com>
-
- Dec 26, 2012
-
-
Call immediately tailApplication() if m_slog2infoFound is true. Change-Id: I9233a1f9e6f4843ab9af8b40c18e8766c8431677 Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Wolfgang Bremer <wbremer@rim.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- Nov 16, 2012
-
-
Daniel Teske authored
Change-Id: I24c6041fed850523135bc42a9cff768228046a80 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Oct 25, 2012
-
-
mfekari authored
Change-Id: Iae46101b45ee366f2d6c382d1d34f9af4a16809d Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Oct 18, 2012
-
-
mfekari authored
Change-Id: Ic3bac7f5abaf363a2334d5c7c2273ae53c3234e6 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- Oct 11, 2012
-
-
Montel Laurent authored
Change-Id: I93a33ac96eceaf74b5d9a6a0f4d552ea690d60eb Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Mehdi Fekari <mfekari@rim.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- Oct 05, 2012
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Sep 07, 2012
-
-
Tobias Nätterlund authored
Change-Id: I0283d2a8c27e51f38c2e0939440bdbbef0063353 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Sep 06, 2012
-
-
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>
-
- Sep 04, 2012
-
-
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>
-
- Jul 26, 2012
-
-
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>
-
- Jul 16, 2012
-
-
Friedemann Kleint authored
Change-Id: I44e34b62d16e824939b75d02738f58fd8e3380a7 Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jul 13, 2012
-
-
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>
-