- Mar 24, 2014
-
-
Tobias Hunger authored
Change-Id: I583cee500acc78ee2eb6075b0f951def0bd87d22 Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Mehdi Fekari <mfekari@blackberry.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Mar 19, 2014
-
-
Tobias Hunger authored
This fixes a crash when this class tries to show a UI while it is destructed. Task-number: QTCREATORBUG-11712 Change-Id: If4aca14a3ca4792bec1a45903a1f38287d16dbc4 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Feb 19, 2014
-
-
El Mehdi Fekari authored
Add support for managing user BlackBerry runtime configurations. This does not handle adding manual runtimes yet, but only detects runtimes from the NDK directories of the available API levels. The BlackBerry NDK should provide a better way to detect installed runtimes (e.g xml installation files) in order to improve the BlackBerry runtime managemnt in Qt Creator. Change-Id: I4f139d52352f903a27dfe4175d12b016b4ee25a9 Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- Feb 14, 2014
-
-
David Kaspar authored
Setup options page checks for general setup of API Levels, Signing Keys and Devices. It is meant to become a central point for BlackBerry settings. Adding BlackBerryConfigurationManager::settingsChanged signal to notify about any change to BBConfig settings. Fixing BlackBerrySigningUtils to correctly ask for password and reopen the certificate in case an invalid password is entered and a generic ResultCode::Error happens. Fixing header define for blackberryinstallwizard.h Fixing URL for BlackBerry Legacy Keys. Change-Id: I1c4592c03ab07678ef829b85ce7b13457b9304a9 Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- Feb 07, 2014
-
-
Rafael Roquetto authored
The "Newest Api level" virtual option matches the most up-to-date version of the installed APIs. If a more recent version is then afterwards installed, it will point to it. Likewise, if the most recent version is uninstalled, it will default to the next most up-to-date version. Change-Id: Ic0609df92ff9108f897559e80a108e22c6bc11a0 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jan 14, 2014
-
-
El Mehdi Fekari authored
* Add a bbndkconfigurations.xml file to store BlackBerry user configurations * Save both manual and auto detected user configurations * Mark invalid configurations in the BlackBerry settings widget * Provide a cleanup user action to clear invalid configurations Task-number: QTCREATORBUG-11004 Change-Id: Ibb29aa5010317f62233865d42d6ca4ae3afa0de3 Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jan 13, 2014
-
-
Rafael Roquetto authored
The usage of a static variable instead of a pointer guarantees it will be constructed and destructed only once. Change-Id: I7f587ec131b43fe5685122e9a384f1871dcdf790 Reviewed-by:
Mehdi Fekari <mfekari@blackberry.com> Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jan 09, 2014
-
-
Rafael Roquetto authored
Task-number: QTCREATORBUG-11009 Change-Id: If11343a26134238854e64a0cf88ea91973615e69 Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Mehdi Fekari <mfekari@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>
-
- Dec 12, 2013
-
-
El Mehdi Fekari authored
Set the auto detection source for generated kits to the target's ndk env file path. This ease the way to deactivate configurations and handles targets sharing the same QNX_HOST. Task-number: QTCREATORBUG-10818 Change-Id: I823fb498f54e52c704a806234e7b4a0a6c8da4e7 Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- Oct 29, 2013
-
-
El Mehdi Fekari authored
Qcc compiler doesn't support "dumpmachine" option provided by the gcc to get a list of supported abis from the compiler, and needs to pass -Wp option when running qcc to get predefined macros and header paths. GccToolChain fails to get those information from qcc and print warning messages on the console. This patch adds new QccToolChain class and reinterprets the compiler options to detect predefined macros and header paths. It also provids list of supported abis and suggested mkspecs. Task-number: QTCREATORBUG-10116 Change-Id: Ic48d5c58c5b957f5a8536248888c9a63ca499f34 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Oct 21, 2013
-
-
Mehdi Fekari authored
Change-Id: I499ca9be0abc15fc0c57847ff288e80612a536fe Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Oct 01, 2013
-
-
El Mehdi Fekari authored
Basic implementation of an install/uninstall targets utility. Note: This does not support 10.1 NKDs. Change-Id: I3bb29ef467dd24a121ee59e11abb2237dcff696a Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- Sep 30, 2013
-
-
Rafael Roquetto authored
Change-Id: I7bd6649dd20b0b204b7a4f4bcbcee6bc45fa0272 Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- Sep 10, 2013
-
-
El Mehdi Fekari authored
Add activate and deactivate actions to only create kits for used NDK targets and not for all installed ones. Users may want to switch between different targets without uninstalling non active taregts. Change-Id: Ie023ebdedbf3494bb7f1c251ce5f7fadec9f9206 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
David Kaspar <dkaspar@blackberry.com>
-
- Sep 02, 2013
-
-
El Mehdi Fekari authored
BlackBerry device connections need the Qnx environments to be set first to find the path to the conenct.jar package. The device connection at startup needs to wait for the Qnx setting to be loaded. Change-Id: I89ad41a65da951f9f9c7a702346f8d4bb428d1cd Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- Aug 27, 2013
-
-
Mehdi Fekari authored
The new bbndk 10.2 is based on multiple targets (based on multiple bbnk-env scripts). There is no default/common bbnk-env.sh file anymore, and an NDK directory may contain various bbndk-env scripts (i.e targets). This patch makes the BlackBerryConfiguration based on the bbnk-env script path rather than on the NDK path. This will enable having multiple configurations per targets in the same NDK directory. N.B: NDKs 10.1 with one default bbnk-env file are still supported. Change-Id: Icec57c6e722caec7e5ff81e3a9ce4d2cf11f249a Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- Jul 24, 2013
-
-
Mehdi Fekari authored
Improve the NDK setting page to enable managing multiple NDKs. * Refactor BlackBerryConfiguration to support multiple configurations * Add auto detected kits for installed NDKs * Add/Remove manual NDKs Change-Id: Icbc850551da3f729ccaa3473da720ade3051adaf Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Wolfgang Bremer <wbremer@blackberry.com>
-
- Jul 04, 2013
-
-
El Mehdi Fekari authored
Qt5 is available in the internal 10.2 NDK builds. N.B: This is for testing purpose (internal developers). Change-Id: I0858e05f5902d602a0f921ed22f34b79d557a10a Reviewed-by:
Fabian Bumberger <fbumberger@rim.com> Reviewed-by:
Wolfgang Bremer <wbremer@blackberry.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- Jun 24, 2013
-
-
El Mehdi Fekari authored
Change-Id: I6bc02a83263da4ce01fe3238aefee20a68507595 Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- May 13, 2013
-
-
Rafael Roquetto authored
This wizard tries to make the process of setting up a new development environment for BlackBerry devices easy. It does not implement anything that isn't already available through the BlackBerry category under the "options" menu, and also imposes some restrictions for the sake of simplicity. It will: * register CSJ keys * create developer certificate * create SSH keys to a default location * request a debug token * upload a debug token to the device Change-Id: I063ee107fb474135523cf685b7ac5d05096ef741 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Feb 14, 2013
-
-
Rafael Roquetto authored
Change-Id: Iba9c264b6c5809a0714da69591248fc2962c6526 Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Feb 01, 2013
-
-
Robert Loehning authored
Change-Id: Ia11f4d7a94465de7f12cc390855e54e3256e5455 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- Jan 16, 2013
-
-
Mehdi Fekari authored
Change-Id: I7a15f29d1b0d25f41c8bec7c907da7c60d59dcc1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-