Skip to content
Snippets Groups Projects
  1. Sep 01, 2009
  2. Aug 28, 2009
  3. Aug 14, 2009
  4. Aug 13, 2009
  5. 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
  6. Jul 23, 2009
  7. Jul 22, 2009
  8. Jul 21, 2009
  9. Jul 20, 2009
  10. Jul 17, 2009
  11. Jul 15, 2009
  12. Jun 30, 2009
  13. Jun 24, 2009
  14. Jun 17, 2009
  15. 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
  16. Jun 15, 2009
  17. Jun 12, 2009
  18. 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
  19. May 27, 2009
  20. May 13, 2009
  21. May 04, 2009
  22. Apr 28, 2009
  23. Apr 24, 2009
  24. Apr 22, 2009
  25. Apr 20, 2009
  26. Apr 15, 2009
  27. Apr 08, 2009
  28. Apr 06, 2009
    • dt's avatar
      Make .user files a little more robust to be used in different paths · 6a55ca97
      dt authored
      Save a relative path to the .pro file. This means RunConfigurations can
      now be shared between platforms.
      Note: BuildConfigurations have two problems: The qt version id and the
      shadow build option. If the user doesn't use those two, then he is fine.
      6a55ca97
  29. Mar 26, 2009
Loading