poboiko added inline comments.
INLINE COMMENTS
> modifiedfileindexer.cpp:68
> QFileInfo fileInfo(filePath);
> -
> - // A folders mtime is updated when a new file is added / removed /
> renamed
> - // we don't really need to reindex a folder when that happens
> - // In fact, we never need to reindex a folder
> - if (timeInfo.mTime && fileInfo.isDir()) {
> + if (fileInfo.isSymLink()) {
> continue;
Does it also changes behavior of ModifiedFileIndexer? What happened to symlinks
before?
REPOSITORY
R293 Baloo
REVISION DETAIL
https://phabricator.kde.org/D21706
To: bruns, #baloo, ngraham, astippich, poboiko
Cc: kde-frameworks-devel, LeGast00n, domson, ashaposhnikov, michaelh,
astippich, spoorun, ngraham, bruns, abrahams