Implemented Kalle's suggestion as toolbar toggle "Mark as (un)read" button.
[straw.git] / TODO
blobe99fe1cb702853a8364dd8dc43d39ebee121a472
1 * High priority
3 - JobManager: stopping a job = allow for graceful shutdown
4 - JobManager: consider using stack instead of FIFO queue to allow adding priority tasks
5   when job is already running
7 - Feed error display
8 - Fix and migrate tray icon
9 - Downloading/displaying feed icons (check if there are user interaction and usability issues)
10 - Storing application window state - restore it after restart - things like last selected feed,
11   state of the tree view (expand branches that were expanded previously), width/height of the panes
13 * Lower priority (but would be nice to have!)
15 - Subscription Import Assistant - make importing more interactive: first select OPML,
16   then parse OPML, show OPML contents + let the user choose which feeds exactly to import
17   (default would be all) and where to put them; see also feed discovery dialog
19 - Tags - allow labeling feeds/feed items + UI for browsing tag contents
21 - Flexible item list - support for selecting/sorting/grouping criteria - then we get stuff like
22   Search Folders (a.k.a. Virtual Folders, Saved Searches etc) for free!
24 * Ideas for the future
26 - Don't keep everything in memory when it's in the db too.
27     Update 1: Done for images
28     Update v0.26: Loading and unloading of feed content on feed selection.
29 - Customization of the rendering, maybe allow for user-supplied CSS or at
30   least some sort of customization dialogs.
31 - An interface to syndic8, bloglines, feedster, etc...
32 - Allow for dragging stuff from Straw too.
33 - Popup menu to html view
34    - copying urls to clipboards [ DONE ]
35    - saving images 
36 - Alternative views of the feeds/items, 2-pane and 3-pane views.
37 - More unit tests
38 - Article diffs: show the user why an article was marked as unread again
40 * The following aren't Straw bugs, but affect it:
42 - First item of a list getting selected when nothing is selected and
43   user clicks on something:
45     http://bugzilla.gnome.org/show_bug.cgi?id=82344 [RESOLVED DUPLICATE of 94837 (which is fixed)]
47 - Occasional repeatable segfault with certain items:
48     
49     http://bugzilla.gnome.org/show_bug.cgi?id=87490 [RESOLVED FIXED]
50     http://bugzilla.gnome.org/show_bug.cgi?id=87567 [RESOLVED DUPLICATE of 79782 (which is fixed)]