Skip to content
Snippets Groups Projects
  1. Sep 01, 2014
  2. Aug 29, 2014
    • Christian Kandeler's avatar
      Do not use deprecated Qt functionality. · 1d5091e4
      Christian Kandeler authored
      
      Replace all* remaining deprecated Qt 4 functions with
      their Qt 5 counterparts. This means we no longer need to
      define the QT_DISABLE_DEPRECATED_BEFORE macro.
      This patch is relatively small because most source-compatible
      changes of this kind have been done before.
      
      * The one exception is the QmlDesigner, which uses QWeakPointer
      in a deprecated way all over the place.
      
      Change-Id: Id4b839c6685f3b5bdf2b89137f95231758ec53c7
      Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
      Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
      1d5091e4
  3. Jun 12, 2014
  4. May 22, 2014
  5. May 05, 2014
    • El Mehdi Fekari's avatar
      Qnx: Refactor BlackBerryApiLevelConfiguration class · 4e78a952
      El Mehdi Fekari authored
      
      Add a QnxBaseConfiguration class as base class for
      the BlackBerryApiLevelConfiguration and the new
      QnxConfiguarion classes.
      
      The split of the BlackBerryApiLevelConfiguration logic
      makes the code more flexible to add support for
      the user's SDP/Qnx configurations.
      
      Upcoming patches adding support for the SDP/Qnx configuration
      will depend on this change.
      
      Change-Id: I44258d9a9f0dc44bb196f4178974ad04d4caf70a
      Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
      4e78a952
  6. Jan 24, 2014
  7. Jan 14, 2014
  8. Jan 09, 2014
  9. Jan 08, 2014
  10. Dec 05, 2013
  11. Nov 15, 2013
  12. Nov 14, 2013
  13. Nov 05, 2013
  14. Oct 22, 2013
  15. Oct 21, 2013
  16. Oct 16, 2013
  17. Oct 01, 2013
  18. 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
  19. Jul 30, 2013
  20. Jul 24, 2013
  21. Jul 17, 2013
  22. Jun 24, 2013
  23. Jan 29, 2013
  24. Jan 16, 2013
  25. Oct 05, 2012
  26. Aug 02, 2012
    • Christian Kandeler's avatar
      Device support: Introduce IDevice helper classes. · 753c62d7
      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: default avatarhjk <qthjk@ovi.com>
      753c62d7
  27. Aug 01, 2012
  28. Jul 13, 2012
Loading