Skip to content
Snippets Groups Projects
  1. Mar 30, 2010
  2. Mar 26, 2010
  3. Mar 25, 2010
  4. Mar 23, 2010
  5. Mar 19, 2010
  6. Mar 18, 2010
  7. Mar 17, 2010
  8. Mar 11, 2010
  9. Mar 10, 2010
  10. Mar 05, 2010
  11. Feb 23, 2010
  12. Feb 16, 2010
  13. Feb 15, 2010
  14. Feb 12, 2010
  15. Feb 11, 2010
  16. Feb 10, 2010
  17. Feb 08, 2010
  18. Feb 03, 2010
  19. Jan 29, 2010
  20. Jan 15, 2010
  21. Jan 11, 2010
  22. Jan 07, 2010
    • Tobias Hunger's avatar
      Make method naming more consistent. · a6ad7737
      Tobias Hunger authored
        * Use id() for methods returning a string used to represent
          some type of object.
        * Use displayName() for strings that are meant to be user
          visible.
        * Quieten some warnings while touching the files anyway.
        * Move Factories to their products in the plugins where that
          was not done before.
      
      Reviewed-by: dt
      a6ad7737
  23. Jan 06, 2010
  24. Dec 14, 2009
    • Friedemann Kleint's avatar
      Debugger: Enable attaching with -client option. · bd8d2b0b
      Friedemann Kleint authored
      
      Make it possible to trigger a debug-attach in a running instance
      of Qt Creator by means of -client, use that in qtcdebugger, thus
      enabling it to attaching to crashing executables in run mode
      (Windows/CDB).
      
      Modify IPlugin and application so that the complete command line is
      serialized and transmitted to a running instance via QtSingleApplication
      if -client is specified. Introduce IPlugin::remoteArgument and use that
      in core for opening files and in the debugger for attaching.
      
      Use -client in qtcdebugger with some logic to keep it alive as long as
      the debuggee, make CDB break in that case as the events are not replayed
      correctly in case the debugger is not spawned by the registered handler.
      Rubber-stamped-by: default avatarcon <qtc-committer@nokia.com>
      bd8d2b0b
    • mae's avatar
      Add a minimize/maximize action to the output pane · 43515f1c
      mae authored
      This is part of a bigger change to get rid of the output mode.
      
      Reviewed-by: con
      43515f1c
  25. Dec 11, 2009
  26. Dec 10, 2009
Loading