pipwilson / wxvenus

Automatically exported from code.google.com/p/wxvenus
0 stars 0 forks source link

Refresh status #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
 at the moment we only load wxvenuscache.xml on startup (and it's only
created if it didn't already exist).

Since we load most things into memory as we go, we should be able to modify
the file underneath on the fly, without disrupting the user.

    * Tools -> Refresh 

(although this could become a toolbar button I suppose) 

Presumably if this tied in properly with the GUI venus config we could
force Venus to re-run as well as just re-reading the cache.

Original issue reported on code.google.com by phil.wilson on 22 Mar 2008 at 11:47

GoogleCodeExporter commented 9 years ago
in fact, we shouldn't need to do this because items are loaded on feed 
selection. The
only change a "refresh" might give is to add more feeds to the feedlist.

Running venus in a background thread would be nice though.

Original comment by phil.wilson on 26 Mar 2008 at 3:17

GoogleCodeExporter commented 9 years ago
Fixed in rev #36. Added a menu item which triggers a regeneration of the cache 
file.
This means that new sources do not get detected at the moment.

Original comment by phil.wilson on 27 Mar 2008 at 12:37