Bug 236530 - PATCH: Propose useful filename when saving self-test report
Summary: PATCH: Propose useful filename when saving self-test report
Status: RESOLVED FIXED
Alias: None
Product: Akonadi
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 4.4
Platform: Gentoo Packages Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: Volker Krause
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-06 10:31 UTC by Thomas Fischer
Modified: 2010-05-07 20:45 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Patch to propose default filename for saved selftest report (798 bytes, patch)
2010-05-06 10:32 UTC, Thomas Fischer
Details

Note You need to log in before you can comment on or make changes to this bug.
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 :(