Skip to content
Snippets Groups Projects
  1. Jan 12, 2010
    • Friedemann Kleint's avatar
      VCS[hg, git]: Add support for repository creation. · d5271a08
      Friedemann Kleint authored
      Add repository creation operation to IVersionControl, implement for hg
      and git, add convenience slot with prompts to VCSBasePlugin.
      Add respective menu options and make menus are visible in case no VCS is
      active.
      Change project wizards extension page to list VCS that are capable of
      repository creation in a QComboBox in case the directory is not managed
      by another VCS (in which case it lists that one for operation 'add').
      On that occasion, polish the Project selection to use a QComboBox as
      well and add some smartness to find the most suitable project to add via
      path matching.
      d5271a08
  2. Jan 11, 2010
  3. Jan 08, 2010
  4. Jan 07, 2010
  5. Jan 06, 2010
  6. Jan 05, 2010
  7. Jan 04, 2010
  8. Dec 21, 2009
  9. Dec 16, 2009
  10. Dec 15, 2009
  11. 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
      Ignore hidden actions for the dummy shortcut eater · 50e45b76
      mae authored
      Reviewed-by: con
      50e45b76
    • mae's avatar
      Fixed disabled action shortcuts · 255e7d1d
      mae authored
      The patch introduces a dummy action which eats the respective
      shortcuts when the real action is disabled.
      This works around an issue on X11, where some Ctrl-shortcuts do
      insert printable text, for example Ctrl+. for the next bookmark.
      Without the patch, Ctrl+. would insert an unexpected '.' into
      the text when there are no bookmarks.
      
      Reviewed-by: con
      255e7d1d
    • 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
    • con's avatar
      1677ae37
  12. Dec 11, 2009
  13. Dec 09, 2009
Loading