Bug 245297 - Add option to limit number/disk space of downloaded comic strips
Summary: Add option to limit number/disk space of downloaded comic strips
Status: RESOLVED FIXED
Alias: None
Product: plasma4
Classification: Plasma
Component: widget-comic (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: Tobias Koenig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-21 10:53 UTC by Erik Esterer
Modified: 2010-10-29 11:12 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Esterer 2010-07-21 10:53:46 UTC
Version:           unspecified (using KDE 4.4.4) 
OS:                Linux

Having four comics added to this widget and reading through the old strips as well. So far the comic widget saved 6374 files consuming 236MB disk space. And it keeps growing.
Therefore I miss any option to limit the number or the disk space of downloaded comic strips. Or an option to limit them through a period of time, e.g. just the comic strips of the last two weeks/five days/etc.


Reproducible: Always
Comment 1 Matthias Fuchs 2010-10-29 11:12:41 UTC
SVN commit 1190955 by mfuchs:

Adds option to limit number of strips per comic to cache locally.
BUG:245297

 M  +5 -1      applets/comic/CMakeLists.txt  
 A             applets/comic/advancedsettings.ui  
 M  +27 -0     applets/comic/comic.cpp  
 M  +23 -0     applets/comic/configwidget.cpp  
 M  +7 -0      applets/comic/configwidget.h  
 M  +54 -2     dataengines/comic/cachedprovider.cpp  
 M  +11 -0     dataengines/comic/cachedprovider.h  
 M  +6 -0      dataengines/comic/comic.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1190955