Skip to content
Snippets Groups Projects
  1. Oct 04, 2010
  2. Aug 26, 2010
  3. Aug 20, 2010
    • Friedemann Kleint's avatar
      Debugger: Refactor run control termination. · 6840c1d1
      Friedemann Kleint authored
      Fix breakage introduced by the new asynchronous stop() methods
      of the debugger run controls. Allow for RunControl::stop() to
      be asynchronous by introducing a return enumeration indicating
      that. Introduce additional method aboutToStop() asking user
      to quit (tie that to the RunControl instead of having to hack
      the behaviour elsewhere).
      If asynchronous stop is detected, terminate the ProjectExplorer
      asynchronously.
      This makes the behaviour consistent across switching sessions/
      closing outputwindow tabs and quitting Qt Creator.
      
      Reviewed-by: dt
      Rubber-stamped-by: hjk
      6840c1d1
  4. Aug 17, 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 29, 2010
  8. Jul 15, 2010
  9. Jul 14, 2010
  10. Jul 13, 2010
  11. Jul 12, 2010
  12. Jul 08, 2010
  13. Jul 07, 2010
  14. Jul 06, 2010
  15. Jul 02, 2010
  16. Jun 24, 2010
  17. Jun 23, 2010
  18. Jun 22, 2010
    • ck's avatar
      Maemo: Add option to disable packaging. · dd666a3a
      ck authored
      Task-number: QTCREATORBUG-1636
      Reviewed-by: kh1
      dd666a3a
    • Friedemann Kleint's avatar
      Compile Windows. · ecff29be
      Friedemann Kleint authored
      ecff29be
    • 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
  19. Jun 21, 2010
  20. Jun 14, 2010
    • hjk's avatar
      debugger: start 'runcontrol-ification' of the debugger plugin. · 97edcb79
      hjk authored
      This replaces most uses of DebuggerStartParameters by DebuggerRunControl
      which is a simple RunControl with a DebuggerStartParameters member.
      
      Plan is to move all global state to the run controls, and possibly
      introduce specialized ones for core debugging etc.
      97edcb79
  21. May 20, 2010
    • ck's avatar
      c6ef8996
    • kh1's avatar
      Long overdue changes and refactoring for qemu handling. · c6fef3ef
      kh1 authored
      Fixes: - react on build/ run configuration changes
             - now notices environment changes, like switching Qt versions
             - start button is now only shown if we have a valid qemu runtime
             - enabled/ disabled state works properly when loading a project
      
      Task-number: QTCREATOR-210, QTCREATORBUG-1252, QTCREATORBUG-1082
      Reviewed-by: ck
      c6fef3ef
    • kh1's avatar
      Long overdue changes and refactoring for qemu handling. · 91093805
      kh1 authored
      Fixes: - react on build/ run configuration changes
             - now notices environment changes, like switching Qt versions
             - start button is now only shown if we have a valid qemu runtime
             - enabled/ disabled state works properly when loading a project
      
      Task-number: QTCREATOR-210, QTCREATORBUG-1252, QTCREATORBUG-1082
      Reviewed-by: ck
      91093805
  22. May 19, 2010
  23. May 12, 2010
  24. May 05, 2010
  25. May 03, 2010
  26. Apr 26, 2010
    • ck's avatar
      Move SSH functionality out of the Qt4ProjectManager. · 9ece8a41
      ck authored
      It does not conceptually belong there, and several people have
      asked for an interface to use the functionality in their own
      plugins.
      
      Task-number: QTCREATORBUG-1204
      Reviewed-by: kh1
      9ece8a41
  27. Apr 20, 2010
Loading