comparison src/gaim.h @ 4687:283fb289c510

[gaim-migrate @ 4998] This is a new buddy list. Lots of things about it just Don't Work. I probably already know about those things, and you'd just be wasting my time in submitting a bug report about it. I decided that instead of getting it to all work perfectly before committing, that I'd get it in cvs, and slowly fix it with regular commits. That way, it's easier to keep track of things, and other developers can help. Plus, I'm getting pissed off at the buddy list and want it to die. It's kinda boring, and doing nothing but the buddy list for such a long time has just gotten me very bitter. After 0.60 is released later this week, Gaim will resume being fun. This week is going to be very stressful, though, I'm sure. Things you ought to know about this buddy list: - It crashes - It leaks - There's no way to edit the buddy list, or access offline buddies - Most of the menus and buttons and whatnot just plain ol' don't work. - Status icons are only implemented for AIM. That's mostly just because I'm lazy. As such, you may want to be wary of updating this. If you do decide to update this, you may want to learn "cvs update -D yesterday" as well :) All the art there is just placeholder art. You probably won't really have as many problems as it sounds like you will from reading this. This message is extra-negative to stress that I don't want to be bothered with complaints about something not working about it :). I'll repeat: If something doesn't work, I probably already know about it. If you want to actually help with something, I'd be delighted to have it. IM me. -s. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 10 Mar 2003 05:30:31 +0000
parents 4938d12f6d48
children 677d3cb193a1
comparison
equal deleted inserted replaced
4686:a1de8a9c99ba 4687:283fb289c510
26 #include <config.h> 26 #include <config.h>
27 #endif 27 #endif
28 28
29 #include "core.h" 29 #include "core.h"
30 #include "ui.h" 30 #include "ui.h"
31 #include "list.h"
31 32
32 #define XPATCH BAD /* Because Kalla Said So */ 33 #define XPATCH BAD /* Because Kalla Said So */
33 34
34 /* XXX CUI: when this is done being split, the only things below should be things 35 /* XXX CUI: when this is done being split, the only things below should be things
35 * both the core and the uis depend on e.g. the protocol definitions, etc, and 36 * both the core and the uis depend on e.g. the protocol definitions, etc, and
234 #define OPT_BLIST_NO_MT_GRP 0x00000100 235 #define OPT_BLIST_NO_MT_GRP 0x00000100
235 #define OPT_BLIST_SHOW_WARN 0x00000200 236 #define OPT_BLIST_SHOW_WARN 0x00000200
236 #define OPT_BLIST_GREY_IDLERS 0x00000400 237 #define OPT_BLIST_GREY_IDLERS 0x00000400
237 #define OPT_BLIST_BOTTOM_TAB 0X00000800 238 #define OPT_BLIST_BOTTOM_TAB 0X00000800
238 #define OPT_BLIST_POPUP 0x00001000 239 #define OPT_BLIST_POPUP 0x00001000
240 #define OPT_BLIST_SHOW_ICONS 0x00002000
239 241
240 extern guint convo_options; 242 extern guint convo_options;
241 #define OPT_CONVO_ENTER_SENDS 0x00000001 243 #define OPT_CONVO_ENTER_SENDS 0x00000001
242 #define OPT_CONVO_SEND_LINKS 0x00000002 244 #define OPT_CONVO_SEND_LINKS 0x00000002
243 #define OPT_CONVO_CHECK_SPELLING 0x00000004 245 #define OPT_CONVO_CHECK_SPELLING 0x00000004
338 /* Functions in aim.c */ 340 /* Functions in aim.c */
339 extern void do_quit(); 341 extern void do_quit();
340 342
341 /* Functions in buddy.c */ 343 /* Functions in buddy.c */
342 extern void signoff(struct gaim_connection *); 344 extern void signoff(struct gaim_connection *);
343 extern void do_pounce(struct gaim_connection *, char *, int);
344 void create_prpl_icon(GtkWidget *widget, struct gaim_connection *gc,
345 GdkPixmap **pixmap, GdkBitmap **mask);
346 345
347 /* Functions in buddy_chat.c */ 346 /* Functions in buddy_chat.c */
348 #if 0 347 #if 0
349 extern void show_new_buddy_chat(struct gaim_conversation *); 348 extern void show_new_buddy_chat(struct gaim_conversation *);
350 extern void chat_set_topic(struct gaim_conversation*, char*, char*); 349 extern void chat_set_topic(struct gaim_conversation*, char*, char*);