# HG changeset patch # User Luke Schierer # Date 1129563259 0 # Node ID 5ec3bd74a3b3b6141095e76ed36dfb78810bc9b7 # Parent 699daa6808d42cf5b92372e0eafb31c8479e0f24 [gaim-migrate @ 13969] I felt like looking through these. feel free to continue to clean and to use this. committer: Tailor Script diff -r 699daa6808d4 -r 5ec3bd74a3b3 .todo --- a/.todo Mon Oct 17 13:11:07 2005 +0000 +++ b/.todo Mon Oct 17 15:34:19 2005 +0000 @@ -1,10 +1,48 @@ - - + Gaim TODO List + + i18n/portability stuff + + makes more sense to put this in with specific items at this point + + + sounds/Makefile needs to use host CC, not target (that's the only part that seems broken for cross-compiling --Disconnect) + + + i18n: icq i18n + + I consider this as good as it will get. utf8 works well. + + + + i18n: info dialog + + UI stuff + + need to be able to copy/paste smilies + + done some time ago + + + + resizing text entry area below default doesn't work well. + + wysiwyg and changes from that time period fixed this + + + some people report being unable to shrink it at all + + + + copy grabs html as well as text. + + wysiwyg solved this + + kicking someone in #name-extension causes a kick to display in #name as well and vice-versa @@ -17,24 +55,9 @@ fix crash when someone writes just as you close the chat window. - - need to be able to copy/paste smilies - - done some time ago - - Save buddy icon option does not work, it saves a screenname.icon file which is not openable. - - resizing text entry area below default doesn't work well. - - wysiwyg and changes from that time period fixed this - - - some people report being unable to shrink it at all - - status report w/out being on own list @@ -46,8 +69,11 @@ buddy pounce stuff - + drop down list of buddies + + I think tab complete for the field solves this + @@ -61,15 +87,18 @@ is this fixed? + + when a new tab is created + + I think this is solved now that tabs always display + + when a buddy icon is received when an im image is received - - when a new tab is created - block buddy option from right click menu in blist @@ -83,12 +112,6 @@ option to have input box scroll instead of line wrap. input box only. - - copy grabs html as well as text. - - wysiwyg solved this - - Transparency for GtkIMHtml @@ -101,6 +124,12 @@ i think this is fixed by the new prefs + + make sure prefs save + + + move plugins out of prefs to their own dialog + preference to set logfile path. (i think there is a patch to add this) @@ -113,6 +142,18 @@ Core stuff + + remember previous state better. both away, and allow start to invisible. + + status rewrite + + + + encryption and hash stuff currently in gaim consolidated to an api + + cipher api + + PERMIT ONLY PEOPLE ON MY LIST TO IM ME IS NEEDED ASAP!!!!!!!! @@ -128,12 +169,6 @@ documentation needed. (both online and not) - - remember previous state better. both away, and allow start to invisible. - - status rewrite - - better privacy controls. @@ -143,24 +178,27 @@ Cancelable proxy_connect - - encryption and hash stuff currently in gaim consolidated to an api - away rethink + + make it possible to create a state with exceptions + + + make it possible to use a saved state + Away needs to be modified to include "show" and "status", i.e. you can have an away state, and an away message. This is exactly what ICQ does - you're "N/A" (show in Jabber) and your away message is "I'm gone." (status in Jabber). Since it only applies to ICQ and Jabber (and actually, currently only Jabber, since icqlib doesn't handle away messages yet), there should be some way of indicating that it can do both without breaking the others. My suggestion is to put "/" at the end of the "state", and when that's there, have it be a menu with all of the custom messages, e.g. in Jabber it'd return "Away/" as one of the states, and you'd see "Away" with a menu of all the away messages you have. - - - + + + + - - - - + + + WinGaim specific stuff @@ -196,6 +234,12 @@ libao fixed this, there is no "internal" option + + person support + + faceprint added it + + fix memory leaks @@ -208,12 +252,6 @@ throwaway away message (unsaved) for single account (vs. set all away) - - person support - - faceprint added it - - add state saving and hook it to session management and user dialogs @@ -241,6 +279,9 @@ Plugins/Scripts + + move to gobjects and gsignals + sean's plugin ideas @@ -260,24 +301,6 @@ - - i18n/portability stuff - - makes more sense to put this in with specific items at this point - - - sounds/Makefile needs to use host CC, not target (that's the only part that seems broken for cross-compiling --Disconnect) - - - i18n: icq i18n - - I consider this as good as it will get. utf8 works well. - - - - i18n: info dialog - - DISCUSSION: entries here are things i'm not sure are desirable or doable. @@ -286,15 +309,21 @@ .gaim is now configurable at run time - - "console beep" sound option should use different frequency beeps for different events, or at least give some way to allow this behavior. - do we really need some of the preferences? (Ignore TIK messages. Does anyone use that method of retrieving Away messages anymore? no, but it is small and it would be a piece of history lost ;-)) prefsslash04 + + timestamp on debug messages? + + done some time ago + + + + "console beep" sound option should use different frequency beeps for different events, or at least give some way to allow this behavior. + ximian serial numbers in rpms cause... problems. @@ -316,12 +345,6 @@ tab complete to alias, translate to nick on send for chat - - timestamp on debug messages? - - done some time ago - - sorting of conversation tabs, if the ordering of left-to-right order by opening isn't good enough for you diff -r 699daa6808d4 -r 5ec3bd74a3b3 src/protocols/irc/.todo --- a/src/protocols/irc/.todo Mon Oct 17 13:11:07 2005 +0000 +++ b/src/protocols/irc/.todo Mon Oct 17 15:34:19 2005 +0000 @@ -1,5 +1,4 @@ - - + ison @@ -18,10 +17,10 @@ This is a convo issue, not an IRC issue - + remember /ignore list in privacy section - + /ignore @@ -36,7 +35,7 @@ I think this was caused by embedded newlines -- fixed, if that's the case. - + /ban, /kickban @@ -60,10 +59,13 @@ error message on unknown commands (don't just pass to ircd) - + document, document, document - + Make /part smarter ... part the current channel with a part message on '/part message' if we can determine the first word is not a channel name + + UI to see the banlist output in + diff -r 699daa6808d4 -r 5ec3bd74a3b3 src/protocols/jabber/.todo --- a/src/protocols/jabber/.todo Mon Oct 17 13:11:07 2005 +0000 +++ b/src/protocols/jabber/.todo Mon Oct 17 15:34:19 2005 +0000 @@ -1,5 +1,4 @@ - - + *sigh* file transfer (do we really need/want this?) @@ -30,8 +29,11 @@ Permit/Deny buddy support. - + List of users on Jabber server? + + I think Nathan just committed something for this + a populate roster from local blist. most useful if you want to migrate a blist from one account to another, also useful if something freaky happens and the server blist is lost. diff -r 699daa6808d4 -r 5ec3bd74a3b3 src/protocols/msn/.todo --- a/src/protocols/msn/.todo Mon Oct 17 13:11:07 2005 +0000 +++ b/src/protocols/msn/.todo Mon Oct 17 15:34:19 2005 +0000 @@ -1,5 +1,4 @@ - - + Bugs @@ -38,9 +37,6 @@ shx did this - - Set the friendly name to be the self alias. - Group chat support. @@ -71,6 +67,9 @@ support for displaying the number of emails in the inbox. + + Set the friendly name to be the self alias. + Voice chat. diff -r 699daa6808d4 -r 5ec3bd74a3b3 src/protocols/oscar/.todo --- a/src/protocols/oscar/.todo Mon Oct 17 13:11:07 2005 +0000 +++ b/src/protocols/oscar/.todo Mon Oct 17 15:34:19 2005 +0000 @@ -1,5 +1,4 @@ - - + watch for aol's upcoming increased aim/icq merge @@ -77,8 +76,11 @@ icq i18n without breaking aim - + File Transfer (do we really want this?) + + summer of code + diff -r 699daa6808d4 -r 5ec3bd74a3b3 src/protocols/yahoo/.todo --- a/src/protocols/yahoo/.todo Mon Oct 17 13:11:07 2005 +0000 +++ b/src/protocols/yahoo/.todo Mon Oct 17 15:34:19 2005 +0000 @@ -1,17 +1,10 @@ - - - - bug: won't allow me to delete myself from my list past sign on - + privacy options (block, unblock) marv_sf and farmerje added this - - offline messages get lost, esp. if more than 1 sent (is this fixed?) - Chat @@ -39,6 +32,21 @@ this is as done as it is likely to get any time soon + + File Transfer (do we really want this?) + + marv did this + + + + bug: won't allow me to delete myself from my list past sign on + + + offline messages get lost, esp. if more than 1 sent (is this fixed?) + + I've not heard a report on this for some time + + make away message display like that of aim/icq/jabber @@ -48,12 +56,6 @@ web cam support - - File Transfer (do we really want this?) - - marv did this - - voice chat