Skip to content
Snippets Groups Projects
  1. Dec 14, 2009
  2. Dec 09, 2009
  3. Dec 08, 2009
    • 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
  4. Nov 25, 2009
  5. Nov 11, 2009
  6. Nov 10, 2009
  7. Nov 09, 2009
  8. Oct 09, 2009
  9. Oct 05, 2009
  10. Oct 01, 2009
  11. 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
  12. Sep 22, 2009
  13. Aug 19, 2009
  14. Aug 17, 2009
  15. Aug 14, 2009
  16. Aug 12, 2009
    • con's avatar
      API naming. · 188dbc3a
      con authored
      Reviewed-by: hjk
      188dbc3a
  17. Aug 10, 2009
  18. Jul 20, 2009
  19. Jul 17, 2009
  20. Jul 16, 2009
  21. Jul 15, 2009
Loading