Skip to content
Snippets Groups Projects
  1. Sep 27, 2010
  2. 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
  3. Sep 10, 2010
  4. Aug 30, 2010
  5. Aug 20, 2010
  6. Aug 18, 2010
  7. Jul 22, 2010
  8. Jul 13, 2010
  9. Jun 25, 2010
  10. Jun 11, 2010
  11. Jun 07, 2010
  12. May 18, 2010
  13. May 17, 2010
  14. May 14, 2010
  15. May 12, 2010
  16. Apr 30, 2010
  17. Apr 28, 2010
  18. Apr 27, 2010
  19. Apr 23, 2010
  20. Apr 16, 2010
  21. Apr 15, 2010
  22. Apr 13, 2010
  23. Apr 08, 2010
  24. Apr 06, 2010
  25. Mar 31, 2010
  26. Mar 30, 2010
  27. Mar 29, 2010
    • Friedemann Kleint's avatar
      CPaster: Revive pastebin.com · 6903f13b
      Friedemann Kleint authored
      -Pass simplified type based on mimetype to paste for highlighting.
      -Remove QHttp from CodePaster and pastebin.com in favour of QNetwork.
      -Implement new pastebin.com protocol
      -Implement listing via parsing the HTML-page for pastebin.com
      6903f13b
  28. Mar 26, 2010
  29. 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
  30. Mar 24, 2010
Loading