Skip to content
Snippets Groups Projects
  1. Feb 25, 2011
  2. 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
  3. Jan 19, 2011
  4. Jan 12, 2011
  5. Dec 20, 2010
  6. Dec 17, 2010
  7. Dec 09, 2010
  8. Nov 26, 2010
  9. Nov 22, 2010
  10. 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
  11. Oct 25, 2010
  12. 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
  13. 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
  14. Sep 29, 2010
  15. Sep 24, 2010
  16. Sep 23, 2010
  17. Sep 20, 2010
  18. Sep 17, 2010
  19. Sep 14, 2010
    • dt's avatar
      EditorManager: Change openEditor/activateEditor to not do mode switching · 08ccda58
      dt authored
      Also introduce a indirection, modes have now types, edit and debug have
      the same type, and editors do have a prefered type of modes instead of a
      prefered mode.
      
      That fixes the bug that if the prefered qml editing mode was set to
      design, then in switching between qml editors would
      - in Edit Mode: stay in edit mode
      - in Debug Mode: switch to debug mode
      08ccda58
  20. Sep 13, 2010
  21. Sep 01, 2010
  22. Aug 27, 2010
  23. Aug 26, 2010
    • Friedemann Kleint's avatar
      VCS[git]: Environment settings. · 56e80092
      Friedemann Kleint authored
      Make GitClient::synchronousGit use the process environment.
      
      Windows: Add a setting to fake a 'HOME' environment variable
      (%HOMEDRIVE%%HOMEPATH%) to make msysgit look for its SSH-keys
      there not only when run from git bash, but also from Qt Creator.
      Useful in MinGw-setups, where git must not be in the path.
      56e80092
  24. Aug 23, 2010
  25. Aug 12, 2010
  26. Jul 30, 2010
  27. Jul 05, 2010
  28. Jul 03, 2010
  29. Jun 28, 2010
  30. Jun 16, 2010
  31. Jun 15, 2010
  32. Jun 11, 2010
Loading