Skip to content
Snippets Groups Projects
  1. Jul 07, 2010
  2. 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
  3. Jun 10, 2010
  4. May 18, 2010
  5. May 07, 2010
  6. 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
  7. Apr 27, 2010
  8. Mar 25, 2010
  9. Feb 16, 2010
  10. Feb 04, 2010
  11. Feb 03, 2010
  12. Jan 29, 2010
  13. Oct 08, 2009
  14. Sep 25, 2009
  15. Sep 11, 2009
  16. Sep 10, 2009
  17. Sep 09, 2009
  18. Aug 25, 2009
  19. Aug 17, 2009
  20. Aug 12, 2009
  21. Jul 13, 2009
  22. Jul 10, 2009
    • Friedemann Kleint's avatar
      Enabled the use of Debugger-specific watch/locals models. · abf5e3dd
      Friedemann Kleint authored
      
      - Modified WatchModel to handle storage of an hierarchy
        of WatchItems.
      - Factored out code for asynchronous population to
        AsyncWatchModel and added a mixin for convenient
        handling
      - Added base class for synchronous models.
      - Implement simple, synchronous models for CDB, greatly
        simplifying code and finally getting manual
        expansion right.
      Signed-off-by: default avatarhjk <qtc-committer@nokia.com>
      abf5e3dd
  23. Jun 24, 2009
  24. May 29, 2009
  25. May 19, 2009
  26. May 08, 2009
  27. May 07, 2009
  28. May 06, 2009
  29. Apr 22, 2009
  30. Apr 17, 2009
  31. Apr 03, 2009
Loading