1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
- do not poll if feed has been deleted. do an update after an item has been deleted perhaps?
- real clipboard copy and not just the usual stupid primary clipboard, but maybe this isn't possible with gtkhtml2 (or the python bindings, at least) ATM
- customization of the rendering, maybe allow for user-supplied CSS or at least some sort of customization dialogs
- don't keep everything in memory when it's in the db too - done for images
- an interface to syndic8 -- RSS autodiscovery of rssfinder.py(uses syndic8) not enough?
- allow for dragging stuff from straw too
- popup menu to html view for saving images, copying urls to clipboard, etc
- move feed info to the db
- alternative views of the feeds/items: all feeds combined, etc
- keyboard activation for the category menu, at the moment a pygtk bug
combined with widget suckiness prevents it
- more unit tests
- article diffs: show the user why an article was marked as unread
again
- ADNS is bit of a pain, it's a difficult dependency for some people,
it's support for resolv.conf is less than optimal and it results in
various failure states. Should investigate using the normal
synchronous machinery instead by moving name lookups into a
separate thread, communicating with the other parts of the program
via a pipe or something.
- show favicons
The following aren't Straw bugs, but affect it:
First item of a list getting selected when nothing is selected and
user clicks on something:
http://bugzilla.gnome.org/show_bug.cgi?id=82344
Occasional repeatable segfault with certain items:
http://bugzilla.gnome.org/show_bug.cgi?id=87490
http://bugzilla.gnome.org/show_bug.cgi?id=87567
|