Fixed OPML export.
[straw.git] / TODO
blob17ae263ea4e1ce1d597a752a62d64ad115dd1ec7
1 * High priority
3 - JobManager: stopping a job = allow for graceful shutdown
4 - Feed error display
5 - Fix and migrate tray icon
6 - Downloading/displaying feed icons (check if there are user interaction and usability issues)
7 - Storing application window state - restore it after restart - things like last selected feed,
8   state of the tree view (expand branches that were expanded previously), width/height of the panes
10 * Lower priority (but would be nice to have!)
12 - Subscription Import Assistant - make importing more interactive: first select OPML,
13   then parse OPML, show OPML contents + let the user choose which feeds exactly to import
14   (default would be all) and where to put them; see also feed discovery dialog
16 - Tags - allow labeling feeds/feed items + UI for browsing tag contents
18 - Flexible item list - support for selecting/sorting/grouping criteria - then we get stuff like
19   Search Folders (a.k.a. Virtual Folders, Saved Searches etc) for free!
21 * Ideas for the future
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 - Popup menu to html view
31    - copying urls to clipboards [ DONE ]
32    - saving images 
33 - Alternative views of the feeds/items, 2-pane and 3-pane views.
34 - More unit tests
35 - Article diffs: show the user why an article was marked as unread again
37 * The following aren't Straw bugs, but affect it:
39 - First item of a list getting selected when nothing is selected and
40   user clicks on something:
42     http://bugzilla.gnome.org/show_bug.cgi?id=82344 [RESOLVED DUPLICATE of 94837 (which is fixed)]
44 - Occasional repeatable segfault with certain items:
45     
46     http://bugzilla.gnome.org/show_bug.cgi?id=87490 [RESOLVED FIXED]
47     http://bugzilla.gnome.org/show_bug.cgi?id=87567 [RESOLVED DUPLICATE of 79782 (which is fixed)]