Skip to content
Snippets Groups Projects
  1. Aug 02, 2011
  2. Jul 29, 2011
  3. Jun 07, 2011
  4. May 19, 2011
  5. May 13, 2011
  6. May 12, 2011
  7. May 10, 2011
  8. May 06, 2011
  9. Apr 18, 2011
  10. Apr 15, 2011
  11. Apr 13, 2011
  12. Mar 31, 2011
  13. Mar 24, 2011
  14. Feb 25, 2011
  15. 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
  16. Jan 19, 2011
  17. Jan 12, 2011
  18. Dec 20, 2010
  19. Dec 17, 2010
  20. Dec 09, 2010
  21. Nov 26, 2010
  22. Nov 22, 2010
  23. 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
  24. Oct 25, 2010
  25. 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
  26. 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
  27. Sep 29, 2010
  28. Sep 24, 2010
  29. Sep 23, 2010
  30. Sep 20, 2010
  31. Sep 17, 2010
  32. 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
  33. Sep 13, 2010
Loading