Skip to content
Snippets Groups Projects
  1. Oct 24, 2014
  2. Oct 09, 2014
  3. Sep 25, 2014
  4. Aug 14, 2014
  5. Jul 07, 2014
  6. Jul 04, 2014
  7. Jul 01, 2014
  8. Mar 10, 2014
  9. Mar 05, 2014
  10. Feb 18, 2014
  11. Feb 10, 2014
  12. Jan 30, 2014
  13. Jan 08, 2014
  14. Jul 19, 2013
  15. Jul 17, 2013
  16. Jul 12, 2013
  17. Jul 10, 2013
  18. Jul 09, 2013
  19. May 15, 2013
  20. Jan 29, 2013
  21. Oct 05, 2012
  22. Sep 26, 2012
  23. Jul 19, 2012
  24. Feb 20, 2012
  25. Jan 26, 2012
  26. Jan 09, 2012
  27. Nov 03, 2011
  28. May 12, 2011
  29. May 06, 2011
  30. Apr 18, 2011
  31. Apr 13, 2011
  32. Mar 28, 2011
  33. Jan 12, 2011
  34. Dec 17, 2010
  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