Skip to content
Snippets Groups Projects
  1. Jul 07, 2010
  2. Jul 06, 2010
  3. Jul 05, 2010
  4. Jul 02, 2010
  5. Jul 01, 2010
  6. Jun 30, 2010
  7. Jun 29, 2010
  8. Jun 28, 2010
  9. Jun 25, 2010
  10. Jun 23, 2010
  11. Jun 22, 2010
    • hjk's avatar
      debugger: The DebuggerEngine refactoring. · 6a6cba55
      hjk authored
      This replaces the (de facto) singleton engines and data handlers by classes
      that are instantiated per run. The DebuggerRunControl will now create an
      object of (a class derived from) DebuggerEngine that contains all the relevant
      "dynamic" data.
      
      DebuggerManager is no more. The "singleton" bits are merged into DebuggerPlugin,
      whereas the data bits went to DebuggerEngine.
      
      There is no formal notion of a "current" DebuggerEngine. However, as there's
      only one DebuggerEngine at a time that has its data models connected to the
      view, there's still some "de facto" notion of a "current" engine. Calling
      SomeModel::setData(int role, QVariant data) with custom role is used as the
      primary dispatch mechanism from the views to the "current" data models
      (and the engine, as all data models know their engine).
      6a6cba55
  12. Jun 14, 2010
  13. Jun 11, 2010
  14. Jun 10, 2010
  15. Jun 08, 2010
  16. Jun 01, 2010
  17. May 28, 2010
  18. May 27, 2010
  19. May 26, 2010
  20. May 20, 2010
Loading