Skip to content
Snippets Groups Projects
  1. Nov 30, 2010
    • con's avatar
      Window title didn't show nice name for e.g. diff views. · af99e09b
      con authored
      Use the editor's displayName for the window title.
      Also there were missing change signal emissions in setDisplayName
      implementations.
      Moves the actual handling of the window title from Session to
      EditorManager (so it now is also done for the hypothetical case of no
      project explorer plugin).
      
      Task-number: QTCREATORBUG-3207
      af99e09b
    • con's avatar
      Support symbolic links in the file manager. · 14a71bc7
      con authored
      We didn't watch the symbolic link itself before, only the final link
      target. We are watching the symbolic link and the final link target now.
      Ugly hack: We need to work around QTBUG-15522. The inotify and kqueue
      based file system watcher engines (Linux + Mac) don't report changes to
      symbolic links. The workaround is to use the polling engine *only for
      the links themselves*. The only way to force the use of the polling
      engine is by using the auto test hook in QFileSystemWatcher.
      14a71bc7
  2. Nov 26, 2010
  3. Nov 24, 2010
  4. Nov 23, 2010
  5. Nov 18, 2010
  6. 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
  7. Nov 15, 2010
  8. Nov 12, 2010
  9. Nov 11, 2010
  10. Nov 03, 2010
  11. Nov 02, 2010
  12. Nov 01, 2010
  13. Oct 28, 2010
  14. 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
  15. Oct 26, 2010
Loading