Skip to content
Snippets Groups Projects
  1. Jan 08, 2014
  2. Dec 16, 2013
  3. Apr 17, 2013
  4. Mar 26, 2013
  5. Jan 29, 2013
  6. Oct 05, 2012
  7. Jul 19, 2012
  8. Jan 26, 2012
  9. Nov 04, 2011
  10. Nov 03, 2011
  11. Oct 20, 2011
  12. Sep 28, 2011
  13. Aug 16, 2011
  14. Jul 19, 2011
  15. Jul 07, 2011
  16. May 31, 2011
  17. May 06, 2011
  18. Apr 29, 2011
  19. Apr 26, 2011
  20. Apr 14, 2011
  21. Apr 13, 2011
  22. Mar 28, 2011
  23. Jan 17, 2011
    • con's avatar
      Add "never ask again" option to dialog asking about killing applications · edd7224c
      con authored
      The option is used for the stop button in the application output.
      Closing tabs will still ask unconditionally, also if applications would
      be killed as a side-effect, e.g. of closing Qt Creator.
      The Symbian controls also always ask, with a more descriptive text,
      because killing applications might have negative effect on the device in
      some cases.
      
      Reviewed-by: Friedemann Kleint
      Task-number: QTCREATORBUG-3119
      edd7224c
  24. Jan 12, 2011
  25. Jan 10, 2011
  26. Jan 07, 2011
  27. Dec 17, 2010
  28. Nov 12, 2010
  29. Oct 28, 2010
  30. Sep 08, 2010
  31. 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
  32. Jul 15, 2010
  33. Jul 14, 2010
    • dt's avatar
      Fix scrolling of compile output windwow again · 185bc0ee
      dt authored
      This time by porting to the ApplicationOutputwindow
      185bc0ee
    • dt's avatar
      Refactor OutputFormatter · 7862e312
      dt authored
      Move link handling code to outputwindow from OutputFormatter
      
      Move createOutputFormatter to the RunConfiguration
      
      That makes it easier for Qt4RunConfiguration et all.
      This also fixes that each time a runcontrol was rerun a new
      OutputFormatter was created without deleting the old one, thus
      increasing the memory usage.
      7862e312
Loading