Skip to content
Snippets Groups Projects
  1. Aug 14, 2009
  2. Aug 06, 2009
    • dt's avatar
      Rework the project settings. · dbe5a6f3
      dt authored
      This has still a few missing things, but this enough to start getting
      some feedback. Missing are non qt projects, a solution for the
      runconfiguration, a missing black line between the treeview on top and
      the project settings at the bottom. Some flickering with removing/adding
      widgets to the QScrollArea and not showing the expanded widget if the
      Details button is right at the bottom.
      dbe5a6f3
  3. Jul 24, 2009
    • dt's avatar
      More import fixes and tweaks · 15471e64
      dt authored
      Don't add -spec foo to the additional Arguments if foo is the same as
      the default mkspec. This makes the common case better, while breaking if
      you have QMAKESPEC set in teh environment and used -spec foo to override
      it.
      15471e64
  4. Jul 23, 2009
  5. Jul 22, 2009
  6. Jul 21, 2009
  7. Jul 14, 2009
    • con's avatar
      Delete toolchain in more intelligent way. · 67438b57
      con authored
      Create a new one and check if it's the same as the old one,
      has the advantage that cached data doesn't need to be retrieved again.
      It was that way before tool chain was moved to Qt4Project.
      67438b57
  8. Jul 03, 2009
    • dt's avatar
      Allow restoreSettings() to fail, · e524f524
      dt authored
      E.g. cmake pops up a wizard then, the running of cmake can fail though.
      Now you don't end i[ with a empty project then. The error reporting in
      that case is not yet optimal.
      e524f524
  9. Jun 24, 2009
  10. 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
  11. May 27, 2009
  12. May 25, 2009
  13. May 12, 2009
    • dt's avatar
      Compile · a6705ff8
      dt authored
      a6705ff8
    • dt's avatar
      Adds dynamic ui completion. Wohoo :) · af199594
      dt authored
      This means, creating a new project, we immediately have completion for
      the ui file. Also adding stuff to the ui file now changes the codemodel
      immediately.
      
      Yet todo, are tests under windows and suppressing a warning if the form
      contains a toplevel spacer.
      af199594
  14. May 04, 2009
  15. Apr 28, 2009
  16. Apr 22, 2009
  17. Mar 19, 2009
  18. Mar 16, 2009
  19. Feb 25, 2009
  20. Feb 11, 2009
    • dt's avatar
      Fixes: Add ToolChain classes. · 15e2ac46
      dt authored
      Details:  These classes replace a number of classes with differing
      interfaces by just one class. The design isn't quite perfect, but a lot
      better than what it used to be. Also moved the ToolChain classes to the
      projectexplorerm so that eventually the cmake plugin can also use them.
      15e2ac46
  21. Jan 28, 2009
    • dt's avatar
      Fixes: On session restore, start less indexers. · d2682828
      dt authored
      Details:  This should improve performance a bit. Instead of starting on indexer per .pro file, schedule and compress updates of ui files. And don't update if we have a full project code model update scheduled anyway. Which helps the startup case.
      d2682828
  22. Jan 13, 2009
  23. Dec 16, 2008
  24. Dec 05, 2008
  25. Dec 02, 2008
Loading