While open, Parley saves the .kvtml file every few minutes, even if there were no changes at all. This is not really grave, but it is unnecessary; and it causes some little problems, I've seen the following (probably there are more) - it makes the .kvtml~ file pretty worthless (because unless you did something the last few minutes the two files are identical) - the file has a wrong mtime - it causes unnecessary io, which may not be insignificant anymore on net drives or when the file is synced somewhere etc Reproducible: Always Expected Results: Check if something changed since the last write
Git commit 8a512c2639229cc589995e6d4c3f3edeebe529e3 by Inge Wallin. Committed on 18/03/2014 at 11:03. Pushed by ingwa into branch 'KDE/4.13'. Fix bug 326429: Parley autosaves even when there is no change. REVIEW: post-review :) M +3 -1 TODO M +8 -1 src/parleydocument.cpp M +2 -0 src/parleydocument.h http://commits.kde.org/parley/8a512c2639229cc589995e6d4c3f3edeebe529e3
perfect, thank you! :)