Skip to content
Snippets Groups Projects
  1. Jul 22, 2010
  2. Jul 16, 2010
  3. Jul 15, 2010
  4. Jul 14, 2010
  5. Jul 08, 2010
  6. Jul 07, 2010
  7. Jul 05, 2010
  8. Jul 02, 2010
  9. Jun 25, 2010
  10. 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
  11. Jun 14, 2010
  12. Jun 10, 2010
  13. May 05, 2010
    • hjk's avatar
      Revive TCF agent · a945e963
      hjk authored
      This mainly reverts commit ba47987e.
      
      Conflicts:
      
      	src/plugins/debugger/debugger.pro
      	src/plugins/debugger/debuggermanager.cpp
      	src/plugins/debugger/debuggermanager.h
      	src/plugins/debugger/debuggerplugin.cpp
      	src/plugins/debugger/debuggerplugin.h
      a945e963
  14. Oct 08, 2009
  15. Sep 25, 2009
  16. Sep 23, 2009
  17. Sep 17, 2009
  18. Sep 10, 2009
  19. Aug 17, 2009
  20. Aug 14, 2009
Loading