Skip to content
Snippets Groups Projects
  1. Nov 18, 2010
  2. Nov 17, 2010
    • Oswald Buddenhagen's avatar
      provide upgrade path for various user file changes · 4d5cdb3e
      Oswald Buddenhagen authored
      - command argument quoting changes
      - environment expansion changes
      - substitution of ${SOURCE,BUILD}DIR with %{{source,build}Dir}
      - VariableManger syntax change ${} => %{}
      4d5cdb3e
    • 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
    • Oswald Buddenhagen's avatar
      change Environment::expandVariables() semantics · 0641ed0e
      Oswald Buddenhagen authored
      instead of being os-agnostic, interpret the os-native expansion style,
      so it is consistent with proper (shell) command lines.
      
      don't interpret quotes, as this function is meant for expanding isolated
      filepaths, where nobody would expect quoting. instead, use the windows
      style of simply not doing an expansion if a referenced variable is not
      found, which should be good enough - it's rather unlikely that something
      which happens to be an expansion of an existing variable is actually not
      meant to be one.
      0641ed0e
  3. Nov 15, 2010
  4. Nov 12, 2010
  5. Nov 11, 2010
  6. Nov 03, 2010
  7. Nov 02, 2010
  8. Nov 01, 2010
  9. Oct 28, 2010
  10. Oct 27, 2010
    • con's avatar
      Fix replacement of variables in wizard parameters. · 6954d898
      con authored
      This was broken in case of no targets page being used, and using
      the project name variable in default values for wizard parameters in the
      page following the intro page (like it is done in the hello world
      wizard).
      
      Reviewed-by: Friedemann Kleint
      6954d898
  11. Oct 26, 2010
  12. Oct 25, 2010
  13. Oct 21, 2010
  14. Oct 19, 2010
  15. Oct 18, 2010
Loading