Skip to content
Snippets Groups Projects
  1. Sep 16, 2010
  2. Sep 13, 2010
  3. Sep 08, 2010
  4. Aug 13, 2010
  5. Aug 10, 2010
  6. Jul 30, 2010
    • ck's avatar
      Maemo: Complete support for debugging via remote gdb. · ca7f4907
      ck authored
      1) Make sources available on device.
      2) Enable users to switch between gdb and gdbserver approach (users may not be able to use the former if they have no control over their firewall).
      
      Reviewed-by: kh1
      ca7f4907
  7. Jul 15, 2010
  8. Jul 14, 2010
  9. Jul 13, 2010
  10. Jul 12, 2010
  11. Jul 08, 2010
  12. Jul 06, 2010
  13. Jun 24, 2010
  14. Jun 23, 2010
  15. Jun 22, 2010
    • ck's avatar
      Maemo: Add option to disable packaging. · dd666a3a
      ck authored
      Task-number: QTCREATORBUG-1636
      Reviewed-by: kh1
      dd666a3a
    • 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
  16. Jun 21, 2010
  17. May 05, 2010
  18. 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
  19. Apr 20, 2010
  20. Apr 19, 2010
  21. Apr 15, 2010
  22. Apr 13, 2010
  23. Apr 12, 2010
  24. Apr 07, 2010
  25. Mar 18, 2010
  26. Mar 09, 2010
  27. Mar 05, 2010
  28. Feb 08, 2010
  29. Feb 03, 2010
Loading