Mercurial > pidgin.yaz
annotate TODO @ 3786:4c9356a5231c
[gaim-migrate @ 3926]
privacy options were broken as per last todo commit. deryni tracked it down
to the fact that adding the new option changed the number of ->next refererences
some options need, causing things to be set oddly.
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Tue, 22 Oct 2002 13:41:40 +0000 |
parents | 5258cbf177d6 |
children | 56e555b72873 |
rev | line source |
---|---|
3746 | 1 WINGAIM: |
2 compiling plugins for win32 not possible (makefile is currently for .so) | |
3 font issues? | |
4 resizing windows doesn't work right. | |
5 Gtk windows that appear when you hover over a button, and just stay there and never close until you click on them once | |
6 sounds while away? | |
7 | |
8 gtk2/new prefs | |
3759 | 9 most toolbar buttons stay depressed after being clicked once, only raise when clicked a second time. |
10 smiles and links do not. | |
3746 | 11 replace legend in info dialog with link to status icons page |
12 buddy ticker stays around when you sign off - showing the buddies who were online | |
3772 | 13 need a close button on conversations for when its tabed if nothing else. [ROB] |
3746 | 14 text like <font color=blah>with only some text</font> being colored causes the whole line to be colored. |
15 lots of font troubles. esp in picking good fonts to use when the theme doesn't have an installed one. | |
16 on away tab, if you set the time between responces, you | |
17 reset the type of idle time reporting. similar | |
18 problems may exist in other combinations. | |
19 selecting debug window in prefs doesn't stick (isn't saved). | |
20 when auto-away (by idle time) is activated, away message window | |
21 does not pop up. | |
22 pressing save on new away message dialog does not immediately add | |
23 away message to list of away messages. | |
24 ignore font faces doesn't ignore the font faces in a person's info | |
25 kicking someone in #name-extention causes a kick to display in #name as well | |
26 and vice-versa | |
27 the preference for the width of a chat is being used when chats and | |
28 conversations are in the same window. | |
29 resizing text entry area below default doesn't work well. | |
30 some people report being unable to shrink it at all | |
31 escape to close window pref or function doesn't work right | |
32 has to do with loss of focus and incorrect initial focus. | |
33 there is a blank line in the blist for a couple seconds after someone | |
3772 | 34 signs off. [gtk2 bug with the deprecated gtklist?] |
3746 | 35 themes don't set background correctly in the blist. (reported, not verified) |
36 | |
37 GAIM-REMOTE: | |
38 need a doc written up for gaim-remote on usage | |
39 | |
40 PORTABILITY/i18n | |
3747 | 41 input widget |
42 icq i18n | |
43 info dialog | |
44 irc (patch pending?) | |
3746 | 45 |
46 DISCUSSION: | |
47 show alias in list of people in chat | |
48 tab complete to alias, translate to nick on send for chat | |
49 disable x on blist when docklet loaded? | |
50 timestamp on debug messages? | |
51 ximian serial numbers in rpms cause... problems. | |
52 sorting of conversation tabs, if the ordering of left-to-right | |
53 order by opening isn't good enough for you | |
54 msn auth expires (better, but still not perfect) | |
55 rpm and deb installs should create menu items in kde if possible | |
56 gaim should detect if message is sent and only log on success | |
57 for protocols capable of offline messaging, this would | |
58 always log, but aim messages would only be logged if | |
59 sent to an online person. this would essentially entail | |
60 making logging dependent on the return status of the | |
61 serv send msg command. | |
62 option to disable close for x seconds after recieve im. this would | |
63 short circuit missing messages as you close the window. | |
64 make it an option that's off by default. | |
65 | |
66 IN GENERAL: | |
3784 | 67 segfault on pressing back with messages in queue if coming back |
68 for the second time in a given instance of gaim | |
3746 | 69 stack trace should exit instead of just sitting there |
70 documentation needed. (both online and not) | |
71 check to make sure gaimrc properly unescapes things like a " in | |
72 a password as the .gaimrc file is read in. | |
73 PERMIT ONLY PEOPLE ON MY LIST TO IM ME IS NEEDED ASAP!!!!!!!! | |
3784 | 74 this is now possible for aim, but not for icq et al |
3746 | 75 automake 1.4 support bug, non-root users can't get gaim to compile |
76 by putting the gtk2 and glib2 m4 files in the m4 dir | |
77 automake 1.6 support not perfect. | |
78 add ircproxy option to proxy preferences. | |
79 per-sn controls on how to compute idle time | |
80 self alias does not display in irc chat. (and maybe other chats) | |
81 adding and removing buddies needs cleaned up. | |
82 basically, add_buddy should be calling ui_add_buddy | |
83 and serv_add_buddy as needed (require an extra arg to | |
84 add_buddy to tell it what needs done) and the various | |
85 ways a buddy can come to be needing added should be | |
86 calling some type of request_add_buddy (this would be | |
87 part of both the core<->ui interface and the core<->prpl | |
88 interface | |
89 convert from licq and eb to gaim | |
90 licq has a directory with one file per buddy | |
91 eb i don't know. but the trick there would be | |
92 converting to several accounts at once. | |
3772 | 93 we have a perl script for licq and c code for eb. |
3746 | 94 fix memory leaks |
95 block buddy option from right click menu in blist | |
96 sounds/Makefile needs to use host CC, not target | |
97 (thats the only part that seems broken for cross-compiling) | |
98 --Disconnect | |
99 screenshot plugin | |
100 xmms remote plugin | |
101 statusimage plugin | |
102 status report w/out being on own list | |
103 SEARCH FUNCTION FOR LOG FILES | |
104 preference to set logfile path. | |
105 gzip storage of logs | |
106 shift-enter works wrong when last character is punctuation (same as bug #547284) | |
107 fix crash when someone writes just as you close the chat window. | |
108 make the option to have escape close a window be global (error messages, account editor, ect) | |
109 throw-away away message (unsaved) for single account (vrs set all away) | |
110 paste deletes last space before pasted text. | |
111 ---- | |
1687
c9921a214121
[gaim-migrate @ 1697]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1679
diff
changeset
|
112 THE CORE: |
3746 | 113 Need to write the core side of the core-ui protocol |
114 Non-blocking gethostbyname() | |
115 Cancelable proxy_connect | |
116 remember previous state better. both away, and allow start to invisible. | |
117 better privacy controls. | |
118 memory of last status preserved beyond shutdown, on a per-account basis | |
119 ability to unload a single perl script | |
120 networking code rethink (libgnet?) | |
121 netbsd gethostbyname() problem | |
122 GPG Encryption of messages (gaim-e plugin included with gaim would satify this) | |
2358
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
123 Separate core functions from UI stuff. |
2417
5473c8c5378d
[gaim-migrate @ 2430]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2385
diff
changeset
|
124 about.c, applet.[ch], away.c, browser.c, buddy.c, conversation.c, |
5473c8c5378d
[gaim-migrate @ 2430]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2385
diff
changeset
|
125 convo.h, dialogs.c, gtk*, plugins.c, prefs.c, prpl.c, sound.c, |
5473c8c5378d
[gaim-migrate @ 2430]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2385
diff
changeset
|
126 ticker.c, ui.h |
2358
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
127 little to no work (mostly GTK) |
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
128 |
2417
5473c8c5378d
[gaim-migrate @ 2430]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2385
diff
changeset
|
129 core.[ch], html.c, list.c, module.c, multi.h, proxy.[ch], perl.c, |
5473c8c5378d
[gaim-migrate @ 2430]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2385
diff
changeset
|
130 prpl.h, util.c |
2358
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
131 little to no work (mostly CORE) |
1423
def9a3f6b407
[gaim-migrate @ 1433]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1378
diff
changeset
|
132 |
2417
5473c8c5378d
[gaim-migrate @ 2430]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2385
diff
changeset
|
133 buddy_chat.c, gaim.h, idle.c, multi.c, server.c |
5473c8c5378d
[gaim-migrate @ 2430]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2385
diff
changeset
|
134 standard splitting (for idleness, core needs to be in |
5473c8c5378d
[gaim-migrate @ 2430]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2385
diff
changeset
|
135 charge of gaim-use idleness) |
5473c8c5378d
[gaim-migrate @ 2430]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2385
diff
changeset
|
136 |
2358
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
137 aim.c - need to redo main() completely |
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
138 - current main should be moved mostly to core |
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
139 - GTK main should connect to core |
2417
5473c8c5378d
[gaim-migrate @ 2430]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2385
diff
changeset
|
140 gaimrc.c - Need to figure out how to save UI preferences |
5473c8c5378d
[gaim-migrate @ 2430]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2385
diff
changeset
|
141 |
5473c8c5378d
[gaim-migrate @ 2430]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2385
diff
changeset
|
142 Ideally at the end of this the prpls should only need to include |
5473c8c5378d
[gaim-migrate @ 2430]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2385
diff
changeset
|
143 prpl.h and they'll get everything they need without anything |
5473c8c5378d
[gaim-migrate @ 2430]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2385
diff
changeset
|
144 *cough*GTK*cough* that they don't. |
5473c8c5378d
[gaim-migrate @ 2430]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2385
diff
changeset
|
145 |
2358
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
146 ---- |
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
147 THE PROTOCOLS: |
1653
7fc1a25e567b
[gaim-migrate @ 1663]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1642
diff
changeset
|
148 |
1687
c9921a214121
[gaim-migrate @ 1697]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1679
diff
changeset
|
149 TOC: |
c9921a214121
[gaim-migrate @ 1697]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1679
diff
changeset
|
150 Other RVOUS Actions |
1653
7fc1a25e567b
[gaim-migrate @ 1663]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1642
diff
changeset
|
151 |
3746 | 152 AIM(via oscar): |
153 groups are read off server in a different order from | |
154 winaim. this is a problem for people who use | |
155 both and want thier list to be in a certain | |
156 order. along the same lines, because we | |
157 don't read in the same order i'd bet, | |
158 we don't write to the server in a way | |
159 that would cause winaim to produce the | |
160 ordering gaim has. | |
161 option to ignore chat room invitations. (this is something you | |
162 could vary concievably want to be done per account, | |
163 so perhaps a protocol action would be best) | |
164 some way to close direct connect w/out closing convo. | |
165 idle time display in get_info displays in minutes instead | |
166 of computing hours and days as the blist does | |
167 in non-tabed conversations, clicking the x to close the | |
168 window does not close the direct connection. | |
169 using escape and the close button do. | |
170 STILL have blist corruption troubles | |
171 canceled direct im should still allow new attempt | |
172 failed direct im attempt should allow new attempt | |
173 some way to cancel an attempt that isn't happening | |
174 Colors in Chat room are wrong (using Gold too much) | |
175 away message when directly connected bug | |
176 only displays on one side | |
177 if direct connected to winaim, lockup when | |
178 winaim goes away, unlocks when winaim returns | |
179 Voice Chat | |
180 | |
181 ICQ(via oscar, who cares about the icq prpl): | |
182 get info on offline user incorrectly says user is online. | |
183 typing notification | |
184 set the Nickname to be the self-alias | |
185 Chat (this is different from aim chat) | |
186 File Transfer (do we really want this?) | |
187 New User Registration | |
188 color support | |
189 more privacy options | |
190 more info support | |
191 increased authorization support | |
192 set status message | |
193 and of course when gaim can set them, it needs to | |
194 be able to get the ones it sets. (yes this is | |
195 redundent. its a reflection of my current mood) | |
196 search for users | |
197 option to set alias to nick | |
1687
c9921a214121
[gaim-migrate @ 1697]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1679
diff
changeset
|
198 |
c9921a214121
[gaim-migrate @ 1697]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1679
diff
changeset
|
199 Yahoo: |
3746 | 200 new mail message with no info in it ie () |
201 web cam support | |
202 bug: won't allow me to delete myself from my list past sign on | |
1687
c9921a214121
[gaim-migrate @ 1697]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1679
diff
changeset
|
203 Chat |
3746 | 204 File Transfer (do we really want this?) |
205 color (is this possible)? | |
206 <fade> tags need parsed. | |
207 encrypted conversations | |
208 show idle time on blist | |
209 display profile | |
210 make away message display like that of aim/icq/jabber | |
211 auto reply on away | |
212 privacy options (block, unblock) | |
213 voice chat | |
1687
c9921a214121
[gaim-migrate @ 1697]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1679
diff
changeset
|
214 |
c9921a214121
[gaim-migrate @ 1697]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1679
diff
changeset
|
215 MSN: |
3758 | 216 typing notification is broken in gtk1-stable |
3746 | 217 spaces in friendly names not always unescaped for display, and so displaying |
218 as %20 (this may be fixed) | |
219 bug: some people recieve blank messages. clicking to ignore font faces | |
220 works around this problem. gaim should detect and use the default | |
221 font when the requested font isn't found. | |
222 Majortool says to tell sean about "already in opposite list" | |
223 errors are still happening, now whenever you start | |
224 gaim. follow from prior conversation. | |
225 javabsp|away: the (C) and (R) works | |
226 (23:02:54) MajorTool: LSchiere: yeah what javabsp|away | |
227 is talking about but its certain ones | |
228 bug: doesn't save blist to file on read from server | |
229 as this could be introducing new people, | |
230 esp if there is no existing file, it shold. | |
231 store group name that buddy is in on server | |
232 set the friendly name to be the self alias | |
233 typing notification in group chats | |
234 start group chat support | |
235 better group chat support in general | |
236 lots of reports of problems. | |
237 font face and color send support | |
238 International freindly name support | |
2358
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
239 Need some way of indicating "invite" in IM window |
3746 | 240 File Transfer (do we really want this?) |
241 auto reply on away | |
242 people search function. | |
243 voice chat | |
1666
8b0c165a33f4
[gaim-migrate @ 1676]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1653
diff
changeset
|
244 |
1687
c9921a214121
[gaim-migrate @ 1697]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1679
diff
changeset
|
245 IRC: |
3746 | 246 gaim generates ~5 popups when it fails to sign on |
247 an irc server because the nick is already | |
248 in use. | |
249 Error 421, unknown command when going away. sometimes. | |
250 /ban, /kickban, /names | |
251 CTCP version generates an autoreply when person is away or idle. | |
252 the error box used vy it also binds the focus (like | |
253 all other error popups). i'm not sure there is a way | |
254 around this second issue. | |
255 fix segfault on attempted send after having been /remove'ed | |
256 multi word remove messages | |
257 auto reply to /msg on away | |
258 no list of people on /join | |
259 display target of +b and +q | |
1687
c9921a214121
[gaim-migrate @ 1697]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1679
diff
changeset
|
260 |
c9921a214121
[gaim-migrate @ 1697]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1679
diff
changeset
|
261 Jabber: |
3746 | 262 in 0.59.3, not replicated by me in cvs, timestamp |
263 is having a font size tag set (value of 10, obviously a point | |
264 size), but the rest of the line isn't. 3 issues here: | |
265 why is the size a point size, and why is only the tag around the | |
266 timestamp being set, and lastly why is it only happening in jabber | |
267 for the reporter, and only jabber chats at that. | |
268 problem seeing buddies with long blist? | |
269 make password change take effect w/out restart | |
270 *sigh* file transfer (do we really need/want this?) | |
1760
c55038f061dd
[gaim-migrate @ 1770]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1750
diff
changeset
|
271 Jabber Transports (having them show up on the buddy list should be |
c55038f061dd
[gaim-migrate @ 1770]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1750
diff
changeset
|
272 fairly easy; having an appropriate right-click menu for |
c55038f061dd
[gaim-migrate @ 1770]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1750
diff
changeset
|
273 them should also be somewhat easy. Providing a UI for adding |
c55038f061dd
[gaim-migrate @ 1770]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1750
diff
changeset
|
274 transports should be rather difficult.) |
1827
bb115612a2ed
[gaim-migrate @ 1837]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1809
diff
changeset
|
275 Browsing |
3746 | 276 Bug: Opening/closing/re-opening conferences (to the same "room"?) |
277 and changing conf. rm. nicks results in wrong nick re-appearing | |
278 (to other clients) and crash on close of conference dialog. | |
279 Server Admin operations (messages, etc.) | |
280 Support new server feature for "invisibility" | |
281 Add option for user info to be published or not in JUD. | |
282 Ability to "IM" conference room "buddies" | |
283 Some way to see/list roster items to which you have no subscription | |
284 yourself? Some way to delete them or subscribe to them if you want? | |
285 Show self on buddylist | |
286 Delete server account. | |
287 Messaging an "Away" Jabber user doesn't get an away message back? | |
288 Permit/Deny buddy support. | |
289 List of users on Jabber server? | |
290 SSL support | |
291 show idle time on blist | |
292 a populate roster from local blist. most useful if you want to migrate a | |
293 blist from one account to another, also useful if something freaky | |
294 happens and the server blist is lost. | |
295 conferenceing needs straightening out in general | |
296 some s2s issues, maybe | |
297 join room 2x issues, maybe | |
298 colors for nicks | |
1687
c9921a214121
[gaim-migrate @ 1697]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1679
diff
changeset
|
299 |
3746 | 300 Napster: (should this even exist?) |
301 File Transfer (do we really want this?) | |
1687
c9921a214121
[gaim-migrate @ 1697]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1679
diff
changeset
|
302 New User Registration |
c9921a214121
[gaim-migrate @ 1697]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1679
diff
changeset
|
303 |
1700
1e0fa7e130d0
[gaim-migrate @ 1710]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1690
diff
changeset
|
304 Zephyr: |
1e0fa7e130d0
[gaim-migrate @ 1710]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1690
diff
changeset
|
305 God help us. |
1e0fa7e130d0
[gaim-migrate @ 1710]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1690
diff
changeset
|
306 |
2417
5473c8c5378d
[gaim-migrate @ 2430]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2385
diff
changeset
|
307 Gadu-Gadu: |
5473c8c5378d
[gaim-migrate @ 2430]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2385
diff
changeset
|
308 New User Registration |
5473c8c5378d
[gaim-migrate @ 2430]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2385
diff
changeset
|
309 There's probably 100 other things but since I've hardly used the Windows |
5473c8c5378d
[gaim-migrate @ 2430]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2385
diff
changeset
|
310 client before I'm not sure what any of them are |
5473c8c5378d
[gaim-migrate @ 2430]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2385
diff
changeset
|
311 |
2358
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
312 ---- |
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
313 THE UIS: |
3746 | 314 make timestamp same size as nicks (optional?) |
2358
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
315 |
3746 | 316 GTK1.2(some of this applies to gtk2 also): |
317 GLib-CRITICAL **: file gstrfuncs.c: line 1194 (g_strcasecmp): assertion `s1 != NULL' failed. | |
318 warnings in latest release. | |
319 it seems that when a certain packet is received, the assertion fails. something | |
320 about SIGNON without PAUSE. | |
321 choose a browser you don't have installed, click a link 2x, crash. | |
322 option to have input box scroll instead of line wrap. input box only. | |
323 BUG: hidden smilies don't always work right in protocols with specific smilies. even aim. | |
324 this is somewhat transitory, and very annoying. | |
325 copy grabs html as well as text. | |
326 tooltip for mute sound is wrong. should read "Mute" not "Sound" when sounds are on | |
327 bug report: The pixmaps arrow_down.xpm and arrow_right.xpm don't have proper | |
328 transparency... it only causes problems if your GTK theme is pixmap based | |
329 options on key bindings. (differnet window managers map different things. | |
330 make the control key switchable with the alt key or similar) | |
331 maybe make control/alt+arrow optionally replace control+bracket | |
332 is this a good idea? | |
333 sendas menu for im dialog. like get info has. | |
334 bug: if you remove a group in one prpl, it disappears from the online tab | |
335 even if there are still buddies in that group online | |
336 make it so that same sn entries don't merge. use gc's to do this | |
337 right click on url gives browser choice (preference option) | |
338 option to choose person on blist when adding to permit/deny lists | |
339 prpl specfic smiles in group chats. | |
340 alias's in chat list/invite | |
341 make output of /list searchable | |
342 option not to raise windows on event while away | |
343 make entry widget height preference a relative size, that is it doesn't change the | |
344 overall height of the window. | |
345 Only show one instance of each aim_user at a time in the sign on dialog. | |
346 reset the progress bar on disconnect instead of creating a new entry. | |
347 Status labels in buddy list (mostly just for yahoo/msn) | |
348 buddy pounce -> drop down list of buddies | |
349 buddy pounce -> add service to list of accounts | |
350 buddy pounce -> add chooser to sound | |
351 fix buddy ticker resize bug. | |
352 can't shrink it below default | |
2358
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
353 Transparency for GtkIMHtml |
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
354 Rewrite the HTML parser in GtkIMHtml |
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
355 Moving GTK/GDK and related things out of the prpls |
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
356 TOC: file transfer (move into the core) |
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
357 Better way of showing away state - and possibly in main window |
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
358 Away needs to be modified to include "show" and "status", i.e. you can have |
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
359 an away state, and an away message. This is exactly what ICQ does - |
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
360 you're "N/A" (show in Jabber) and your away message is "I'm gone." |
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
361 (status in Jabber). Since it only applies to ICQ and Jabber (and |
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
362 actually, currently only Jabber, since icqlib doesn't handle away |
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
363 messages yet), there should be some way of indicating that it can |
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
364 do both without breaking the others. My suggestion is to put "/" at |
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
365 the end of the "state", and when that's there, have it be a menu with |
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
366 all of the custom messages, e.g. in Jabber it'd return "Away/" as one |
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
367 of the states, and you'd see "Away" with a menu of all the away |
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
368 messages you have. |
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
369 |
2417
5473c8c5378d
[gaim-migrate @ 2430]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2385
diff
changeset
|
370 Need to write the ui side of the core-ui protocol |
5473c8c5378d
[gaim-migrate @ 2430]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2385
diff
changeset
|
371 |
2358
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
372 Syd is cool and gave all of these ideas: |
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
373 Have multiple tickers in the same window, one for buddies |
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
374 like it is now, one for who just came online/offline |
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
375 (scrolled faster possibly because that doesn't |
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
376 happen very often), etc. |
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
377 Have tooltips on the passing buddies on the ticker |
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
378 Have a stock ticker (a plugin could easily make use of |
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
379 GtkTicker) |
202222f100b6
[gaim-migrate @ 2371]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2313
diff
changeset
|
380 |
2725
f3c094e78609
[gaim-migrate @ 2738]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2597
diff
changeset
|
381 Buddy Icons need to be converted to use new gdk-pixbuf (GTK2) |
f3c094e78609
[gaim-migrate @ 2738]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2597
diff
changeset
|
382 |
1677
27e5acfe2ed5
[gaim-migrate @ 1687]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1666
diff
changeset
|
383 |
1687
c9921a214121
[gaim-migrate @ 1697]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1679
diff
changeset
|
384 Then, of course, are all the Bugs that need to be fixed |
3021 | 385 http://sourceforge.net/tracker/?atid=100235&group_id=235&func=browse |
3746 | 386 |
387 | |
1687
c9921a214121
[gaim-migrate @ 1697]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1679
diff
changeset
|
388 and the Feature Requests. SourceForge should really allow users |
c9921a214121
[gaim-migrate @ 1697]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1679
diff
changeset
|
389 to vote on feature requests and bugs..... |
c9921a214121
[gaim-migrate @ 1697]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1679
diff
changeset
|
390 http://sourceforge.net/tracker/?atid=350235&group_id=235&func=browse |