Skip to content
Snippets Groups Projects
  1. Jul 19, 2012
  2. Feb 15, 2012
  3. Jan 26, 2012
  4. Jan 16, 2012
  5. Jan 06, 2012
  6. Dec 19, 2011
  7. Nov 03, 2011
  8. Sep 20, 2011
  9. Sep 19, 2011
  10. Sep 13, 2011
  11. Sep 06, 2011
  12. Sep 05, 2011
  13. May 06, 2011
  14. Apr 13, 2011
  15. Feb 21, 2011
  16. Jan 12, 2011
  17. Dec 17, 2010
  18. Oct 11, 2010
  19. Jul 23, 2010
    • con's avatar
      C++ symbols find filter for advanced find. · 2bda8675
      con authored
      Required refactoring of the search result window to show real trees of
      search results.
      
      The backend is the backend from the Locator filter, which is a bit
      outdated now.
      2bda8675
  20. Jul 15, 2010
  21. Jul 12, 2010
  22. Jun 24, 2010
    • con's avatar
      Use iterator instead of collecting all the files to search beforehand. · e8c0c789
      con authored
      Especially for the file system filter, it's better not to block while
      collecting all the file names by first iterating over the file system.
      Now, the filters return an iterator, and the search thread takes a file
      from it, searches it, and takes the next file.
      
      This also unifies the file iterator for the custom locator filters and
      the find in files on file system search filter.
      
      Task-number: QTCREATORBUG-1690
      e8c0c789
  23. May 27, 2010
  24. May 21, 2010
  25. Mar 05, 2010
  26. Jan 11, 2010
  27. Oct 01, 2009
  28. Aug 14, 2009
  29. 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
  30. Apr 03, 2009
  31. Feb 25, 2009
  32. Jan 20, 2009
  33. Jan 13, 2009
Loading