Skip to content
Snippets Groups Projects
  1. Aug 25, 2010
  2. Aug 24, 2010
  3. Aug 11, 2010
  4. Jul 29, 2010
  5. Jul 22, 2010
  6. Jun 30, 2010
  7. Jun 28, 2010
  8. Jun 25, 2010
  9. 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
  10. Apr 28, 2010
  11. Apr 26, 2010
    • Jens Bache-Wiig's avatar
      Use south tabs in the debugger · e7eeaf72
      Jens Bache-Wiig authored
      The current northpointing dockwidget layout looks
      broken since we repeat the label when the docks are
      unlocked. We also dont line up properly with the header sections.
      Other dock widgets in designer are also using the south tab so
      this would be more consistent.
      
      Reviewed-by: danimo
      e7eeaf72
  12. Apr 20, 2010
  13. Apr 15, 2010
    • Lasse Holmstedt's avatar
      Added debugging mode for simultaneous QML and C++ debugging · 990ec1be
      Lasse Holmstedt authored
      It's not yet possible to attach to an external app running a qml
      debugging server, because the server is only started on startup if an
      env variable is set. Changing this requires action from Brisbane, but
      even the current solution works for C++ apps with QML in them.
      
      Task-number: BAUHAUS-585
      Reviewed-by: dt
      990ec1be
  14. Apr 08, 2010
  15. Apr 06, 2010
  16. Mar 26, 2010
  17. Mar 23, 2010
  18. Mar 19, 2010
  19. Mar 18, 2010
  20. Mar 17, 2010
  21. Feb 26, 2010
  22. Feb 16, 2010
Loading