Skip to content
Snippets Groups Projects
  1. Jul 31, 2012
  2. Jul 19, 2012
  3. May 25, 2012
  4. Mar 12, 2012
  5. Mar 02, 2012
  6. Feb 15, 2012
  7. Jan 26, 2012
  8. Jan 24, 2012
  9. Jan 09, 2012
  10. Nov 10, 2011
    • hjk's avatar
      more Id type fixes · 82f55736
      hjk authored
      
      Change-Id: I3720946ba5485696822976567d83b4d6cb1fb283
      
      x
      
      Change-Id: Iab58bc34bc56371405d132315573b484a533b77c
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      82f55736
  11. Nov 03, 2011
  12. Oct 31, 2011
  13. Oct 05, 2011
  14. Sep 21, 2011
  15. Aug 02, 2011
  16. May 12, 2011
  17. May 06, 2011
  18. Apr 13, 2011
  19. Jan 12, 2011
  20. Dec 17, 2010
  21. Sep 01, 2010
  22. Aug 23, 2010
  23. Jul 30, 2010
  24. Jun 25, 2010
  25. Apr 26, 2010
  26. 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
  27. Mar 19, 2010
  28. Mar 15, 2010
  29. Mar 12, 2010
  30. Mar 05, 2010
  31. Feb 12, 2010
  32. Jan 27, 2010
  33. 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
  34. 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
  35. Jan 08, 2010
  36. Jan 05, 2010
  37. Dec 08, 2009
    • Friedemann Kleint's avatar
      Subversion: Adapt to new VCSBasePlugin. · ff1054fc
      Friedemann Kleint authored
      Remove logic handling several repositories.
      ff1054fc
    • Friedemann Kleint's avatar
      VCS: Introduce Base class for VCS plugins, use in git. · 8097879d
      Friedemann Kleint authored
      Fixes:
      - Cannot diff a file that does not belong to a project
      - Cannot commit when a temporary diff/log view is open
        due to the current file pointing to a temporary directory
      - git's project-related actions not passing the correct
        relative path.
      
      Implementation:
      - Centralize code to listen for Qt Creator's relevant state changes
        in VCSBasePlugin, dispatching the changes to the instances affected.
        (avoiding multiple invocations of searches/QFileInfo on current).
      - Do the same for the corelistener catching closing SubmitEditors.
      - Introduce VCSBasePluginState representing the relevant state
        (current file/project).
      - Call git with working directory set and relative arguments
      - Remove setEnabled/isEnabled() logic of IVersionControl
      - Pass toplevel from VCSManager to avoid duplicate searches.
      8097879d
  38. Nov 11, 2009
Loading