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