Skip to content
Snippets Groups Projects
  1. Oct 12, 2009
  2. Oct 05, 2009
  3. Oct 01, 2009
  4. Sep 29, 2009
  5. Sep 25, 2009
    • Friedemann Kleint's avatar
      Rename IRunConfigurationRunner -> IRunControlFactory... · 978cf4bd
      Friedemann Kleint authored
      and ApplicationRunConfiguration to LocalApplicationRunConfiguration,
      preparing remote debugging. Change the interface canRun() to be const,
      run() to create() (since it does not run anything), use references
      to the QSharedPointer<Foo>. Introduce d-Pointer and remove
      unneeded headers from ProjectExplorerPlugin and add missing includes
      everywhere.
      978cf4bd
  6. Sep 23, 2009
  7. Sep 17, 2009
  8. Sep 01, 2009
  9. Aug 28, 2009
  10. Aug 14, 2009
  11. Aug 13, 2009
  12. Aug 05, 2009
    • con's avatar
      Start on rvct support. · fe92b40f
      con authored
      It works, except that the code model doesn't get the rvct include
      directories and defines yet. And you need to have everything for
      rvct set up in your environment.
      fe92b40f
  13. Jul 23, 2009
  14. Jul 22, 2009
  15. Jul 21, 2009
  16. Jul 20, 2009
  17. Jul 17, 2009
  18. Jul 15, 2009
  19. Jun 30, 2009
  20. Jun 24, 2009
  21. Jun 17, 2009
  22. 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
    • dt's avatar
      Fixes identifing the right WD for .pro chaning debug_and_release · a446491a
      dt authored
      CONFIG+=debug_and_release not working on linux and
      CONFIG-=debug_and_release not working on windows.
      The logic should be now correct. That is the profile reader reads the
      values that are set for the qt build, gets qmake arguments which we
      might pass on the command line and reads the .pro files, and in the end
      we are interested what CONFIG contains. Patch from Michael Karcher
      
      Task-number: 254925
      a446491a
  23. Jun 15, 2009
  24. Jun 12, 2009
  25. Jun 02, 2009
    • dt's avatar
      Add a few options to the runconfigurations base environment · 48167ee5
      dt authored
      Note: This code should be shared between Qt4RunConfiguration,
      CMakeRunConfiguration and CustomRunExecutable. Also we are approaching
      other IDEs like configuraion options for setting the environment.
      Without having a good GUI for that. I'll probably be redesigning this
      for 1.3 or 1.4.
      48167ee5
  26. May 27, 2009
  27. May 13, 2009
Loading