Skip to content
Snippets Groups Projects
  1. Jul 02, 2010
  2. May 17, 2010
  3. Apr 30, 2010
    • dt's avatar
      Add Clean and rebuild sub dir · ff61f229
      dt authored
      Also change the strings slightly.
      
      Task-Nr:   QTCREATORBUG-1295
      Task-Nr:   QTCREATORBUG-1296
      ff61f229
  4. Mar 05, 2010
  5. Feb 17, 2010
  6. Jan 13, 2010
    • dt's avatar
      Add Build to the right click menu of sub projects for Qt4 Projects · fb3ae97d
      dt authored
      They do what you expect them to do, that is build only a subtree.
      The implementation is a little bit strange. We temporarly set the sub
      node to be built on the BuildConfiguration, enqueue that
      BuildConfiguration (which calls BuildStep::init()), and then reset that
      temporary value.
      
      A more general way would be to have the ability to extend
      BuildConfiguration::buildProject() in a way that additional data can be
      passed to the BuildSteps.
      
      Task-Nr: QTCREATOR-5
      Task-Nr: QTCREATORBUG-44
      fb3ae97d
  7. Dec 08, 2009
    • Tobias Hunger's avatar
      Cleanup Qt4ProjectManager. · e3865256
      Tobias Hunger authored
       * Remove unnecessary headers.
       * Remove hardly used variables.
       * QTC_ASSERT before using a pointer which might be 0.
      
      Reviewed-by: dt
      e3865256
  8. Aug 14, 2009
  9. 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
  10. May 12, 2009
    • dt's avatar
      Even more compile fixes. · c0d4770c
      dt authored
      c0d4770c
    • 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
  11. Apr 22, 2009
  12. Feb 25, 2009
  13. Jan 20, 2009
  14. Jan 13, 2009
  15. Dec 16, 2008
  16. Dec 02, 2008
Loading