Skip to content
Snippets Groups Projects
  1. Aug 26, 2010
  2. 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
  3. Aug 10, 2010
  4. Jul 15, 2010
  5. Jul 14, 2010
  6. Jul 13, 2010
  7. Jul 12, 2010
  8. Jul 08, 2010
  9. Jul 06, 2010
  10. Jun 24, 2010
  11. Jun 23, 2010
  12. 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
  13. Jun 21, 2010
  14. May 05, 2010
  15. 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
  16. Apr 20, 2010
  17. Apr 19, 2010
  18. Apr 15, 2010
  19. Apr 13, 2010
  20. Apr 12, 2010
  21. Apr 07, 2010
  22. Mar 18, 2010
  23. Mar 09, 2010
  24. Mar 05, 2010
  25. Feb 08, 2010
  26. Feb 03, 2010
  27. Jan 11, 2010
  28. Jan 06, 2010
Loading