Skip to content
Snippets Groups Projects
  1. Apr 01, 2010
  2. Mar 05, 2010
  3. Feb 24, 2010
    • con's avatar
      Compile · 00404240
      con authored
      00404240
    • con's avatar
      Don't begin global paths with '/' on windows. · 8c6fc0c4
      con authored
      Doing it creates huge delays, because it resolves to a network path.
      Also rename FolderNode::setFolderName to FolderNode::setDisplayName,
      because that's the name of the property.
      
      Task-number: QTCREATORBUG-695
      8c6fc0c4
  4. Feb 17, 2010
    • Kai Koehne's avatar
      Don't show error message if file added to qmlproject is picked up · b5646d35
      Kai Koehne authored
      Check for the case that a new file to be added to a .qmlproject
      is also automatically covered e.g. by a wildcard filter. In this
      case we don't have to do anything.
      b5646d35
    • Kai Koehne's avatar
      Disable adding of files to a .qmlproject · ba9a197e
      Kai Koehne authored
      The old code still assumed the old, plain text format, and just added
      the file path to the end of the file. This broke the new .qmlproject
      file format.
      
      Ideally QmlProject should be clever enough to check whether the file
      will be automatically picked up in the monitored directories, and if
      not added explicitly e.g. to QmlFiles { paths: ... }. Anyhow, this
      quick fix just shows every time an error message instead of destroying
      the .qmlproject file.
      ba9a197e
  5. Feb 16, 2010
  6. Feb 02, 2010
  7. Jan 29, 2010
  8. Dec 09, 2009
  9. Aug 14, 2009
  10. Jul 13, 2009
  11. 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
  12. May 08, 2009
  13. May 07, 2009
  14. May 04, 2009
  15. Mar 31, 2009
  16. Mar 20, 2009
  17. Mar 19, 2009
  18. Mar 18, 2009
  19. Mar 16, 2009
  20. Mar 13, 2009
  21. Mar 12, 2009
  22. Mar 10, 2009
Loading