Skip to content
Snippets Groups Projects
  1. Jan 07, 2010
  2. Jan 06, 2010
  3. Jan 05, 2010
  4. Jan 04, 2010
  5. Dec 21, 2009
  6. Dec 16, 2009
  7. Dec 15, 2009
  8. 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
  9. Dec 11, 2009
  10. Dec 09, 2009
  11. Dec 08, 2009
    • con's avatar
    • con's avatar
      "Goto" --> "Go to" in visible strings. · 4d93981b
      con authored
      4d93981b
    • Friedemann Kleint's avatar
      VCS: Introduce Base class for VCS plugins, use in git. · 8097879d
      Friedemann Kleint authored
      Fixes:
      - Cannot diff a file that does not belong to a project
      - Cannot commit when a temporary diff/log view is open
        due to the current file pointing to a temporary directory
      - git's project-related actions not passing the correct
        relative path.
      
      Implementation:
      - Centralize code to listen for Qt Creator's relevant state changes
        in VCSBasePlugin, dispatching the changes to the instances affected.
        (avoiding multiple invocations of searches/QFileInfo on current).
      - Do the same for the corelistener catching closing SubmitEditors.
      - Introduce VCSBasePluginState representing the relevant state
        (current file/project).
      - Call git with working directory set and relative arguments
      - Remove setEnabled/isEnabled() logic of IVersionControl
      - Pass toplevel from VCSManager to avoid duplicate searches.
      8097879d
  12. Dec 02, 2009
  13. Dec 01, 2009
  14. Nov 30, 2009
Loading