Skip to content
Snippets Groups Projects
  1. Oct 05, 2011
  2. Sep 19, 2011
  3. Sep 14, 2011
  4. Sep 05, 2011
  5. Aug 02, 2011
  6. Jul 29, 2011
  7. Jun 07, 2011
  8. May 19, 2011
  9. May 13, 2011
  10. May 12, 2011
  11. May 10, 2011
  12. May 06, 2011
  13. Apr 18, 2011
  14. Apr 15, 2011
  15. Apr 13, 2011
  16. Mar 31, 2011
  17. Mar 24, 2011
  18. Feb 25, 2011
  19. 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
  20. Jan 19, 2011
  21. Jan 12, 2011
  22. Dec 20, 2010
  23. Dec 17, 2010
  24. Dec 09, 2010
  25. Nov 26, 2010
  26. Nov 22, 2010
  27. Nov 17, 2010
    • Oswald Buddenhagen's avatar
      overhaul process argument handling · 1e362b0f
      Oswald Buddenhagen authored
      get away from argument stringlists. instead, use native shell command
      lines which support quoting/splitting, environment variable expansion
      and redirections with well-understood semantics.
      
      Task-number: QTCREATORBUG-542
      Task-number: QTCREATORBUG-1564
      1e362b0f
  28. Oct 25, 2010
  29. Oct 08, 2010
    • Tobias Hunger's avatar
      Git: Consider new files a diff · bb02af93
      Tobias Hunger authored
      When checking for a difference and being asked to handle untracked
      files: Actually consider the presence of untracked files a change.
      
      Fixes git commit editor not coming up when there were no changes,
      only additions of new files.
      bb02af93
  30. Oct 05, 2010
    • Tobias Hunger's avatar
      Git: ignore spaces in diff · 13b442f2
      Tobias Hunger authored
      Ignore spacing changes in diff (based on same setting as used to
      ignore spacing in git blame).
      
      Task-number: QTCREATORBUG-2526
      13b442f2
    • Tobias Hunger's avatar
      Git: Handle unusual HEADs · cd6009c2
      Tobias Hunger authored
      Handle detached HEADs as well as cloning from repositories that default
      to another branch but master. This is relevant when clonig local
      repositories.
      
      Reviewed-by: Friedemann Kleint
      cd6009c2
Loading