Skip to content
Snippets Groups Projects
  1. Sep 27, 2013
  2. Aug 30, 2013
  3. Mar 27, 2013
  4. Jan 29, 2013
  5. Oct 05, 2012
  6. Aug 06, 2012
  7. Jul 19, 2012
  8. Feb 15, 2012
  9. Jan 26, 2012
  10. Jan 16, 2012
  11. Jan 06, 2012
  12. Dec 19, 2011
  13. Nov 03, 2011
  14. Sep 20, 2011
  15. Sep 19, 2011
  16. Sep 13, 2011
  17. Sep 06, 2011
  18. Sep 05, 2011
  19. May 06, 2011
  20. Apr 13, 2011
  21. Feb 21, 2011
  22. Jan 12, 2011
  23. Dec 17, 2010
  24. Oct 11, 2010
  25. 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
  26. Jul 15, 2010
  27. Jul 12, 2010
  28. 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
  29. May 27, 2010
  30. May 21, 2010
  31. Mar 05, 2010
  32. Jan 11, 2010
  33. Oct 01, 2009
  34. Aug 14, 2009
  35. 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
Loading