Skip to content
Snippets Groups Projects
  1. Sep 24, 2010
  2. Jul 02, 2010
  3. May 21, 2010
    • Friedemann Kleint's avatar
      VCS: Show message box on timeouts/Add SSH prompt. · 5364f5c1
      Friedemann Kleint authored
      - Use message boxes on timeouts.
      - Add a configuration for a graphical SSH password prompt binary with
      defaults
      - Launch commands that require authentification with no terminal on UNIX
      and environment variable SSH_ASKPASS set accordingly.
      - First attempt at introduce a common function to synchronously run VCS
      commands in base plugin with flags.
      - Use standard execution log entries in all VCS plugins (outputwindow).
      5364f5c1
  4. Mar 19, 2010
  5. Mar 05, 2010
  6. Mar 01, 2010
    • Friedemann Kleint's avatar
      VCS: Fix time-out handling for synchronous processes. · a1fed931
      Friedemann Kleint authored
      Introduce static utilities to Utils::SynchronousProcess
      for synchronous processes that mimicks the handling
      of Utils::SynchronousProcess (apply timeout after no
      more data are available on stdout/stderr as opposed
      to waitForFinished()).
      
      Task-number: QTCREATORBUG-777
      a1fed931
  7. Feb 26, 2010
    • Friedemann Kleint's avatar
      Git: Improve Timeouts. · 214679d6
      Friedemann Kleint authored
      - Observe timeout setting when running synchronous commands.
      - Increase Default on Windows
      - Stop process with terminate first (signal).
      Task-number: QTCREATORBUG-777
      214679d6
  8. Jan 29, 2010
  9. Nov 27, 2009
  10. Nov 11, 2009
  11. Nov 10, 2009
  12. Nov 09, 2009
  13. Oct 01, 2009
  14. Aug 14, 2009
  15. Jul 17, 2009
  16. Jun 16, 2009
    • con's avatar
      Cherry-pick: Update license headers and sales contact details. · 2919c210
      con authored
      Reviewed-by: Trust Me
      
      Conflicts:
      
      	src/libs/cplusplus/CppBindings.cpp
      	src/libs/cplusplus/CppBindings.h
      	src/libs/cplusplus/FastPreprocessor.cpp
      	src/libs/cplusplus/FastPreprocessor.h
      	src/plugins/cpptools/cppcurrentdocumentfilter.cpp
      	src/plugins/cpptools/cppcurrentdocumentfilter.h
      	src/plugins/cpptools/cppsemanticsearch.cpp
      	src/plugins/cpptools/cppsemanticsearch.h
      	src/plugins/duieditor/parser/qmljs.g
      	src/plugins/duieditor/parser/qmljsast.cpp
      	src/plugins/duieditor/parser/qmljsast_p.h
      	src/plugins/duieditor/parser/qmljsastfwd_p.h
      	src/plugins/duieditor/parser/qmljsastvisitor.cpp
      	src/plugins/duieditor/parser/qmljsastvisitor_p.h
      	src/plugins/duieditor/parser/qmljsengine_p.cpp
      	src/plugins/duieditor/parser/qmljsengine_p.h
      	src/plugins/duieditor/parser/qmljsgrammar.cpp
      	src/plugins/duieditor/parser/qmljsgrammar_p.h
      	src/plugins/duieditor/parser/qmljslexer.cpp
      	src/plugins/duieditor/parser/qmljslexer_p.h
      	src/plugins/duieditor/parser/qmljsmemorypool_p.h
      	src/plugins/duieditor/parser/qmljsnodepool_p.h
      	src/plugins/duieditor/parser/qmljsparser.cpp
      	src/plugins/duieditor/parser/qmljsparser_p.h
      	src/plugins/duieditor/parser/qmljsprettypretty.cpp
      	src/plugins/duieditor/parser/qmljsprettypretty_p.h
      	src/plugins/duieditor/rewriter/rewriter.cpp
      	src/plugins/duieditor/rewriter/rewriter_p.h
      	src/plugins/duieditor/rewriter/textwriter.cpp
      	src/plugins/duieditor/rewriter/textwriter_p.h
      	src/shared/cplusplus/ASTClone.cpp
      	tests/manual/cplusplus/main.cpp
      2919c210
    • Jason McDonald's avatar
      Update license headers and sales contact details. · 884b7af7
      Jason McDonald authored
      Reviewed-by: Trust Me
      884b7af7
  17. Jun 02, 2009
  18. May 29, 2009
    • Friedemann Kleint's avatar
      Fixed b390e56d · 07e589ef
      Friedemann Kleint authored
      Do not check for existence of the binary, breaks on Windows
      due to .exe (and potentially paths). Use waitForStarted().
      On this occasion, kill on timeout in case of password prompts.
      07e589ef
  19. May 28, 2009
  20. Apr 09, 2009
  21. Mar 17, 2009
  22. Feb 25, 2009
  23. Feb 19, 2009
  24. Feb 13, 2009
    • lowinu's avatar
      Fixes: add timeout value to git plugin · b6c15d1b
      lowinu authored
      RevBy:    tba
      Details:  - as on windows some git commands take much longer it happens fairly often, that git timeouts.
                - added a timeout value to the option to let the user choose maximum timeout value (minimum is 10 seconds, maximum 5 minutes)
      b6c15d1b
  25. Jan 20, 2009
  26. Jan 19, 2009
  27. Jan 13, 2009
Loading