Skip to content
Snippets Groups Projects
  1. Nov 18, 2013
  2. Oct 15, 2013
  3. Oct 11, 2013
  4. Aug 27, 2013
  5. Jun 11, 2013
  6. Apr 05, 2013
  7. Mar 11, 2013
  8. Feb 20, 2013
  9. Jan 29, 2013
  10. Jan 24, 2013
  11. Jan 23, 2013
  12. Nov 30, 2012
  13. Nov 28, 2012
  14. Nov 20, 2012
  15. Nov 16, 2012
  16. Oct 22, 2012
  17. Oct 05, 2012
  18. Jul 19, 2012
  19. Jul 02, 2012
  20. Feb 15, 2012
  21. Jan 26, 2012
  22. Jan 11, 2012
  23. Jan 09, 2012
  24. Nov 03, 2011
  25. Oct 05, 2011
  26. May 06, 2011
  27. Apr 20, 2011
  28. Apr 15, 2011
  29. Apr 13, 2011
  30. Jan 12, 2011
  31. Dec 17, 2010
  32. Nov 22, 2010
  33. Sep 29, 2010
  34. May 20, 2010
    • Friedemann Kleint's avatar
      Version control: Improve detection. · 7003b82e
      Friedemann Kleint authored
      Merge managesDirectory() and findTopLevelForDirectory()
      into one giving managesDirectory() an optional topLevel
      parameter. This removes the need to go up the directory
      hierarchy twice when checking for Merurial or git and also
      saves some checks for CVS/Subversion.
      VCSManager: Check cache in reverse order starting out with
      the full path first to improve handling of nested repositories.
      Rubber-stamped-by: con
      Acked-by: dt
      7003b82e
  35. 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
Loading