Skip to content
Snippets Groups Projects
  1. Apr 13, 2011
  2. Mar 08, 2011
  3. Feb 25, 2011
  4. Feb 24, 2011
  5. Feb 22, 2011
  6. Feb 21, 2011
    • Tobias Hunger's avatar
      ToolChain: Refactor toolchain support · 8d0c4772
      Tobias Hunger authored
      Refactor ToolChains in Qt Creator:
      
       * Allow for several toolchains of the same type
       * Be smarter wrt. guessing what kind of output a toolchain
         produces. This allows us to eventually handle e.g. embedded
         linux setups way better than before.
       * Be smarter wrt. guessing what kind of environment a Qt version
         needs.
       * Improve auto-detection of toolchains a bit
       * Decide on which debugger to use based on the kind of output
         produced by the compiler.
       * Add options page to configure toolchains
       * Remove toolchain related options from the Qt version dialog
      
      Reviewed-by: dt
      8d0c4772
  7. Feb 18, 2011
  8. Jan 17, 2011
    • dt's avatar
      Qt4projectManager: Refactor Qt4Target, split up in per target classes · 67cfb7e0
      dt authored
      Almost(*) all of the symbian and maemo specific code is now theoretically
      moveable to a separate plugin. Thus making it possible to implement
      new targets in a plugin.
      
      (*) Noteable missing is the qtversion, which needs to be split up
      per target too.
      
      Also fixes
      Task-Nr: QTCREATORBUG-2440
      
      Reviewed-By: hunger
      Reviewed-By: ck
      67cfb7e0
  9. Jan 13, 2011
    • Tobias Hunger's avatar
      Clean up environmentmodel/widget · 6b92bc3d
      Tobias Hunger authored
       * Move the environment model code to utils and export it
       * rename the environmenteditmodel files to environmentwidget
         (which is the class they actually contain)
      
      Reviewed-by: dt
      6b92bc3d
  10. Jan 12, 2011
  11. Dec 17, 2010
  12. Dec 14, 2010
  13. Dec 10, 2010
  14. Dec 07, 2010
  15. Nov 26, 2010
  16. Nov 17, 2010
    • Oswald Buddenhagen's avatar
      replace env variable injection with pervasive expando support · 79be54ed
      Oswald Buddenhagen authored
      do not inject SOURCEDIR and BUILDDIR into the environment of
      build steps and run configurations any more.
      instead, all custom executable paths, argument lists and working
      directories now support the %{sourceDir} and %{buildDir} macros.
      this approach is more elegant and more scalable.
      79be54ed
    • Oswald Buddenhagen's avatar
      overhaul process argument handling · 1e362b0f
      Oswald Buddenhagen authored
      get away from argument stringlists. instead, use native shell command
      lines which support quoting/splitting, environment variable expansion
      and redirections with well-understood semantics.
      
      Task-number: QTCREATORBUG-542
      Task-number: QTCREATORBUG-1564
      1e362b0f
  17. Nov 12, 2010
  18. Nov 02, 2010
  19. Nov 01, 2010
  20. Oct 29, 2010
  21. Oct 28, 2010
  22. Sep 30, 2010
  23. Sep 27, 2010
  24. Sep 24, 2010
  25. Sep 23, 2010
  26. Sep 17, 2010
  27. Sep 10, 2010
Loading