Revision 96acbfd...
Go back to digest for 27th April 2014Bug Fixes in KDE Base
Vishesh Handa committed changes in [baloo/KDE/4.13] /file:
FileIndexingJob: Pause it when on battery
The FileIndexingJob normally just takes one iteration, except in the few
exceptional cases when there is an offending file. In those cases, we
try to call the extractor again with half those files, and keep
splitting until we find the offending file.
Normally, the file indexer is never run when on battery, so this patch
just makes sure the error detection code is not run when on battery and
the file indexer was already running.
File Changes
Modified 6 files
- /file
- srcindexingjob.cpp
- srcindexingjob.h
- srcindexingqueue.cpp
- srcindexingqueue.h
- src/indexingqueue.cpp
- src/indexingqueue.h
6 files changed in total