view FIXME @ 1006:0a4d0ed65e17

[gaim-migrate @ 1016] wow, configurable sounds. this should be neat. too bad the UI isn't done yet. but at least you can have them configured. oh yeah, this means we don't need gaim.soundlist anymore, since i removed the option to go through gnome for sounds. (there were only two advantages to having them go through gnome, and making them configurable was the primary one). anyway, i also changed some of the installation script stuff so that now everything (including the panel) should go through the $(whateverdir) makefile variables, so it should be easier to make packages in chrooted environments committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 19 Oct 2000 10:42:46 +0000
parents b8a819390499
children 38452403563b
line wrap: on
line source

GAIM: Items to be fixed
------------------------
Holy crap.

Take a deep breath.

Holy Crap.

1. We need to modify the conversation window to state who you're sending messages as. The current way,
   with the drop-down menu, is pretty crappy, though effective. (Perhaps just repositioning the menu?)
2. We need to modify the buddy list to indicate which buddies belong to which connections. We also
   need to modify the buddy list to vary the right-click menus on a per-conversation basis. (I.e. create
   the menu based on which options the protocol supports.)
3. We need to modify nearly every function in server.c to determine which connection to do things on.
   The ones that still need to be modified have a FIXME comment in them.
   3.1. We need to modify the UI to let the user indicate which account to do things on.
4. We need to completely modify the plugin/perl system to account for multiple connections. SOMEWHAT DONE

And that's just the large things. There are countless trivial issues that need to be addressed.