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

26 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
* Come up with a better bloody name
* 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
* Refactor TweetPane to support things more logically, so that we can do less bizarre checking for things...
** Have a UserTweetPane, SingleTweetPane, ConversationPane, etc (or maybe just these)
* Changing the active user needs to do more 'work'
** Refresh pages
2010-05-18 22:05:27 +00:00
bugs:
2010-04-21 14:20:03 +00:00
* Direct Messages have no names, only screen names (may not be fixable without
2010-05-17 21:55:34 +00:00
considerable tweaks to python-twitter)
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