# HG changeset patch # User Luke Schierer # Date 1036030859 0 # Node ID 90cd4e84465e950aa4058b8a3eed79a75e3da3b8 # Parent 7f5eb78e5ae6c12d60cb74cf83a12dc6a5e0dfb3 [gaim-migrate @ 3990] because i'm bored and don't want to do homework, and because its a toy, this looks more like our existing todo file. now if the -T option were to be used it would at least generate something roughtly equivalent. committer: Tailor Script diff -r 7f5eb78e5ae6 -r 90cd4e84465e .todo --- a/.todo Thu Oct 31 01:42:41 2002 +0000 +++ b/.todo Thu Oct 31 02:20:59 2002 +0000 @@ -1,68 +1,5 @@ - + - - wingaim font issues - - - wingaim: Gtk windows that appear when you hover over a button, and just stay there and never close until you click on them once - - - wingaim: sounds while away? - - - replace legend in info dialog with link to status icons page - - - buddy ticker stays arou+nd when you sign off - showing the buddies who were online - - - need a close button on conversations for when its tabed if nothing else. [ROB] - - - text like <font color=blah>with only some text</font> being colored causes the whole line to be colored. - - - lots of font troubles. esp in picking good fonts to use when the theme doesn't have an installed one. - - - when auto-away (by idle time) is activated, away message window does not pop up. - - - pressing save on new away message dialog does not immediately add away message to list of away messages. - - - ignore font faces doesn't ignore the font faces in a person's info - - - kicking someone in #name-extention causes a kick to display in #name as well and vice-versa - - - the preference for the width of a chat is not being used when chats and conversations are in the same window. - - - resizing text entry area below default doesn't work well. - - some people report being unable to shrink it at all - - - - escape to close window pref or function doesn't work right: default focus in some windows is wrong - - - there is a blank line in the blist for a couple seconds after someone signs off. [gtk2 bug with the deprecated gtklist?] - - - GAIM-REMOTE: need a doc written up for gaim-remote on usage - - - GAIM-REMOTE: need to implement everything listed in gaim-remote --help - - - i18n: icq i18n - - - i18n: info dialog - DISCUSSION: entries here are things i'm not sure are desirable or doable. @@ -116,35 +53,8 @@ maybe make control/alt+arrow optionally replace control+bracket - - - add a way for a plugin to store/retrive config values (fixed?) - - - segfault on pressing back with messages in queue if coming back for the second time in a given instance of gaim - - - stack trace should exit instead of just sitting there - - - documentation needed. (both online and not) - - - check to make sure gaimrc properly unescapes things like a " in a password as the .gaimrc file is read in. (reports indicate this may be a problem, esp for \ and / ) - - - PERMIT ONLY PEOPLE ON MY LIST TO IM ME IS NEEDED ASAP!!!!!!!! - - for yahoo - - - icq - - - jabber - - - msn + + make the option to have escape close a window be global (error messages, account editor, ect) @@ -156,67 +66,181 @@ automake 1.[56] support not perfect. - - add ircproxy option to proxy preferences. - - - per-sn controls on how to compute idle time + + WinGaim specific stuff + + wingaim font issues + + + wingaim: Gtk windows that appear when you hover over a button, and just stay there and never close until you click on them once + + + wingaim: sounds while away? + - - self alias does not display in irc chat. (and maybe other chats) - - - adding and removing buddies needs cleaned up. basically, add_buddy should be calling ui_add_buddy and serv_add_buddy as needed (require an extra arg to add_buddy to tell it what needs done) and the various ways a buddy can come to be needing added should be calling some type of request_add_buddy (this would be part of both the core<->ui interface and the core<->prpl interface) - - - importing blist files - - licq + + UI stuff + + replace legend in info dialog with link to status icons page + + + buddy ticker stays arou+nd when you sign off - showing the buddies who were online + + + need a close button on conversations for when its tabed if nothing else. [ROB] + + + text like <font color=blah>with only some text</font> being colored causes the whole line to be colored. + + + lots of font troubles. esp in picking good fonts to use when the theme doesn't have an installed one. + + + when auto-away (by idle time) is activated, away message window does not pop up. + + + ignore font faces doesn't ignore the font faces in a person's info + + + resizing text entry area below default doesn't work well. + + some people report being unable to shrink it at all + + + + escape to close window pref or function doesn't work right: default focus in some windows is wrong + + + there is a blank line in the blist for a couple seconds after someone signs off. [gtk2 bug with the deprecated gtklist?] + + + segfault on pressing back with messages in queue if coming back for the second time in a given instance of gaim + + + self alias does not display in irc chat. (and maybe other chats) + + + block buddy option from right click menu in blist + + + status report w/out being on own list + + + SEARCH FUNCTION FOR LOG FILES + + + fix crash when someone writes just as you close the chat window. - - fix memory leaks - - - block buddy option from right click menu in blist - - - sounds/Makefile needs to use host CC, not target (thats the only part that seems broken for cross-compiling --Disconnect) + + Prefs stuff + + pressing save on new away message dialog does not immediately add away message to list of away messages. + + + kicking someone in #name-extention causes a kick to display in #name as well and vice-versa + + + the preference for the width of a chat is not being used when chats and conversations are in the same window. + + + add a way for a plugin to store/retrive config values (fixed?) + + + check to make sure gaimrc properly unescapes things like a " in a password as the .gaimrc file is read in. (reports indicate this may be a problem, esp for \ and / ) + + + add ircproxy option to proxy preferences. + + + per-sn controls on how to compute idle time + + + preference to set logfile path. (i think there is a patch to add this) + - - sean's plugin ideas - - screenshot plugin + + gaim-remote stuff + + GAIM-REMOTE: need a doc written up for gaim-remote on usage + + + GAIM-REMOTE: need to implement everything listed in gaim-remote --help - - xmms remote plugin + + + i18n/portability stuff + + i18n: icq i18n - - statusimage plugin + + i18n: info dialog + + + sounds/Makefile needs to use host CC, not target (thats the only part that seems broken for cross-compiling --Disconnect) - - status report w/out being on own list - - - SEARCH FUNCTION FOR LOG FILES - - - preference to set logfile path. (i think there is a patch to add this) - - - gzip storage of logs + + Core stuff + + stack trace should exit instead of just sitting there + + + documentation needed. (both online and not) + + + PERMIT ONLY PEOPLE ON MY LIST TO IM ME IS NEEDED ASAP!!!!!!!! + + for yahoo + + + icq + + + jabber + + + msn + + + + Need to write the core side of the core-ui protocol + - - fix crash when someone writes just as you close the chat window. - - - make the option to have escape close a window be global (error messages, account editor, ect) + + In General (i don't know where this should be) + + adding and removing buddies needs cleaned up. basically, add_buddy should be calling ui_add_buddy and serv_add_buddy as needed (require an extra arg to add_buddy to tell it what needs done) and the various ways a buddy can come to be needing added should be calling some type of request_add_buddy (this would be part of both the core<->ui interface and the core<->prpl interface) + + + importing blist files + + licq + + + + fix memory leaks + + + gzip storage of logs + + + throw-away away message (unsaved) for single account (vrs set all away) + - - throw-away away message (unsaved) for single account (vrs set all away) - - - Need to write the core side of the core-ui protocol + + Plugins/Scripts + + sean's plugin ideas + + screenshot plugin + + + xmms remote plugin + + + statusimage plugin + +