Mercurial > pidgin
view TODO @ 12797:eda1572c788b
[gaim-migrate @ 15144]
SF Patch #1390008 from Sadrul
"GaimGtkConv: Update tab icons, and some other small changes"
This seems to make the Send To menu update better. I haven't seen this patch make anything worse yet, so I'm committing it. If you start seeing weird update errors, let Sadrul or me know. I thought I had a case of the Send To menu not updating even with this patch, but I haven't yet been able to duplicate it.
Sadrul's description:
'1. Fixes the tab-icons/send-to menu updates by
listening for the appropriate signals. This patch
removes the "updated" field from conversation-uiops.
There is an existing "-updated" signal which can
replace the uiops.
2. If having conversations with more than one accounts
of a contact, and the buddy-icon of an inactive account
is changed, then the new icon is showed (I think), even
though it is not the buddy icon for the currently
active conversation. This patch fixes that.
3. Emit "buddy-typing" and "-stopped" signal whenever
the typing-state is changed. Currently, the
typing-state of a conversation is sometimes changed
without emitting the signal. This patch fixes that.'
I rejected #4.
'5. Emits the "chat-left" signal *after* setting
"chat->left" to TRUE.
6. Show a buddy for an account only once in the SendTo
menu (currently Gaim shows the same buddy more than
once if the buddy exists in more than one groups). This
is done by keeping a list of GaimPresence -- since
that's the only thing the blist-nodes for the same
buddy share.'
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 09 Jan 2006 21:29:53 +0000 |
parents | 134e570b3688 |
children | 4b5822e48b53 |
line wrap: on
line source
* conversation api {{{ * need to handle: {{{ * unnamed chats * chats with the same name as a buddy * this should be working now, but it needs to be kept in mind when (re-)designing * jabber Messages (one off messages vrs a conversation with a backlog) * multiple conversations with a single buddy (jabber, with thread tag) * bugs }}} * notes: {{{ * (12:58:39) Robot101: user list always|auto|never * topic only where supported by the protocol * how do we log this? {{{ * rlaager's (NEW) proposal: {{{ * each conversation has 1 or more logs associated with it. * when someone joins, a new log is opened * file based loggers should try to use hard-links in a smart way to avoid duplicating data on disk as much as possible... * this needs to be designed in such a way that a database logger can handle it w/o duplication... * TO SOLVE THESE CONCERNS, a link and/or copy function callback will likely need to be added }}} }}} }}} }}} * buddy list {{{ * we have not committed any gobjectification, so this is not a blocker for 2.0.0 until we do. * if we do, it is only a blocker to the extent that gaim needs to run. That is, we do not *necessarily* have to gobjectifiy everything as long as we preserve functionality. * That being said, my understanding of the signals mess says that it is probly more work to try to do this in stages than to start it or not start it. * This would require some sort of signal aggregation, as gobject signals are unique to the instance. * one way to do this would be to emit the signals from a non-descript buddy object. this would most closely mimic the current functionality * a second way would be to actually try to aggregate them in some way. I really don't know how possible this is, but it would allow us to do things like set a pounce on everyone in a group or define sounds on a per-group basis. * we could look at replacing the UI ops with signals/call backs * bugs * wrong buddy given priority }}} * build targets {{{ * this is not a blocker * we need build targets for libgaim, we need to test them, and make sure they work. * we ought to use our own build targets to build the executable itself. * due to the limitations of cvs, this cannot accompany moving files to other directories at this time. }}} * status {{{ * Error messages aren't particularly usable currently. we need to be able to see the full text of the error, and what account is in that error condition. * No way to see accounts not in the global state. * Easier access to saved states is needed. }}} * Privacy {{{ * this is not a blocker for 2.0.0 * Privacy sucks. it doesn't handle many of the protocols in a way that users understand. notably msn, but also yahoo, jabber, and icq. * We want to sync to the server as much as possible, entirely local-only privacy is not an option except on protocols like irc that have no server-side. * We want to be as consistent across protocols as possible. this will require renaming things on some protocols. * Bleeter suggests that we create a privacy.xml, remove privacy from blist.xml. He suggests that each protocol define certain capabilities & defaults, with accounts.xml holding exceptions to the defaults. }}} * Perl {{{ * Block for 2.0.0 or remove perl: * Extended testing and resolving the inevitable bugs remains. * Test each call to make sure it actually works * Make it work with G_MODULE_BIND_LOCAL }}} * Prefs {{{ * on upgrade from 1.x, the timestamp preference often gets lost. }}}