Skip to content
Snippets Groups Projects
  1. Oct 10, 2013
  2. Sep 17, 2013
    • Tobias Hunger's avatar
      BuildConfigurationFactory: Refactor code · d2adc303
      Tobias Hunger authored
      
      Refactor the code of the build configuration factories. The idea is to
      generalize the code so much that we can allow plugins to install
      custom build configuration factories for the platforms they support.
      
      To support this use case the following changes where done here:
       * BuildInfo class was introduced to describe one build configuration that
         can be created by a factory.
       * Factories report a list of BuildInfo to describe what they can produce.
         This fixes the need for factories to implicitly create one buildconfiguration
         and then create another one 'officially' to support debug and release build
         configurations to be set up for projects.
       * Do no longer work around factories to create build configurations.
      
      Change-Id: Ic372e4a9b5c582633b467d130538948472b89d91
      Reviewed-by: default avatarDaniel Teske <daniel.teske@digia.com>
      d2adc303
  3. Jun 19, 2013
  4. May 27, 2013
    • Tobias Hunger's avatar
      Projects: Improve opening of projects · a52063ee
      Tobias Hunger authored
      
      Move logic to detect already open projects into ProjectExplorer itself,
      along with some check for the canonicalFilePath.
      
      Remove the same logic from the individual projectmanagers.
      
      Put check that the path is a file into project managers. So far all of
      them assume the project file to be a file (e.g. a xcode project manager
      would expect a directory though).
      
      Task-number: QTCREATORBUG-9350
      Change-Id: I3901958395e3c594c8cfba9a85dc7d3ec3334afb
      Reviewed-by: default avatarDaniel Teske <daniel.teske@digia.com>
      a52063ee
  5. May 21, 2013
  6. Mar 12, 2013
  7. Feb 28, 2013
  8. Jan 29, 2013
  9. Jan 17, 2013
  10. Dec 29, 2012
  11. Nov 23, 2012
  12. Oct 25, 2012
  13. Oct 05, 2012
  14. Oct 04, 2012
  15. Sep 24, 2012
  16. Aug 24, 2012
    • Daniel Teske's avatar
      Remove evaluateBuildSystem signal · 36f6c02f
      Daniel Teske authored
      
      It adds almost nothing and introduced some bugs.
      This fixes:
      Double evaluation in cmakeproject on build directory changes.
      Wrong runconfiguration update in cmake for set_target_properties(target
      PROPERTIES OUTPUT_NAME [..]) changes.
      
      Unecessary runconfiguration removal in AutoTools and Generic projectmanager.
      
      Reevaluation of .pro files on changing the active runconfiguration or deploy
      configuration.
      
      Task-number: QTCREATORBUG-7723
      Task-number: QTCREATORBUG-7761
      
      Change-Id: I50249b186917cd3a4f399f187f09ac8428ab6f9e
      Reviewed-by: default avatarTobias Hunger <tobias.hunger@nokia.com>
      36f6c02f
  17. Jul 19, 2012
  18. Jul 18, 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. May 25, 2012
  21. May 23, 2012
  22. May 04, 2012
  23. May 03, 2012
  24. Mar 06, 2012
  25. Feb 15, 2012
  26. Feb 09, 2012
  27. Jan 26, 2012
  28. Jan 24, 2012
  29. Jan 13, 2012
  30. Nov 16, 2011
  31. Nov 03, 2011
  32. Sep 05, 2011
  33. May 06, 2011
  34. Apr 13, 2011
  35. Apr 12, 2011
  36. Mar 31, 2011
Loading