view src/protocols/msn/.todo @ 12116:e75ef7aa913e

[gaim-migrate @ 14416] " This patch implements a replacement for the queuing system from 1.x. It also obsoletes a previous patch [#1338873] I submitted to prioritize the unseen states in gtk conversations. The attached envelope.png is ripped from the msgunread.png already included in gaim. It should be dropped in the pixmaps directory (Makefile.am is updated accordingly in this patch). The two separate queuing preferences from 1.x, queuing messages while away and queuing all new messages (from docklet), are replaced with a single 3-way preference for conversations. The new preference is "Hide new IM conversations". This preference can be set to never, away and always. When a gtk conversation is created, it may be placed in a hidden conversation window instead of being placed normally. This decision is based upon the preference and possibly the away state of the account the conversation is being created for. This *will* effect conversations the user explicitly requests to be created, so in these cases the caller must be sure to present the conversation to the user, using gaim_gtkconv_present_conversation(). This is done already in gtkdialogs.c which handles creating conversations requested by the user from gaim proper (menus, double-clicking on budy in blist, etc.). The main advantage to not queuing messages is that the conversations exist, the message is written to the conversation (and logged if appropriate) and the unseen state is set on the conversation. This means no additional features are needed to track whether there are queued messages or not, just use the unseen state on conversations. Since conversations may not be visible (messages "queued"), gaim proper needs some notification that there are messages waiting. I opted for a menutray icon that shows up when an im conversation has an unseen message. Clicking this icon will focus (and show if hidden) the first conversation with an unseen message. This is essentially the same behavior of the docklet in cvs right now, except that the icon is only visible when there is a conversation with an unread message. The api that is added is flexible enough to allow either the docklet or the new blist menutray icon to be visible for conversations of any/all types and for unseen messages >= any state. Currently they are set to only IM conversations and only unseen states >= TEXT (system messages and no log messages will not trigger blinking the docklet or showing the blist tray icon), but these could be made preferences relatively easily in the future. Other plugins could probably benefit as well: gaim_gtk_conversations_get_first_unseen(). There is probably some limit to comment size, so I'll stop rambling now. If anyone has more questions/comments, catch me in #gaim, here or on gaim-devel." committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 16 Nov 2005 18:17:01 +0000
parents 5ec3bd74a3b3
children e66846dafeca
line wrap: on
line source

<todo version="0.1.19">
    <note priority="medium" time="1052795456">
        Bugs
        <note priority="medium" time="1036041943" done="1052795260">
            spaces in friendly names not always unescaped for display, and so displaying as %20 (this may be fixed)
        </note>
        <note priority="high" time="1036042035">
            bug: some people receive blank messages. clicking to ignore font faces font when the requested font isn't found.
        </note>
        <note priority="high" time="1036042159">
            bug: doesn't save blist to file on read from server as this could be introducing new people, esp. if there is no existing file, it should
        </note>
        <note priority="high" time="1092939643">
            when you authorize someone to add you, the corresponding dialog to add them is blank
        </note>
        <note priority="medium" time="1036042128">
            Majortool says to tell sean about "already in opposite list" errors are still happening, now whenever you start gaim. follow from prior conversation. javabsp|away: the (C) and (R) works (23:02:54) MajorTool: LSchiere: yeah what javabsp|away is talking about but its certain ones
        </note>
    </note>
    <note priority="medium" time="1052795462">
        Features
        <note priority="high" time="1036982924" done="1052795212">
            group support
        </note>
        <note priority="medium" time="1036042246" done="1052795280">
            store group name that buddy is in on server
        </note>
        <note priority="medium" time="1036042684" done="1089237784">
            Font face and color send support.
            <comment>
                wysiwyg did this
            </comment>
        </note>
        <note priority="verylow" time="1036042948" done="1089237800">
            File Transfer
            <comment>
                shx did this
            </comment>
        </note>
        <note priority="medium" time="1036042588">
            Group chat support.
            <note priority="medium" time="1036042573">
                Typing notification in group chats.
            </note>
            <note priority="medium" time="1036042601">
                Start chat.
            </note>
            <note priority="medium" time="1036042611">
                Better support in general.
            </note>
        </note>
        <note priority="medium" time="1036042780">
            International friendly name support.
        </note>
        <note priority="medium" time="1036042939">
            Need some way of indicating "invite" in IM window.
        </note>
        <note priority="medium" time="1036043086">
            Auto-reply on away.
        </note>
        <note priority="medium" time="1036043093">
            People search.
        </note>
        <note priority="medium" time="1052795877">
            Mobile MSN support.
        </note>
        <note priority="low" time="1093966206">
            support for displaying the number of emails in the inbox.
        </note>
        <note priority="verylow" time="1036042266">
            Set the friendly name to be the self alias.
        </note>
        <note priority="verylow" time="1036043099">
            Voice chat.
        </note>
    </note>
</todo>