Skip to content
Snippets Groups Projects
  1. Aug 14, 2009
  2. Jul 20, 2009
  3. Jul 15, 2009
  4. Jun 24, 2009
  5. Jun 17, 2009
  6. 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
  7. Jun 12, 2009
  8. 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
  9. May 27, 2009
  10. May 13, 2009
  11. Apr 28, 2009
    • dt's avatar
      Fix $$OUT_PWD not beeing set for finding the target/destdir · 6c5e23f1
      dt authored
      Qt Creator wouldn't find the correct target if shadow building a project
      that uses $$OUT_PWD, like for example itemviews-ng.
      We didn't set the necessary variable on the ProFileReader *, simplified
      the code to always use a ProFileReader created for the exact
      profilenode.
      6c5e23f1
  12. Mar 26, 2009
  13. Mar 25, 2009
    • dt's avatar
      Change the way the debugging library is build and found, yet again. · e21a74cb
      dt authored
      We used to build a helper library as part of the project. First with the
      qmake -after SOURCES= stuff and after until now with the
      gdbmacrosbuildstep. Now, the all new and fancy integretation directtly
      into the qt version dialog. You build the debugger library once for
      each qt version and then it's there ready to be loaded into each
      project build against that qt version. Saves a lot of time.
      And makes it possible to also load that library into while debuggign a
      cmake project. (Need to hook that up now.)
      Unfourtanetly this breaks the custom dumpers if you use a custom run
      executable.
      e21a74cb
  14. Mar 20, 2009
  15. Mar 19, 2009
    • dt's avatar
      Fixes: Handle debug and release scopes for TARGET and DESTDIR · b3ec859c
      dt authored
      Task:     247606
      Details:  Remove all the magic which build on top of the cumalative
      parser. Instead trust the exact parsing to get those variables correct.
      This required a bug fix in the profile evaluator, done with ossi.
      Hopefully this doesn't break windows/mac. Will check.
      b3ec859c
  16. Feb 27, 2009
  17. Feb 25, 2009
  18. Feb 02, 2009
  19. Jan 27, 2009
  20. Jan 13, 2009
  21. Dec 16, 2008
  22. Dec 02, 2008
Loading