Skip to content
Snippets Groups Projects
  1. Nov 22, 2010
  2. Nov 17, 2010
    • 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
  3. Oct 25, 2010
  4. Oct 08, 2010
    • Tobias Hunger's avatar
      Git: Consider new files a diff · bb02af93
      Tobias Hunger authored
      When checking for a difference and being asked to handle untracked
      files: Actually consider the presence of untracked files a change.
      
      Fixes git commit editor not coming up when there were no changes,
      only additions of new files.
      bb02af93
  5. Oct 05, 2010
    • Tobias Hunger's avatar
      Git: ignore spaces in diff · 13b442f2
      Tobias Hunger authored
      Ignore spacing changes in diff (based on same setting as used to
      ignore spacing in git blame).
      
      Task-number: QTCREATORBUG-2526
      13b442f2
    • Tobias Hunger's avatar
      Git: Handle unusual HEADs · cd6009c2
      Tobias Hunger authored
      Handle detached HEADs as well as cloning from repositories that default
      to another branch but master. This is relevant when clonig local
      repositories.
      
      Reviewed-by: Friedemann Kleint
      cd6009c2
  6. Sep 29, 2010
  7. Sep 24, 2010
  8. Sep 23, 2010
  9. Sep 20, 2010
  10. Sep 17, 2010
  11. Sep 14, 2010
    • dt's avatar
      EditorManager: Change openEditor/activateEditor to not do mode switching · 08ccda58
      dt authored
      Also introduce a indirection, modes have now types, edit and debug have
      the same type, and editors do have a prefered type of modes instead of a
      prefered mode.
      
      That fixes the bug that if the prefered qml editing mode was set to
      design, then in switching between qml editors would
      - in Edit Mode: stay in edit mode
      - in Debug Mode: switch to debug mode
      08ccda58
  12. Sep 13, 2010
  13. Sep 01, 2010
  14. Aug 27, 2010
  15. Aug 26, 2010
    • Friedemann Kleint's avatar
      VCS[git]: Environment settings. · 56e80092
      Friedemann Kleint authored
      Make GitClient::synchronousGit use the process environment.
      
      Windows: Add a setting to fake a 'HOME' environment variable
      (%HOMEDRIVE%%HOMEPATH%) to make msysgit look for its SSH-keys
      there not only when run from git bash, but also from Qt Creator.
      Useful in MinGw-setups, where git must not be in the path.
      56e80092
  16. Aug 23, 2010
  17. Aug 12, 2010
  18. Jul 30, 2010
  19. Jul 05, 2010
  20. Jul 03, 2010
  21. Jun 28, 2010
  22. Jun 16, 2010
  23. Jun 15, 2010
  24. Jun 11, 2010
  25. Jun 08, 2010
  26. Jun 07, 2010
  27. May 25, 2010
  28. May 21, 2010
    • Friedemann Kleint's avatar
      VCS: Show message box on timeouts/Add SSH prompt. · 5364f5c1
      Friedemann Kleint authored
      - Use message boxes on timeouts.
      - Add a configuration for a graphical SSH password prompt binary with
      defaults
      - Launch commands that require authentification with no terminal on UNIX
      and environment variable SSH_ASKPASS set accordingly.
      - First attempt at introduce a common function to synchronously run VCS
      commands in base plugin with flags.
      - Use standard execution log entries in all VCS plugins (outputwindow).
      5364f5c1
  29. May 20, 2010
  30. May 19, 2010
  31. May 14, 2010
  32. May 12, 2010
    • dt's avatar
      File renaming · 9bc9fe73
      dt authored
      Reviewed-By: con
      Reviewed-By: Friedemann Kleint
      
      We now support renaming files. The version control system tries first to
      rename, if that doesn't support or can't rename the file we do a normal
      rename. (Note: git, hg, perforce > 2009.02 support renaming, cvs not.
      (perforce untested)). We correctly notify all editors of the renamed
      file and tell the project manager to rename the file in the project.
      
      Note: Only the qt4projectmanager knows how to rename files.
      
      Note: renaming folders, moving files to different folders, renaming
      .pro/.pri files is not supported. Those things can be later added after
      this has proven to work correctly in the simple case.
      
      Also we don't do any actions based on the renaming like renaming
      classes, changing include guards or #include lines.
      9bc9fe73
  33. Apr 23, 2010
    • Friedemann Kleint's avatar
      VCS: Speed up · 59237338
      Friedemann Kleint authored
      Do not listen on ICore::contextChanged to update actions
      (became slow after additional contexts).
      git: Make code to find top level faster, avoid
      constructing file info lists.
      Acked-by: con
      59237338
  34. Mar 29, 2010
  35. Mar 25, 2010
    • Friedemann Kleint's avatar
      VCS[git], CodePaster: Add support for applying patches. · de28b61c
      Friedemann Kleint authored
      Modify CodePaster::fetch to do a mimetype detection on the
      content, create a filename with the matching extension and
      open that file.
      This gives correct syntax highlighting  and makes "Save as"
      more convenient. Keep the file around and delete on exit.
      
      Modify patch mimetype with some content detection (higher priority
      than C++).
      
      Add a "current patch file" to the VCSBasePlugin::State. Add "Apply
      patch" to git with whitespace fix.
      de28b61c
  36. Mar 23, 2010
Loading