Skip to content
Snippets Groups Projects
  1. Jan 18, 2012
  2. Jan 17, 2012
  3. Jan 16, 2012
  4. Nov 03, 2011
  5. Oct 21, 2011
  6. Oct 18, 2011
  7. Oct 13, 2011
  8. Oct 06, 2011
  9. Oct 04, 2011
  10. Sep 22, 2011
  11. Sep 19, 2011
  12. Aug 25, 2011
  13. Aug 11, 2011
  14. Aug 04, 2011
  15. Jul 29, 2011
  16. Jul 27, 2011
  17. Jul 19, 2011
  18. Jul 12, 2011
  19. Jul 08, 2011
  20. Jun 27, 2011
  21. May 06, 2011
  22. Apr 28, 2011
  23. Apr 21, 2011
  24. Apr 18, 2011
  25. Apr 13, 2011
  26. Mar 24, 2011
  27. Mar 21, 2011
  28. Mar 01, 2011
  29. Feb 25, 2011
  30. Feb 24, 2011
    • Friedemann Kleint's avatar
      Debugger: Add toolchain combos to start dialogs, refactor detection. · 75f4b9cf
      Friedemann Kleint authored
      Add combo box listing toolchains with debuggers to start external,
      attach and core.
      Another attempt at streamlining engine detection:
      Split in detection functions that first collect a list of
      available engines by preference, then remove disabled and
      wrongly configured engines and use the remaining best.
      matching. checkconfiguration is now the central place where
      engine detection and config check takes place.
      
      Rubber-stamped-by: hjk
      75f4b9cf
  31. Feb 23, 2011
  32. Feb 18, 2011
  33. Feb 17, 2011
    • Friedemann Kleint's avatar
      Debugger: Reduce tooltip flicker. · c74da9b7
      Friedemann Kleint authored
      Move tooltip-request handling from DebuggerPlugin into
      DebuggerToolTipManager.
      
      Request tooltip only if position changed and close
      standard tooltip on success.
      c74da9b7
  34. Feb 11, 2011
    • Friedemann Kleint's avatar
    • Friedemann Kleint's avatar
      Debugger: Make tooltips pinnable. · 0ac879e3
      Friedemann Kleint authored
      Replace old debugger tooltip by a new ToolTipManager which
      has a list of AbstractDebuggerToolTipWidget with the functionality
      to 'acquire' an engine (display its data) and 'release' it
      (store engine data and display them as 'previous') and serialization
      to XML session data.
      DebuggerTreeViewToolTipWidget implements AbstractDebuggerToolTipWidget
      for tree model acting as  a filter on watch models.
      
      Rubber-stamped-by: hjk
      0ac879e3
Loading