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