Bug 236530

Summary: PATCH: Propose useful filename when saving self-test report
Product: [Frameworks and Libraries] Akonadi Reporter: Thomas Fischer <fischer>
Component: generalAssignee: Volker Krause <vkrause>
Status: RESOLVED FIXED    
Severity: wishlist CC: kdepim-bugs
Priority: NOR    
Version: 4.4   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Unspecified   
Latest Commit: Version Fixed In:
Attachments: Patch to propose default filename for saved selftest report

Description Thomas Fischer 2010-05-06 10:31:01 UTC
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.
Comment 1 Thomas Fischer 2010-05-06 10:32:38 UTC
Created attachment 43297 [details]
Patch to propose default filename for saved selftest report
Comment 2 Thomas McGuire 2010-05-07 20:43:27 UTC
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
Comment 3 Thomas McGuire 2010-05-07 20:45:58 UTC
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 :(