Skip to content
Snippets Groups Projects
  1. Feb 20, 2012
  2. Feb 15, 2012
  3. Jan 26, 2012
  4. Jan 24, 2012
  5. Dec 21, 2011
  6. Nov 03, 2011
  7. Sep 02, 2011
  8. Jul 12, 2011
  9. Jul 04, 2011
  10. Jun 27, 2011
  11. May 06, 2011
  12. Apr 21, 2011
  13. Apr 13, 2011
  14. Apr 12, 2011
  15. Mar 21, 2011
    • hjk's avatar
      texteditor: simplify basetextmark architecture · a18d0572
      hjk authored
      ITextMark is not abstract anymore and has an icon and a priority.
      This means separate breakpoint and location marker classes that
      are only "plain" marks with icons and priorities are not needed.
      
      BaseTextMark directly inherits from ITextMark, instead of owning
      an ITextMark derived InternalMark.
      
      Also, there is now ITextMark::paint() to make it a bit more flexible
      then icon()[->paint()]
      a18d0572
  16. Mar 18, 2011
  17. Mar 02, 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. Feb 02, 2011
  21. Jan 26, 2011
  22. Jan 12, 2011
  23. Jan 10, 2011
  24. Dec 17, 2010
  25. Dec 14, 2010
  26. Dec 08, 2010
  27. Nov 26, 2010
  28. Nov 25, 2010
  29. Nov 24, 2010
  30. Nov 19, 2010
  31. Nov 15, 2010
    • hjk's avatar
      debugger: Refactor breakpoint handling. · 8ae541b3
      hjk authored
      The breakpoints are now (fairly) tightly guarded by the BreakpointHandler.
      Engines and Views are only supposed to refer to them by id. They also have
      individual states now. The breakpoint data is split into a "user requested"
      "fixed" part in BreakpointData and the engines' acknowledged data in a new
      struct BreakpointResponse.
      
      TODO: Move m_state and m_engine members to BreakpointResponse. Fix regressions
      in the marker handling.
      8ae541b3
  32. Nov 10, 2010
  33. Nov 08, 2010
Loading