Skip to content
Snippets Groups Projects
  1. Aug 23, 2012
    • Friedemann Kleint's avatar
      Debugger: Improve engine detection. · 78aa94c8
      Friedemann Kleint authored
      
      Remove the RunConfiguration parameter from guessCppEngineType()
      and use the DebuggerStartParameter::toolChainAbi only.
      
      Use fillParameter() to set the debugger command and toolchain
      in order to prevent mismatches.
      
      Add logic trying to figure out the profile to fillParameters()
      in case the profile passed in is 0 for the command line cases.
      
      Use CDB matcher for post mortem and Remote CDB, fix it to
      prefer 64bit CDB on 64bit OS.
      
      Change-Id: Icedc3883fe15660303060498ab609957e6d01cd1
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      78aa94c8
    • Friedemann Kleint's avatar
      DeviceProcessDialog: Introduce methods for modal/non-modal use. · aee8f883
      Friedemann Kleint authored
      
      Add methods to be able to use the dialog as a non-modal
      dialog showing a list of processes or a modal-dialog
      for selecting a process.
      
      Connect double-click to 'Accept' for the modal
      case (regression from 2.5).
      
      Change-Id: If05a1c40ee6a41135d943e9919a1250db03eeffb
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      aee8f883
  2. Aug 22, 2012
    • Alessandro Portale's avatar
      Removal of Symbian support · ae23d505
      Alessandro Portale authored
      
      Qt Creator's support for Symbian was at its peak in version
      2.4.x. Nobody really verified it in Qt Creator 2.5 or 2.6.
      It is most likely rotten. Let's remove it!
      
      Also, the Symbian support code was spread throughout the whole
      Qt Creator code base. The plugin interfaces evolved in the
      meantime and target platforms like Android or QNX have 99% of
      their code in separate plugins.
      
      In case anyone wants to revive Symbian support in Qt Creator,
      please create a plugin for it.
      
      Change-Id: I56a758a3e2fd5b8c64d9aeb8f63d8e916c4883be
      Reviewed-by: default avatarAlessandro Portale <alessandro.portale@nokia.com>
      ae23d505
    • Friedemann Kleint's avatar
      Debugger: Fix string usages. · 2f51579f
      Friedemann Kleint authored
      
      - Compile with QT_NO_CAST_FROM_ASCII.
      - Remove single character string constants.
      
      Change-Id: Icece98619b6c30e047d3fce00e6ae74bbcd53c67
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      2f51579f
  3. Aug 16, 2012
  4. Aug 15, 2012
  5. Aug 14, 2012
  6. Aug 13, 2012
  7. Aug 12, 2012
  8. Aug 09, 2012
  9. Aug 08, 2012
  10. Aug 06, 2012
    • hjk's avatar
      debugger: rename attach option · ff337d63
      hjk authored
      
      Rename 'Attach to Running Remote Process' to 'Attach to Running
      Application'. The location and type of application to attach to
      is determined by the Target.
      
      Change-Id: Iac20c01aecf3825f176b4b209ad28140bec7aea5
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      ff337d63
  11. Jul 31, 2012
  12. Jul 30, 2012
  13. Jul 25, 2012
  14. Jul 24, 2012
  15. Jul 19, 2012
  16. Jul 18, 2012
  17. Jun 28, 2012
  18. Jun 26, 2012
  19. Jun 21, 2012
    • Tobias Hunger's avatar
      Profile introduction · 24314562
      Tobias Hunger authored
      
      Introduce Profiles to store sets of values that describe a system/device.
      
      These profiles are held by a target, getting rid of much of the information
      stored in the Build-/Run-/DeployConfigurations, greatly simplifying those.
      
      This is a squash of the wip/profile branch which has been on gerrit for a
      while, rebased to current master.
      
      Change-Id: I25956c8dd4d1962b2134bfaa8a8076ae3909460f
      Reviewed-by: default avatarDaniel Teske <daniel.teske@nokia.com>
      24314562
  20. Jun 19, 2012
  21. Jun 13, 2012
  22. Jun 12, 2012
  23. Jun 05, 2012
  24. May 25, 2012
Loading