Instead of skipping generating previews on encrypted filesystems, do create them but don't cache.
BUG: 411919
FIXED-IN: 5.70
ivan | |
dfaure | |
ngraham |
Frameworks |
Instead of skipping generating previews on encrypted filesystems, do create them but don't cache.
BUG: 411919
FIXED-IN: 5.70
Lint Skipped |
Unit Tests Skipped |
General idea looks sane to me. Thanks for working on this; it's been one of those minor annoyances of mine.
src/widgets/previewjob.cpp | ||
---|---|---|
718 ↗ | (On Diff #79991) | unrelated change |
Works and looks good to me modulo one comment, but let's wait for the other reviewers too.
src/widgets/previewjob.cpp | ||
---|---|---|
692 | const |
src/widgets/previewjob.cpp | ||
---|---|---|
697 ↗ | (On Diff #79985) | Since you are already changing this, move these two checks to the line after bSave - short-circuit logic to skip calling ->property and the rest if these two are not satisfied. |
src/widgets/previewjob.cpp | ||
---|---|---|
307 ↗ | (On Diff #79985) | "for which will be used" ... remove for ? |
src/widgets/previewjob.cpp | ||
---|---|---|
718 ↗ | (On Diff #79991) | Now there are extra spaces on that line. :) |