Updated Spanish translation
[straw.git] / TODO
blob35de1edaf929b517f66ae3670cf694260e3670cc
2 * Next Actions (0.28)
4  - Unit tests
5  - Add Category
6  - Remove Category
7  - Adding and removing feeds from a category
8  - Remove UI freezes when polling
9  - Remove traces of old event-handling code (all traces of Event module)
10  - Fix preferences dialog
11  - Add error handling code in subscribe dialog
12  - Drag n' Drop of feeds
13  - Moving feeds around different categories
14  - Next refresh display
15  - Feed error display
16  - Fix and migrate tray icon
20 * Someday/Maybe
23 - Don't keep everything in memory when it's in the db too.
24     Update 1: Done for images
25     Update v0.26: Loading and unloading of feed content on feed selection.
26 - Customization of the rendering, maybe allow for user-supplied CSS or at
27   least some sort of customization dialogs.
28 - An interface to syndic8, bloglines, feedster, etc...
29 - Allow for dragging stuff from Straw too.
30 - Do not poll if feed has been deleted. do an update after an item has been deleted perhaps?
31 - Popup menu to html view
32    - copying urls to clipboards [ DONE ]
33    - saving images 
34 - Move feed info to the DB. Not sure if this is a good idea. Berkley DB is
35    very fragile on version upgrades, sometimes causeing DB corruption.
36 - Alternative views of the feeds/items, 2-pane and 3-pane views.
37 - Keyboard activation for the category menu, at the moment a pygtk bug
38   combined with widget suckiness prevents it
39 - More unit tests
40 - Article diffs: show the user why an article was marked as unread again
41 - Show favicons. Check if there are user interaction and usability issues.
43 * The following aren't Straw bugs, but affect it:
45 - First item of a list getting selected when nothing is selected and
46   user clicks on something:
47   
48     http://bugzilla.gnome.org/show_bug.cgi?id=82344
50 - Occasional repeatable segfault with certain items:
51     
52     http://bugzilla.gnome.org/show_bug.cgi?id=87490
53     http://bugzilla.gnome.org/show_bug.cgi?id=87567