This repository has been archived on 2019-12-04. You can view files and clone it, but cannot push or open issues or pull requests.
hrafn/TODO

23 lines
1.0 KiB
Plaintext
Raw Normal View History

2010-04-16 02:53:16 +00:00
This is a list of things that still need doing. It includes short-, medium-, and long-term goals.
features:
2010-05-18 22:05:27 +00:00
* Make the buttons prettier
2010-04-16 02:53:16 +00:00
* Add a graphical options menu
* Status bar icon
2010-05-19 20:10:25 +00:00
2010-04-22 14:59:08 +00:00
* Support viewing a list of friends and unfollowing them
* Support creating new lists and adding users to it (as well as removing users and deleting lists)
2010-05-19 20:10:25 +00:00
* Changing the active user needs to do more 'work'
** Refresh relavant pages
2010-05-18 22:05:27 +00:00
bugs:
* Searches and Direct Messages have no names, only screen names (may not be fixable without considerable tweaks to python-twitter?)
* Search results have html-escaped character strings
2010-05-18 18:23:17 +00:00
* "ValueError: list.remove(x): x not in list" when trying to close a tab (error recurred after adding conversation support). Tabs can be reordered, then closed, as a workaround.
* Links must be right-clicked on to activate - can't left-click on the link directly. This seems to be a pygtk issue
* If an @ appears anywhere in a status update, links after it try to resolve to user: links... need to work on my regexes