Bug 169112

Summary: Cache at least one picture, for offline use
Product: [Plasma] plasma4 Reporter: Frank Sagurna <fgunni>
Component: widget-comicAssignee: Tobias Koenig <tokoe>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Frank Sagurna 2008-08-14 11:19:20 UTC
Version:            (using KDE 4.1.0)
Installed from:    Ubuntu Packages
OS:                Linux

Good idea would be to cache at least one comic, so if you are offline, the comic plasmoid does not look so empty.
Comment 1 Matthias Fuchs 2009-01-02 02:06:29 UTC
SVN commit 904353 by mfuchs:

In case of an error the last cached comic is returned as previous comic.
BUG:169112


 M  +8 -2      cachedprovider.cpp  
 M  +5 -0      cachedprovider.h  
 M  +58 -22    comic.cpp  
 M  +2 -0      comic.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=904353
Comment 2 Matthias Fuchs 2009-01-02 02:34:31 UTC
SVN commit 904361 by mfuchs:

Automatically load the last cached comic in case of an error.
BUG:169112


 M  +16 -3     comic.cpp  


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