Skip to content
Snippets Groups Projects
  1. May 03, 2011
  2. Apr 18, 2011
  3. Apr 15, 2011
  4. Apr 13, 2011
  5. 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
  6. Jan 12, 2011
  7. Dec 17, 2010
  8. Nov 23, 2010
  9. Nov 22, 2010
  10. Nov 02, 2010
  11. Oct 15, 2010
  12. Oct 08, 2010
  13. Sep 17, 2010
  14. 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
  15. Sep 10, 2010
  16. Sep 06, 2010
    • dt's avatar
      Remove EditorManager::ensureEditorManagerVisible() · bde1ebaa
      dt authored
      The function always switched to Edit Mode, which was the cause for
      several bugs. Since openEditor() already does switch to the right mode,
      the function is not really needed.
      
      The following actions now respect the prefered mode of the editor:
      "f file"-locator
      The Open Documents list
      Editor history navigation
      bde1ebaa
  17. Sep 01, 2010
  18. Aug 23, 2010
  19. Aug 19, 2010
  20. Jul 30, 2010
  21. Jun 25, 2010
  22. Jun 16, 2010
  23. Jun 08, 2010
  24. May 25, 2010
  25. May 14, 2010
  26. Apr 26, 2010
  27. Mar 25, 2010
    • Friedemann Kleint's avatar
      VCS[git], CodePaster: Add support for applying patches. · de28b61c
      Friedemann Kleint authored
      Modify CodePaster::fetch to do a mimetype detection on the
      content, create a filename with the matching extension and
      open that file.
      This gives correct syntax highlighting  and makes "Save as"
      more convenient. Keep the file around and delete on exit.
      
      Modify patch mimetype with some content detection (higher priority
      than C++).
      
      Add a "current patch file" to the VCSBasePlugin::State. Add "Apply
      patch" to git with whitespace fix.
      de28b61c
  28. Mar 22, 2010
  29. Mar 19, 2010
  30. Mar 18, 2010
  31. Mar 15, 2010
  32. Mar 12, 2010
  33. Mar 05, 2010
  34. Feb 17, 2010
Loading