Skip to content
Snippets Groups Projects
  1. Jun 15, 2010
  2. Jun 10, 2010
  3. Jun 07, 2010
  4. May 20, 2010
  5. Apr 27, 2010
  6. Apr 26, 2010
  7. Mar 19, 2010
  8. Mar 18, 2010
  9. Mar 05, 2010
  10. Feb 25, 2010
  11. Feb 17, 2010
  12. Feb 12, 2010
  13. Jan 29, 2010
  14. 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
  15. Jan 11, 2010
  16. Jan 08, 2010
  17. Jan 07, 2010
    • Tobias Hunger's avatar
      Make method naming more consistent. · a6ad7737
      Tobias Hunger authored
        * Use id() for methods returning a string used to represent
          some type of object.
        * Use displayName() for strings that are meant to be user
          visible.
        * Quieten some warnings while touching the files anyway.
        * Move Factories to their products in the plugins where that
          was not done before.
      
      Reviewed-by: dt
      a6ad7737
    • Friedemann Kleint's avatar
      VCS[Perforce/SVN/CVS]: Add "Annotate" to single file logs. · b4969672
      Friedemann Kleint authored
      ...over change numbers. Add missing "Log project/repository"
      actions and log count limits.
      Task-number: QTCREATORBUG-503
      b4969672
  18. Jan 06, 2010
  19. Jan 05, 2010
  20. Dec 15, 2009
  21. Dec 14, 2009
  22. Dec 09, 2009
  23. 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
  24. Nov 11, 2009
  25. Nov 10, 2009
  26. Nov 09, 2009
  27. Oct 09, 2009
  28. Oct 05, 2009
  29. Oct 01, 2009
  30. Sep 25, 2009
    • Friedemann Kleint's avatar
      Rename IRunConfigurationRunner -> IRunControlFactory... · 978cf4bd
      Friedemann Kleint authored
      and ApplicationRunConfiguration to LocalApplicationRunConfiguration,
      preparing remote debugging. Change the interface canRun() to be const,
      run() to create() (since it does not run anything), use references
      to the QSharedPointer<Foo>. Introduce d-Pointer and remove
      unneeded headers from ProjectExplorerPlugin and add missing includes
      everywhere.
      978cf4bd
  31. Sep 22, 2009
  32. Aug 17, 2009
  33. Aug 14, 2009
  34. Aug 12, 2009
    • con's avatar
      API naming. · 188dbc3a
      con authored
      Reviewed-by: hjk
      188dbc3a
Loading