Version: (using KDE 4.4.2) Installed from: Gentoo Packages This simple patch proposes a useful filename when saving reports from the Akonadi selftest. It is similar to DrKonqi which proposes a filename based on crash application name and date/time.
Created attachment 43297 [details] Patch to propose default filename for saved selftest report
SVN commit 1124092 by tmcguire: Better default filename for the selftest dialog save function. Patch by Trevor Fischer <fischer at unix-ag.uni-kl dot de>, thank you! BUG: 236530 M +5 -1 selftestdialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1124092
Ok, I committed this patch now, thanks you for your contribution, Thomas! I just made one minor modification: I added "const" to the declaration of the default filename variable, to make it const-correct. Sorry for the wrong name in the commit message :(