Bug 245297

Summary: Add option to limit number/disk space of downloaded comic strips
Product: [Plasma] plasma4 Reporter: Erik Esterer <erik.esterer>
Component: widget-comicAssignee: Tobias Koenig <tokoe>
Status: RESOLVED FIXED    
Severity: wishlist CC: mat69
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

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