Skip to content
Snippets Groups Projects
  1. Jul 31, 2009
  2. Jul 28, 2009
  3. Jul 21, 2009
  4. Jul 16, 2009
  5. Jul 10, 2009
  6. Jul 09, 2009
  7. 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
    • Friedemann Kleint's avatar
      86284e43
  8. Jun 12, 2009
  9. Jun 11, 2009
  10. Jun 08, 2009
  11. Jun 04, 2009
  12. Jun 03, 2009
  13. May 26, 2009
  14. May 25, 2009
    • kh's avatar
      Fix crash on shutdown. · 9943ec7d
      kh authored
      The onModeChanged gets always called, even after shutdown where we
      already had deleted the DebuggerManager. Don't access the 0 pointer.
      9943ec7d
    • hjk's avatar
      debugger: basic support for reverse debugging · 5ff00c84
      hjk authored
      works only with gbd 7.0 so far.
      5ff00c84
    • 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
    • con's avatar
      Fix floating dock widget support in debug mode. · 8951302a
      con authored
      The dock widget visibility was not saved/restored correctly, and pulling
      floating dock widgets back into the layout didn't remove the header
      widget in case of locked mode.
      Now we track visibility and floating state of dock widgets directly.
      8951302a
  15. May 19, 2009
  16. May 15, 2009
  17. May 14, 2009
    • Friedemann Kleint's avatar
      Added ToolTip support for CDB. · 0e3aa47f
      Friedemann Kleint authored
      
      Make debugger tooltip API more general, have the engines check the
      correct file type, figure out the expression and context from the text
      editor.
      
      Put common functionality in watchutils.cpp. In the CDB engine, check
      whether a tooltip expression is a known variable within the stack frame
      context. If so, retrieve via symbol group or dumpers. Cache by function
      and expression.
      Reviewed-by: default avatarhjk <qtc-committer@nokia.com>
      0e3aa47f
  18. May 11, 2009
  19. May 08, 2009
  20. May 07, 2009
  21. May 06, 2009
  22. May 05, 2009
  23. May 04, 2009
  24. Apr 28, 2009
  25. Apr 17, 2009
Loading