Bug 169112 - Cache at least one picture, for offline use
Summary: Cache at least one picture, for offline use
Status: RESOLVED FIXED
Alias: None
Product: plasma4
Classification: Plasma
Component: widget-comic (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Tobias Koenig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-14 11:19 UTC by Frank Sagurna
Modified: 2009-01-02 02:34 UTC (History)
0 users

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 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