Skip to content
Snippets Groups Projects
  1. Sep 17, 2010
  2. Sep 16, 2010
  3. Jul 21, 2010
  4. Jul 12, 2010
  5. Jun 25, 2010
    • Friedemann Kleint's avatar
      Debugger[Trk]: Added TCF experimental adapter. · beba423a
      Friedemann Kleint authored
      Added adapter to work with TCF over WLAN.
      Factor out common code for Symbian from TrkAdapter.
      Improve message logging in TrkGdbAdapter, some cleanup.
      Added new TcfTrkGdbAdapter based on TcfTrkDevice
      in symbianutils based on JSON, using QTcpSocket.
      To be started via special @tcf@ argument.
      Rubber-stamped-by: hjk
      beba423a
  6. Jun 11, 2010
  7. 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
  8. May 12, 2010
  9. May 05, 2010
    • hjk's avatar
      Revive TCF agent · a945e963
      hjk authored
      This mainly reverts commit ba47987e.
      
      Conflicts:
      
      	src/plugins/debugger/debugger.pro
      	src/plugins/debugger/debuggermanager.cpp
      	src/plugins/debugger/debuggermanager.h
      	src/plugins/debugger/debuggerplugin.cpp
      	src/plugins/debugger/debuggerplugin.h
      a945e963
  10. Mar 29, 2010
  11. Mar 17, 2010
  12. Mar 09, 2010
  13. Mar 05, 2010
  14. Mar 04, 2010
  15. Jan 29, 2010
  16. Dec 16, 2009
  17. Dec 11, 2009
  18. Dec 10, 2009
  19. Oct 16, 2009
  20. Oct 08, 2009
  21. Oct 05, 2009
  22. Sep 23, 2009
  23. Aug 19, 2009
    • Friedemann Kleint's avatar
      Debugger: Fix memory display · 76c226df
      Friedemann Kleint authored
      - Watchwindow: Do not open Address dialog if menu is canceled (act = 0
        matching the unitialized unknown memory action)
      - Actually pass the address of the dialog to the agent
      - Make the "Open Memory editor..." action always visible to be able to
        look at const char *x pointing at y
      - Improve the address dialog with checking and dialog button box
      - Explicitly pass the quint64 around
      - Translate & purge
      76c226df
  24. Aug 14, 2009
  25. Aug 07, 2009
  26. 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
  27. Jun 12, 2009
  28. May 25, 2009
    • Friedemann Kleint's avatar
      Enabled passing on PIDs from the command line to the debugger. · c4a0abcd
      Friedemann Kleint authored
      Introduced struct DebuggerStartParameters to pass around
      start parameters, removing the need for the engines to
      access private members of DebuggerManager. Pass it
      to DebuggerManager::startNewDebugger() and move
      the GUI parts of that function into DebuggerPlugin,
      making it possible to create the struct from command line
      parameters. Introduce command line parsing with a few more
      -enable-xx options. Introduce warning() to debugger panel
      in the CDB engine.
      
      On this occasion, clean out a few trailing whitespaces.
      c4a0abcd
  29. May 19, 2009
  30. May 07, 2009
  31. May 06, 2009
  32. May 04, 2009
  33. Apr 10, 2009
Loading