Skip to content
Snippets Groups Projects
  1. Oct 11, 2013
  2. Sep 26, 2013
  3. Mar 19, 2013
  4. Jan 29, 2013
  5. Oct 05, 2012
  6. Jul 19, 2012
  7. Mar 15, 2012
  8. Jan 09, 2012
  9. Nov 14, 2011
  10. Nov 03, 2011
  11. Sep 21, 2011
  12. Aug 23, 2011
  13. Aug 22, 2011
  14. Jul 28, 2011
  15. Jun 10, 2011
  16. May 12, 2011
  17. May 06, 2011
  18. May 03, 2011
  19. Apr 13, 2011
  20. Apr 08, 2011
  21. Mar 28, 2011
  22. Mar 16, 2011
  23. Mar 15, 2011
  24. Feb 28, 2011
  25. Feb 22, 2011
    • hjk's avatar
      texteditor: merge ITextEditable into ITextEditor · f576ad9f
      hjk authored
      rename BastTextEditor->BaseTextEditorWidget, BaseTextEditorEditable->BaseTextEditor
      rename BaseTextEditor{,Widget} subclasses
      rename editableInterface->editorInterface
      rename createEditableInterface->createEditor
      minor cleanups after renamings
      f576ad9f
  26. Dec 17, 2010
  27. Sep 29, 2010
  28. May 25, 2010
  29. 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
  30. Mar 01, 2010
    • Friedemann Kleint's avatar
      VCS: Fix time-out handling for synchronous processes. · a1fed931
      Friedemann Kleint authored
      Introduce static utilities to Utils::SynchronousProcess
      for synchronous processes that mimicks the handling
      of Utils::SynchronousProcess (apply timeout after no
      more data are available on stdout/stderr as opposed
      to waitForFinished()).
      
      Task-number: QTCREATORBUG-777
      a1fed931
  31. 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
  32. Jan 11, 2010
  33. Jan 08, 2010
  34. Jan 07, 2010
  35. Dec 08, 2009
  36. Dec 04, 2009
  37. Nov 06, 2009
  38. Nov 05, 2009
Loading