<table><tr><td style="">poboiko created this revision.<br />poboiko added reviewers: Baloo, Frameworks.<br />Herald added projects: Frameworks, Baloo.<br />Herald added a subscriber: kde-frameworks-devel.<br />poboiko requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D15960">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p><tt style="background: #ebebeb; font-size: 13px;">QDirIterator</tt> returns URLs for directories without trailing slash. We're using <tt style="background: #ebebeb; font-size: 13px;">QMimeDatabase::matchTypeForFile(MatchExtension)</tt>,<br />
which tries to guess mimetype based on file name only; and since we don't have trailing slash, it guesses it as <tt style="background: #ebebeb; font-size: 13px;">application/octet-stream</tt><br />
(generic type returned if <tt style="background: #ebebeb; font-size: 13px;">QMimeDatabase</tt> wasn't able to guess) instead of <tt style="background: #ebebeb; font-size: 13px;">inode/directory</tt>. Because of that, indexer does try to index folders<br />
(not a big problem, but still...)</p>

<p>Since we've already use <tt style="background: #ebebeb; font-size: 13px;">QFileInfo</tt>, use <tt style="background: #ebebeb; font-size: 13px;">isDir</tt> check instead.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>It builds. My home directory no longer pops up in <tt style="background: #ebebeb; font-size: 13px;">UnindexedFileIterator</tt></p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R293 Baloo</div></div></div><br /><div><strong>BRANCH</strong><div><div>check-dir (branched from master)</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D15960">https://phabricator.kde.org/D15960</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/file/modifiedfileindexer.cpp<br />
src/file/unindexedfileiterator.cpp</div></div></div><br /><div><strong>To: </strong>poboiko, Baloo, Frameworks<br /><strong>Cc: </strong>kde-frameworks-devel, ashaposhnikov, michaelh, astippich, spoorun, ngraham, bruns, abrahams<br /></div>