Skip to content
Snippets Groups Projects
  1. Jul 02, 2010
  2. Jun 30, 2010
  3. Jun 25, 2010
    • Friedemann Kleint's avatar
      Debugger[Trk]: Added TCF experimental adapter. · beba423a
      Friedemann Kleint authored
      Added adapter to work with TCF over WLAN.
      Factor out common code for Symbian from TrkAdapter.
      Improve message logging in TrkGdbAdapter, some cleanup.
      Added new TcfTrkGdbAdapter based on TcfTrkDevice
      in symbianutils based on JSON, using QTcpSocket.
      To be started via special @tcf@ argument.
      Rubber-stamped-by: hjk
      beba423a
  4. Jun 23, 2010
  5. Jun 22, 2010
    • hjk's avatar
      c5c0dc76
    • hjk's avatar
    • Friedemann Kleint's avatar
      Compile Windows. · ecff29be
      Friedemann Kleint authored
      ecff29be
    • hjk's avatar
      debugger: link fix · 0f1290b0
      hjk authored
      0f1290b0
    • 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
  6. Jun 15, 2010
  7. Jun 14, 2010
  8. Jun 10, 2010
  9. Jun 07, 2010
  10. May 12, 2010
  11. May 03, 2010
    • dt's avatar
      Add a runMode method to the RunControl · f4ea0d79
      dt authored
      And use it to implement changing the run icon in the application output.
      That implementation does only support the two run modes run and debug
      for now. Further abstraction for more run modes to be done once needed.
      
      Task-Nr:   QTCREATORBUG-1232
      f4ea0d79
  12. Apr 21, 2010
  13. Apr 19, 2010
  14. Apr 16, 2010
  15. 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
  16. Apr 14, 2010
  17. Mar 18, 2010
  18. Mar 05, 2010
  19. Feb 10, 2010
  20. Feb 09, 2010
    • Tobias Hunger's avatar
      Integrate target support · d1bdfcc3
      Tobias Hunger authored
       * Ease cross device development by introducing 'targets' which
         group build- and runsettings that are valid for this one target
      
       Most of the kudos for the code review go to dt. Con, thorbjorn,
       ckandler and others did also review parts of this patch.
      
      Reviewed-by: dt
      d1bdfcc3
  21. Dec 16, 2009
  22. Nov 30, 2009
  23. Nov 19, 2009
Loading