bug list
--------

- TICKR BUG ?
  issues with unity on ubuntu -> program 'steals' focus every time a
  feed is loaded / doesn't show on all desktops whereas it should
  -> seems to get better with newer versions of unity

- NOT A BUG:
  libxml2 read only html *numeric* entities, not *named* ones (with a
  few exceptions) - for instance, &#160; is ok but &nbsp; is not
  -> should all html *named* entities in input be converted to *numeric*
  ones ?


stuff to implement and requests for new features
------------------------------------------------

- add 'open feed picker' after getting sample list (doesn't work at the
  moment)

- search/filter feature (option to filter out feed items on str,
  publication date, ...)

- add an option to show passwords and one to save passwords in connection
  settings window (and warn that passwords are saved in plain text)

- in feed picker: selection start from beginning -> from selected feed ?

- https support (ssl/tls)

- rss 1.0 (rdf) support

- implement digest access authentication

- rss description in gtk tooltip ?


(nothing decided yet about stuff below)

- change empty_string length at end of feed from tickr width to some user
  set separator

- in 'selected feed picker', add control buttons: play, pause, reload,
  next, prev, ... ? or
  -> find out the easier and more convenient way of dealing with feeds
  -> improve UI global design and customization / key-bindings

- set right/left click modifiable ?

- win height (for big wins) = MIN(k% screen height, height limit) / win
  border decreased

- implement SEND_RECV_TIMEOUT_SEC and SEND_RECV_TIMEOUT_USEC as a
  setting user can tweak, depending on his connection speed/bandwidth

- run socket code in a separate thread ?

- upload translation templates on launchpad

- improve file i/o code consistency

- option to not show again already read items ?

- add 'open (indep floating) control win' line in control menu ->
  control win = feed title /info / ...? and buttons
  buttons = open / play / pause / reload / first / previous / next /last /
  speed up / speed down / move win / resize win / ...?
  -> could be really handy

- handles to drag window

- win always-on-top unchecked issue when compiz disabled
  -> fix with xlib functions?

- 12h time format / show seconds option

- read feed(s) in loop / once only ?

- reading feed selection randomly ?

- color-coded feeds ?

- background gradient colors ?

- use extra widgets: search entry, ...

- new cli args: attop, atbottom, fullwidth ?

- sort url list by title, not by url ?
