Skip to content
Snippets Groups Projects
  1. Mar 24, 2014
  2. Mar 19, 2014
  3. Feb 19, 2014
    • El Mehdi Fekari's avatar
      Qnx: Add BlackBerry runtime management support · aa8786fb
      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: default avatarNicolas Arnaud-Cormos <nicolas@kdab.com>
      aa8786fb
  4. Feb 14, 2014
    • David Kaspar's avatar
      Qnx: BlackBerry Setup options page · 8d5d0b0c
      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: default avatarDavid Kaspar <dkaspar@blackberry.com>
      Reviewed-by: default avatarNicolas Arnaud-Cormos <nicolas@kdab.com>
      8d5d0b0c
  5. Feb 07, 2014
    • Rafael Roquetto's avatar
      Qnx: implement "Newest API level" option · 7be3909a
      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: default avatarTobias Hunger <tobias.hunger@digia.com>
      7be3909a
  6. Jan 14, 2014
  7. Jan 13, 2014
  8. Jan 09, 2014
  9. Jan 08, 2014
  10. Dec 12, 2013
  11. Oct 29, 2013
    • El Mehdi Fekari's avatar
      Qnx: Add new QccToolChain class for qcc compilers · 78d69eb0
      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: default avatarLeena Miettinen <riitta-leena.miettinen@digia.com>
      Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
      78d69eb0
  12. Oct 21, 2013
  13. Oct 01, 2013
  14. Sep 30, 2013
  15. Sep 10, 2013
  16. Sep 02, 2013
  17. Aug 27, 2013
    • Mehdi Fekari's avatar
      Qnx: Support multiple BlackBerry target configurations · 01ebbe19
      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: default avatarTobias Hunger <tobias.hunger@digia.com>
      Reviewed-by: default avatarNicolas Arnaud-Cormos <nicolas@kdab.com>
      01ebbe19
  18. Jul 24, 2013
  19. Jul 04, 2013
  20. Jun 24, 2013
  21. May 13, 2013
    • Rafael Roquetto's avatar
      BlackBerry Development Environment Setup Wizard · 8d25becf
      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: default avatarTobias Hunger <tobias.hunger@digia.com>
      8d25becf
  22. Feb 14, 2013
  23. Feb 01, 2013
  24. Jan 16, 2013
Loading