Skip to content
Snippets Groups Projects
  1. Jun 30, 2010
  2. Jun 28, 2010
  3. Jun 25, 2010
  4. 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
  5. Apr 28, 2010
  6. 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
  7. Apr 20, 2010
  8. 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
  9. Apr 08, 2010
  10. Apr 06, 2010
  11. Mar 26, 2010
  12. Mar 23, 2010
  13. Mar 19, 2010
  14. Mar 18, 2010
  15. Mar 17, 2010
  16. Feb 26, 2010
  17. Feb 16, 2010
Loading