Skip to content
Snippets Groups Projects
  1. Aug 19, 2010
  2. Aug 12, 2010
  3. Jul 22, 2010
  4. Jun 25, 2010
  5. Jun 15, 2010
  6. Jun 11, 2010
  7. Jun 10, 2010
  8. Jun 08, 2010
  9. Jun 07, 2010
  10. 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
  11. 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
    • Friedemann Kleint's avatar
      VCS[Subversion/Perforce]: Fix VCSManager caching (Windows). · 6383643d
      Friedemann Kleint authored
      Ensure clean paths are returned by
      IVersionControl::findTopLevelForDirectory() as otherwise caching
      of VCSManager breaks (Windows) and commands are executed all over
      again. Fix display in SVN/CVS.
      
      Acked-by: con
      6383643d
  12. May 19, 2010
  13. May 17, 2010
  14. May 14, 2010
  15. May 12, 2010
    • Daniel Molkentin's avatar
      New texts for the wizard types in the new dialog · bf95a99c
      Daniel Molkentin authored
      Reviewed-by: Leena Miettinen
      bf95a99c
    • 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
  16. Apr 30, 2010
  17. Apr 27, 2010
  18. Apr 26, 2010
  19. Apr 15, 2010
  20. Apr 12, 2010
  21. Mar 31, 2010
  22. Mar 26, 2010
  23. Mar 19, 2010
  24. Mar 18, 2010
  25. Mar 12, 2010
  26. Mar 05, 2010
  27. Mar 01, 2010
  28. Feb 25, 2010
  29. Feb 17, 2010
  30. Feb 12, 2010
  31. Jan 29, 2010
  32. Jan 15, 2010
    • Friedemann Kleint's avatar
      VCS[git]: Add support for stashes. · 9ac98a40
      Friedemann Kleint authored
      Add non-modal stash management dialog and additional menu option
      "Stash snapshot..." to stash away changes prompting for a description,
      which will immediately replay the stash (take snapshot and continue
      working).
      Add interface to IVersionControl for creating/restoring/deleting
      snapshots for backup/complex undo operations (currently supported
      by git only). Add test options to VCSBasePlugin.
      Clean up and extend git client accordingly.
      9ac98a40
  33. 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
Loading