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
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
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 #80024) | 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 | 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 | "for which will be used" ... remove for ? |
src/widgets/previewjob.cpp | ||
---|---|---|
718 ↗ | (On Diff #80024) | Now there are extra spaces on that line. :) |