Skip to content
Snippets Groups Projects
  1. Sep 29, 2010
  2. May 25, 2010
  3. 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
  4. Mar 01, 2010
    • Friedemann Kleint's avatar
      VCS: Fix time-out handling for synchronous processes. · a1fed931
      Friedemann Kleint authored
      Introduce static utilities to Utils::SynchronousProcess
      for synchronous processes that mimicks the handling
      of Utils::SynchronousProcess (apply timeout after no
      more data are available on stdout/stderr as opposed
      to waitForFinished()).
      
      Task-number: QTCREATORBUG-777
      a1fed931
  5. Jan 12, 2010
    • Friedemann Kleint's avatar
      VCS[hg, git]: Add support for repository creation. · d5271a08
      Friedemann Kleint authored
      Add repository creation operation to IVersionControl, implement for hg
      and git, add convenience slot with prompts to VCSBasePlugin.
      Add respective menu options and make menus are visible in case no VCS is
      active.
      Change project wizards extension page to list VCS that are capable of
      repository creation in a QComboBox in case the directory is not managed
      by another VCS (in which case it lists that one for operation 'add').
      On that occasion, polish the Project selection to use a QComboBox as
      well and add some smartness to find the most suitable project to add via
      path matching.
      d5271a08
  6. Jan 11, 2010
  7. Jan 08, 2010
  8. Jan 07, 2010
  9. Dec 08, 2009
  10. Dec 04, 2009
  11. Nov 06, 2009
  12. Nov 05, 2009
  13. Nov 03, 2009
  14. Nov 02, 2009
  15. Sep 21, 2009
Loading