Mercurial > pidgin.yaz
annotate src/gtkconv.c @ 9864:df1e5075eb0f
[gaim-migrate @ 10743]
Whoops, didn't mean to commit this
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 25 Aug 2004 10:51:41 +0000 |
parents | 0e3a84f18467 |
children | d6cf01e43b86 |
rev | line source |
---|---|
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5860
diff
changeset
|
1 /** |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5860
diff
changeset
|
2 * @file gtkconv.h GTK+ Conversation API |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5860
diff
changeset
|
3 * @ingroup gtkui |
4359 | 4 * |
8046 | 5 * Gaim is the legal property of its developers, whose names are too numerous |
6 * to list here. Please refer to the COPYRIGHT file distributed with this | |
7 * source distribution. | |
6725
e62a504c83d0
[gaim-migrate @ 7252]
Christian Hammond <chipx86@chipx86.com>
parents:
6695
diff
changeset
|
8 * |
4359 | 9 * This program is free software; you can redistribute it and/or modify |
10 * it under the terms of the GNU General Public License as published by | |
11 * the Free Software Foundation; either version 2 of the License, or | |
12 * (at your option) any later version. | |
13 * | |
14 * This program is distributed in the hope that it will be useful, | |
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
17 * GNU General Public License for more details. | |
18 * | |
19 * You should have received a copy of the GNU General Public License | |
20 * along with this program; if not, write to the Free Software | |
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
22 * | |
23 */ | |
9791 | 24 #include "internal.h" |
25 #include "gtkgaim.h" | |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5860
diff
changeset
|
26 |
4359 | 27 #ifndef _WIN32 |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5860
diff
changeset
|
28 # include <X11/Xlib.h> |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5860
diff
changeset
|
29 #endif |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5860
diff
changeset
|
30 |
4359 | 31 #ifdef USE_GTKSPELL |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5860
diff
changeset
|
32 # include <gtkspell/gtkspell.h> |
7538
357eb1c39b72
[gaim-migrate @ 8151]
Christian Hammond <chipx86@chipx86.com>
parents:
7476
diff
changeset
|
33 # ifdef _WIN32 |
357eb1c39b72
[gaim-migrate @ 8151]
Christian Hammond <chipx86@chipx86.com>
parents:
7476
diff
changeset
|
34 # include "wspell.h" |
357eb1c39b72
[gaim-migrate @ 8151]
Christian Hammond <chipx86@chipx86.com>
parents:
7476
diff
changeset
|
35 # endif |
4359 | 36 #endif |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5860
diff
changeset
|
37 |
4359 | 38 #include <gdk/gdkkeysyms.h> |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5860
diff
changeset
|
39 |
9699 | 40 #include "account.h" |
9130 | 41 #include "cmds.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5860
diff
changeset
|
42 #include "debug.h" |
6982 | 43 #include "imgstore.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5860
diff
changeset
|
44 #include "log.h" |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5402
diff
changeset
|
45 #include "notify.h" |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
46 #include "prefs.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5860
diff
changeset
|
47 #include "prpl.h" |
6038 | 48 #include "request.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5860
diff
changeset
|
49 #include "sound.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5860
diff
changeset
|
50 #include "util.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5860
diff
changeset
|
51 |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5860
diff
changeset
|
52 #include "dnd-hints.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5860
diff
changeset
|
53 #include "gtkblist.h" |
5717 | 54 #include "gtkconv.h" |
9709 | 55 #include "gtkdialogs.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5860
diff
changeset
|
56 #include "gtkimhtml.h" |
8317 | 57 #include "gtkimhtmltoolbar.h" |
7431 | 58 #include "gtklog.h" |
5907
18486c860a46
[gaim-migrate @ 6339]
Christian Hammond <chipx86@chipx86.com>
parents:
5902
diff
changeset
|
59 #include "gtkpounce.h" |
6371
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6291
diff
changeset
|
60 #include "gtkprivacy.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5860
diff
changeset
|
61 #include "gtkutils.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5860
diff
changeset
|
62 #include "stock.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5860
diff
changeset
|
63 |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5860
diff
changeset
|
64 /* XXX */ |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5860
diff
changeset
|
65 #include "gaim.h" |
4359 | 66 |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5860
diff
changeset
|
67 #define AUTO_RESPONSE "<AUTO-REPLY> : " |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5860
diff
changeset
|
68 |
7990 | 69 #define SEND_COLOR "#16569E" |
7855 | 70 #define RECV_COLOR "#A82F2F" |
7854 | 71 |
4359 | 72 static char nick_colors[][8] = { |
73 "#ba55d3", /* Medium Orchid */ | |
74 "#ee82ee", /* Violet */ | |
75 "#c715b4", /* Medium Violet Red */ | |
76 "#ff69b4", /* Hot Pink */ | |
77 "#ff6347", /* Tomato */ | |
78 "#fa8c00", /* Dark Orange */ | |
79 "#fa8072", /* Salmon */ | |
80 "#b22222", /* Fire Brick */ | |
81 "#f4a460", /* Sandy Brown */ | |
82 "#cd5c5c", /* Indian Red */ | |
83 "#bc8f8f", /* Rosy Brown */ | |
84 "#f0e68c", /* Khaki */ | |
85 "#bdb76b", /* Dark Khaki */ | |
86 "#228b22", /* Forest Green */ | |
87 "#9acd32", /* Yellow Green */ | |
88 "#32cd32", /* Lime Green */ | |
7755 | 89 "#3cb371", /* Medium Sea Green (Medium Sea Green?! What are we women?!) */ |
4359 | 90 "#2e8b57", /* Sea Green */ |
91 "#8fbc8f", /* Dark Sea Green */ | |
92 "#66cdaa", /* Medium Aquamarine */ | |
93 "#5f9ea0", /* Cadet Blue */ | |
94 "#48d1cc", /* Medium Turquoise */ | |
95 "#00ced1", /* Dark Turquoise */ | |
96 "#4682b4", /* Stell Blue */ | |
97 "#00bfff", /* Deep Sky Blue */ | |
98 "#1690ff", /* Dodger Blue */ | |
99 "#4169ff", /* Royal Blue */ | |
100 "#6a5acd", /* Slate Blue */ | |
101 "#6495ed", /* Cornflower Blue */ | |
102 "#708090", /* Slate gray */ | |
7995
87d3260f961a
[gaim-migrate @ 8672]
Christian Hammond <chipx86@chipx86.com>
parents:
7990
diff
changeset
|
103 "#2f4f4f", /* Dark Slate Gray */ |
87d3260f961a
[gaim-migrate @ 8672]
Christian Hammond <chipx86@chipx86.com>
parents:
7990
diff
changeset
|
104 "#ff8c00", /* Dark Orange */ |
8535 | 105 "#006400", /* DarkGreen */ |
106 "#8b4513", /* SaddleBrown */ | |
107 "#8b8989", /* snow4 */ | |
108 "#7d26cd", /* purple3 */ | |
4359 | 109 }; |
6291 | 110 |
4359 | 111 #define NUM_NICK_COLORS (sizeof(nick_colors) / sizeof(*nick_colors)) |
112 | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
113 typedef struct |
4359 | 114 { |
115 GtkWidget *window; | |
116 | |
117 GtkWidget *entry; | |
118 GtkWidget *message; | |
119 | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
120 GaimConversation *conv; |
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
121 |
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
122 } InviteBuddyInfo; |
4359 | 123 |
124 static GtkWidget *invite_dialog = NULL; | |
125 | |
126 /* Prototypes. <-- because Paco-Paco hates this comment. */ | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
127 static void got_typing_keypress(GaimConversation *conv, gboolean first); |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5551
diff
changeset
|
128 static GList *generate_invite_user_names(GaimConnection *gc); |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
129 static void add_chat_buddy_common(GaimConversation *conv, |
9554 | 130 const char *name); |
9605 | 131 static gboolean tab_complete(GaimConversation *conv); |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
132 static void update_typing_icon(GaimConversation *conv); |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
133 static gboolean update_send_as_selection(GaimConvWindow *win); |
4602
4128761bacb8
[gaim-migrate @ 4889]
Christian Hammond <chipx86@chipx86.com>
parents:
4598
diff
changeset
|
134 static char *item_factory_translate_func (const char *path, gpointer func_data); |
4359 | 135 |
136 /************************************************************************** | |
137 * Callbacks | |
138 **************************************************************************/ | |
139 static gint | |
140 close_win_cb(GtkWidget *w, GdkEventAny *e, gpointer d) | |
141 { | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
142 GaimConvWindow *win = (GaimConvWindow *)d; |
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
143 |
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
144 gaim_conv_window_destroy(win); |
4361
25d5b2a7545f
[gaim-migrate @ 4627]
Christian Hammond <chipx86@chipx86.com>
parents:
4360
diff
changeset
|
145 |
25d5b2a7545f
[gaim-migrate @ 4627]
Christian Hammond <chipx86@chipx86.com>
parents:
4360
diff
changeset
|
146 return TRUE; |
4359 | 147 } |
148 | |
149 static gint | |
150 close_conv_cb(GtkWidget *w, gpointer d) | |
151 { | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
152 GaimConversation *conv = (GaimConversation *)d; |
4359 | 153 |
154 gaim_conversation_destroy(conv); | |
4361
25d5b2a7545f
[gaim-migrate @ 4627]
Christian Hammond <chipx86@chipx86.com>
parents:
4360
diff
changeset
|
155 |
25d5b2a7545f
[gaim-migrate @ 4627]
Christian Hammond <chipx86@chipx86.com>
parents:
4360
diff
changeset
|
156 return TRUE; |
4359 | 157 } |
158 | |
8914 | 159 static gboolean |
160 size_allocate_cb(GtkWidget *w, GtkAllocation *allocation, GaimConversation *conv) | |
161 { | |
162 GaimGtkConversation *gtkconv; | |
9048 | 163 GaimConvWindow *win = gaim_conversation_get_window(conv); |
9459 | 164 gboolean saveheight; |
8914 | 165 |
166 if (!GTK_WIDGET_VISIBLE(w)) | |
167 return FALSE; | |
168 | |
169 if (!GAIM_IS_GTK_CONVERSATION(conv)) | |
170 return FALSE; | |
171 | |
172 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
173 | |
9459 | 174 /* we only save the new height if the formatting toolbar visibility matches the pref */ |
175 saveheight = (gtkconv->show_formatting_toolbar == gaim_prefs_get_bool("/gaim/gtk/conversations/show_formatting_toolbar")); | |
176 | |
9048 | 177 /* I find that I resize the window when it has a bunch of conversations in it, mostly so that the tab bar |
178 * will fit, but then I don't want new windows taking up the entire screen. I check to see if there is only one | |
179 * conversation in the window. This way we'll be setting new windows to the size of the last resized new window. */ | |
180 | |
8914 | 181 if (gaim_conversation_get_type(conv) == GAIM_CONV_IM) |
182 { | |
9048 | 183 if (w == gtkconv->sw && (gaim_conv_window_get_conversation_count(win) == 1)) |
8914 | 184 { |
185 gaim_prefs_set_int("/gaim/gtk/conversations/im/default_width", allocation->width); | |
9459 | 186 if (saveheight) |
187 gaim_prefs_set_int("/gaim/gtk/conversations/im/default_height", allocation->height); | |
8914 | 188 } |
189 if (w == gtkconv->entry) | |
190 gaim_prefs_set_int("/gaim/gtk/conversations/im/entry_height", allocation->height); | |
191 } | |
192 else if (gaim_conversation_get_type(conv) == GAIM_CONV_CHAT) | |
193 { | |
9048 | 194 if (w == gtkconv->sw && (gaim_conv_window_get_conversation_count(win) == 1)) |
8914 | 195 { |
196 gaim_prefs_set_int("/gaim/gtk/conversations/chat/default_width", allocation->width); | |
9459 | 197 if (saveheight) |
198 gaim_prefs_set_int("/gaim/gtk/conversations/chat/default_height", allocation->height); | |
8914 | 199 } |
200 if (w == gtkconv->entry) | |
201 gaim_prefs_set_int("/gaim/gtk/conversations/chat/entry_height", allocation->height); | |
202 } | |
203 | |
204 return FALSE; | |
205 } | |
206 | |
7446
064c697cc223
[gaim-migrate @ 8057]
Christian Hammond <chipx86@chipx86.com>
parents:
7440
diff
changeset
|
207 /* Courtesy of Galeon! */ |
064c697cc223
[gaim-migrate @ 8057]
Christian Hammond <chipx86@chipx86.com>
parents:
7440
diff
changeset
|
208 static void |
064c697cc223
[gaim-migrate @ 8057]
Christian Hammond <chipx86@chipx86.com>
parents:
7440
diff
changeset
|
209 tab_close_button_state_changed_cb(GtkWidget *widget, GtkStateType prev_state) |
064c697cc223
[gaim-migrate @ 8057]
Christian Hammond <chipx86@chipx86.com>
parents:
7440
diff
changeset
|
210 { |
064c697cc223
[gaim-migrate @ 8057]
Christian Hammond <chipx86@chipx86.com>
parents:
7440
diff
changeset
|
211 if (GTK_WIDGET_STATE(widget) == GTK_STATE_ACTIVE) |
064c697cc223
[gaim-migrate @ 8057]
Christian Hammond <chipx86@chipx86.com>
parents:
7440
diff
changeset
|
212 gtk_widget_set_state(widget, GTK_STATE_NORMAL); |
064c697cc223
[gaim-migrate @ 8057]
Christian Hammond <chipx86@chipx86.com>
parents:
7440
diff
changeset
|
213 } |
064c697cc223
[gaim-migrate @ 8057]
Christian Hammond <chipx86@chipx86.com>
parents:
7440
diff
changeset
|
214 |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
215 static void |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
216 default_formatize(GaimConversation *conv) |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
217 { |
8061 | 218 GaimGtkConversation *c = GAIM_GTK_CONVERSATION(conv); |
219 GaimConnection *gc = gaim_conversation_get_gc(conv); | |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
220 |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
221 if (gc && gc->flags & GAIM_CONNECTION_HTML) |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
222 { |
9025 | 223 if (gaim_prefs_get_bool("/gaim/gtk/conversations/send_formatting")) |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
224 { |
9025 | 225 char *color; |
226 GdkColor fg_color, bg_color; | |
227 | |
228 if (gaim_prefs_get_bool("/gaim/gtk/conversations/send_bold")) | |
229 gtk_imhtml_toggle_bold(GTK_IMHTML(c->entry)); | |
230 | |
231 if (gaim_prefs_get_bool("/gaim/gtk/conversations/send_italic")) | |
232 gtk_imhtml_toggle_italic(GTK_IMHTML(c->entry)); | |
233 | |
234 if (gaim_prefs_get_bool("/gaim/gtk/conversations/send_underline")) | |
235 gtk_imhtml_toggle_underline(GTK_IMHTML(c->entry)); | |
236 | |
237 gtk_imhtml_toggle_fontface(GTK_IMHTML(c->entry), | |
238 gaim_prefs_get_string("/gaim/gtk/conversations/font_face")); | |
239 | |
240 if (!(gc->flags & GAIM_CONNECTION_NO_FONTSIZE)) | |
241 gtk_imhtml_font_set_size(GTK_IMHTML(c->entry), | |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
242 gaim_prefs_get_int("/gaim/gtk/conversations/font_size")); |
9025 | 243 |
244 if(strcmp(gaim_prefs_get_string("/gaim/gtk/conversations/fgcolor"), "") != 0) | |
245 { | |
246 gdk_color_parse(gaim_prefs_get_string("/gaim/gtk/conversations/fgcolor"), | |
247 &fg_color); | |
248 color = g_strdup_printf("#%02x%02x%02x", | |
249 fg_color.red / 256, | |
250 fg_color.green / 256, | |
251 fg_color.blue / 256); | |
252 } | |
253 else | |
254 color = g_strdup(""); | |
255 | |
8061 | 256 gtk_imhtml_toggle_forecolor(GTK_IMHTML(c->entry), color); |
257 g_free(color); | |
9025 | 258 |
259 if(!(gc->flags & GAIM_CONNECTION_NO_BGCOLOR) && | |
260 strcmp(gaim_prefs_get_string("/gaim/gtk/conversations/bgcolor"), "") != 0) | |
261 { | |
262 gdk_color_parse(gaim_prefs_get_string("/gaim/gtk/conversations/bgcolor"), | |
263 &bg_color); | |
264 color = g_strdup_printf("#%02x%02x%02x", | |
265 bg_color.red / 256, | |
266 bg_color.green / 256, | |
267 bg_color.blue / 256); | |
268 } | |
269 else | |
270 color = g_strdup(""); | |
271 | |
8061 | 272 gtk_imhtml_toggle_backcolor(GTK_IMHTML(c->entry), color); |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
273 g_free(color); |
8061 | 274 } |
8677 | 275 |
9025 | 276 |
8677 | 277 if (gc->flags & GAIM_CONNECTION_FORMATTING_WBFO) |
278 gtk_imhtml_set_whole_buffer_formatting_only(GTK_IMHTML(c->entry), TRUE); | |
279 else | |
280 gtk_imhtml_set_whole_buffer_formatting_only(GTK_IMHTML(c->entry), FALSE); | |
8061 | 281 } |
282 } | |
9130 | 283 |
284 static const char * | |
285 gaim_gtk_get_cmd_prefix(void) | |
286 { | |
287 return "/"; | |
288 } | |
289 | |
9167 | 290 static GaimCmdRet |
9829 | 291 say_command_cb(GaimConversation *conv, |
292 const char *cmd, char **args, char **error, void *data) | |
293 { | |
294 if (gaim_conversation_get_type(conv) == GAIM_CONV_IM) | |
295 gaim_conv_im_send(GAIM_CONV_IM(conv), args[0]); | |
296 else if (gaim_conversation_get_type(conv) == GAIM_CONV_CHAT) | |
297 gaim_conv_chat_send(GAIM_CONV_CHAT(conv), args[0]); | |
298 | |
299 return GAIM_CMD_RET_OK; | |
300 } | |
301 | |
302 static GaimCmdRet | |
9167 | 303 me_command_cb(GaimConversation *conv, |
9597 | 304 const char *cmd, char **args, char **error, void *data) |
9167 | 305 { |
306 char *tmp; | |
307 | |
308 tmp = g_strdup_printf("/me %s", args[0]); | |
9175 | 309 |
9167 | 310 if (gaim_conversation_get_type(conv) == GAIM_CONV_IM) |
311 gaim_conv_im_send(GAIM_CONV_IM(conv), tmp); | |
312 else if (gaim_conversation_get_type(conv) == GAIM_CONV_CHAT) | |
313 gaim_conv_chat_send(GAIM_CONV_CHAT(conv), tmp); | |
314 | |
315 g_free(tmp); | |
316 return GAIM_CMD_RET_OK; | |
317 } | |
318 | |
9212 | 319 static GaimCmdRet |
320 debug_command_cb(GaimConversation *conv, | |
9597 | 321 const char *cmd, char **args, char **error, void *data) |
9212 | 322 { |
323 char *tmp, *markup; | |
324 GaimCmdStatus status; | |
325 | |
326 if (!g_ascii_strcasecmp(args[0], "version")) { | |
327 tmp = g_strdup_printf(_("me is using Gaim v%s."), VERSION); | |
328 markup = gaim_escape_html(tmp); | |
329 | |
330 status = gaim_cmd_do_command(conv, tmp, markup, error); | |
331 | |
332 g_free(tmp); | |
333 g_free(markup); | |
334 return status; | |
335 } else { | |
336 gaim_conversation_write(conv, NULL, _("Supported debug options are: version"), | |
337 GAIM_MESSAGE_NO_LOG|GAIM_MESSAGE_ERROR, time(NULL)); | |
338 return GAIM_CMD_STATUS_OK; | |
339 } | |
340 } | |
341 | |
9213 | 342 static GaimCmdRet |
343 help_command_cb(GaimConversation *conv, | |
9597 | 344 const char *cmd, char **args, char **error, void *data) |
9213 | 345 { |
9597 | 346 GList *l, *text; |
9213 | 347 GString *s; |
9597 | 348 |
349 if (args[0] != NULL) { | |
350 s = g_string_new(""); | |
351 text = gaim_cmd_help(conv, args[0]); | |
352 | |
353 if (text) { | |
354 for (l = text; l; l = l->next) | |
355 if (l->next) | |
9816 | 356 g_string_append_printf(s, "%s\n", (char *)l->data); |
9597 | 357 else |
9816 | 358 g_string_append_printf(s, "%s", (char *)l->data); |
9597 | 359 } else { |
360 g_string_append(s, _("No such command (in this context).")); | |
361 } | |
362 } else { | |
363 s = g_string_new(_("Use \"/help <command>\" for help on a specific command.\n" | |
364 "The following commands are available in this context:\n")); | |
365 | |
366 text = gaim_cmd_list(conv); | |
367 for (l = text; l; l = l->next) | |
9213 | 368 if (l->next) |
9597 | 369 g_string_append_printf(s, "%s, ", (char *)l->data); |
9213 | 370 else |
9597 | 371 g_string_append_printf(s, "%s.", (char *)l->data); |
9213 | 372 } |
373 | |
374 gaim_conversation_write(conv, NULL, s->str, GAIM_MESSAGE_NO_LOG, time(NULL)); | |
375 g_string_free(s, TRUE); | |
376 | |
377 return GAIM_CMD_STATUS_OK; | |
378 } | |
379 | |
4359 | 380 static void |
9374 | 381 send_history_add(GaimConversation *conv, const char *message) |
382 { | |
383 GList *first; | |
384 | |
385 first = g_list_first(conv->send_history); | |
386 | |
387 if (first->data) | |
388 g_free(first->data); | |
389 | |
390 first->data = g_strdup(message); | |
391 | |
392 conv->send_history = g_list_prepend(first, NULL); | |
393 } | |
394 | |
9832 | 395 static gboolean |
396 check_for_and_do_command(GaimConversation *conv) | |
397 { | |
398 GaimGtkConversation *gtkconv; | |
399 char *cmd; | |
400 const char *prefix; | |
401 GaimAccount *account; | |
402 GtkTextIter start; | |
403 | |
404 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
405 account = gaim_conversation_get_account(conv); | |
406 prefix = gaim_gtk_get_cmd_prefix(); | |
407 | |
408 cmd = gtk_imhtml_get_text(GTK_IMHTML(gtkconv->entry), NULL, NULL); | |
409 gtk_text_buffer_get_start_iter(GTK_IMHTML(gtkconv->entry)->text_buffer, &start); | |
410 | |
411 if (cmd && (strncmp(cmd, prefix, strlen(prefix)) == 0) | |
412 && !gtk_text_iter_get_child_anchor(&start)) { | |
413 GaimCmdStatus status; | |
414 char *error, *cmdline, *markup, *send_history; | |
415 GtkTextIter end; | |
416 | |
417 send_history = gtk_imhtml_get_markup(GTK_IMHTML(gtkconv->entry)); | |
418 send_history_add(conv, send_history); | |
419 g_free(send_history); | |
420 | |
421 cmdline = cmd + strlen(prefix); | |
422 | |
423 gtk_text_iter_forward_chars(&start, g_utf8_strlen(prefix, -1)); | |
424 gtk_text_buffer_get_end_iter(GTK_IMHTML(gtkconv->entry)->text_buffer, &end); | |
425 markup = gtk_imhtml_get_markup_range(GTK_IMHTML(gtkconv->entry), &start, &end); | |
426 status = gaim_cmd_do_command(conv, cmdline, markup, &error); | |
427 g_free(cmd); | |
428 g_free(markup); | |
429 | |
430 switch (status) { | |
431 case GAIM_CMD_STATUS_OK: | |
432 return TRUE; | |
433 case GAIM_CMD_STATUS_NOT_FOUND: | |
434 if (!gaim_prefs_get_bool("/gaim/gtk/conversations/passthrough_unknown_commands")) { | |
435 gaim_conversation_write(conv, "", _("No such command."), | |
436 GAIM_MESSAGE_NO_LOG, time(NULL)); | |
437 | |
438 return TRUE; | |
439 } | |
440 return FALSE; | |
441 case GAIM_CMD_STATUS_WRONG_ARGS: | |
442 gaim_conversation_write(conv, "", _("Syntax Error: You typed the wrong number of arguments " | |
443 "to that command."), | |
444 GAIM_MESSAGE_NO_LOG, time(NULL)); | |
445 return TRUE; | |
446 case GAIM_CMD_STATUS_FAILED: | |
447 gaim_conversation_write(conv, "", error ? error : _("Your command failed for an unknown reason."), | |
448 GAIM_MESSAGE_NO_LOG, time(NULL)); | |
449 if(error) | |
450 g_free(error); | |
451 return TRUE; | |
452 case GAIM_CMD_STATUS_WRONG_TYPE: | |
453 if(gaim_conversation_get_type(conv) == GAIM_CONV_IM) | |
454 gaim_conversation_write(conv, "", _("That command only works in Chats, not IMs."), | |
455 GAIM_MESSAGE_NO_LOG, time(NULL)); | |
456 else | |
457 gaim_conversation_write(conv, "", _("That command only works in IMs, not Chats."), | |
458 GAIM_MESSAGE_NO_LOG, time(NULL)); | |
459 return TRUE; | |
460 case GAIM_CMD_STATUS_WRONG_PRPL: | |
461 gaim_conversation_write(conv, "", _("That command doesn't work on this protocol."), | |
462 GAIM_MESSAGE_NO_LOG, time(NULL)); | |
463 return TRUE; | |
464 } | |
465 } | |
466 | |
467 g_free(cmd); | |
468 return FALSE; | |
469 } | |
470 | |
9374 | 471 static void |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
472 send_cb(GtkWidget *widget, GaimConversation *conv) |
4359 | 473 { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
474 GaimGtkConversation *gtkconv; |
8655 | 475 GaimAccount *account; |
8677 | 476 GaimConnection *gc; |
8448 | 477 char *buf, *clean; |
4359 | 478 |
479 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
8655 | 480 account = gaim_conversation_get_account(conv); |
9130 | 481 |
9471 | 482 if (!gaim_account_is_connected(account)) |
483 return; | |
484 | |
9474 | 485 if ((gaim_conversation_get_type(conv) == GAIM_CONV_CHAT) && |
486 gaim_conv_chat_has_left(GAIM_CONV_CHAT(conv))) | |
9471 | 487 return; |
488 | |
9832 | 489 if (check_for_and_do_command(conv)) { |
490 gtk_imhtml_clear(GTK_IMHTML(gtkconv->entry)); | |
491 default_formatize(conv); | |
492 return; | |
9130 | 493 } |
494 | |
8442 | 495 buf = gtk_imhtml_get_markup(GTK_IMHTML(gtkconv->entry)); |
8962 | 496 clean = gtk_imhtml_get_text(GTK_IMHTML(gtkconv->entry), NULL, NULL); |
8448 | 497 |
4359 | 498 gtk_widget_grab_focus(gtkconv->entry); |
499 | |
8448 | 500 if (strlen(clean) == 0) { |
501 g_free(clean); | |
4359 | 502 return; |
503 } | |
504 | |
8677 | 505 gc = gaim_account_get_connection(account); |
506 if (gc && (gc->flags & GAIM_CONNECTION_NO_NEWLINES)) { | |
507 char **bufs; | |
508 int i; | |
509 | |
510 bufs = gtk_imhtml_get_markup_lines(GTK_IMHTML(gtkconv->entry)); | |
511 for (i = 0; bufs[i]; i++) { | |
9374 | 512 send_history_add(conv, bufs[i]); |
8677 | 513 if (gaim_conversation_get_type(conv) == GAIM_CONV_IM) |
514 gaim_conv_im_send(GAIM_CONV_IM(conv), bufs[i]); | |
515 else if (gaim_conversation_get_type(conv) == GAIM_CONV_CHAT) | |
516 gaim_conv_chat_send(GAIM_CONV_CHAT(conv), bufs[i]); | |
517 } | |
518 | |
519 g_strfreev(bufs); | |
520 | |
521 } else { | |
9374 | 522 send_history_add(conv, buf); |
8677 | 523 if (gaim_conversation_get_type(conv) == GAIM_CONV_IM) |
524 gaim_conv_im_send(GAIM_CONV_IM(conv), buf); | |
525 else if (gaim_conversation_get_type(conv) == GAIM_CONV_CHAT) | |
526 gaim_conv_chat_send(GAIM_CONV_CHAT(conv), buf); | |
527 } | |
4359 | 528 |
8677 | 529 g_free(clean); |
4359 | 530 g_free(buf); |
531 | |
8061 | 532 gtk_imhtml_clear(GTK_IMHTML(gtkconv->entry)); |
533 default_formatize(conv); | |
4359 | 534 } |
535 | |
536 static void | |
7928 | 537 add_remove_cb(GtkWidget *widget, GaimConversation *conv) |
4359 | 538 { |
7060
9946001989a3
[gaim-migrate @ 7623]
Christian Hammond <chipx86@chipx86.com>
parents:
7035
diff
changeset
|
539 GaimAccount *account; |
4359 | 540 const char *name; |
541 | |
7060
9946001989a3
[gaim-migrate @ 7623]
Christian Hammond <chipx86@chipx86.com>
parents:
7035
diff
changeset
|
542 account = gaim_conversation_get_account(conv); |
9946001989a3
[gaim-migrate @ 7623]
Christian Hammond <chipx86@chipx86.com>
parents:
7035
diff
changeset
|
543 name = gaim_conversation_get_name(conv); |
7879 | 544 |
545 if (gaim_conversation_get_type(conv) == GAIM_CONV_IM) { | |
7859 | 546 GaimBuddy *b; |
547 | |
548 b = gaim_find_buddy(account, name); | |
549 if (b != NULL) | |
9730 | 550 gaim_gtkdialogs_remove_buddy(b); |
7859 | 551 else if (account != NULL && gaim_account_is_connected(account)) |
552 gaim_blist_request_add_buddy(account, (char *)name, NULL, NULL); | |
7879 | 553 } else if (gaim_conversation_get_type(conv) == GAIM_CONV_CHAT) { |
7859 | 554 GaimChat *c; |
555 | |
556 c = gaim_blist_find_chat(account, name); | |
557 if (c != NULL) | |
9730 | 558 gaim_gtkdialogs_remove_chat(c); |
7859 | 559 else if (account != NULL && gaim_account_is_connected(account)) |
9754 | 560 gaim_blist_request_add_chat(account, NULL, NULL, name); |
7859 | 561 } |
4359 | 562 |
563 gtk_widget_grab_focus(GAIM_GTK_CONVERSATION(conv)->entry); | |
564 } | |
565 | |
7975 | 566 static void chat_do_info(GaimConversation *conv, const char *who) |
567 { | |
568 GaimPluginProtocolInfo *prpl_info = NULL; | |
569 GaimConnection *gc; | |
570 | |
571 if ((gc = gaim_conversation_get_gc(conv))) { | |
572 prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(gc->prpl); | |
573 | |
574 /* | |
575 * If there are special needs for getting info on users in | |
576 * buddy chat "rooms"... | |
577 */ | |
578 if (prpl_info->get_cb_info != NULL) | |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
579 { |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
580 prpl_info->get_cb_info(gc, |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
581 gaim_conv_chat_get_id(GAIM_CONV_CHAT(conv)), who); |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
582 } |
7975 | 583 else |
584 prpl_info->get_info(gc, who); | |
585 } | |
586 } | |
587 | |
588 | |
4359 | 589 static void |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
590 info_cb(GtkWidget *widget, GaimConversation *conv) |
4359 | 591 { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
592 GaimGtkConversation *gtkconv; |
4359 | 593 |
594 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
595 | |
7879 | 596 if (gaim_conversation_get_type(conv) == GAIM_CONV_IM) { |
597 serv_get_info(gaim_conversation_get_gc(conv), | |
598 gaim_conversation_get_name(conv)); | |
599 | |
600 gtk_widget_grab_focus(gtkconv->entry); | |
601 } else if (gaim_conversation_get_type(conv) == GAIM_CONV_CHAT) { | |
602 /* Get info of the person currently selected in the GtkTreeView */ | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
603 GaimGtkChatPane *gtkchat; |
4359 | 604 GtkTreeIter iter; |
605 GtkTreeModel *model; | |
606 GtkTreeSelection *sel; | |
9554 | 607 char *name; |
4359 | 608 |
609 gtkchat = gtkconv->u.chat; | |
610 | |
611 model = gtk_tree_view_get_model(GTK_TREE_VIEW(gtkchat->list)); | |
612 sel = gtk_tree_view_get_selection(GTK_TREE_VIEW(gtkchat->list)); | |
613 | |
614 if (gtk_tree_selection_get_selected(sel, NULL, &iter)) | |
9498 | 615 gtk_tree_model_get(GTK_TREE_MODEL(model), &iter, CHAT_USERS_NAME_COLUMN, &name, -1); |
4359 | 616 else |
617 return; | |
618 | |
7975 | 619 chat_do_info(conv, name); |
9554 | 620 g_free(name); |
4359 | 621 } |
622 } | |
623 | |
624 static void | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
625 warn_cb(GtkWidget *widget, GaimConversation *conv) |
4359 | 626 { |
9714 | 627 gaim_gtkdialogs_warn(gaim_conversation_get_gc(conv), |
7879 | 628 gaim_conversation_get_name(conv)); |
4359 | 629 |
630 gtk_widget_grab_focus(GAIM_GTK_CONVERSATION(conv)->entry); | |
631 } | |
632 | |
633 static void | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
634 block_cb(GtkWidget *widget, GaimConversation *conv) |
4359 | 635 { |
6371
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6291
diff
changeset
|
636 GaimAccount *account; |
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6291
diff
changeset
|
637 |
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6291
diff
changeset
|
638 account = gaim_conversation_get_account(conv); |
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6291
diff
changeset
|
639 |
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6291
diff
changeset
|
640 if (account != NULL && gaim_account_is_connected(account)) |
6399
d726a36628e8
[gaim-migrate @ 6904]
Christian Hammond <chipx86@chipx86.com>
parents:
6398
diff
changeset
|
641 gaim_gtk_request_add_block(account, gaim_conversation_get_name(conv)); |
4359 | 642 |
643 gtk_widget_grab_focus(GAIM_GTK_CONVERSATION(conv)->entry); | |
644 } | |
645 | |
646 static void | |
9468 | 647 send_file_cb(GtkWidget *widget, GaimConversation *conv) |
648 { | |
649 serv_send_file(gaim_conversation_get_gc(conv), gaim_conversation_get_name(conv), NULL); | |
650 } | |
651 | |
652 static void | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
653 do_invite(GtkWidget *w, int resp, InviteBuddyInfo *info) |
4359 | 654 { |
655 const char *buddy, *message; | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
656 GaimGtkConversation *gtkconv; |
4359 | 657 |
658 gtkconv = GAIM_GTK_CONVERSATION(info->conv); | |
659 | |
660 if (resp == GTK_RESPONSE_OK) { | |
661 buddy = gtk_entry_get_text(GTK_ENTRY(GTK_COMBO(info->entry)->entry)); | |
662 message = gtk_entry_get_text(GTK_ENTRY(info->message)); | |
663 | |
4793 | 664 if (!g_ascii_strcasecmp(buddy, "")) { |
4359 | 665 g_free(info); |
666 | |
667 return; | |
668 } | |
669 | |
670 serv_chat_invite(gaim_conversation_get_gc(info->conv), | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
671 gaim_conv_chat_get_id(GAIM_CONV_CHAT(info->conv)), |
4359 | 672 message, buddy); |
673 } | |
674 | |
675 gtk_widget_destroy(invite_dialog); | |
676 invite_dialog = NULL; | |
677 | |
678 g_free(info); | |
679 } | |
680 | |
681 static void | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
682 invite_cb(GtkWidget *widget, GaimConversation *conv) |
4359 | 683 { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
684 InviteBuddyInfo *info = NULL; |
4359 | 685 |
686 if (invite_dialog == NULL) { | |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5551
diff
changeset
|
687 GaimConnection *gc; |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
688 GaimConvWindow *win; |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
689 GaimGtkWindow *gtkwin; |
4359 | 690 GtkWidget *label; |
691 GtkWidget *vbox, *hbox; | |
692 GtkWidget *table; | |
693 GtkWidget *img; | |
694 | |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
695 img = gtk_image_new_from_stock(GAIM_STOCK_DIALOG_QUESTION, |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
696 GTK_ICON_SIZE_DIALOG); |
4359 | 697 |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
698 info = g_new0(InviteBuddyInfo, 1); |
4359 | 699 info->conv = conv; |
700 | |
701 gc = gaim_conversation_get_gc(conv); | |
702 win = gaim_conversation_get_window(conv); | |
703 gtkwin = GAIM_GTK_WINDOW(win); | |
704 | |
705 /* Create the new dialog. */ | |
706 invite_dialog = gtk_dialog_new_with_buttons( | |
7859 | 707 _("Invite Buddy Into Chat Room"), |
7879 | 708 GTK_WINDOW(gtkwin->window), 0, |
709 GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, | |
9443
3584cdab1d0b
[gaim-migrate @ 10264]
Christian Hammond <chipx86@chipx86.com>
parents:
9374
diff
changeset
|
710 GAIM_STOCK_INVITE, GTK_RESPONSE_OK, NULL); |
4359 | 711 |
712 gtk_dialog_set_default_response(GTK_DIALOG(invite_dialog), | |
713 GTK_RESPONSE_OK); | |
714 gtk_container_set_border_width(GTK_CONTAINER(invite_dialog), 6); | |
715 gtk_window_set_resizable(GTK_WINDOW(invite_dialog), FALSE); | |
716 gtk_dialog_set_has_separator(GTK_DIALOG(invite_dialog), FALSE); | |
717 | |
718 /* Setup the outside spacing. */ | |
719 vbox = GTK_DIALOG(invite_dialog)->vbox; | |
720 | |
721 gtk_box_set_spacing(GTK_BOX(vbox), 12); | |
722 gtk_container_set_border_width(GTK_CONTAINER(vbox), 6); | |
723 | |
724 /* Setup the inner hbox and put the dialog's icon in it. */ | |
725 hbox = gtk_hbox_new(FALSE, 12); | |
726 gtk_container_add(GTK_CONTAINER(vbox), hbox); | |
727 gtk_box_pack_start(GTK_BOX(hbox), img, FALSE, FALSE, 0); | |
728 gtk_misc_set_alignment(GTK_MISC(img), 0, 0); | |
729 | |
730 /* Setup the right vbox. */ | |
731 vbox = gtk_vbox_new(FALSE, 0); | |
732 gtk_container_add(GTK_CONTAINER(hbox), vbox); | |
733 | |
734 /* Put our happy label in it. */ | |
735 label = gtk_label_new(_("Please enter the name of the user you wish " | |
736 "to invite, along with an optional invite " | |
737 "message.")); | |
738 gtk_widget_set_size_request(label, 350, -1); | |
739 gtk_label_set_line_wrap(GTK_LABEL(label), TRUE); | |
740 gtk_misc_set_alignment(GTK_MISC(label), 0, 0); | |
741 gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); | |
742 | |
743 /* hbox for the table, and to give it some spacing on the left. */ | |
744 hbox = gtk_hbox_new(FALSE, 6); | |
745 gtk_container_add(GTK_CONTAINER(vbox), hbox); | |
746 | |
747 /* Setup the table we're going to use to lay stuff out. */ | |
748 table = gtk_table_new(2, 2, FALSE); | |
749 gtk_table_set_row_spacings(GTK_TABLE(table), 6); | |
750 gtk_table_set_col_spacings(GTK_TABLE(table), 6); | |
751 gtk_container_set_border_width(GTK_CONTAINER(table), 12); | |
752 gtk_box_pack_start(GTK_BOX(vbox), table, FALSE, FALSE, 0); | |
753 | |
754 /* Now the Buddy label */ | |
755 label = gtk_label_new(NULL); | |
756 gtk_label_set_markup_with_mnemonic(GTK_LABEL(label), _("_Buddy:")); | |
757 gtk_misc_set_alignment(GTK_MISC(label), 0, 0); | |
758 gtk_table_attach_defaults(GTK_TABLE(table), label, 0, 1, 0, 1); | |
759 | |
760 /* Now the Buddy drop-down entry field. */ | |
761 info->entry = gtk_combo_new(); | |
762 gtk_combo_set_case_sensitive(GTK_COMBO(info->entry), FALSE); | |
763 gtk_entry_set_activates_default( | |
764 GTK_ENTRY(GTK_COMBO(info->entry)->entry), TRUE); | |
765 | |
766 gtk_table_attach_defaults(GTK_TABLE(table), info->entry, 1, 2, 0, 1); | |
767 gtk_label_set_mnemonic_widget(GTK_LABEL(label), info->entry); | |
768 | |
769 /* Fill in the names. */ | |
770 gtk_combo_set_popdown_strings(GTK_COMBO(info->entry), | |
771 generate_invite_user_names(gc)); | |
772 | |
773 | |
774 /* Now the label for "Message" */ | |
775 label = gtk_label_new(NULL); | |
776 gtk_label_set_markup_with_mnemonic(GTK_LABEL(label), _("_Message:")); | |
777 gtk_misc_set_alignment(GTK_MISC(label), 0, 0); | |
778 gtk_table_attach_defaults(GTK_TABLE(table), label, 0, 1, 1, 2); | |
779 | |
780 | |
781 /* And finally, the Message entry field. */ | |
782 info->message = gtk_entry_new(); | |
783 gtk_entry_set_activates_default(GTK_ENTRY(info->message), TRUE); | |
784 | |
785 gtk_table_attach_defaults(GTK_TABLE(table), info->message, 1, 2, 1, 2); | |
786 gtk_label_set_mnemonic_widget(GTK_LABEL(label), info->message); | |
787 | |
788 /* Connect the signals. */ | |
789 g_signal_connect(G_OBJECT(invite_dialog), "response", | |
790 G_CALLBACK(do_invite), info); | |
791 } | |
792 | |
793 gtk_widget_show_all(invite_dialog); | |
794 | |
795 if (info != NULL) | |
796 gtk_widget_grab_focus(GTK_COMBO(info->entry)->entry); | |
797 } | |
798 | |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
799 static void |
7748 | 800 menu_new_conv_cb(gpointer data, guint action, GtkWidget *widget) |
801 { | |
9714 | 802 gaim_gtkdialogs_im(); |
7748 | 803 } |
804 | |
805 static void | |
9504 | 806 savelog_writefile_cb(void *user_data, const char *filename) |
9489 | 807 { |
9504 | 808 GaimConversation *conv = (GaimConversation *)user_data; |
9489 | 809 FILE *fp; |
810 const char *name; | |
811 | |
812 if ((fp = fopen(filename, "w+")) == NULL) { | |
9504 | 813 gaim_notify_error(conv, NULL, _("Unable to open file."), NULL); |
9489 | 814 return; |
815 } | |
816 | |
817 name = gaim_conversation_get_name(conv); | |
818 fprintf(fp, _("<h1>Conversation with %s</h1>\n"), name); | |
819 fprintf(fp, "%s", conv->history->str); | |
820 fclose(fp); | |
821 } | |
822 | |
823 static void | |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
824 menu_save_as_cb(gpointer data, guint action, GtkWidget *widget) |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
825 { |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
826 GaimConvWindow *win = (GaimConvWindow *)data; |
9489 | 827 GaimConversation *conv = gaim_conv_window_get_active_conversation(win); |
828 gchar *buf; | |
829 | |
830 buf = g_strdup_printf("%s.html", gaim_normalize(conv->account, conv->name)); | |
9504 | 831 |
832 gaim_request_file(conv, _("Save Conversation"), buf, TRUE, | |
833 G_CALLBACK(savelog_writefile_cb), NULL, conv); | |
9489 | 834 |
835 g_free(buf); | |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
836 } |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
837 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
838 static void |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
839 menu_view_log_cb(gpointer data, guint action, GtkWidget *widget) |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
840 { |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
841 GaimConvWindow *win = (GaimConvWindow *)data; |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
842 GaimConversation *conv; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
843 |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
844 conv = gaim_conv_window_get_active_conversation(win); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
845 |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
846 gaim_gtk_log_show((char *)gaim_conversation_get_name(conv), |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
847 gaim_conversation_get_account(conv)); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
848 } |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
849 |
8974 | 850 static void |
851 menu_clear_cb(gpointer data, guint action, GtkWidget *widget) | |
852 { | |
853 GaimConvWindow *win = (GaimConvWindow *)data; | |
854 GaimConversation *conv; | |
855 GaimGtkConversation *gtkconv; | |
856 | |
857 conv = gaim_conv_window_get_active_conversation(win); | |
858 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
859 | |
860 gtk_imhtml_clear(GTK_IMHTML(gtkconv->imhtml)); | |
861 g_string_free(conv->history, TRUE); | |
862 conv->history = g_string_new(""); | |
863 } | |
864 | |
7295 | 865 struct _search { |
866 GaimGtkConversation *gtkconv; | |
867 GtkWidget *entry; | |
868 }; | |
869 | |
7929 | 870 static void do_search_cb(GtkWidget *widget, gint resp, struct _search *s) |
7295 | 871 { |
7929 | 872 switch (resp) { |
873 case GTK_RESPONSE_OK: | |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
874 gtk_imhtml_search_find(GTK_IMHTML(s->gtkconv->imhtml), |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
875 gtk_entry_get_text(GTK_ENTRY(s->entry))); |
7929 | 876 break; |
877 | |
878 case GTK_RESPONSE_DELETE_EVENT: | |
879 case GTK_RESPONSE_CLOSE: | |
880 gtk_imhtml_search_clear(GTK_IMHTML(s->gtkconv->imhtml)); | |
881 gtk_widget_destroy(s->gtkconv->dialogs.search); | |
882 s->gtkconv->dialogs.search = NULL; | |
883 g_free(s); | |
884 break; | |
885 } | |
7295 | 886 } |
887 | |
888 static void | |
7751 | 889 menu_find_cb(gpointer data, guint action, GtkWidget *widget) |
7295 | 890 { |
891 GaimConvWindow *win = (GaimConvWindow *)data; | |
892 GaimConversation *conv = gaim_conv_window_get_active_conversation(win); | |
893 GaimGtkWindow *gtkwin = GAIM_GTK_WINDOW(win); | |
894 GaimGtkConversation *gtkconv = GAIM_GTK_CONVERSATION(conv); | |
7929 | 895 GtkWidget *hbox; |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
896 GtkWidget *img = gtk_image_new_from_stock(GAIM_STOCK_DIALOG_QUESTION, |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
897 GTK_ICON_SIZE_DIALOG); |
7929 | 898 GtkWidget *label; |
7295 | 899 struct _search *s; |
900 | |
7798 | 901 if (gtkconv->dialogs.search) { |
902 gtk_window_present(GTK_WINDOW(gtkconv->dialogs.search)); | |
7295 | 903 return; |
7798 | 904 } |
7300
41bbe5534441
[gaim-migrate @ 7884]
Christian Hammond <chipx86@chipx86.com>
parents:
7298
diff
changeset
|
905 |
7295 | 906 s = g_malloc(sizeof(struct _search)); |
907 s->gtkconv = gtkconv; | |
7929 | 908 |
909 gtkconv->dialogs.search = gtk_dialog_new_with_buttons(_("Find"), | |
910 GTK_WINDOW(gtkwin->window), GTK_DIALOG_DESTROY_WITH_PARENT, | |
911 GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE, | |
912 GTK_STOCK_FIND, GTK_RESPONSE_OK, NULL); | |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
913 gtk_dialog_set_default_response(GTK_DIALOG(gtkconv->dialogs.search), |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
914 GTK_RESPONSE_OK); |
7929 | 915 g_signal_connect(G_OBJECT(gtkconv->dialogs.search), "response", |
916 G_CALLBACK(do_search_cb), s); | |
917 | |
918 gtk_container_set_border_width(GTK_CONTAINER(gtkconv->dialogs.search), 6); | |
919 gtk_window_set_resizable(GTK_WINDOW(gtkconv->dialogs.search), FALSE); | |
920 gtk_dialog_set_has_separator(GTK_DIALOG(gtkconv->dialogs.search), FALSE); | |
921 gtk_box_set_spacing(GTK_BOX(GTK_DIALOG(gtkconv->dialogs.search)->vbox), 12); | |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
922 gtk_container_set_border_width( |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
923 GTK_CONTAINER(GTK_DIALOG(gtkconv->dialogs.search)->vbox), 6); |
7929 | 924 |
925 hbox = gtk_hbox_new(FALSE, 12); | |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
926 gtk_container_add(GTK_CONTAINER(GTK_DIALOG(gtkconv->dialogs.search)->vbox), |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
927 hbox); |
7929 | 928 gtk_box_pack_start(GTK_BOX(hbox), img, FALSE, FALSE, 0); |
929 | |
930 gtk_misc_set_alignment(GTK_MISC(img), 0, 0); | |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
931 gtk_dialog_set_response_sensitive(GTK_DIALOG(gtkconv->dialogs.search), |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
932 GTK_RESPONSE_OK, FALSE); |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
933 |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
934 label = gtk_label_new(NULL); |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
935 gtk_label_set_markup_with_mnemonic(GTK_LABEL(label), _("_Search for:")); |
7929 | 936 gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 0); |
937 | |
938 s->entry = gtk_entry_new(); | |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
939 gtk_entry_set_activates_default(GTK_ENTRY(s->entry), TRUE); |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
940 gtk_label_set_mnemonic_widget(GTK_LABEL(label), GTK_WIDGET(s->entry)); |
7929 | 941 g_signal_connect(G_OBJECT(s->entry), "changed", |
942 G_CALLBACK(gaim_gtk_set_sensitive_if_input), | |
943 gtkconv->dialogs.search); | |
944 gtk_box_pack_start(GTK_BOX(hbox), s->entry, FALSE, FALSE, 0); | |
7300
41bbe5534441
[gaim-migrate @ 7884]
Christian Hammond <chipx86@chipx86.com>
parents:
7298
diff
changeset
|
945 |
7295 | 946 gtk_widget_show_all(gtkconv->dialogs.search); |
7929 | 947 gtk_widget_grab_focus(s->entry); |
7295 | 948 } |
949 | |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
950 static void |
9468 | 951 menu_send_file_cb(gpointer data, guint action, GtkWidget *widget) |
952 { | |
953 GaimConvWindow *win = (GaimConvWindow *)data; | |
954 GaimConversation *conv = gaim_conv_window_get_active_conversation(win); | |
955 | |
956 if (gaim_conversation_get_type(conv) == GAIM_CONV_IM) { | |
957 serv_send_file(gaim_conversation_get_gc(conv), gaim_conversation_get_name(conv), NULL); | |
958 } | |
959 | |
960 } | |
961 | |
962 static void | |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
963 menu_add_pounce_cb(gpointer data, guint action, GtkWidget *widget) |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
964 { |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
965 GaimConvWindow *win = (GaimConvWindow *)data; |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
966 GaimConversation *conv; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
967 |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
968 conv = gaim_conv_window_get_active_conversation(win); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
969 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
970 gaim_gtkpounce_dialog_show(gaim_conversation_get_account(conv), |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
971 gaim_conversation_get_name(conv), NULL); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
972 } |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
973 |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
974 static void |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
975 menu_insert_link_cb(gpointer data, guint action, GtkWidget *widget) |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
976 { |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
977 GaimConvWindow *win = (GaimConvWindow *)data; |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
978 GaimConversation *conv; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
979 GaimGtkConversation *gtkconv; |
8756 | 980 GtkIMHtmlToolbar *toolbar; |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
981 |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
982 conv = gaim_conv_window_get_active_conversation(win); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
983 gtkconv = GAIM_GTK_CONVERSATION(conv); |
8756 | 984 toolbar = GTK_IMHTMLTOOLBAR(gtkconv->toolbar); |
985 | |
986 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(toolbar->link), | |
987 !gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(toolbar->link))); | |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
988 } |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
989 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
990 static void |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
991 menu_insert_image_cb(gpointer data, guint action, GtkWidget *widget) |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
992 { |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
993 GaimConvWindow *win = (GaimConvWindow *)data; |
8756 | 994 GaimConversation *conv; |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
995 GaimGtkConversation *gtkconv; |
8756 | 996 GtkIMHtmlToolbar *toolbar; |
997 | |
998 conv = gaim_conv_window_get_active_conversation(win); | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
999 gtkconv = GAIM_GTK_CONVERSATION(gaim_conv_window_get_active_conversation(win)); |
8756 | 1000 toolbar = GTK_IMHTMLTOOLBAR(gtkconv->toolbar); |
1001 | |
1002 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(toolbar->image), | |
1003 !gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(toolbar->image))); | |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1004 } |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1005 |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1006 static void |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1007 menu_alias_cb(gpointer data, guint action, GtkWidget *widget) |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1008 { |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1009 GaimConvWindow *win = (GaimConvWindow *)data; |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1010 GaimConversation *conv; |
7879 | 1011 GaimAccount *account; |
1012 const char *name; | |
1013 | |
1014 conv = gaim_conv_window_get_active_conversation(win); | |
1015 account = gaim_conversation_get_account(conv); | |
1016 name = gaim_conversation_get_name(conv); | |
1017 | |
1018 if (gaim_conversation_get_type(conv) == GAIM_CONV_IM) { | |
1019 GaimBuddy *b; | |
1020 | |
1021 b = gaim_find_buddy(account, name); | |
1022 if (b != NULL) | |
9730 | 1023 gaim_gtkdialogs_alias_buddy(b); |
7879 | 1024 } else if (gaim_conversation_get_type(conv) == GAIM_CONV_CHAT) { |
1025 GaimChat *c; | |
1026 | |
1027 c = gaim_blist_find_chat(account, name); | |
1028 if (c != NULL) | |
9730 | 1029 gaim_gtkdialogs_alias_chat(c); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1030 } |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1031 } |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1032 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1033 static void |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1034 menu_get_info_cb(gpointer data, guint action, GtkWidget *widget) |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1035 { |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1036 GaimConvWindow *win = (GaimConvWindow *)data; |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1037 GaimConversation *conv; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1038 |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1039 conv = gaim_conv_window_get_active_conversation(win); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1040 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1041 info_cb(NULL, conv); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1042 } |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1043 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1044 static void |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1045 menu_invite_cb(gpointer data, guint action, GtkWidget *widget) |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1046 { |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1047 GaimConvWindow *win = (GaimConvWindow *)data; |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1048 GaimConversation *conv; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1049 |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1050 conv = gaim_conv_window_get_active_conversation(win); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1051 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1052 invite_cb(NULL, conv); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1053 } |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1054 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1055 static void |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1056 menu_warn_cb(gpointer data, guint action, GtkWidget *widget) |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1057 { |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1058 GaimConvWindow *win = (GaimConvWindow *)data; |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1059 GaimConversation *conv; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1060 |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1061 conv = gaim_conv_window_get_active_conversation(win); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1062 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1063 warn_cb(NULL, conv); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1064 } |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1065 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1066 static void |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1067 menu_block_cb(gpointer data, guint action, GtkWidget *widget) |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1068 { |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1069 GaimConvWindow *win = (GaimConvWindow *)data; |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1070 GaimConversation *conv; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1071 |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1072 conv = gaim_conv_window_get_active_conversation(win); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1073 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1074 block_cb(NULL, conv); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1075 } |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1076 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1077 static void |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1078 menu_add_remove_cb(gpointer data, guint action, GtkWidget *widget) |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1079 { |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1080 GaimConvWindow *win = (GaimConvWindow *)data; |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1081 GaimConversation *conv; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1082 |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1083 conv = gaim_conv_window_get_active_conversation(win); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1084 |
7928 | 1085 add_remove_cb(NULL, conv); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1086 } |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1087 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1088 static void |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1089 menu_close_conv_cb(gpointer data, guint action, GtkWidget *widget) |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1090 { |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1091 GaimConvWindow *win = (GaimConvWindow *)data; |
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1092 |
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1093 close_conv_cb(NULL, gaim_conv_window_get_active_conversation(win)); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1094 } |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1095 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1096 static void |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1097 menu_logging_cb(gpointer data, guint action, GtkWidget *widget) |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1098 { |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1099 GaimConvWindow *win = (GaimConvWindow *)data; |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1100 GaimConversation *conv; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1101 |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1102 conv = gaim_conv_window_get_active_conversation(win); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1103 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1104 if (conv == NULL) |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1105 return; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1106 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1107 gaim_conversation_set_logging(conv, |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1108 gtk_check_menu_item_get_active(GTK_CHECK_MENU_ITEM(widget))); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1109 } |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1110 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1111 static void |
7326
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
1112 menu_toolbar_cb(gpointer data, guint action, GtkWidget *widget) |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
1113 { |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
1114 GaimConvWindow *win = (GaimConvWindow *)data; |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
1115 GaimConversation *conv; |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
1116 GaimGtkConversation *gtkconv; |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
1117 |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
1118 conv = gaim_conv_window_get_active_conversation(win); |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
1119 |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
1120 if (conv == NULL) |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
1121 return; |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
1122 |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
1123 gtkconv = GAIM_GTK_CONVERSATION(conv); |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
1124 |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
1125 gtkconv->show_formatting_toolbar = |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
1126 gtk_check_menu_item_get_active(GTK_CHECK_MENU_ITEM(widget)); |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
1127 |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
1128 if (gtkconv->show_formatting_toolbar) |
8317 | 1129 gtk_widget_show(gtkconv->toolbar); |
7326
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
1130 else |
8317 | 1131 gtk_widget_hide(gtkconv->toolbar); |
7326
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
1132 } |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
1133 |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
1134 static void |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1135 menu_sounds_cb(gpointer data, guint action, GtkWidget *widget) |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1136 { |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1137 GaimConvWindow *win = (GaimConvWindow *)data; |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1138 GaimConversation *conv; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1139 GaimGtkConversation *gtkconv; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1140 |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1141 conv = gaim_conv_window_get_active_conversation(win); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1142 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1143 if (!conv) |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1144 return; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1145 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1146 gtkconv = GAIM_GTK_CONVERSATION(conv); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1147 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1148 gtkconv->make_sound = |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1149 gtk_check_menu_item_get_active(GTK_CHECK_MENU_ITEM(widget)); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1150 } |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1151 |
7961 | 1152 static void |
9188 | 1153 menu_timestamps_cb(gpointer data, guint action, GtkWidget *widget) |
1154 { | |
1155 GaimConvWindow *win = (GaimConvWindow *)data; | |
1156 GaimConversation *conv; | |
1157 GaimGtkConversation *gtkconv; | |
1158 | |
1159 conv = gaim_conv_window_get_active_conversation(win); | |
1160 | |
1161 if (!conv) | |
1162 return; | |
1163 | |
1164 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
1165 | |
1166 gtkconv->show_timestamps = | |
1167 gtk_check_menu_item_get_active(GTK_CHECK_MENU_ITEM(widget)); | |
1168 gtk_imhtml_show_comments(GTK_IMHTML(gtkconv->imhtml), | |
1169 gtk_check_menu_item_get_active(GTK_CHECK_MENU_ITEM(widget))); | |
1170 } | |
1171 | |
1172 static void | |
7961 | 1173 chat_do_im(GaimConversation *conv, const char *who) |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1174 { |
7961 | 1175 GaimPluginProtocolInfo *prpl_info = NULL; |
1176 char *real_who; | |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1177 GaimConversation *conv2; |
7961 | 1178 GaimAccount *account; |
1179 | |
1180 account = gaim_conversation_get_account(conv); | |
1181 | |
1182 if(account && account->gc) | |
1183 prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(account->gc->prpl); | |
1184 | |
1185 if(prpl_info && prpl_info->get_cb_real_name) | |
1186 real_who = prpl_info->get_cb_real_name(account->gc, | |
1187 gaim_conv_chat_get_id(GAIM_CONV_CHAT(conv)), who); | |
1188 else | |
1189 real_who = g_strdup(who); | |
1190 | |
1191 if(!real_who) | |
1192 return; | |
1193 | |
1194 conv2 = gaim_find_conversation_with_account(real_who, account); | |
1195 | |
1196 if (conv2 != NULL) | |
1197 gaim_conv_window_show(gaim_conversation_get_window(conv2)); | |
1198 else | |
1199 conv2 = gaim_conversation_new(GAIM_CONV_IM, account, real_who); | |
1200 | |
1201 g_free(real_who); | |
1202 } | |
1203 | |
1204 | |
1205 static void | |
1206 chat_im_button_cb(GtkWidget *widget, GaimConversation *conv) | |
1207 { | |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1208 GaimGtkConversation *gtkconv; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1209 GaimGtkChatPane *gtkchat; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1210 GtkTreeIter iter; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1211 GtkTreeModel *model; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1212 GtkTreeSelection *sel; |
9554 | 1213 char *name; |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1214 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1215 gtkconv = GAIM_GTK_CONVERSATION(conv); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1216 gtkchat = gtkconv->u.chat; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1217 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1218 model = gtk_tree_view_get_model(GTK_TREE_VIEW(gtkchat->list)); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1219 sel = gtk_tree_view_get_selection(GTK_TREE_VIEW(gtkchat->list)); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1220 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1221 if (gtk_tree_selection_get_selected(sel, NULL, &iter)) |
9498 | 1222 gtk_tree_model_get(GTK_TREE_MODEL(model), &iter, CHAT_USERS_NAME_COLUMN, &name, -1); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1223 else |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1224 return; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1225 |
7961 | 1226 chat_do_im(conv, name); |
9554 | 1227 g_free(name); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1228 } |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1229 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1230 static void |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1231 ignore_cb(GtkWidget *w, GaimConversation *conv) |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1232 { |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1233 GaimGtkConversation *gtkconv; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1234 GaimGtkChatPane *gtkchat; |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1235 GaimConvChat *chat; |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1236 GtkTreeIter iter; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1237 GtkTreeModel *model; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1238 GtkTreeSelection *sel; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1239 const char *name; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1240 |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1241 chat = GAIM_CONV_CHAT(conv); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1242 gtkconv = GAIM_GTK_CONVERSATION(conv); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1243 gtkchat = gtkconv->u.chat; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1244 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1245 model = gtk_tree_view_get_model(GTK_TREE_VIEW(gtkchat->list)); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1246 sel = gtk_tree_view_get_selection(GTK_TREE_VIEW(gtkchat->list)); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1247 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1248 if (gtk_tree_selection_get_selected(sel, NULL, &iter)) { |
9498 | 1249 gtk_tree_model_get(GTK_TREE_MODEL(model), &iter, CHAT_USERS_NAME_COLUMN, &name, -1); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1250 gtk_list_store_remove(GTK_LIST_STORE(model), &iter); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1251 } |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1252 else |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1253 return; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1254 |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1255 if (gaim_conv_chat_is_user_ignored(chat, name)) |
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1256 gaim_conv_chat_unignore(chat, name); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1257 else |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1258 gaim_conv_chat_ignore(chat, name); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1259 |
9554 | 1260 add_chat_buddy_common(conv, name); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1261 } |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1262 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1263 static void |
7398 | 1264 menu_chat_im_cb(GtkWidget *w, GaimConversation *conv) |
1265 { | |
1266 const char *who = g_object_get_data(G_OBJECT(w), "user_data"); | |
1267 | |
1268 chat_do_im(conv, who); | |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1269 } |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1270 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1271 static void |
9468 | 1272 menu_chat_send_file_cb(GtkWidget *w, GaimConversation *conv) |
1273 { | |
1274 const char *who = g_object_get_data(G_OBJECT(w), "user_data"); | |
1275 GaimConnection *gc = gaim_conversation_get_gc(conv); | |
1276 | |
1277 serv_send_file(gc, who, NULL); | |
1278 } | |
1279 | |
1280 static void | |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1281 menu_chat_info_cb(GtkWidget *w, GaimConversation *conv) |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1282 { |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1283 char *who; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1284 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1285 who = g_object_get_data(G_OBJECT(w), "user_data"); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1286 |
7975 | 1287 chat_do_info(conv, who); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1288 } |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1289 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1290 static void |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1291 menu_chat_get_away_cb(GtkWidget *w, GaimConversation *conv) |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1292 { |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1293 GaimPluginProtocolInfo *prpl_info = NULL; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1294 GaimConnection *gc; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1295 char *who; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1296 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1297 gc = gaim_conversation_get_gc(conv); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1298 who = g_object_get_data(G_OBJECT(w), "user_data"); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1299 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1300 if (gc != NULL) { |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1301 prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(gc->prpl); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1302 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1303 /* |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1304 * May want to expand this to work similarly to menu_info_cb? |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1305 */ |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1306 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1307 if (prpl_info->get_cb_away != NULL) |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1308 { |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1309 prpl_info->get_cb_away(gc, |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1310 gaim_conv_chat_get_id(GAIM_CONV_CHAT(conv)), who); |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1311 } |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1312 } |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1313 } |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1314 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1315 static void |
7928 | 1316 menu_chat_add_remove_cb(GtkWidget *w, GaimConversation *conv) |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1317 { |
7060
9946001989a3
[gaim-migrate @ 7623]
Christian Hammond <chipx86@chipx86.com>
parents:
7035
diff
changeset
|
1318 GaimAccount *account; |
6695 | 1319 GaimBuddy *b; |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1320 char *name; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1321 |
7060
9946001989a3
[gaim-migrate @ 7623]
Christian Hammond <chipx86@chipx86.com>
parents:
7035
diff
changeset
|
1322 account = gaim_conversation_get_account(conv); |
9946001989a3
[gaim-migrate @ 7623]
Christian Hammond <chipx86@chipx86.com>
parents:
7035
diff
changeset
|
1323 name = g_object_get_data(G_OBJECT(w), "user_data"); |
9946001989a3
[gaim-migrate @ 7623]
Christian Hammond <chipx86@chipx86.com>
parents:
7035
diff
changeset
|
1324 b = gaim_find_buddy(account, name); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1325 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1326 if (b != NULL) |
9730 | 1327 gaim_gtkdialogs_remove_buddy(b); |
7060
9946001989a3
[gaim-migrate @ 7623]
Christian Hammond <chipx86@chipx86.com>
parents:
7035
diff
changeset
|
1328 else if (account != NULL && gaim_account_is_connected(account)) |
9946001989a3
[gaim-migrate @ 7623]
Christian Hammond <chipx86@chipx86.com>
parents:
7035
diff
changeset
|
1329 gaim_blist_request_add_buddy(account, name, NULL, NULL); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1330 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1331 gtk_widget_grab_focus(GAIM_GTK_CONVERSATION(conv)->entry); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1332 } |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1333 |
8143 | 1334 static GtkWidget * |
1335 create_chat_menu(GaimConversation *conv, gchar *who, | |
1336 GaimPluginProtocolInfo *prpl_info, GaimConnection *gc) | |
1337 { | |
1338 static GtkWidget *menu = NULL; | |
1339 GtkWidget *button; | |
1340 | |
1341 /* | |
1342 * If a menu already exists, destroy it before creating a new one, | |
1343 * thus freeing-up the memory it occupied. | |
1344 */ | |
1345 if (menu) | |
1346 gtk_widget_destroy(menu); | |
1347 | |
1348 menu = gtk_menu_new(); | |
1349 | |
1350 button = gtk_menu_item_new_with_label(_("IM")); | |
1351 g_signal_connect(G_OBJECT(button), "activate", | |
1352 G_CALLBACK(menu_chat_im_cb), conv); | |
1353 g_object_set_data(G_OBJECT(button), "user_data", who); | |
1354 gtk_menu_shell_append(GTK_MENU_SHELL(menu), button); | |
1355 gtk_widget_show(button); | |
1356 | |
9468 | 1357 if (gc && prpl_info && prpl_info->send_file |
1358 && (!prpl_info->can_receive_file || prpl_info->can_receive_file(gc, who))) { | |
1359 button = gtk_menu_item_new_with_label(_("Send File")); | |
1360 g_signal_connect(G_OBJECT(button), "activate", | |
1361 G_CALLBACK(menu_chat_send_file_cb), conv); | |
1362 g_object_set_data(G_OBJECT(button), "user_data", who); | |
1363 gtk_menu_shell_append(GTK_MENU_SHELL(menu), button); | |
1364 gtk_widget_show(button); | |
1365 } | |
9498 | 1366 |
8143 | 1367 if (gaim_conv_chat_is_user_ignored(GAIM_CONV_CHAT(conv), who)) |
1368 button = gtk_menu_item_new_with_label(_("Un-Ignore")); | |
1369 else | |
1370 button = gtk_menu_item_new_with_label(_("Ignore")); | |
1371 | |
1372 g_signal_connect(G_OBJECT(button), "activate", | |
1373 G_CALLBACK(ignore_cb), conv); | |
1374 g_object_set_data(G_OBJECT(button), "user_data", who); | |
1375 gtk_menu_shell_append(GTK_MENU_SHELL(menu), button); | |
1376 gtk_widget_show(button); | |
1377 | |
8170 | 1378 if (gc && (prpl_info->get_info || prpl_info->get_cb_info)) { |
8143 | 1379 button = gtk_menu_item_new_with_label(_("Info")); |
1380 g_signal_connect(G_OBJECT(button), "activate", | |
1381 G_CALLBACK(menu_chat_info_cb), conv); | |
1382 g_object_set_data(G_OBJECT(button), "user_data", who); | |
1383 gtk_menu_shell_append(GTK_MENU_SHELL(menu), button); | |
1384 gtk_widget_show(button); | |
1385 } | |
1386 | |
1387 if (gc && prpl_info->get_cb_away) { | |
1388 button = gtk_menu_item_new_with_label(_("Get Away Msg")); | |
1389 g_signal_connect(G_OBJECT(button), "activate", | |
1390 G_CALLBACK(menu_chat_get_away_cb), conv); | |
1391 g_object_set_data(G_OBJECT(button), "user_data", who); | |
1392 gtk_menu_shell_append(GTK_MENU_SHELL(menu), button); | |
1393 gtk_widget_show(button); | |
1394 } | |
1395 | |
8170 | 1396 /* XXX: jabber can only add buddies from here in certain circumstances */ |
8143 | 1397 /* Added by Jonas <jonas@birme.se> */ |
1398 if (gc) { | |
1399 if (gaim_find_buddy(gc->account, who)) | |
1400 button = gtk_menu_item_new_with_label(_("Remove")); | |
1401 else | |
1402 button = gtk_menu_item_new_with_label(_("Add")); | |
1403 | |
1404 g_signal_connect(G_OBJECT(button), "activate", | |
1405 G_CALLBACK(menu_chat_add_remove_cb), conv); | |
1406 | |
1407 g_object_set_data(G_OBJECT(button), "user_data", who); | |
1408 gtk_menu_shell_append(GTK_MENU_SHELL(menu), button); | |
1409 gtk_widget_show(button); | |
1410 } | |
1411 /* End Jonas */ | |
1412 | |
1413 return menu; | |
1414 } | |
1415 | |
1416 | |
1417 static gint | |
1418 gtkconv_chat_popup_menu_cb(GtkWidget *widget, GaimConversation *conv) | |
1419 { | |
1420 GaimGtkConversation *gtkconv; | |
1421 GaimPluginProtocolInfo *prpl_info = NULL; | |
1422 GaimGtkChatPane *gtkchat; | |
1423 GaimConnection *gc; | |
1424 GaimAccount *account; | |
1425 GtkTreeSelection *sel; | |
1426 GtkTreeIter iter; | |
1427 GtkTreeModel *model; | |
1428 GtkWidget *menu; | |
1429 gchar *who; | |
1430 | |
1431 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
1432 gtkchat = gtkconv->u.chat; | |
1433 account = gaim_conversation_get_account(conv); | |
1434 gc = account->gc; | |
1435 | |
1436 model = gtk_tree_view_get_model(GTK_TREE_VIEW(gtkchat->list)); | |
1437 | |
1438 if (gc != NULL) | |
1439 prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(gc->prpl); | |
1440 | |
1441 sel = gtk_tree_view_get_selection(GTK_TREE_VIEW(gtkchat->list)); | |
1442 if(!gtk_tree_selection_get_selected(sel, NULL, &iter)) | |
1443 return FALSE; | |
1444 | |
9498 | 1445 gtk_tree_model_get(GTK_TREE_MODEL(model), &iter, CHAT_USERS_NAME_COLUMN, &who, -1); |
8143 | 1446 menu = create_chat_menu (conv, who, prpl_info, gc); |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1447 gtk_menu_popup(GTK_MENU(menu), NULL, NULL, |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1448 gaim_gtk_treeview_popup_menu_position_func, widget, |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1449 0, GDK_CURRENT_TIME); |
8143 | 1450 |
1451 return TRUE; | |
1452 } | |
1453 | |
1454 | |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1455 static gint |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1456 right_click_chat_cb(GtkWidget *widget, GdkEventButton *event, |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1457 GaimConversation *conv) |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1458 { |
8143 | 1459 GaimGtkConversation *gtkconv; |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1460 GaimPluginProtocolInfo *prpl_info = NULL; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1461 GaimGtkChatPane *gtkchat; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1462 GaimConnection *gc; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1463 GaimAccount *account; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1464 GtkTreePath *path; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1465 GtkTreeIter iter; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1466 GtkTreeModel *model; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1467 GtkTreeViewColumn *column; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1468 gchar *who; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1469 int x, y; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1470 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1471 gtkconv = GAIM_GTK_CONVERSATION(conv); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1472 gtkchat = gtkconv->u.chat; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1473 account = gaim_conversation_get_account(conv); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1474 gc = account->gc; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1475 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1476 model = gtk_tree_view_get_model(GTK_TREE_VIEW(gtkchat->list)); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1477 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1478 gtk_tree_view_get_path_at_pos(GTK_TREE_VIEW(gtkchat->list), |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1479 event->x, event->y, &path, &column, &x, &y); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1480 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1481 if (path == NULL) |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1482 return FALSE; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1483 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1484 if (gc != NULL) |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1485 prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(gc->prpl); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1486 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1487 gtk_tree_selection_select_path(GTK_TREE_SELECTION( |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1488 gtk_tree_view_get_selection(GTK_TREE_VIEW(gtkchat->list))), path); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1489 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1490 gtk_tree_model_get_iter(GTK_TREE_MODEL(model), &iter, path); |
9498 | 1491 gtk_tree_model_get(GTK_TREE_MODEL(model), &iter, CHAT_USERS_NAME_COLUMN, &who, -1); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1492 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1493 if (event->button == 1 && event->type == GDK_2BUTTON_PRESS) { |
7398 | 1494 chat_do_im(conv, who); |
9554 | 1495 g_free(who); |
7398 | 1496 } else if (event->button == 3 && event->type == GDK_BUTTON_PRESS) { |
8143 | 1497 GtkWidget *menu = create_chat_menu (conv, who, prpl_info, gc); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1498 gtk_menu_popup(GTK_MENU(menu), NULL, NULL, NULL, NULL, |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1499 event->button, event->time); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1500 } |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1501 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1502 return TRUE; |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1503 } |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
1504 |
8133 | 1505 static void |
1506 move_to_next_unread_tab(GaimConversation *conv) | |
1507 { | |
1508 GaimConversation *next_conv = NULL; | |
1509 GaimConvWindow *win; | |
1510 GList *l; | |
1511 int index, i; | |
1512 | |
1513 win = gaim_conversation_get_window(conv); | |
1514 index = gaim_conversation_get_index(conv); | |
1515 | |
1516 /* First check the tabs after this position. */ | |
1517 for (l = g_list_nth(gaim_conv_window_get_conversations(win), index); | |
1518 l != NULL; | |
1519 l = l->next) { | |
1520 | |
1521 next_conv = (GaimConversation *)l->data; | |
1522 | |
1523 if (gaim_conversation_get_unseen(next_conv) > 0) | |
1524 break; | |
1525 | |
1526 next_conv = NULL; | |
1527 } | |
1528 | |
1529 if (next_conv == NULL) { | |
1530 | |
1531 /* Now check before this position. */ | |
1532 for (l = gaim_conv_window_get_conversations(win), i = 0; | |
1533 l != NULL && i < index; | |
1534 l = l->next) { | |
1535 | |
1536 next_conv = (GaimConversation *)l->data; | |
1537 | |
1538 if (gaim_conversation_get_unseen(next_conv) > 0) | |
1539 break; | |
1540 | |
1541 next_conv = NULL; | |
1542 } | |
1543 | |
1544 if (next_conv == NULL) { | |
1545 /* Okay, just grab the next conversation tab. */ | |
1546 if (index == gaim_conv_window_get_conversation_count(win) - 1) | |
1547 next_conv = gaim_conv_window_get_conversation_at(win, 0); | |
1548 else | |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1549 { |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1550 next_conv = gaim_conv_window_get_conversation_at(win, |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1551 index + 1); |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1552 } |
8133 | 1553 } |
1554 } | |
1555 | |
1556 if (next_conv != NULL && next_conv != conv) { | |
1557 gaim_conv_window_switch_conversation(win, | |
1558 gaim_conversation_get_index(next_conv)); | |
1559 } | |
1560 } | |
1561 | |
4359 | 1562 static gboolean |
8105 | 1563 entry_key_press_cb(GtkWidget *entry, GdkEventKey *event, gpointer data) |
4359 | 1564 { |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1565 GaimConvWindow *win; |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
1566 GaimConversation *conv; |
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
1567 GaimGtkConversation *gtkconv; |
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
1568 GaimGtkWindow *gtkwin; |
8105 | 1569 int numconvs; |
1570 int curconv; | |
1571 | |
1572 conv = (GaimConversation *)data; | |
1573 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
1574 win = gaim_conversation_get_window(conv); | |
1575 gtkwin = GAIM_GTK_WINDOW(win); | |
1576 numconvs = gaim_conv_window_get_conversation_count(win); | |
1577 curconv = gaim_conversation_get_index(conv); | |
1578 | |
1579 /* If CTRL was held down... */ | |
1580 if (event->state & GDK_CONTROL_MASK) { | |
4359 | 1581 switch (event->keyval) { |
8105 | 1582 case GDK_Return: |
1583 case GDK_KP_Enter: | |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1584 if (gaim_prefs_get_bool( |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1585 "/gaim/gtk/conversations/ctrl_enter_sends")) |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1586 { |
8105 | 1587 send_cb(NULL, conv); |
1588 | |
1589 return TRUE; | |
1590 } | |
1591 break; | |
1592 | |
4359 | 1593 case GDK_Up: |
1594 if (!conv->send_history) | |
1595 break; | |
1596 | |
1597 if (!conv->send_history->prev) { | |
1598 GtkTextIter start, end; | |
1599 | |
1600 if (conv->send_history->data) | |
1601 g_free(conv->send_history->data); | |
1602 | |
1603 gtk_text_buffer_get_start_iter(gtkconv->entry_buffer, | |
1604 &start); | |
1605 gtk_text_buffer_get_end_iter(gtkconv->entry_buffer, &end); | |
1606 | |
1607 conv->send_history->data = | |
8506 | 1608 gtk_imhtml_get_markup(GTK_IMHTML(gtkconv->entry)); |
4359 | 1609 } |
8677 | 1610 |
4359 | 1611 if (conv->send_history->next && |
1612 conv->send_history->next->data) { | |
8677 | 1613 GtkTextIter iter; |
1614 GtkTextBuffer *buffer = gtk_text_view_get_buffer(GTK_TEXT_VIEW(gtkconv->entry)); | |
4359 | 1615 |
1616 conv->send_history = conv->send_history->next; | |
8061 | 1617 gtk_imhtml_clear(GTK_IMHTML(gtkconv->entry)); |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1618 gtk_imhtml_append_text_with_images( |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1619 GTK_IMHTML(gtkconv->entry), conv->send_history->data, |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1620 0, NULL); |
8677 | 1621 /* this is mainly just a hack so the formatting at the |
1622 * cursor gets picked up. */ | |
1623 gtk_text_buffer_get_end_iter(buffer, &iter); | |
1624 gtk_text_buffer_move_mark_by_name(buffer, "insert", &iter); | |
4359 | 1625 } |
1626 | |
8105 | 1627 return TRUE; |
4359 | 1628 break; |
1629 | |
1630 case GDK_Down: | |
1631 if (!conv->send_history) | |
1632 break; | |
1633 | |
8105 | 1634 if (conv->send_history->prev && |
1635 conv->send_history->prev->data) { | |
8677 | 1636 GtkTextIter iter; |
1637 GtkTextBuffer *buffer = gtk_text_view_get_buffer(GTK_TEXT_VIEW(gtkconv->entry)); | |
8105 | 1638 |
4359 | 1639 conv->send_history = conv->send_history->prev; |
8105 | 1640 gtk_imhtml_clear(GTK_IMHTML(gtkconv->entry)); |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1641 gtk_imhtml_append_text_with_images( |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1642 GTK_IMHTML(gtkconv->entry), conv->send_history->data, |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1643 0, NULL); |
8677 | 1644 /* this is mainly just a hack so the formatting at the |
1645 * cursor gets picked up. */ | |
1646 gtk_text_buffer_get_end_iter(buffer, &iter); | |
1647 gtk_text_buffer_move_mark_by_name(buffer, "insert", &iter); | |
4359 | 1648 } |
1649 | |
8105 | 1650 return TRUE; |
4359 | 1651 break; |
8105 | 1652 |
8108 | 1653 case GDK_Page_Down: |
8143 | 1654 case ']': |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1655 gaim_conv_window_switch_conversation(win, |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1656 (curconv + 1) % numconvs); |
8105 | 1657 |
1658 return TRUE; | |
1659 break; | |
1660 | |
8108 | 1661 case GDK_Page_Up: |
8143 | 1662 case '[': |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1663 gaim_conv_window_switch_conversation(win, |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1664 (curconv + numconvs - 1) % numconvs); |
8133 | 1665 |
1666 return TRUE; | |
1667 break; | |
1668 | |
8108 | 1669 case GDK_Tab: |
8133 | 1670 move_to_next_unread_tab(conv); |
8108 | 1671 |
1672 return TRUE; | |
1673 break; | |
1674 | |
1675 case 'z': | |
1676 gtk_window_iconify(GTK_WINDOW(gtkwin->window)); | |
8105 | 1677 |
1678 return TRUE; | |
1679 break; | |
1680 | |
1681 } /* End of switch */ | |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1682 } |
8758 | 1683 |
8105 | 1684 /* If ALT (or whatever) was held down... */ |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1685 else if (event->state & GDK_MOD1_MASK) |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1686 { |
8735
92cbf9713795
[gaim-migrate @ 9490]
Christian Hammond <chipx86@chipx86.com>
parents:
8730
diff
changeset
|
1687 /* XXX - Make sure the conv exists before switching to it */ |
8105 | 1688 if (event->keyval > '0' && event->keyval <= '9') { |
1689 int switchto = event->keyval - '1'; | |
1690 if (switchto < numconvs) | |
1691 gaim_conv_window_switch_conversation(win, switchto); | |
4359 | 1692 |
1693 return TRUE; | |
1694 } | |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1695 } |
8758 | 1696 |
8105 | 1697 /* If neither CTRL nor ALT were held down... */ |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1698 else |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1699 { |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1700 switch (event->keyval) |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1701 { |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1702 case GDK_Return: |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1703 case GDK_KP_Enter: |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1704 if (!(event->state & (GDK_SHIFT_MASK | GDK_CONTROL_MASK)) && |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1705 gaim_prefs_get_bool("/gaim/gtk/conversations/enter_sends")) |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1706 { |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1707 send_cb(NULL, conv); |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1708 return TRUE; |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1709 } |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1710 break; |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1711 |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1712 case GDK_Tab: |
9605 | 1713 return tab_complete(conv); |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1714 break; |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1715 |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1716 case GDK_Page_Up: |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1717 gtk_imhtml_page_up(GTK_IMHTML(gtkconv->imhtml)); |
8105 | 1718 return TRUE; |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1719 break; |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1720 |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1721 case GDK_Page_Down: |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1722 gtk_imhtml_page_down(GTK_IMHTML(gtkconv->imhtml)); |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1723 return TRUE; |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1724 break; |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1725 |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1726 } |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
1727 } |
4359 | 1728 |
1729 return FALSE; | |
1730 } | |
1731 | |
1732 /* | |
1733 * NOTE: | |
6725
e62a504c83d0
[gaim-migrate @ 7252]
Christian Hammond <chipx86@chipx86.com>
parents:
6695
diff
changeset
|
1734 * This guy just kills a single right click from being propagated any |
e62a504c83d0
[gaim-migrate @ 7252]
Christian Hammond <chipx86@chipx86.com>
parents:
6695
diff
changeset
|
1735 * further. I have no idea *why* we need this, but we do ... It |
4359 | 1736 * prevents right clicks on the GtkTextView in a convo dialog from |
6725
e62a504c83d0
[gaim-migrate @ 7252]
Christian Hammond <chipx86@chipx86.com>
parents:
6695
diff
changeset
|
1737 * going all the way down to the notebook. I suspect a bug in |
4359 | 1738 * GtkTextView, but I'm not ready to point any fingers yet. |
1739 */ | |
1740 static gboolean | |
1741 entry_stop_rclick_cb(GtkWidget *widget, GdkEventButton *event, gpointer data) | |
1742 { | |
1743 if (event->button == 3 && event->type == GDK_BUTTON_PRESS) { | |
1744 /* Right single click */ | |
1745 g_signal_stop_emission_by_name(G_OBJECT(widget), "button_press_event"); | |
1746 | |
1747 return TRUE; | |
1748 } | |
1749 | |
1750 return FALSE; | |
1751 } | |
1752 | |
8173 | 1753 /* |
1754 * If someone tries to type into the conversation backlog of a | |
1755 * conversation window then we yank focus from the conversation backlog | |
1756 * and give it to the text entry box so that people can type | |
1757 * all the live long day and it will get entered into the entry box. | |
1758 */ | |
6057 | 1759 static gboolean |
8105 | 1760 refocus_entry_cb(GtkWidget *widget, GdkEventKey *event, gpointer data) |
6057 | 1761 { |
1762 GaimGtkConversation *gtkconv = data; | |
1763 | |
8237 | 1764 /* If we have a valid key for the conversation display, then exit */ |
8224 | 1765 if ((event->state & GDK_CONTROL_MASK) || |
8237 | 1766 (event->keyval == GDK_F10) || |
1767 (event->keyval == GDK_Shift_L) || | |
1768 (event->keyval == GDK_Shift_R) || | |
1769 (event->keyval == GDK_Escape) || | |
8177 | 1770 (event->keyval == GDK_Up) || |
1771 (event->keyval == GDK_Down) || | |
1772 (event->keyval == GDK_Left) || | |
8191 | 1773 (event->keyval == GDK_Right) || |
1774 (event->keyval == GDK_Home) || | |
9297 | 1775 (event->keyval == GDK_End) || |
1776 (event->keyval == GDK_Tab) || | |
1777 (event->keyval == GDK_ISO_Left_Tab)) | |
8177 | 1778 return FALSE; |
1779 | |
1780 if (event->type == GDK_KEY_RELEASE) | |
1781 gtk_widget_grab_focus(gtkconv->entry); | |
1782 | |
1783 gtk_widget_event(gtkconv->entry, (GdkEvent *)event); | |
1784 | |
1785 return TRUE; | |
6057 | 1786 } |
1787 | |
4359 | 1788 static void |
4673 | 1789 menu_conv_sel_send_cb(GObject *m, gpointer data) |
4359 | 1790 { |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1791 GaimConvWindow *win = g_object_get_data(m, "user_data"); |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5551
diff
changeset
|
1792 GaimAccount *account = g_object_get_data(m, "gaim_account"); |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
1793 GaimConversation *conv; |
8456 | 1794 GaimGtkConversation *gtkconv; |
4359 | 1795 |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1796 conv = gaim_conv_window_get_active_conversation(win); |
4359 | 1797 |
4491 | 1798 gaim_conversation_set_account(conv, account); |
8456 | 1799 |
1800 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
1801 gtk_imhtml_set_protocol_name(GTK_IMHTML(gtkconv->entry), | |
9699 | 1802 gaim_account_get_protocol_name(conv->account)); |
4359 | 1803 } |
1804 | |
1805 static void | |
1806 insert_text_cb(GtkTextBuffer *textbuffer, GtkTextIter *position, | |
1807 gchar *new_text, gint new_text_length, gpointer user_data) | |
1808 { | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
1809 GaimConversation *conv = (GaimConversation *)user_data; |
4359 | 1810 |
5678
619bca773b2e
[gaim-migrate @ 6096]
Christian Hammond <chipx86@chipx86.com>
parents:
5676
diff
changeset
|
1811 g_return_if_fail(conv != NULL); |
4359 | 1812 |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
1813 if (!gaim_prefs_get_bool("/core/conversations/im/send_typing")) |
4359 | 1814 return; |
1815 | |
1816 got_typing_keypress(conv, (gtk_text_iter_is_start(position) && | |
1817 gtk_text_iter_is_end(position))); | |
1818 } | |
1819 | |
1820 static void | |
1821 delete_text_cb(GtkTextBuffer *textbuffer, GtkTextIter *start_pos, | |
1822 GtkTextIter *end_pos, gpointer user_data) | |
1823 { | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
1824 GaimConversation *conv = (GaimConversation *)user_data; |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1825 GaimConvIm *im; |
4359 | 1826 |
5678
619bca773b2e
[gaim-migrate @ 6096]
Christian Hammond <chipx86@chipx86.com>
parents:
5676
diff
changeset
|
1827 g_return_if_fail(conv != NULL); |
4359 | 1828 |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
1829 if (!gaim_prefs_get_bool("/core/conversations/im/send_typing")) |
4359 | 1830 return; |
1831 | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1832 im = GAIM_CONV_IM(conv); |
4359 | 1833 |
1834 if (gtk_text_iter_is_start(start_pos) && gtk_text_iter_is_end(end_pos)) { | |
1835 | |
1836 /* We deleted all the text, so turn off typing. */ | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1837 if (gaim_conv_im_get_type_again_timeout(im)) |
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1838 gaim_conv_im_stop_type_again_timeout(im); |
4359 | 1839 |
1840 serv_send_typing(gaim_conversation_get_gc(conv), | |
6695 | 1841 gaim_conversation_get_name(conv), |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5860
diff
changeset
|
1842 GAIM_NOT_TYPING); |
4359 | 1843 } |
1844 else { | |
1845 /* We're deleting, but not all of it, so it counts as typing. */ | |
1846 got_typing_keypress(conv, FALSE); | |
1847 } | |
1848 } | |
1849 | |
1850 static void | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
1851 notebook_init_grab(GaimGtkWindow *gtkwin, GtkWidget *widget) |
4359 | 1852 { |
1853 static GdkCursor *cursor = NULL; | |
1854 | |
1855 gtkwin->in_drag = TRUE; | |
1856 | |
1857 if (gtkwin->drag_leave_signal) { | |
1858 g_signal_handler_disconnect(G_OBJECT(widget), | |
1859 gtkwin->drag_leave_signal); | |
1860 | |
1861 gtkwin->drag_leave_signal = 0; | |
1862 } | |
1863 | |
1864 if (cursor == NULL) | |
1865 cursor = gdk_cursor_new(GDK_FLEUR); | |
1866 | |
1867 /* Grab the pointer */ | |
1868 gtk_grab_add(gtkwin->notebook); | |
5114
e245e686f62f
[gaim-migrate @ 5477]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5106
diff
changeset
|
1869 #ifndef _WIN32 |
e245e686f62f
[gaim-migrate @ 5477]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5106
diff
changeset
|
1870 /* Currently for win32 GTK+ (as of 2.2.1), gdk_pointer_is_grabbed will |
e245e686f62f
[gaim-migrate @ 5477]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5106
diff
changeset
|
1871 always be true after a button press. */ |
4803
6f04901ef729
[gaim-migrate @ 5123]
Christian Hammond <chipx86@chipx86.com>
parents:
4793
diff
changeset
|
1872 if (!gdk_pointer_is_grabbed()) |
5114
e245e686f62f
[gaim-migrate @ 5477]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5106
diff
changeset
|
1873 #endif |
4803
6f04901ef729
[gaim-migrate @ 5123]
Christian Hammond <chipx86@chipx86.com>
parents:
4793
diff
changeset
|
1874 gdk_pointer_grab(gtkwin->notebook->window, FALSE, |
6f04901ef729
[gaim-migrate @ 5123]
Christian Hammond <chipx86@chipx86.com>
parents:
4793
diff
changeset
|
1875 GDK_BUTTON1_MOTION_MASK | GDK_BUTTON_RELEASE_MASK, |
6f04901ef729
[gaim-migrate @ 5123]
Christian Hammond <chipx86@chipx86.com>
parents:
4793
diff
changeset
|
1876 NULL, cursor, GDK_CURRENT_TIME); |
4359 | 1877 } |
1878 | |
1879 static gboolean | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1880 notebook_motion_cb(GtkWidget *widget, GdkEventButton *e, GaimConvWindow *win) |
4359 | 1881 { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
1882 GaimGtkWindow *gtkwin; |
4359 | 1883 |
1884 gtkwin = GAIM_GTK_WINDOW(win); | |
1885 | |
1886 /* | |
1887 * Make sure the user moved the mouse far enough for the | |
1888 * drag to be initiated. | |
1889 */ | |
1890 if (gtkwin->in_predrag) { | |
1891 if (e->x_root < gtkwin->drag_min_x || | |
1892 e->x_root >= gtkwin->drag_max_x || | |
1893 e->y_root < gtkwin->drag_min_y || | |
1894 e->y_root >= gtkwin->drag_max_y) { | |
1895 | |
1896 gtkwin->in_predrag = FALSE; | |
1897 notebook_init_grab(gtkwin, widget); | |
1898 } | |
1899 } | |
1900 else { /* Otherwise, draw the arrows. */ | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1901 GaimConvWindow *dest_win; |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
1902 GaimGtkWindow *dest_gtkwin; |
4359 | 1903 GtkNotebook *dest_notebook; |
1904 GtkWidget *tab, *last_vis_tab = NULL; | |
1905 gint nb_x, nb_y, page_num, i, last_vis_tab_loc = -1; | |
1906 gint arrow1_x, arrow1_y, arrow2_x, arrow2_y; | |
1907 gboolean horiz_tabs = FALSE, tab_found = FALSE; | |
1908 GList *l; | |
1909 | |
1910 /* Get the window that the cursor is over. */ | |
1911 dest_win = gaim_gtkwin_get_at_xy(e->x_root, e->y_root); | |
1912 | |
1913 if (dest_win == NULL) { | |
1914 dnd_hints_hide_all(); | |
1915 | |
1916 return TRUE; | |
1917 } | |
1918 | |
1919 dest_gtkwin = GAIM_GTK_WINDOW(dest_win); | |
1920 | |
1921 dest_notebook = GTK_NOTEBOOK(dest_gtkwin->notebook); | |
1922 | |
1923 gdk_window_get_origin(GTK_WIDGET(dest_notebook)->window, &nb_x, &nb_y); | |
1924 | |
1925 arrow1_x = arrow2_x = nb_x; | |
1926 arrow1_y = arrow2_y = nb_y; | |
1927 | |
1928 page_num = gaim_gtkconv_get_dest_tab_at_xy(dest_win, | |
1929 e->x_root, e->y_root); | |
1930 | |
1931 if (gtk_notebook_get_tab_pos(dest_notebook) == GTK_POS_TOP || | |
1932 gtk_notebook_get_tab_pos(dest_notebook) == GTK_POS_BOTTOM) { | |
1933 | |
1934 horiz_tabs = TRUE; | |
1935 } | |
1936 | |
1937 /* Find out where to put the arrows. */ | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
1938 for (l = gaim_conv_window_get_conversations(dest_win), i = 0; |
4359 | 1939 l != NULL; |
1940 l = l->next, i++) { | |
1941 | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
1942 GaimConversation *conv = l->data; |
4359 | 1943 |
1944 tab = GAIM_GTK_CONVERSATION(conv)->tabby; | |
1945 | |
1946 /* | |
1947 * If this is the correct tab, record the positions | |
1948 * for the arrows. | |
1949 */ | |
1950 if (i == page_num) { | |
1951 if (horiz_tabs) { | |
1952 arrow1_x = arrow2_x = nb_x + tab->allocation.x; | |
1953 arrow1_y = nb_y + tab->allocation.y; | |
1954 arrow2_y = nb_y + tab->allocation.y + | |
1955 tab->allocation.height; | |
1956 } | |
1957 else { | |
1958 arrow1_x = nb_x + tab->allocation.x; | |
1959 arrow2_x = nb_x + tab->allocation.x + | |
1960 tab->allocation.width; | |
1961 arrow1_y = arrow2_y = nb_y + tab->allocation.y; | |
1962 } | |
1963 | |
1964 tab_found = TRUE; | |
1965 break; | |
1966 } | |
1967 else { /* Keep track of the right-most tab that we see. */ | |
1968 if (horiz_tabs && tab->allocation.x > last_vis_tab_loc) { | |
1969 last_vis_tab = tab; | |
1970 last_vis_tab_loc = tab->allocation.x; | |
1971 } | |
1972 else if (!horiz_tabs && tab->allocation.y > last_vis_tab_loc) { | |
1973 last_vis_tab = tab; | |
1974 last_vis_tab_loc = tab->allocation.y; | |
1975 } | |
1976 } | |
1977 } | |
1978 | |
1979 /* | |
1980 * If we didn't find the tab, then we'll just place the | |
1981 * arrows to the right/bottom of the last visible tab. | |
1982 */ | |
1983 if (!tab_found && last_vis_tab) { | |
1984 if (horiz_tabs) { | |
1985 arrow1_x = arrow2_x = nb_x + last_vis_tab->allocation.x + | |
1986 last_vis_tab->allocation.width; | |
1987 arrow1_y = nb_y + last_vis_tab->allocation.y; | |
1988 arrow2_y = nb_y + last_vis_tab->allocation.y + | |
1989 last_vis_tab->allocation.height; | |
1990 } | |
1991 else { | |
1992 arrow1_x = nb_x + last_vis_tab->allocation.x; | |
1993 arrow2_x = nb_x + last_vis_tab->allocation.x + | |
1994 last_vis_tab->allocation.width; | |
1995 arrow1_y = arrow2_y = nb_y + last_vis_tab->allocation.y + | |
1996 last_vis_tab->allocation.height; | |
1997 } | |
1998 } | |
1999 | |
2000 if (horiz_tabs) { | |
2001 dnd_hints_show(HINT_ARROW_DOWN, arrow1_x, arrow1_y); | |
2002 dnd_hints_show(HINT_ARROW_UP, arrow2_x, arrow2_y); | |
2003 } | |
2004 else { | |
2005 dnd_hints_show(HINT_ARROW_RIGHT, arrow1_x, arrow1_y); | |
2006 dnd_hints_show(HINT_ARROW_LEFT, arrow2_x, arrow2_y); | |
2007 } | |
2008 } | |
2009 | |
2010 return TRUE; | |
2011 } | |
2012 | |
2013 static gboolean | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
2014 notebook_leave_cb(GtkWidget *widget, GdkEventCrossing *e, GaimConvWindow *win) |
4359 | 2015 { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
2016 GaimGtkWindow *gtkwin; |
4359 | 2017 |
2018 gtkwin = GAIM_GTK_WINDOW(win); | |
2019 | |
2020 if (gtkwin->in_drag) | |
2021 return FALSE; | |
2022 | |
2023 if (e->x_root < gtkwin->drag_min_x || | |
2024 e->x_root >= gtkwin->drag_max_x || | |
2025 e->y_root < gtkwin->drag_min_y || | |
2026 e->y_root >= gtkwin->drag_max_y) { | |
2027 | |
2028 gtkwin->in_predrag = FALSE; | |
2029 notebook_init_grab(gtkwin, widget); | |
2030 } | |
2031 | |
2032 return TRUE; | |
2033 } | |
2034 | |
2035 /* | |
2036 * THANK YOU GALEON! | |
2037 */ | |
2038 static gboolean | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
2039 notebook_press_cb(GtkWidget *widget, GdkEventButton *e, GaimConvWindow *win) |
4359 | 2040 { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
2041 GaimGtkWindow *gtkwin; |
4359 | 2042 gint nb_x, nb_y, x_rel, y_rel; |
2043 GList *l; | |
2044 int tab_clicked; | |
2045 | |
2046 if (e->button != 1 || e->type != GDK_BUTTON_PRESS) | |
2047 return FALSE; | |
2048 | |
2049 gtkwin = GAIM_GTK_WINDOW(win); | |
2050 | |
2051 if (gtkwin->in_drag) { | |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
2052 gaim_debug(GAIM_DEBUG_WARNING, "gtkconv", |
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
2053 "Already in the middle of a window drag at tab_press_cb\n"); |
4803
6f04901ef729
[gaim-migrate @ 5123]
Christian Hammond <chipx86@chipx86.com>
parents:
4793
diff
changeset
|
2054 return TRUE; |
4359 | 2055 } |
2056 | |
6725
e62a504c83d0
[gaim-migrate @ 7252]
Christian Hammond <chipx86@chipx86.com>
parents:
6695
diff
changeset
|
2057 /* |
4359 | 2058 * Make sure a tab was actually clicked. The arrow buttons |
2059 * mess things up. | |
2060 */ | |
2061 tab_clicked = gaim_gtkconv_get_tab_at_xy(win, e->x_root, e->y_root); | |
2062 | |
2063 if (tab_clicked == -1) | |
2064 return FALSE; | |
2065 | |
2066 /* | |
2067 * Get the relative position of the press event, with regards to | |
2068 * the position of the notebook. | |
2069 */ | |
2070 gdk_window_get_origin(gtkwin->notebook->window, &nb_x, &nb_y); | |
2071 | |
2072 x_rel = e->x_root - nb_x; | |
2073 y_rel = e->y_root - nb_y; | |
2074 | |
2075 /* Reset the min/max x/y */ | |
2076 gtkwin->drag_min_x = 0; | |
2077 gtkwin->drag_min_y = 0; | |
2078 gtkwin->drag_max_x = 0; | |
2079 gtkwin->drag_max_y = 0; | |
2080 | |
2081 /* Find out which tab was dragged. */ | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
2082 for (l = gaim_conv_window_get_conversations(win); l != NULL; l = l->next) { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
2083 GaimConversation *conv = l->data; |
4359 | 2084 GtkWidget *tab = GAIM_GTK_CONVERSATION(conv)->tabby; |
2085 | |
2086 if (!GTK_WIDGET_VISIBLE(tab)) | |
2087 continue; | |
2088 | |
2089 if (tab->allocation.x > x_rel || tab->allocation.y > y_rel) | |
2090 break; | |
2091 | |
2092 /* Save the borders of the tab. */ | |
2093 gtkwin->drag_min_x = tab->allocation.x + nb_x; | |
2094 gtkwin->drag_min_y = tab->allocation.y + nb_y; | |
2095 gtkwin->drag_max_x = tab->allocation.width + gtkwin->drag_min_x; | |
2096 gtkwin->drag_max_y = tab->allocation.height + gtkwin->drag_min_y; | |
2097 } | |
2098 | |
2099 /* Make sure the click occurred in the tab. */ | |
2100 if (e->x_root < gtkwin->drag_min_x || | |
2101 e->x_root >= gtkwin->drag_max_x || | |
2102 e->y_root < gtkwin->drag_min_y || | |
2103 e->y_root >= gtkwin->drag_max_y) { | |
2104 | |
2105 return FALSE; | |
2106 } | |
2107 | |
2108 gtkwin->in_predrag = TRUE; | |
2109 | |
2110 /* Connect the new motion signals. */ | |
2111 gtkwin->drag_motion_signal = | |
2112 g_signal_connect(G_OBJECT(widget), "motion_notify_event", | |
2113 G_CALLBACK(notebook_motion_cb), win); | |
2114 | |
2115 gtkwin->drag_leave_signal = | |
2116 g_signal_connect(G_OBJECT(widget), "leave_notify_event", | |
2117 G_CALLBACK(notebook_leave_cb), win); | |
2118 | |
2119 return FALSE; | |
2120 } | |
2121 | |
2122 static gboolean | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
2123 notebook_release_cb(GtkWidget *widget, GdkEventButton *e, GaimConvWindow *win) |
4359 | 2124 { |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
2125 GaimConvWindow *dest_win; |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
2126 GaimGtkWindow *gtkwin; |
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
2127 GaimGtkWindow *dest_gtkwin; |
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
2128 GaimConversation *conv; |
4359 | 2129 GtkNotebook *dest_notebook; |
2130 gint dest_page_num; | |
2131 | |
2132 /* | |
2133 * Don't check to make sure that the event's window matches the | |
2134 * widget's, because we may be getting an event passed on from the | |
2135 * close button. | |
2136 */ | |
2137 if (e->button != 1 && e->type != GDK_BUTTON_RELEASE) | |
2138 return FALSE; | |
2139 | |
2140 if (gdk_pointer_is_grabbed()) { | |
2141 gdk_pointer_ungrab(GDK_CURRENT_TIME); | |
2142 gtk_grab_remove(widget); | |
2143 } | |
2144 | |
2145 gtkwin = GAIM_GTK_WINDOW(win); | |
2146 | |
4803
6f04901ef729
[gaim-migrate @ 5123]
Christian Hammond <chipx86@chipx86.com>
parents:
4793
diff
changeset
|
2147 if (!gtkwin->in_predrag && !gtkwin->in_drag) |
6f04901ef729
[gaim-migrate @ 5123]
Christian Hammond <chipx86@chipx86.com>
parents:
4793
diff
changeset
|
2148 return FALSE; |
4359 | 2149 |
2150 /* Disconnect the motion signal. */ | |
2151 if (gtkwin->drag_motion_signal) { | |
2152 g_signal_handler_disconnect(G_OBJECT(widget), | |
2153 gtkwin->drag_motion_signal); | |
2154 | |
2155 gtkwin->drag_motion_signal = 0; | |
2156 } | |
2157 | |
2158 /* | |
2159 * If we're in a pre-drag, we'll also need to disconnect the leave | |
2160 * signal. | |
2161 */ | |
2162 if (gtkwin->in_predrag) { | |
2163 gtkwin->in_predrag = FALSE; | |
2164 | |
2165 if (gtkwin->drag_leave_signal) { | |
2166 g_signal_handler_disconnect(G_OBJECT(widget), | |
2167 gtkwin->drag_leave_signal); | |
2168 | |
2169 gtkwin->drag_leave_signal = 0; | |
2170 } | |
2171 } | |
2172 | |
2173 /* If we're not in drag... */ | |
2174 /* We're perfectly normal people! */ | |
4803
6f04901ef729
[gaim-migrate @ 5123]
Christian Hammond <chipx86@chipx86.com>
parents:
4793
diff
changeset
|
2175 if (!gtkwin->in_drag) |
4359 | 2176 return FALSE; |
2177 | |
2178 gtkwin->in_drag = FALSE; | |
2179 | |
2180 dnd_hints_hide_all(); | |
2181 | |
4369
7e1fb422e5fd
[gaim-migrate @ 4635]
Christian Hammond <chipx86@chipx86.com>
parents:
4368
diff
changeset
|
2182 dest_win = gaim_gtkwin_get_at_xy(e->x_root, e->y_root); |
4359 | 2183 |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
2184 conv = gaim_conv_window_get_active_conversation(win); |
4359 | 2185 |
2186 if (dest_win == NULL) { | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
2187 if (gaim_conv_window_get_conversation_count(win) < 2) |
4359 | 2188 return FALSE; |
2189 | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
2190 if (gaim_conv_window_get_conversation_count(win) > 1) { |
4359 | 2191 /* Make a new window to stick this to. */ |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
2192 GaimGtkConversation *gtkconv; |
4748
d3c09ddfd3aa
[gaim-migrate @ 5063]
Christian Hammond <chipx86@chipx86.com>
parents:
4736
diff
changeset
|
2193 gint win_width, win_height; |
5121 | 2194 |
2195 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
4359 | 2196 |
8582
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2197 dest_win = gaim_conv_window_new(); |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2198 |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2199 gaim_conv_window_add_conversation(dest_win, |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
2200 gaim_conv_window_remove_conversation(win, |
5139
d0182ae31ab8
[gaim-migrate @ 5503]
Christian Hammond <chipx86@chipx86.com>
parents:
5133
diff
changeset
|
2201 gaim_conversation_get_index(conv))); |
5121 | 2202 |
8582
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2203 dest_gtkwin = GAIM_GTK_WINDOW(dest_win); |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2204 |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2205 gtk_window_get_size(GTK_WINDOW(dest_gtkwin->window), |
4748
d3c09ddfd3aa
[gaim-migrate @ 5063]
Christian Hammond <chipx86@chipx86.com>
parents:
4736
diff
changeset
|
2206 &win_width, &win_height); |
d3c09ddfd3aa
[gaim-migrate @ 5063]
Christian Hammond <chipx86@chipx86.com>
parents:
4736
diff
changeset
|
2207 |
8582
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2208 gtk_window_move(GTK_WINDOW(dest_gtkwin->window), |
4748
d3c09ddfd3aa
[gaim-migrate @ 5063]
Christian Hammond <chipx86@chipx86.com>
parents:
4736
diff
changeset
|
2209 e->x_root - (win_width / 2), |
d3c09ddfd3aa
[gaim-migrate @ 5063]
Christian Hammond <chipx86@chipx86.com>
parents:
4736
diff
changeset
|
2210 e->y_root - (win_height / 2)); |
d3c09ddfd3aa
[gaim-migrate @ 5063]
Christian Hammond <chipx86@chipx86.com>
parents:
4736
diff
changeset
|
2211 |
8582
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2212 gaim_conv_window_show(dest_win); |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2213 } |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2214 } else { |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2215 dest_gtkwin = GAIM_GTK_WINDOW(dest_win); |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2216 |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2217 /* Get the destination notebook. */ |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2218 dest_notebook = GTK_NOTEBOOK(gtkwin->notebook); |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2219 |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2220 /* Get the destination page number. */ |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2221 dest_page_num = gaim_gtkconv_get_dest_tab_at_xy(dest_win, |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2222 e->x_root, e->y_root); |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2223 |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2224 if (win == dest_win) { |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2225 gaim_conv_window_move_conversation(win, |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2226 gaim_conversation_get_index(conv), dest_page_num); |
4359 | 2227 } |
8582
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2228 else { |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2229 size_t pos; |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2230 |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2231 gaim_conv_window_remove_conversation(win, |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2232 gaim_conversation_get_index(conv)); |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2233 |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2234 pos = gaim_conv_window_add_conversation(dest_win, conv); |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2235 |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2236 if (pos != dest_page_num) |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2237 gaim_conv_window_move_conversation(dest_win, pos, dest_page_num); |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2238 |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2239 gaim_conv_window_switch_conversation(dest_win, dest_page_num); |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2240 } |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2241 |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2242 gtk_widget_grab_focus(GAIM_GTK_CONVERSATION(conv)->entry); |
4359 | 2243 } |
2244 | |
8582
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2245 gaim_signal_emit(gaim_gtk_conversations_get_handle(), "conversation-drag-ended", |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
2246 win, dest_win); |
4359 | 2247 |
2248 return TRUE; | |
2249 } | |
2250 | |
8189 | 2251 /************************************************************************** |
2252 * A bunch of buddy icon functions | |
2253 **************************************************************************/ | |
2254 static GdkPixbuf * | |
8755
d0364feabf96
[gaim-migrate @ 9510]
Christian Hammond <chipx86@chipx86.com>
parents:
8748
diff
changeset
|
2255 get_tab_icon(GaimConversation *conv, gboolean small_icon) |
7143 | 2256 { |
2257 GaimAccount *account = gaim_conversation_get_account(conv); | |
2258 const char *name = gaim_conversation_get_name(conv); | |
2259 GdkPixbuf *status = NULL; | |
2260 | |
2261 if (gaim_conversation_get_type(conv) == GAIM_CONV_IM) { | |
2262 GaimBuddy *b = gaim_find_buddy(account, name); | |
2263 if (b != NULL) { | |
2264 status = gaim_gtk_blist_get_status_icon((GaimBlistNode*)b, | |
8755
d0364feabf96
[gaim-migrate @ 9510]
Christian Hammond <chipx86@chipx86.com>
parents:
8748
diff
changeset
|
2265 (small_icon ? GAIM_STATUS_ICON_SMALL : GAIM_STATUS_ICON_LARGE)); |
7143 | 2266 } |
2267 } | |
2268 | |
2269 if (!status) { | |
2270 GdkPixbuf *pixbuf; | |
2271 pixbuf = create_prpl_icon(account); | |
2272 | |
8755
d0364feabf96
[gaim-migrate @ 9510]
Christian Hammond <chipx86@chipx86.com>
parents:
8748
diff
changeset
|
2273 if (small_icon && pixbuf != NULL) |
8748
13d592f485d1
[gaim-migrate @ 9503]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2274 { |
7143 | 2275 status = gdk_pixbuf_scale_simple(pixbuf, 15, 15, |
2276 GDK_INTERP_BILINEAR); | |
2277 g_object_unref(pixbuf); | |
2278 } | |
8748
13d592f485d1
[gaim-migrate @ 9503]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2279 else |
13d592f485d1
[gaim-migrate @ 9503]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2280 status = pixbuf; |
7143 | 2281 } |
2282 return status; | |
2283 } | |
2284 | |
8189 | 2285 static void |
2286 update_tab_icon(GaimConversation *conv) | |
2287 { | |
2288 GaimGtkConversation *gtkconv; | |
2289 GaimConvWindow *win = gaim_conversation_get_window(conv); | |
2290 GaimAccount *account; | |
2291 const char *name; | |
2292 GdkPixbuf *status = NULL; | |
2293 | |
2294 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
2295 name = gaim_conversation_get_name(conv); | |
2296 account = gaim_conversation_get_account(conv); | |
2297 | |
8748
13d592f485d1
[gaim-migrate @ 9503]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2298 status = get_tab_icon(conv, TRUE); |
8189 | 2299 |
2300 gtk_image_set_from_pixbuf(GTK_IMAGE(gtkconv->icon), status); | |
2301 gtk_image_set_from_pixbuf(GTK_IMAGE(gtkconv->menu_icon), status); | |
2302 | |
8748
13d592f485d1
[gaim-migrate @ 9503]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2303 if (status != NULL) |
13d592f485d1
[gaim-migrate @ 9503]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2304 g_object_unref(status); |
13d592f485d1
[gaim-migrate @ 9503]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2305 |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
2306 if (gaim_conv_window_get_active_conversation(win) == conv && |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
2307 gtkconv->u.im->anim == NULL) |
8748
13d592f485d1
[gaim-migrate @ 9503]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2308 { |
13d592f485d1
[gaim-migrate @ 9503]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2309 status = get_tab_icon(conv, FALSE); |
13d592f485d1
[gaim-migrate @ 9503]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2310 |
8189 | 2311 gtk_window_set_icon(GTK_WINDOW(GAIM_GTK_WINDOW(win)->window), status); |
2312 | |
8748
13d592f485d1
[gaim-migrate @ 9503]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2313 if (status != NULL) |
13d592f485d1
[gaim-migrate @ 9503]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2314 g_object_unref(status); |
13d592f485d1
[gaim-migrate @ 9503]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2315 } |
8189 | 2316 } |
2317 | |
9318 | 2318 static void |
2319 get_icon_scale_size(GdkPixbufAnimation *icon, GaimBuddyIconSpec *spec, int *width, int *height) | |
2320 { | |
2321 *width = gdk_pixbuf_animation_get_width(icon); | |
2322 *height = gdk_pixbuf_animation_get_height(icon); | |
2323 | |
2324 /* this should eventually get smarter about preserving the aspect | |
2325 * ratio when scaling, but gimmie a break, I just woke up */ | |
2326 if(spec && spec->scale_rules & GAIM_ICON_SCALE_DISPLAY) { | |
2327 if(*width < spec->min_width) | |
2328 *width = spec->min_width; | |
2329 else if(*width > spec->max_width) | |
2330 *width = spec->max_width; | |
2331 | |
2332 if(*height < spec->min_height) | |
2333 *height = spec->min_height; | |
9319 | 2334 else if(*height > spec->max_height) |
9318 | 2335 *height = spec->max_height; |
2336 } | |
2337 | |
2338 /* and now for some arbitrary sanity checks */ | |
2339 if(*width > 100) | |
2340 *width = 100; | |
2341 if(*height > 100) | |
2342 *height = 100; | |
2343 } | |
2344 | |
8189 | 2345 static gboolean |
2346 redraw_icon(gpointer data) | |
2347 { | |
2348 GaimConversation *conv = (GaimConversation *)data; | |
2349 GaimGtkConversation *gtkconv; | |
9318 | 2350 GaimAccount *account; |
2351 GaimPluginProtocolInfo *prpl_info = NULL; | |
8189 | 2352 |
2353 GdkPixbuf *buf; | |
2354 GdkPixbuf *scale; | |
2355 GdkPixmap *pm; | |
2356 GdkBitmap *bm; | |
2357 gint delay; | |
9318 | 2358 int scale_width, scale_height; |
8189 | 2359 |
2360 if (!g_list_find(gaim_get_ims(), conv)) { | |
2361 gaim_debug(GAIM_DEBUG_WARNING, "gtkconv", | |
2362 "Conversation not found in redraw_icon. I think this " | |
2363 "is a bug.\n"); | |
2364 return FALSE; | |
2365 } | |
2366 | |
2367 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
9318 | 2368 account = gaim_conversation_get_account(conv); |
2369 if(account && account->gc) | |
2370 prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(account->gc->prpl); | |
8189 | 2371 |
2372 gdk_pixbuf_animation_iter_advance(gtkconv->u.im->iter, NULL); | |
2373 buf = gdk_pixbuf_animation_iter_get_pixbuf(gtkconv->u.im->iter); | |
2374 | |
9318 | 2375 get_icon_scale_size(gtkconv->u.im->anim, prpl_info ? &prpl_info->icon_spec : |
2376 NULL, &scale_width, &scale_height); | |
2377 | |
2378 /* this code is ugly, and scares me */ | |
8189 | 2379 scale = gdk_pixbuf_scale_simple(buf, |
9318 | 2380 MAX(gdk_pixbuf_get_width(buf) * scale_width / |
8189 | 2381 gdk_pixbuf_animation_get_width(gtkconv->u.im->anim), 1), |
9318 | 2382 MAX(gdk_pixbuf_get_height(buf) * scale_height / |
8189 | 2383 gdk_pixbuf_animation_get_height(gtkconv->u.im->anim), 1), |
2384 GDK_INTERP_NEAREST); | |
2385 | |
2386 gdk_pixbuf_render_pixmap_and_mask(scale, &pm, &bm, 100); | |
2387 g_object_unref(G_OBJECT(scale)); | |
2388 gtk_image_set_from_pixmap(GTK_IMAGE(gtkconv->u.im->icon), pm, bm); | |
2389 g_object_unref(G_OBJECT(pm)); | |
2390 gtk_widget_queue_draw(gtkconv->u.im->icon); | |
2391 | |
2392 if (bm) | |
2393 g_object_unref(G_OBJECT(bm)); | |
2394 | |
9131 | 2395 delay = gdk_pixbuf_animation_iter_get_delay_time(gtkconv->u.im->iter); |
2396 if (delay <= 0) | |
2397 delay = 100; | |
2398 | |
2399 gtkconv->u.im->icon_timer = g_timeout_add(delay, redraw_icon, conv); | |
8189 | 2400 |
2401 return FALSE; | |
2402 } | |
2403 | |
2404 static void | |
2405 start_anim(GtkObject *obj, GaimConversation *conv) | |
2406 { | |
2407 GaimGtkConversation *gtkconv; | |
2408 int delay; | |
2409 | |
2410 if (!GAIM_IS_GTK_CONVERSATION(conv)) | |
2411 return; | |
2412 | |
2413 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
2414 | |
8228 | 2415 if (gtkconv->u.im->anim == NULL) |
2416 return; | |
2417 | |
8202 | 2418 if (gtkconv->u.im->icon_timer != 0) |
2419 return; | |
2420 | |
8189 | 2421 if (gdk_pixbuf_animation_is_static_image(gtkconv->u.im->anim)) |
2422 return; | |
2423 | |
2424 delay = gdk_pixbuf_animation_iter_get_delay_time(gtkconv->u.im->iter) / 10; | |
2425 | |
8758 | 2426 gtkconv->u.im->icon_timer = g_timeout_add(delay * 10, redraw_icon, conv); |
8189 | 2427 } |
2428 | |
2429 static void | |
2430 stop_anim(GtkObject *obj, GaimConversation *conv) | |
2431 { | |
2432 GaimGtkConversation *gtkconv; | |
2433 | |
2434 if (!GAIM_IS_GTK_CONVERSATION(conv)) | |
2435 return; | |
2436 | |
2437 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
2438 | |
2439 if (gtkconv->u.im->icon_timer != 0) | |
2440 g_source_remove(gtkconv->u.im->icon_timer); | |
2441 | |
2442 gtkconv->u.im->icon_timer = 0; | |
2443 } | |
2444 | |
2445 static void | |
2446 toggle_icon_animate_cb(GtkWidget *w, GaimConversation *conv) | |
2447 { | |
2448 GaimGtkConversation *gtkconv; | |
2449 | |
2450 if (!GAIM_IS_GTK_CONVERSATION(conv)) | |
2451 return; | |
2452 | |
2453 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
2454 | |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
2455 gtkconv->u.im->animate = |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
2456 gtk_check_menu_item_get_active(GTK_CHECK_MENU_ITEM(w)); |
8189 | 2457 |
2458 if (gtkconv->u.im->animate) | |
2459 start_anim(NULL, conv); | |
2460 else | |
2461 stop_anim(NULL, conv); | |
2462 } | |
9845 | 2463 |
8189 | 2464 static void |
2465 remove_icon(GaimGtkConversation *gtkconv) | |
2466 { | |
2467 g_return_if_fail(gtkconv != NULL); | |
2468 | |
2469 if (gtkconv->u.im->icon != NULL) | |
8821 | 2470 gtk_widget_destroy(gtkconv->u.im->icon->parent->parent->parent); |
8189 | 2471 |
2472 if (gtkconv->u.im->anim != NULL) | |
2473 g_object_unref(G_OBJECT(gtkconv->u.im->anim)); | |
2474 | |
2475 if (gtkconv->u.im->icon_timer != 0) | |
2476 g_source_remove(gtkconv->u.im->icon_timer); | |
2477 | |
2478 if (gtkconv->u.im->iter != NULL) | |
2479 g_object_unref(G_OBJECT(gtkconv->u.im->iter)); | |
2480 | |
2481 gtkconv->u.im->icon_timer = 0; | |
2482 gtkconv->u.im->icon = NULL; | |
2483 gtkconv->u.im->anim = NULL; | |
2484 gtkconv->u.im->iter = NULL; | |
9687 | 2485 gtkconv->u.im->show_icon = FALSE; |
8189 | 2486 } |
2487 | |
9497 | 2488 static void |
9504 | 2489 saveicon_writefile_cb(void *user_data, const char *filename) |
9497 | 2490 { |
9504 | 2491 GaimConversation *conv = (GaimConversation *)user_data; |
9497 | 2492 FILE *fp; |
2493 GaimBuddyIcon *icon; | |
2494 const void *data; | |
2495 size_t len; | |
2496 | |
2497 if ((fp = fopen(filename, "wb")) == NULL) { | |
9504 | 2498 gaim_notify_error(conv, NULL, _("Unable to open file."), NULL); |
9497 | 2499 return; |
2500 } | |
2501 | |
2502 icon = gaim_conv_im_get_icon(GAIM_CONV_IM(conv)); | |
2503 data = gaim_buddy_icon_get_data(icon, &len); | |
2504 | |
2505 if ((len <= 0) || (data == NULL)) { | |
9504 | 2506 gaim_notify_error(conv, NULL, _("Unable to save icon file to disk."), NULL); |
9497 | 2507 return; |
2508 } | |
2509 | |
2510 fwrite(data, 1, len, fp); | |
2511 fclose(fp); | |
2512 } | |
2513 | |
2514 static void | |
2515 icon_menu_save_cb(GtkWidget *widget, GaimConversation *conv) | |
2516 { | |
2517 gchar *buf; | |
2518 | |
2519 g_return_if_fail(conv != NULL); | |
9504 | 2520 |
9706 | 2521 /* |
2522 * XXX - The file extension needs to be set to something that doesn't suck... | |
2523 * Maybe do what gtkimhtml.c does when saving an image? | |
2524 */ | |
9497 | 2525 buf = g_strdup_printf("%s.icon", gaim_normalize(conv->account, conv->name)); |
9504 | 2526 |
2527 gaim_request_file(conv, _("Save Icon"), buf, TRUE, | |
2528 G_CALLBACK(saveicon_writefile_cb), NULL, conv); | |
9497 | 2529 |
2530 g_free(buf); | |
2531 } | |
2532 | |
8189 | 2533 static gboolean |
2534 icon_menu(GtkObject *obj, GdkEventButton *e, GaimConversation *conv) | |
2535 { | |
2536 GaimGtkConversation *gtkconv; | |
2537 static GtkWidget *menu = NULL; | |
2538 GtkWidget *button; | |
2539 | |
2540 if (e->button != 3 || e->type != GDK_BUTTON_PRESS) | |
2541 return FALSE; | |
2542 | |
2543 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
2544 | |
2545 /* | |
2546 * If a menu already exists, destroy it before creating a new one, | |
2547 * thus freeing-up the memory it occupied. | |
2548 */ | |
2549 if (menu != NULL) | |
2550 gtk_widget_destroy(menu); | |
2551 | |
2552 menu = gtk_menu_new(); | |
2553 | |
2554 if (gtkconv->u.im->anim && | |
2555 !(gdk_pixbuf_animation_is_static_image(gtkconv->u.im->anim))) | |
2556 { | |
2557 gaim_new_check_item(menu, _("Animate"), | |
2558 G_CALLBACK(toggle_icon_animate_cb), conv, | |
2559 gtkconv->u.im->icon_timer); | |
2560 } | |
2561 | |
2562 button = gtk_menu_item_new_with_label(_("Hide Icon")); | |
2563 g_signal_connect_swapped(G_OBJECT(button), "activate", | |
2564 G_CALLBACK(remove_icon), gtkconv); | |
2565 gtk_menu_shell_append(GTK_MENU_SHELL(menu), button); | |
2566 gtk_widget_show(button); | |
2567 | |
2568 gaim_new_item_from_stock(menu, _("Save Icon As..."), GTK_STOCK_SAVE_AS, | |
9497 | 2569 G_CALLBACK(icon_menu_save_cb), conv, |
8189 | 2570 0, 0, NULL); |
2571 | |
2572 gtk_menu_popup(GTK_MENU(menu), NULL, NULL, NULL, NULL, e->button, e->time); | |
2573 | |
2574 return TRUE; | |
2575 } | |
2576 /************************************************************************** | |
2577 * End of the bunch of buddy icon functions | |
2578 **************************************************************************/ | |
2579 | |
7887 | 2580 /* |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
2581 * Makes sure all the menu items and all the buttons are hidden/shown and |
8735
92cbf9713795
[gaim-migrate @ 9490]
Christian Hammond <chipx86@chipx86.com>
parents:
8730
diff
changeset
|
2582 * sensitive/insensitive. This is called after changing tabs and when an |
7887 | 2583 * account signs on or off. |
2584 */ | |
4359 | 2585 static void |
7887 | 2586 gray_stuff_out(GaimConversation *conv) |
4359 | 2587 { |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
2588 GaimConvWindow *win; |
7887 | 2589 GaimGtkWindow *gtkwin; |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
2590 GaimGtkConversation *gtkconv; |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5551
diff
changeset
|
2591 GaimConnection *gc; |
7887 | 2592 GaimPluginProtocolInfo *prpl_info = NULL; |
7222 | 2593 GdkPixbuf *window_icon = NULL; |
8439 | 2594 GtkIMHtmlButtons buttons; |
9812 | 2595 GaimAccount *account; |
7326
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
2596 |
7887 | 2597 win = gaim_conversation_get_window(conv); |
4359 | 2598 gtkwin = GAIM_GTK_WINDOW(win); |
2599 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
7887 | 2600 gc = gaim_conversation_get_gc(conv); |
9812 | 2601 account = gaim_connection_get_account(gc); |
8439 | 2602 |
7879 | 2603 if (gc != NULL) |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5204
diff
changeset
|
2604 prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(gc->prpl); |
4364
fa56829b9587
[gaim-migrate @ 4630]
Christian Hammond <chipx86@chipx86.com>
parents:
4363
diff
changeset
|
2605 |
7887 | 2606 if (gtkwin->menu.send_as != NULL) |
2607 g_timeout_add(0, (GSourceFunc)update_send_as_selection, win); | |
2608 | |
2609 /* | |
2610 * Handle hiding and showing stuff based on what type of conv this is. | |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
2611 * Stuff that Gaim IMs support in general should be shown for IM |
8735
92cbf9713795
[gaim-migrate @ 9490]
Christian Hammond <chipx86@chipx86.com>
parents:
8730
diff
changeset
|
2612 * conversations. Stuff that Gaim chats support in general should be |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
2613 * shown for chat conversations. It doesn't matter whether the PRPL |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
2614 * supports it or not--that only affects if the button or menu item |
7929 | 2615 * is sensitive or not. |
7887 | 2616 */ |
4359 | 2617 if (gaim_conversation_get_type(conv) == GAIM_CONV_IM) { |
7887 | 2618 /* Show stuff that applies to IMs, hide stuff that applies to chats */ |
2619 | |
2620 /* Deal with buttons */ | |
2621 gtk_widget_show(gtkconv->info); | |
2622 gtk_widget_show(gtkconv->send); | |
2623 gtk_widget_show(gtkconv->u.im->warn); | |
2624 gtk_widget_show(gtkconv->u.im->block); | |
9468 | 2625 gtk_widget_show(gtkconv->u.im->send_file); |
7887 | 2626 |
2627 /* Deal with menu items */ | |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
2628 gtk_widget_show(gtkwin->menu.view_log); |
9468 | 2629 gtk_widget_show(gtkwin->menu.send_file); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
2630 gtk_widget_show(gtkwin->menu.add_pounce); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
2631 gtk_widget_show(gtkwin->menu.get_info); |
7887 | 2632 gtk_widget_show(gtkwin->menu.warn); |
7859 | 2633 gtk_widget_hide(gtkwin->menu.invite); |
7887 | 2634 gtk_widget_show(gtkwin->menu.alias); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
2635 gtk_widget_show(gtkwin->menu.block); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
2636 |
9812 | 2637 if (gaim_find_buddy(account, gaim_conversation_get_name(conv)) == NULL) { |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
2638 gtk_widget_show(gtkwin->menu.add); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
2639 gtk_widget_hide(gtkwin->menu.remove); |
7929 | 2640 gtk_widget_show(gtkconv->add); |
2641 gtk_widget_hide(gtkconv->remove); | |
7859 | 2642 } else { |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
2643 gtk_widget_show(gtkwin->menu.remove); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
2644 gtk_widget_hide(gtkwin->menu.add); |
7929 | 2645 gtk_widget_hide(gtkconv->add); |
2646 gtk_widget_show(gtkconv->remove); | |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
2647 } |
7887 | 2648 |
2649 gtk_widget_show(gtkwin->menu.insert_link); | |
9287 | 2650 gtk_widget_show(gtkwin->menu.insert_image); |
7887 | 2651 } else if (gaim_conversation_get_type(conv) == GAIM_CONV_CHAT) { |
9470 | 2652 /* Show stuff that applies to Chats, hide stuff that applies to IMs */ |
7887 | 2653 |
2654 /* Deal with buttons */ | |
7952 | 2655 gtk_widget_show(gtkconv->info); |
7887 | 2656 gtk_widget_show(gtkconv->send); |
2657 gtk_widget_show(gtkconv->u.chat->invite); | |
2658 | |
2659 /* Deal with menu items */ | |
7859 | 2660 gtk_widget_hide(gtkwin->menu.view_log); |
9468 | 2661 gtk_widget_hide(gtkwin->menu.send_file); |
7859 | 2662 gtk_widget_hide(gtkwin->menu.add_pounce); |
2663 gtk_widget_hide(gtkwin->menu.get_info); | |
7887 | 2664 gtk_widget_hide(gtkwin->menu.warn); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
2665 gtk_widget_show(gtkwin->menu.invite); |
7887 | 2666 gtk_widget_show(gtkwin->menu.alias); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
2667 gtk_widget_hide(gtkwin->menu.block); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
2668 |
9812 | 2669 if (gaim_blist_find_chat(account, gaim_conversation_get_name(conv)) == NULL) { |
2670 /* If the chat is NOT in the buddy list */ | |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
2671 gtk_widget_show(gtkwin->menu.add); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
2672 gtk_widget_hide(gtkwin->menu.remove); |
7929 | 2673 gtk_widget_show(gtkconv->add); |
2674 gtk_widget_hide(gtkconv->remove); | |
7859 | 2675 } else { |
9812 | 2676 /* If the chat IS in the buddy list */ |
2677 gtk_widget_hide(gtkwin->menu.add); | |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
2678 gtk_widget_show(gtkwin->menu.remove); |
7929 | 2679 gtk_widget_hide(gtkconv->add); |
2680 gtk_widget_show(gtkconv->remove); | |
7887 | 2681 } |
2682 | |
2683 gtk_widget_show(gtkwin->menu.insert_link); | |
2684 gtk_widget_hide(gtkwin->menu.insert_image); | |
2685 } | |
2686 | |
2687 /* | |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
2688 * Handle graying stuff out based on whether an account is connected |
7887 | 2689 * and what features that account supports. |
2690 */ | |
8256
1d86096ae0f4
[gaim-migrate @ 8979]
Christian Hammond <chipx86@chipx86.com>
parents:
8253
diff
changeset
|
2691 if ((gc != NULL) && |
1d86096ae0f4
[gaim-migrate @ 8979]
Christian Hammond <chipx86@chipx86.com>
parents:
8253
diff
changeset
|
2692 ( (gaim_conversation_get_type(conv) != GAIM_CONV_CHAT) || |
1d86096ae0f4
[gaim-migrate @ 8979]
Christian Hammond <chipx86@chipx86.com>
parents:
8253
diff
changeset
|
2693 !gaim_conv_chat_has_left(GAIM_CONV_CHAT(conv)) )) { |
7887 | 2694 /* Account is online */ |
2695 | |
2696 /* Deal with buttons */ | |
2697 gtk_widget_set_sensitive(gtkconv->info, (prpl_info->get_info != NULL)); | |
7929 | 2698 |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
2699 if (gaim_conversation_get_type(conv) == GAIM_CONV_IM) |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
2700 { |
9812 | 2701 gtk_widget_set_sensitive(gtkconv->add, (prpl_info->add_buddy != NULL)); |
2702 gtk_widget_set_sensitive(gtkconv->remove, (prpl_info->remove_buddy != NULL)); | |
2703 gtk_widget_set_sensitive(gtkconv->send, (prpl_info->send_im != NULL)); | |
2704 gtk_widget_set_sensitive(gtkconv->u.im->warn, (prpl_info->warn != NULL)); | |
2705 gtk_widget_set_sensitive(gtkconv->u.im->block, (prpl_info->add_deny != NULL)); | |
9468 | 2706 gtk_widget_set_sensitive(gtkconv->u.im->send_file, |
9812 | 2707 (prpl_info->send_file && (!prpl_info->can_receive_file || |
2708 prpl_info->can_receive_file(gc, gaim_conversation_get_name(conv))))); | |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
2709 } |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
2710 else if (gaim_conversation_get_type(conv) == GAIM_CONV_CHAT) |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
2711 { |
9812 | 2712 /* Only allow adding/removing if this is a chat and not a conference */ |
2713 gtk_widget_set_sensitive(gtkconv->add, (prpl_info->join_chat != NULL)); | |
2714 gtk_widget_set_sensitive(gtkconv->remove, (prpl_info->join_chat != NULL)); | |
2715 gtk_widget_set_sensitive(gtkconv->send, (prpl_info->chat_send != NULL)); | |
2716 gtk_widget_set_sensitive(gtkconv->u.chat->invite, (prpl_info->chat_invite != NULL)); | |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
2717 } |
7887 | 2718 |
2719 /* Deal with the toolbar */ | |
8420 | 2720 if (gc->flags & GAIM_CONNECTION_HTML) { |
8677 | 2721 buttons = GTK_IMHTML_ALL; /* Everything on */ |
8420 | 2722 if (!(prpl_info->options & OPT_PROTO_IM_IMAGE)) |
8422 | 2723 buttons &= ~GTK_IMHTML_IMAGE; |
8420 | 2724 if (gc->flags & GAIM_CONNECTION_NO_BGCOLOR) |
8422 | 2725 buttons &= ~GTK_IMHTML_BACKCOLOR; |
8691
0eb5161ef333
[gaim-migrate @ 9444]
Christian Hammond <chipx86@chipx86.com>
parents:
8690
diff
changeset
|
2726 if (gc->flags & GAIM_CONNECTION_NO_FONTSIZE) { |
0eb5161ef333
[gaim-migrate @ 9444]
Christian Hammond <chipx86@chipx86.com>
parents:
8690
diff
changeset
|
2727 buttons &= ~GTK_IMHTML_GROW; |
0eb5161ef333
[gaim-migrate @ 9444]
Christian Hammond <chipx86@chipx86.com>
parents:
8690
diff
changeset
|
2728 buttons &= ~GTK_IMHTML_SHRINK; |
0eb5161ef333
[gaim-migrate @ 9444]
Christian Hammond <chipx86@chipx86.com>
parents:
8690
diff
changeset
|
2729 } |
9041 | 2730 if (gc->flags & GAIM_CONNECTION_NO_URLDESC) |
2731 buttons &= ~GTK_IMHTML_LINKDESC; | |
8420 | 2732 } else { |
8422 | 2733 buttons = GTK_IMHTML_SMILEY; |
8420 | 2734 } |
2735 gtk_imhtml_set_format_functions(GTK_IMHTML(gtkconv->entry), buttons); | |
9812 | 2736 gtk_imhtmltoolbar_associate_smileys(GTK_IMHTMLTOOLBAR(gtkconv->toolbar), gaim_account_get_protocol_id(account)); |
8422 | 2737 |
8319
a2c5537a814b
[gaim-migrate @ 9043]
Christian Hammond <chipx86@chipx86.com>
parents:
8317
diff
changeset
|
2738 /* Deal with menu items */ |
7887 | 2739 gtk_widget_set_sensitive(gtkwin->menu.view_log, TRUE); |
2740 gtk_widget_set_sensitive(gtkwin->menu.add_pounce, TRUE); | |
2741 gtk_widget_set_sensitive(gtkwin->menu.get_info, (prpl_info->get_info != NULL)); | |
2742 gtk_widget_set_sensitive(gtkwin->menu.warn, (prpl_info->warn != NULL)); | |
9812 | 2743 gtk_widget_set_sensitive(gtkwin->menu.invite, (prpl_info->chat_invite != NULL)); |
2744 gtk_widget_set_sensitive(gtkwin->menu.block, (prpl_info->add_deny != NULL)); | |
2745 gtk_widget_set_sensitive(gtkwin->menu.insert_link, (gc->flags & GAIM_CONNECTION_HTML)); | |
2746 gtk_widget_set_sensitive(gtkwin->menu.insert_image, (prpl_info->options & OPT_PROTO_IM_IMAGE)); | |
8319
a2c5537a814b
[gaim-migrate @ 9043]
Christian Hammond <chipx86@chipx86.com>
parents:
8317
diff
changeset
|
2747 |
7887 | 2748 if (gaim_conversation_get_type(conv) == GAIM_CONV_IM) { |
9812 | 2749 gtk_widget_set_sensitive(gtkwin->menu.add, (prpl_info->add_buddy != NULL)); |
2750 gtk_widget_set_sensitive(gtkwin->menu.remove, (prpl_info->remove_buddy != NULL)); | |
9468 | 2751 gtk_widget_set_sensitive(gtkwin->menu.send_file, |
9812 | 2752 (prpl_info->send_file != NULL && (!prpl_info->can_receive_file || |
2753 prpl_info->can_receive_file(gc, gaim_conversation_get_name(conv))))); | |
2754 gtk_widget_set_sensitive(gtkwin->menu.alias, | |
2755 (gaim_find_buddy(account, gaim_conversation_get_name(conv)) != NULL)); | |
7887 | 2756 } else if (gaim_conversation_get_type(conv) == GAIM_CONV_CHAT) { |
9812 | 2757 gtk_widget_set_sensitive(gtkwin->menu.add, (prpl_info->join_chat != NULL)); |
2758 gtk_widget_set_sensitive(gtkwin->menu.remove, (prpl_info->join_chat != NULL)); | |
2759 gtk_widget_set_sensitive(gtkwin->menu.alias, | |
2760 (gaim_blist_find_chat(account, gaim_conversation_get_name(conv)) != NULL)); | |
7887 | 2761 } |
2762 } else { | |
2763 /* Account is offline */ | |
9812 | 2764 /* Or it's a chat that we've left. */ |
7887 | 2765 |
2766 /* Deal with buttons */ | |
7929 | 2767 gtk_widget_set_sensitive(gtkconv->add, FALSE); |
2768 gtk_widget_set_sensitive(gtkconv->remove, FALSE); | |
7887 | 2769 gtk_widget_set_sensitive(gtkconv->info, FALSE); |
2770 gtk_widget_set_sensitive(gtkconv->send, FALSE); | |
2771 if (gaim_conversation_get_type(conv) == GAIM_CONV_IM) { | |
2772 gtk_widget_set_sensitive(gtkconv->u.im->warn, FALSE); | |
2773 gtk_widget_set_sensitive(gtkconv->u.im->block, FALSE); | |
9468 | 2774 gtk_widget_set_sensitive(gtkconv->u.im->send_file, FALSE); |
7887 | 2775 } else if (gaim_conversation_get_type(conv) == GAIM_CONV_CHAT) { |
2776 gtk_widget_set_sensitive(gtkconv->u.chat->invite, FALSE); | |
2777 } | |
8748
13d592f485d1
[gaim-migrate @ 9503]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2778 |
7887 | 2779 /* Then deal with menu items */ |
2780 gtk_widget_set_sensitive(gtkwin->menu.view_log, TRUE); | |
9468 | 2781 gtk_widget_set_sensitive(gtkwin->menu.send_file, FALSE); |
7887 | 2782 gtk_widget_set_sensitive(gtkwin->menu.add_pounce, TRUE); |
2783 gtk_widget_set_sensitive(gtkwin->menu.get_info, FALSE); | |
2784 gtk_widget_set_sensitive(gtkwin->menu.warn, FALSE); | |
2785 gtk_widget_set_sensitive(gtkwin->menu.invite, FALSE); | |
2786 gtk_widget_set_sensitive(gtkwin->menu.alias, FALSE); | |
2787 gtk_widget_set_sensitive(gtkwin->menu.block, FALSE); | |
2788 gtk_widget_set_sensitive(gtkwin->menu.add, FALSE); | |
2789 gtk_widget_set_sensitive(gtkwin->menu.remove, FALSE); | |
7929 | 2790 gtk_widget_set_sensitive(gtkwin->menu.insert_link, TRUE); |
7887 | 2791 gtk_widget_set_sensitive(gtkwin->menu.insert_image, FALSE); |
2792 } | |
2793 | |
2794 /* | |
2795 * Update the window's icon | |
2796 */ | |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
2797 if ((gaim_conversation_get_type(conv) == GAIM_CONV_IM) && |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
2798 (gtkconv->u.im->anim)) |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
2799 { |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
2800 window_icon = |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
2801 gdk_pixbuf_animation_get_static_image(gtkconv->u.im->anim); |
7887 | 2802 g_object_ref(window_icon); |
2803 } else { | |
8748
13d592f485d1
[gaim-migrate @ 9503]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2804 window_icon = get_tab_icon(conv, FALSE); |
4359 | 2805 } |
7887 | 2806 gtk_window_set_icon(GTK_WINDOW(gtkwin->window), window_icon); |
2807 g_object_unref(G_OBJECT(window_icon)); | |
2808 } | |
2809 | |
2810 static void | |
8189 | 2811 before_switch_conv_cb(GtkNotebook *notebook, GtkWidget *page, gint page_num, |
2812 gpointer user_data) | |
2813 { | |
2814 GaimConvWindow *win; | |
2815 GaimConversation *conv; | |
2816 GaimGtkConversation *gtkconv; | |
2817 | |
2818 win = (GaimConvWindow *)user_data; | |
2819 conv = gaim_conv_window_get_active_conversation(win); | |
2820 | |
2821 g_return_if_fail(conv != NULL); | |
2822 | |
8192 | 2823 if (gaim_conversation_get_type(conv) != GAIM_CONV_IM) |
2824 return; | |
2825 | |
8189 | 2826 gtkconv = GAIM_GTK_CONVERSATION(conv); |
2827 | |
2828 stop_anim(NULL, conv); | |
2829 } | |
2830 | |
2831 static void | |
7887 | 2832 switch_conv_cb(GtkNotebook *notebook, GtkWidget *page, gint page_num, |
2833 gpointer user_data) | |
2834 { | |
2835 GaimConvWindow *win; | |
2836 GaimConversation *conv; | |
2837 GaimGtkConversation *gtkconv; | |
2838 GaimGtkWindow *gtkwin; | |
2839 | |
2840 win = (GaimConvWindow *)user_data; | |
2841 conv = gaim_conv_window_get_conversation_at(win, page_num); | |
2842 | |
2843 g_return_if_fail(conv != NULL); | |
2844 | |
2845 gtkwin = GAIM_GTK_WINDOW(win); | |
2846 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
2847 | |
2848 gaim_conversation_set_unseen(conv, GAIM_UNSEEN_NONE); | |
2849 | |
2850 /* Update the menubar */ | |
2851 gray_stuff_out(conv); | |
7326
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
2852 |
4736 | 2853 update_typing_icon(conv); |
7326
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
2854 |
4359 | 2855 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(gtkwin->menu.logging), |
7143 | 2856 gaim_conversation_is_logging(conv)); |
7326
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
2857 |
4359 | 2858 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(gtkwin->menu.sounds), |
7143 | 2859 gtkconv->make_sound); |
7326
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
2860 |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
2861 gtk_check_menu_item_set_active( |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
2862 GTK_CHECK_MENU_ITEM(gtkwin->menu.show_formatting_toolbar), |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
2863 gtkconv->show_formatting_toolbar); |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
2864 |
9188 | 2865 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(gtkwin->menu.show_timestamps), |
2866 gtkconv->show_timestamps); | |
2867 | |
8189 | 2868 /* |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
2869 * We pause icons when they are not visible. If this icon should |
9297 | 2870 * be animated then start it back up again. |
8189 | 2871 */ |
8192 | 2872 if ((gaim_conversation_get_type(conv) == GAIM_CONV_IM) && |
2873 (gtkconv->u.im->animate)) | |
8189 | 2874 start_anim(NULL, conv); |
2875 | |
4965 | 2876 gtk_window_set_title(GTK_WINDOW(gtkwin->window), |
7143 | 2877 gtk_label_get_text(GTK_LABEL(gtkconv->tab_label))); |
4359 | 2878 } |
2879 | |
2880 /************************************************************************** | |
2881 * Utility functions | |
2882 **************************************************************************/ | |
2883 | |
2884 static void | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
2885 got_typing_keypress(GaimConversation *conv, gboolean first) |
4359 | 2886 { |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
2887 GaimConvIm *im; |
4685 | 2888 |
4359 | 2889 /* |
2890 * We know we got something, so we at least have to make sure we don't | |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5860
diff
changeset
|
2891 * send GAIM_TYPED any time soon. |
4359 | 2892 */ |
2893 | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
2894 im = GAIM_CONV_IM(conv); |
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
2895 |
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
2896 if (gaim_conv_im_get_type_again_timeout(im)) |
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
2897 gaim_conv_im_stop_type_again_timeout(im); |
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
2898 |
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
2899 gaim_conv_im_start_type_again_timeout(im); |
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
2900 |
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
2901 if (first || (gaim_conv_im_get_type_again(im) != 0 && |
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
2902 time(NULL) > gaim_conv_im_get_type_again(im))) { |
4359 | 2903 |
2904 int timeout = serv_send_typing(gaim_conversation_get_gc(conv), | |
2905 (char *)gaim_conversation_get_name(conv), | |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5860
diff
changeset
|
2906 GAIM_TYPING); |
4359 | 2907 |
2908 if (timeout) | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
2909 gaim_conv_im_set_type_again(im, time(NULL) + timeout); |
4359 | 2910 else |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
2911 gaim_conv_im_set_type_again(im, 0); |
4359 | 2912 } |
2913 } | |
2914 | |
4736 | 2915 static void |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
2916 update_typing_icon(GaimConversation *conv) |
4736 | 2917 { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
2918 GaimGtkWindow *gtkwin; |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
2919 GaimConvIm *im = NULL; |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
2920 GaimGtkConversation *gtkconv = GAIM_GTK_CONVERSATION(conv); |
4736 | 2921 |
2922 gtkwin = GAIM_GTK_WINDOW(gaim_conversation_get_window(conv)); | |
2923 | |
2924 if(gaim_conversation_get_type(conv) == GAIM_CONV_IM) | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
2925 im = GAIM_CONV_IM(conv); |
4736 | 2926 |
2927 if(gtkwin->menu.typing_icon) { | |
2928 gtk_widget_destroy(gtkwin->menu.typing_icon); | |
2929 gtkwin->menu.typing_icon = NULL; | |
2930 } | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
2931 if(im && gaim_conv_im_get_typing_state(im) == GAIM_TYPING) { |
4736 | 2932 gtkwin->menu.typing_icon = gtk_image_menu_item_new(); |
2933 gtk_image_menu_item_set_image( | |
2934 GTK_IMAGE_MENU_ITEM(gtkwin->menu.typing_icon), | |
2935 gtk_image_new_from_stock(GAIM_STOCK_TYPING, | |
2936 GTK_ICON_SIZE_MENU)); | |
4757 | 2937 gtk_tooltips_set_tip(gtkconv->tooltips, gtkwin->menu.typing_icon, |
4736 | 2938 _("User is typing..."), NULL); |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
2939 } else if(im && gaim_conv_im_get_typing_state(im) == GAIM_TYPED) { |
4736 | 2940 gtkwin->menu.typing_icon = gtk_image_menu_item_new(); |
2941 gtk_image_menu_item_set_image( | |
2942 GTK_IMAGE_MENU_ITEM(gtkwin->menu.typing_icon), | |
2943 gtk_image_new_from_stock(GAIM_STOCK_TYPED, | |
2944 GTK_ICON_SIZE_MENU)); | |
4757 | 2945 gtk_tooltips_set_tip(gtkconv->tooltips, gtkwin->menu.typing_icon, |
4736 | 2946 _("User has typed something and paused"), NULL); |
2947 } | |
2948 | |
2949 if(gtkwin->menu.typing_icon) { | |
2950 gtk_menu_item_set_right_justified( | |
2951 GTK_MENU_ITEM(gtkwin->menu.typing_icon), TRUE); | |
2952 gtk_widget_show_all(gtkwin->menu.typing_icon); | |
2953 gtk_menu_shell_append(GTK_MENU_SHELL(gtkwin->menu.menubar), | |
2954 gtkwin->menu.typing_icon); | |
2955 } | |
2956 } | |
2957 | |
4685 | 2958 static gboolean |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
2959 update_send_as_selection(GaimConvWindow *win) |
4359 | 2960 { |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5551
diff
changeset
|
2961 GaimAccount *account; |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
2962 GaimConversation *conv; |
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
2963 GaimGtkWindow *gtkwin; |
4359 | 2964 GtkWidget *menu; |
2965 GList *child; | |
2966 | |
7090
04f9f7440bc3
[gaim-migrate @ 7655]
Christian Hammond <chipx86@chipx86.com>
parents:
7089
diff
changeset
|
2967 if (g_list_find(gaim_get_windows(), win) == NULL) |
04f9f7440bc3
[gaim-migrate @ 7655]
Christian Hammond <chipx86@chipx86.com>
parents:
7089
diff
changeset
|
2968 return FALSE; |
4849 | 2969 |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
2970 conv = gaim_conv_window_get_active_conversation(win); |
4359 | 2971 |
5860
52d5fad43950
[gaim-migrate @ 6291]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
2972 if (conv == NULL) |
52d5fad43950
[gaim-migrate @ 6291]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
2973 return FALSE; |
5678
619bca773b2e
[gaim-migrate @ 6096]
Christian Hammond <chipx86@chipx86.com>
parents:
5676
diff
changeset
|
2974 |
619bca773b2e
[gaim-migrate @ 6096]
Christian Hammond <chipx86@chipx86.com>
parents:
5676
diff
changeset
|
2975 account = gaim_conversation_get_account(conv); |
619bca773b2e
[gaim-migrate @ 6096]
Christian Hammond <chipx86@chipx86.com>
parents:
5676
diff
changeset
|
2976 gtkwin = GAIM_GTK_WINDOW(win); |
619bca773b2e
[gaim-migrate @ 6096]
Christian Hammond <chipx86@chipx86.com>
parents:
5676
diff
changeset
|
2977 |
4364
fa56829b9587
[gaim-migrate @ 4630]
Christian Hammond <chipx86@chipx86.com>
parents:
4363
diff
changeset
|
2978 if (gtkwin->menu.send_as == NULL) |
4685 | 2979 return FALSE; |
4364
fa56829b9587
[gaim-migrate @ 4630]
Christian Hammond <chipx86@chipx86.com>
parents:
4363
diff
changeset
|
2980 |
4359 | 2981 gtk_widget_show(gtkwin->menu.send_as); |
2982 | |
2983 menu = gtk_menu_item_get_submenu( | |
2984 GTK_MENU_ITEM(gtkwin->menu.send_as)); | |
2985 | |
2986 for (child = gtk_container_get_children(GTK_CONTAINER(menu)); | |
2987 child != NULL; | |
2988 child = child->next) { | |
2989 | |
2990 GtkWidget *item = child->data; | |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5551
diff
changeset
|
2991 GaimAccount *item_account = g_object_get_data(G_OBJECT(item), |
4673 | 2992 "gaim_account"); |
2993 | |
2994 if (account == item_account) { | |
4359 | 2995 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(item), TRUE); |
2996 break; | |
2997 } | |
2998 } | |
6030
54c37db13279
[gaim-migrate @ 6480]
Christian Hammond <chipx86@chipx86.com>
parents:
6016
diff
changeset
|
2999 |
4685 | 3000 return FALSE; |
4359 | 3001 } |
3002 | |
3003 static void | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
3004 generate_send_as_items(GaimConvWindow *win, GaimConversation *deleted_conv) |
4359 | 3005 { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
3006 GaimGtkWindow *gtkwin; |
4359 | 3007 GtkWidget *menu; |
3008 GtkWidget *menuitem; | |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5551
diff
changeset
|
3009 GList *gcs; |
4359 | 3010 GList *convs; |
3011 GSList *group = NULL; | |
3012 gboolean first_offline = TRUE; | |
3013 gboolean found_online = FALSE; | |
4669
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3014 GtkSizeGroup *sg = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL); |
4359 | 3015 |
3016 gtkwin = GAIM_GTK_WINDOW(win); | |
3017 | |
3018 if (gtkwin->menu.send_as != NULL) | |
3019 gtk_widget_destroy(gtkwin->menu.send_as); | |
3020 | |
3021 /* See if we have > 1 connection active. */ | |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5551
diff
changeset
|
3022 if (g_list_length(gaim_connections_get_all()) < 2) { |
4359 | 3023 /* Now make sure we don't have any Offline entries. */ |
3024 gboolean found_offline = FALSE; | |
3025 | |
3026 for (convs = gaim_get_conversations(); | |
3027 convs != NULL; | |
3028 convs = convs->next) { | |
3029 | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
3030 GaimConversation *conv; |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5551
diff
changeset
|
3031 GaimAccount *account; |
4491 | 3032 |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
3033 conv = (GaimConversation *)convs->data; |
4491 | 3034 account = gaim_conversation_get_account(conv); |
3035 | |
6495
8ce66049ce68
[gaim-migrate @ 7010]
Christian Hammond <chipx86@chipx86.com>
parents:
6485
diff
changeset
|
3036 if (account != NULL && account->gc == NULL) { |
4359 | 3037 found_offline = TRUE; |
3038 break; | |
3039 } | |
3040 } | |
3041 | |
3042 if (!found_offline) { | |
3043 gtkwin->menu.send_as = NULL; | |
3044 return; | |
3045 } | |
3046 } | |
3047 | |
3048 /* Build the Send As menu */ | |
3049 gtkwin->menu.send_as = gtk_menu_item_new_with_mnemonic(_("_Send As")); | |
3050 gtk_widget_show(gtkwin->menu.send_as); | |
3051 | |
3052 menu = gtk_menu_new(); | |
7857
43f63ff8a6d8
[gaim-migrate @ 8511]
Christian Hammond <chipx86@chipx86.com>
parents:
7855
diff
changeset
|
3053 gtk_menu_shell_insert(GTK_MENU_SHELL(gtkwin->menu.menubar), |
43f63ff8a6d8
[gaim-migrate @ 8511]
Christian Hammond <chipx86@chipx86.com>
parents:
7855
diff
changeset
|
3054 gtkwin->menu.send_as, 2); |
4359 | 3055 gtk_menu_item_set_submenu(GTK_MENU_ITEM(gtkwin->menu.send_as), menu); |
3056 | |
3057 gtk_widget_show(menu); | |
3058 | |
3059 /* Fill it with entries. */ | |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5551
diff
changeset
|
3060 for (gcs = gaim_connections_get_all(); gcs != NULL; gcs = gcs->next) { |
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5551
diff
changeset
|
3061 |
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5551
diff
changeset
|
3062 GaimConnection *gc; |
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5551
diff
changeset
|
3063 GaimAccount *account; |
4669
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3064 GtkWidget *box; |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3065 GtkWidget *label; |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3066 GtkWidget *image; |
4689
69b19e132df0
[gaim-migrate @ 5000]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
3067 GdkPixbuf *pixbuf, *scale; |
4359 | 3068 |
3069 found_online = TRUE; | |
3070 | |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5551
diff
changeset
|
3071 gc = (GaimConnection *)gcs->data; |
4359 | 3072 |
4669
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3073 /* Create a pixmap for the protocol icon. */ |
4689
69b19e132df0
[gaim-migrate @ 5000]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
3074 pixbuf = create_prpl_icon(gc->account); |
69b19e132df0
[gaim-migrate @ 5000]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
3075 scale = gdk_pixbuf_scale_simple(pixbuf, 16, 16, GDK_INTERP_BILINEAR); |
4669
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3076 |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3077 /* Now convert it to GtkImage */ |
4689
69b19e132df0
[gaim-migrate @ 5000]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
3078 if (pixbuf == NULL) |
4669
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3079 image = gtk_image_new(); |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3080 else |
4689
69b19e132df0
[gaim-migrate @ 5000]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
3081 image = gtk_image_new_from_pixbuf(scale); |
4669
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3082 |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3083 gtk_size_group_add_widget(sg, image); |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3084 |
4689
69b19e132df0
[gaim-migrate @ 5000]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
3085 g_object_unref(G_OBJECT(scale)); |
69b19e132df0
[gaim-migrate @ 5000]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
3086 g_object_unref(G_OBJECT(pixbuf)); |
4669
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3087 |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5551
diff
changeset
|
3088 account = gaim_connection_get_account(gc); |
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5551
diff
changeset
|
3089 |
4669
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3090 /* Make our menu item */ |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5551
diff
changeset
|
3091 menuitem = gtk_radio_menu_item_new_with_label(group, |
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5551
diff
changeset
|
3092 gaim_account_get_username(account)); |
4793 | 3093 group = gtk_radio_menu_item_get_group(GTK_RADIO_MENU_ITEM(menuitem)); |
4359 | 3094 |
4669
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3095 /* Do some evil, see some evil, speak some evil. */ |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3096 box = gtk_hbox_new(FALSE, 0); |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3097 |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3098 label = gtk_bin_get_child(GTK_BIN(menuitem)); |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3099 g_object_ref(label); |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3100 gtk_container_remove(GTK_CONTAINER(menuitem), label); |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3101 |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3102 gtk_box_pack_start(GTK_BOX(box), image, FALSE, FALSE, 0); |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3103 gtk_box_pack_start(GTK_BOX(box), label, TRUE, TRUE, 4); |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3104 |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3105 g_object_unref(label); |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3106 |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3107 gtk_container_add(GTK_CONTAINER(menuitem), box); |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3108 |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3109 gtk_widget_show(label); |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3110 gtk_widget_show(image); |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3111 gtk_widget_show(box); |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3112 |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3113 /* Set our data and callbacks. */ |
4359 | 3114 g_object_set_data(G_OBJECT(menuitem), "user_data", win); |
4673 | 3115 g_object_set_data(G_OBJECT(menuitem), "gaim_account", gc->account); |
4359 | 3116 |
4786 | 3117 g_signal_connect(G_OBJECT(menuitem), "activate", |
4673 | 3118 G_CALLBACK(menu_conv_sel_send_cb), NULL); |
4359 | 3119 |
3120 gtk_widget_show(menuitem); | |
3121 gtk_menu_shell_append(GTK_MENU_SHELL(menu), menuitem); | |
3122 } | |
3123 | |
3124 /* | |
3125 * Fill it with any accounts that still has an open (yet disabled) window | |
3126 * (signed off accounts with a window open). | |
3127 */ | |
3128 for (convs = gaim_get_conversations(); | |
3129 convs != NULL; | |
3130 convs = convs->next) { | |
3131 | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
3132 GaimConversation *conv; |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5551
diff
changeset
|
3133 GaimAccount *account; |
4669
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3134 GtkWidget *box; |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3135 GtkWidget *label; |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3136 GtkWidget *image; |
4689
69b19e132df0
[gaim-migrate @ 5000]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
3137 GdkPixbuf *pixbuf, *scale; |
4359 | 3138 |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
3139 conv = (GaimConversation *)convs->data; |
4360
c435a29370b8
[gaim-migrate @ 4626]
Christian Hammond <chipx86@chipx86.com>
parents:
4359
diff
changeset
|
3140 |
c435a29370b8
[gaim-migrate @ 4626]
Christian Hammond <chipx86@chipx86.com>
parents:
4359
diff
changeset
|
3141 if (conv == deleted_conv) |
c435a29370b8
[gaim-migrate @ 4626]
Christian Hammond <chipx86@chipx86.com>
parents:
4359
diff
changeset
|
3142 continue; |
c435a29370b8
[gaim-migrate @ 4626]
Christian Hammond <chipx86@chipx86.com>
parents:
4359
diff
changeset
|
3143 |
4491 | 3144 account = gaim_conversation_get_account(conv); |
3145 | |
6495
8ce66049ce68
[gaim-migrate @ 7010]
Christian Hammond <chipx86@chipx86.com>
parents:
6485
diff
changeset
|
3146 if (account != NULL && account->gc == NULL) { |
4359 | 3147 if (first_offline && found_online) { |
3148 menuitem = gtk_separator_menu_item_new(); | |
3149 gtk_widget_show(menuitem); | |
3150 gtk_menu_shell_append(GTK_MENU_SHELL(menu), menuitem); | |
3151 | |
3152 first_offline = FALSE; | |
3153 } | |
3154 | |
4669
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3155 /* Create a pixmap for the protocol icon. */ |
4689
69b19e132df0
[gaim-migrate @ 5000]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
3156 pixbuf = create_prpl_icon(account); |
69b19e132df0
[gaim-migrate @ 5000]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
3157 scale = gdk_pixbuf_scale_simple(pixbuf, 16, 16, |
69b19e132df0
[gaim-migrate @ 5000]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
3158 GDK_INTERP_BILINEAR); |
4669
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3159 |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3160 /* Now convert it to GtkImage */ |
4689
69b19e132df0
[gaim-migrate @ 5000]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
3161 if (pixbuf == NULL) |
4669
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3162 image = gtk_image_new(); |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3163 else |
4689
69b19e132df0
[gaim-migrate @ 5000]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
3164 image = gtk_image_new_from_pixbuf(scale); |
4669
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3165 |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3166 gtk_size_group_add_widget(sg, image); |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3167 |
4689
69b19e132df0
[gaim-migrate @ 5000]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
3168 if (scale != NULL) g_object_unref(scale); |
69b19e132df0
[gaim-migrate @ 5000]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
3169 if (pixbuf != NULL) g_object_unref(pixbuf); |
4669
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3170 |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3171 /* Make our menu item */ |
4359 | 3172 menuitem = gtk_radio_menu_item_new_with_label(group, |
4491 | 3173 account->username); |
4793 | 3174 group = gtk_radio_menu_item_get_group(GTK_RADIO_MENU_ITEM(menuitem)); |
4359 | 3175 |
4669
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3176 /* Do some evil, see some evil, speak some evil. */ |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3177 box = gtk_hbox_new(FALSE, 0); |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3178 |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3179 label = gtk_bin_get_child(GTK_BIN(menuitem)); |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3180 g_object_ref(label); |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3181 gtk_container_remove(GTK_CONTAINER(menuitem), label); |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3182 |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3183 gtk_box_pack_start(GTK_BOX(box), image, FALSE, FALSE, 0); |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3184 gtk_box_pack_start(GTK_BOX(box), label, TRUE, TRUE, 4); |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3185 |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3186 g_object_unref(label); |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3187 |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3188 gtk_container_add(GTK_CONTAINER(menuitem), box); |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3189 |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3190 gtk_widget_show(label); |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3191 gtk_widget_show(image); |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3192 gtk_widget_show(box); |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3193 |
4359 | 3194 gtk_widget_set_sensitive(menuitem, FALSE); |
4786 | 3195 g_object_set_data(G_OBJECT(menuitem), "user_data", win); |
4674 | 3196 g_object_set_data(G_OBJECT(menuitem), "gaim_account", account); |
4359 | 3197 |
4786 | 3198 g_signal_connect(G_OBJECT(menuitem), "activate", |
5902
6889b89cab90
[gaim-migrate @ 6334]
Christian Hammond <chipx86@chipx86.com>
parents:
5901
diff
changeset
|
3199 G_CALLBACK(menu_conv_sel_send_cb), NULL); |
4786 | 3200 |
4359 | 3201 gtk_widget_show(menuitem); |
3202 gtk_menu_shell_append(GTK_MENU_SHELL(menu), menuitem); | |
3203 } | |
3204 } | |
3205 | |
4669
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3206 g_object_unref(sg); |
d715736164ae
[gaim-migrate @ 4980]
Christian Hammond <chipx86@chipx86.com>
parents:
4668
diff
changeset
|
3207 |
4359 | 3208 gtk_widget_show(gtkwin->menu.send_as); |
3209 update_send_as_selection(win); | |
3210 } | |
3211 | |
3212 static GList * | |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5551
diff
changeset
|
3213 generate_invite_user_names(GaimConnection *gc) |
4359 | 3214 { |
6695 | 3215 GaimBlistNode *gnode,*cnode,*bnode; |
4359 | 3216 static GList *tmp = NULL; |
3217 | |
3218 if (tmp) | |
3219 g_list_free(tmp); | |
3220 | |
3221 tmp = g_list_append(NULL, ""); | |
3222 | |
3223 if (gc != NULL) { | |
4785 | 3224 for(gnode = gaim_get_blist()->root; gnode; gnode = gnode->next) { |
3225 if(!GAIM_BLIST_NODE_IS_GROUP(gnode)) | |
3226 continue; | |
6695 | 3227 for(cnode = gnode->child; cnode; cnode = cnode->next) { |
3228 if(!GAIM_BLIST_NODE_IS_CONTACT(cnode)) | |
4785 | 3229 continue; |
6695 | 3230 for(bnode = cnode->child; bnode; bnode = bnode->next) { |
3231 GaimBuddy *buddy; | |
3232 | |
3233 if(!GAIM_BLIST_NODE_IS_BUDDY(bnode)) | |
3234 continue; | |
3235 | |
3236 buddy = (GaimBuddy *)bnode; | |
3237 | |
3238 if (buddy->account == gc->account && | |
3239 GAIM_BUDDY_IS_ONLINE(buddy)) | |
3240 tmp = g_list_append(tmp, buddy->name); | |
3241 } | |
4359 | 3242 } |
3243 } | |
3244 } | |
3245 | |
3246 return tmp; | |
3247 } | |
3248 | |
9498 | 3249 static GdkPixbuf * |
9554 | 3250 get_chat_buddy_status_icon(GaimConvChat *chat, const char *name, GaimConvChatBuddyFlags flags) |
9498 | 3251 { |
9554 | 3252 GdkPixbuf *pixbuf, *scale, *scale2; |
9498 | 3253 char *filename; |
9554 | 3254 char *image = NULL; |
3255 | |
3256 if (flags & GAIM_CBFLAGS_FOUNDER) { | |
9588 | 3257 image = g_strdup("founder.png"); |
9554 | 3258 } else if (flags & GAIM_CBFLAGS_OP) { |
9588 | 3259 image = g_strdup("op.png"); |
9554 | 3260 } else if (flags & GAIM_CBFLAGS_HALFOP) { |
9588 | 3261 image = g_strdup("halfop.png"); |
9554 | 3262 } else if (flags & GAIM_CBFLAGS_VOICE) { |
9588 | 3263 image = g_strdup("voice.png"); |
9554 | 3264 } else if ((!flags) && gaim_conv_chat_is_user_ignored(chat, name)) { |
9588 | 3265 image = g_strdup("ignored.png"); |
9554 | 3266 } |
3267 if (image) { | |
3268 filename = g_build_filename(DATADIR, "pixmaps", "gaim", "status", "default", image, NULL); | |
3269 g_free(image); | |
9498 | 3270 pixbuf = gdk_pixbuf_new_from_file(filename, NULL); |
3271 g_free(filename); | |
3272 if (!pixbuf) | |
3273 return NULL; | |
3274 scale = gdk_pixbuf_scale_simple(pixbuf, 15, 15, GDK_INTERP_BILINEAR); | |
3275 g_object_unref(pixbuf); | |
9554 | 3276 if (flags && gaim_conv_chat_is_user_ignored(chat, name)) { |
9588 | 3277 filename = g_build_filename(DATADIR, "pixmaps", "gaim", "status", "default", "ignored.png", NULL); |
9554 | 3278 pixbuf = gdk_pixbuf_new_from_file(filename, NULL); |
3279 g_free(filename); | |
3280 scale2 = gdk_pixbuf_scale_simple(pixbuf, 15, 15, GDK_INTERP_BILINEAR); | |
3281 g_object_unref(pixbuf); | |
3282 gdk_pixbuf_composite(scale2, scale, 0, 0, 15, 15, 0, 0, 1, 1, GDK_INTERP_BILINEAR, 192); | |
3283 g_object_unref(scale2); | |
3284 } | |
9498 | 3285 return scale; |
3286 } | |
3287 | |
3288 return NULL; | |
3289 } | |
3290 | |
4359 | 3291 static void |
9554 | 3292 add_chat_buddy_common(GaimConversation *conv, const char *name) |
4359 | 3293 { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
3294 GaimGtkConversation *gtkconv; |
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
3295 GaimGtkChatPane *gtkchat; |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
3296 GaimConvChat *chat; |
9554 | 3297 GaimConvChatBuddyFlags flags; |
4359 | 3298 GtkTreeIter iter; |
3299 GtkListStore *ls; | |
9498 | 3300 GdkPixbuf *pixbuf; |
4359 | 3301 |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
3302 chat = GAIM_CONV_CHAT(conv); |
4359 | 3303 gtkconv = GAIM_GTK_CONVERSATION(conv); |
3304 gtkchat = gtkconv->u.chat; | |
3305 | |
3306 ls = GTK_LIST_STORE(gtk_tree_view_get_model(GTK_TREE_VIEW(gtkchat->list))); | |
3307 | |
9554 | 3308 flags = gaim_conv_chat_user_get_flags(chat, name); |
3309 pixbuf = get_chat_buddy_status_icon(chat, name, flags); | |
9498 | 3310 |
4359 | 3311 gtk_list_store_append(ls, &iter); |
9498 | 3312 gtk_list_store_set(ls, &iter, CHAT_USERS_ICON_COLUMN, pixbuf, |
9554 | 3313 CHAT_USERS_NAME_COLUMN, name, CHAT_USERS_FLAGS_COLUMN, flags, -1); |
9498 | 3314 gtk_tree_sortable_set_sort_column_id(GTK_TREE_SORTABLE(ls), CHAT_USERS_NAME_COLUMN, |
4359 | 3315 GTK_SORT_ASCENDING); |
9554 | 3316 if (pixbuf) |
3317 g_object_unref(pixbuf); | |
4359 | 3318 } |
3319 | |
9605 | 3320 static gboolean |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
3321 tab_complete(GaimConversation *conv) |
4359 | 3322 { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
3323 GaimGtkConversation *gtkconv; |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
3324 GaimConvChat *chat; |
4359 | 3325 GtkTextIter cursor, word_start, start_buffer; |
3326 int start; | |
3327 int most_matched = -1; | |
3328 char *entered, *partial = NULL; | |
3329 char *text; | |
8021 | 3330 char *nick_partial; |
9605 | 3331 const char *prefix; |
4359 | 3332 GList *matches = NULL; |
9605 | 3333 GList *list = NULL; |
3334 GList *l = NULL; | |
3335 gboolean command = FALSE; | |
4359 | 3336 |
3337 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
3338 | |
3339 gtk_text_buffer_get_start_iter(gtkconv->entry_buffer, &start_buffer); | |
3340 gtk_text_buffer_get_iter_at_mark(gtkconv->entry_buffer, &cursor, | |
3341 gtk_text_buffer_get_insert(gtkconv->entry_buffer)); | |
3342 | |
3343 word_start = cursor; | |
3344 | |
3345 /* if there's nothing there just return */ | |
3346 if (!gtk_text_iter_compare(&cursor, &start_buffer)) | |
9605 | 3347 return (gaim_conversation_get_type(conv) == GAIM_CONV_CHAT) ? TRUE : FALSE; |
6725
e62a504c83d0
[gaim-migrate @ 7252]
Christian Hammond <chipx86@chipx86.com>
parents:
6695
diff
changeset
|
3348 |
4359 | 3349 text = gtk_text_buffer_get_text(gtkconv->entry_buffer, &start_buffer, |
3350 &cursor, FALSE); | |
3351 | |
3352 /* if we're at the end of ": " we need to move back 2 spaces */ | |
3353 start = strlen(text) - 1; | |
3354 | |
8021 | 3355 if (strlen(text) >= 2 && !strncmp(&text[start-1], ": ", 2)) { |
4359 | 3356 gtk_text_iter_backward_chars(&word_start, 2); |
8021 | 3357 start-=2; |
3358 } | |
4359 | 3359 |
3360 /* find the start of the word that we're tabbing */ | |
3361 while (start >= 0 && text[start] != ' ') { | |
3362 gtk_text_iter_backward_char(&word_start); | |
3363 start--; | |
3364 } | |
3365 | |
9605 | 3366 prefix = gaim_gtk_get_cmd_prefix(); |
3367 if (start == -1 && (strlen(text) >= strlen(prefix)) && !strncmp(text, prefix, strlen(prefix))) { | |
3368 command = TRUE; | |
3369 gtk_text_iter_forward_chars(&word_start, strlen(prefix)); | |
3370 } | |
3371 | |
4359 | 3372 g_free(text); |
3373 | |
3374 entered = gtk_text_buffer_get_text(gtkconv->entry_buffer, &word_start, | |
3375 &cursor, FALSE); | |
3376 | |
8021 | 3377 if (!g_utf8_strlen(entered, -1)) { |
4359 | 3378 g_free(entered); |
9605 | 3379 return (gaim_conversation_get_type(conv) == GAIM_CONV_CHAT) ? TRUE : FALSE; |
4359 | 3380 } |
3381 | |
8021 | 3382 nick_partial = g_malloc(strlen(entered)+1); |
3383 | |
9605 | 3384 if (command) { |
3385 list = gaim_cmd_list(conv); | |
3386 } else if (gaim_conversation_get_type(conv) == GAIM_CONV_CHAT) { | |
3387 chat = GAIM_CONV_CHAT(conv); | |
3388 list = gaim_conv_chat_get_users(chat); | |
3389 } else { | |
3390 g_free(nick_partial); | |
3391 g_free(entered); | |
3392 return FALSE; | |
3393 } | |
3394 | |
3395 for (l = list; l; l = l->next) { | |
3396 char *name; | |
3397 | |
3398 if (command) | |
3399 name = l->data; | |
3400 else { | |
3401 GaimConvChatBuddy *cb = l->data; | |
3402 name = cb->name; | |
3403 } | |
3404 | |
3405 strncpy(nick_partial, name, strlen(entered)); | |
8172 | 3406 nick_partial[strlen(entered)] = '\0'; |
8021 | 3407 if(gaim_utf8_strcasecmp(nick_partial, entered)) |
3408 continue; | |
4359 | 3409 |
3410 /* if we're here, it's a possible completion */ | |
3411 | |
3412 if (most_matched == -1) { | |
3413 /* | |
3414 * this will only get called once, since from now | |
3415 * on most_matched is >= 0 | |
3416 */ | |
9605 | 3417 most_matched = strlen(name); |
3418 partial = g_strdup(name); | |
4359 | 3419 } |
3420 else if (most_matched) { | |
9605 | 3421 char *tmp = g_strdup(name); |
8021 | 3422 |
3423 while (gaim_utf8_strcasecmp(tmp, partial)) { | |
3424 partial[most_matched] = '\0'; | |
3425 if(most_matched < strlen(tmp)) | |
3426 tmp[most_matched] = '\0'; | |
4359 | 3427 most_matched--; |
8021 | 3428 } |
8079 | 3429 most_matched++; |
8021 | 3430 |
3431 g_free(tmp); | |
4359 | 3432 } |
3433 | |
9605 | 3434 matches = g_list_append(matches, name); |
4359 | 3435 } |
3436 | |
8021 | 3437 g_free(nick_partial); |
3438 | |
4359 | 3439 /* we're only here if we're doing new style */ |
3440 | |
3441 /* if there weren't any matches, return */ | |
3442 if (!matches) { | |
3443 /* if matches isn't set partials won't be either */ | |
3444 g_free(entered); | |
9605 | 3445 if (command) |
3446 g_list_free(list); | |
3447 return (gaim_conversation_get_type(conv) == GAIM_CONV_CHAT) ? TRUE : FALSE; | |
4359 | 3448 } |
3449 | |
3450 gtk_text_buffer_delete(gtkconv->entry_buffer, &word_start, &cursor); | |
3451 | |
3452 if (!matches->next) { | |
3453 /* there was only one match. fill it in. */ | |
3454 gtk_text_buffer_get_start_iter(gtkconv->entry_buffer, &start_buffer); | |
3455 gtk_text_buffer_get_iter_at_mark(gtkconv->entry_buffer, &cursor, | |
3456 gtk_text_buffer_get_insert(gtkconv->entry_buffer)); | |
3457 | |
3458 if (!gtk_text_iter_compare(&cursor, &start_buffer)) { | |
3459 char *tmp = g_strdup_printf("%s: ", (char *)matches->data); | |
3460 gtk_text_buffer_insert_at_cursor(gtkconv->entry_buffer, tmp, -1); | |
3461 g_free(tmp); | |
3462 } | |
3463 else | |
3464 gtk_text_buffer_insert_at_cursor(gtkconv->entry_buffer, | |
3465 matches->data, -1); | |
3466 | |
3467 matches = g_list_remove(matches, matches->data); | |
3468 } | |
3469 else { | |
3470 /* | |
3471 * there were lots of matches, fill in as much as possible | |
3472 * and display all of them | |
3473 */ | |
3474 char *addthis = g_malloc0(1); | |
3475 | |
3476 while (matches) { | |
3477 char *tmp = addthis; | |
3478 addthis = g_strconcat(tmp, matches->data, " ", NULL); | |
3479 g_free(tmp); | |
3480 matches = g_list_remove(matches, matches->data); | |
3481 } | |
3482 | |
6982 | 3483 gaim_conversation_write(conv, NULL, addthis, GAIM_MESSAGE_NO_LOG, |
4359 | 3484 time(NULL)); |
3485 gtk_text_buffer_insert_at_cursor(gtkconv->entry_buffer, partial, -1); | |
3486 g_free(addthis); | |
3487 } | |
3488 | |
9605 | 3489 if (command) |
3490 g_list_free(list); | |
4359 | 3491 g_free(entered); |
3492 g_free(partial); | |
9605 | 3493 |
3494 return TRUE; | |
4359 | 3495 } |
3496 | |
3497 static GtkItemFactoryEntry menu_items[] = | |
3498 { | |
3499 /* Conversation menu */ | |
4596 | 3500 { N_("/_Conversation"), NULL, NULL, 0, "<Branch>" }, |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3501 |
7887 | 3502 { N_("/Conversation/New Instant _Message..."), "<CTL>M", menu_new_conv_cb, |
7859 | 3503 0, "<StockItem>", GAIM_STOCK_IM }, |
3504 | |
3505 { "/Conversation/sep0", NULL, NULL, 0, "<Separator>" }, | |
3506 | |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
3507 { N_("/Conversation/_Find..."), NULL, menu_find_cb, 0, |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
3508 "<StockItem>", GTK_STOCK_FIND }, |
7859 | 3509 { N_("/Conversation/View _Log"), NULL, menu_view_log_cb, 0, NULL }, |
4596 | 3510 { N_("/Conversation/_Save As..."), NULL, menu_save_as_cb, 0, |
4359 | 3511 "<StockItem>", GTK_STOCK_SAVE_AS }, |
8974 | 3512 { N_("/Conversation/Clear"), "<CTL>L", menu_clear_cb, 0, "<StockItem>", GTK_STOCK_CLEAR }, |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3513 |
4359 | 3514 { "/Conversation/sep1", NULL, NULL, 0, "<Separator>" }, |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3515 |
9468 | 3516 { N_("/Conversation/Se_nd File..."), NULL, menu_send_file_cb, 0, "<StockItem>", GAIM_STOCK_FILE_TRANSFER }, |
5907
18486c860a46
[gaim-migrate @ 6339]
Christian Hammond <chipx86@chipx86.com>
parents:
5902
diff
changeset
|
3517 { N_("/Conversation/Add Buddy _Pounce..."), NULL, menu_add_pounce_cb, |
18486c860a46
[gaim-migrate @ 6339]
Christian Hammond <chipx86@chipx86.com>
parents:
5902
diff
changeset
|
3518 0, NULL }, |
7859 | 3519 { N_("/Conversation/_Get Info"), NULL, menu_get_info_cb, 0, |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3520 "<StockItem>", GAIM_STOCK_INFO }, |
7859 | 3521 { N_("/Conversation/_Warn..."), NULL, menu_warn_cb, 0, |
3522 "<StockItem>", GAIM_STOCK_WARN }, | |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3523 { N_("/Conversation/In_vite..."), NULL, menu_invite_cb, 0, |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3524 "<StockItem>", GAIM_STOCK_INVITE }, |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3525 |
5907
18486c860a46
[gaim-migrate @ 6339]
Christian Hammond <chipx86@chipx86.com>
parents:
5902
diff
changeset
|
3526 { "/Conversation/sep2", NULL, NULL, 0, "<Separator>" }, |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3527 |
7859 | 3528 { N_("/Conversation/A_lias..."), NULL, menu_alias_cb, 0, |
3529 "<StockItem>", GAIM_STOCK_EDIT }, | |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3530 { N_("/Conversation/_Block..."), NULL, menu_block_cb, 0, |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3531 "<StockItem>", GAIM_STOCK_BLOCK }, |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3532 { N_("/Conversation/_Add..."), NULL, menu_add_remove_cb, 0, |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3533 "<StockItem>", GTK_STOCK_ADD }, |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3534 { N_("/Conversation/_Remove..."), NULL, menu_add_remove_cb, 0, |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3535 "<StockItem>", GTK_STOCK_REMOVE }, |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3536 |
7859 | 3537 { "/Conversation/sep3", NULL, NULL, 0, "<Separator>" }, |
3538 | |
8756 | 3539 { N_("/Conversation/Insert Lin_k..."), NULL, menu_insert_link_cb, 0, |
7859 | 3540 "<StockItem>", GAIM_STOCK_LINK }, |
9287 | 3541 { N_("/Conversation/Insert Imag_e..."), NULL, menu_insert_image_cb, 0, |
7859 | 3542 "<StockItem>", GAIM_STOCK_IMAGE }, |
3543 | |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3544 { "/Conversation/sep4", NULL, NULL, 0, "<Separator>" }, |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3545 |
4596 | 3546 { N_("/Conversation/_Close"), NULL, menu_close_conv_cb, 0, |
4359 | 3547 "<StockItem>", GTK_STOCK_CLOSE }, |
3548 | |
3549 /* Options */ | |
4596 | 3550 { N_("/_Options"), NULL, NULL, 0, "<Branch>" }, |
3551 { N_("/Options/Enable _Logging"), NULL, menu_logging_cb, 0, "<CheckItem>" }, | |
3552 { N_("/Options/Enable _Sounds"), NULL, menu_sounds_cb, 0, "<CheckItem>" }, | |
7326
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
3553 { N_("/Options/Show Formatting _Toolbar"), NULL, menu_toolbar_cb, 0, "<CheckItem>" }, |
9188 | 3554 { N_("/Options/Show T_imestamps"), "F2", menu_timestamps_cb, 0, "<CheckItem>" }, |
4359 | 3555 }; |
3556 | |
6725
e62a504c83d0
[gaim-migrate @ 7252]
Christian Hammond <chipx86@chipx86.com>
parents:
6695
diff
changeset
|
3557 static const int menu_item_count = |
4359 | 3558 sizeof(menu_items) / sizeof(*menu_items); |
3559 | |
4602
4128761bacb8
[gaim-migrate @ 4889]
Christian Hammond <chipx86@chipx86.com>
parents:
4598
diff
changeset
|
3560 static char * |
4128761bacb8
[gaim-migrate @ 4889]
Christian Hammond <chipx86@chipx86.com>
parents:
4598
diff
changeset
|
3561 item_factory_translate_func (const char *path, gpointer func_data) |
4128761bacb8
[gaim-migrate @ 4889]
Christian Hammond <chipx86@chipx86.com>
parents:
4598
diff
changeset
|
3562 { |
7386 | 3563 return _((char *)path); |
4602
4128761bacb8
[gaim-migrate @ 4889]
Christian Hammond <chipx86@chipx86.com>
parents:
4598
diff
changeset
|
3564 } |
4128761bacb8
[gaim-migrate @ 4889]
Christian Hammond <chipx86@chipx86.com>
parents:
4598
diff
changeset
|
3565 |
4359 | 3566 static GtkWidget * |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
3567 setup_menubar(GaimConvWindow *win) |
4359 | 3568 { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
3569 GaimGtkWindow *gtkwin; |
5116 | 3570 GtkAccelGroup *accel_group; |
4359 | 3571 gtkwin = GAIM_GTK_WINDOW(win); |
3572 | |
6398
c9894c0fbc6f
[gaim-migrate @ 6903]
Christian Hammond <chipx86@chipx86.com>
parents:
6395
diff
changeset
|
3573 accel_group = gtk_accel_group_new (); |
c9894c0fbc6f
[gaim-migrate @ 6903]
Christian Hammond <chipx86@chipx86.com>
parents:
6395
diff
changeset
|
3574 gtk_window_add_accel_group (GTK_WINDOW (gtkwin->window), accel_group); |
c9894c0fbc6f
[gaim-migrate @ 6903]
Christian Hammond <chipx86@chipx86.com>
parents:
6395
diff
changeset
|
3575 g_object_unref (accel_group); |
5116 | 3576 |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3577 gtkwin->menu.item_factory = |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3578 gtk_item_factory_new(GTK_TYPE_MENU_BAR, "<main>", accel_group); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3579 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3580 gtk_item_factory_set_translate_func(gtkwin->menu.item_factory, |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3581 item_factory_translate_func, |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3582 NULL, NULL); |
4630 | 3583 |
3584 gtk_item_factory_create_items(gtkwin->menu.item_factory, menu_item_count, | |
4359 | 3585 menu_items, win); |
7420 | 3586 g_signal_connect(G_OBJECT(accel_group), "accel-changed", |
3587 G_CALLBACK(gaim_gtk_save_accels_cb), NULL); | |
4359 | 3588 |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3589 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3590 gtkwin->menu.menubar = |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3591 gtk_item_factory_get_widget(gtkwin->menu.item_factory, "<main>"); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3592 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3593 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3594 gtkwin->menu.view_log = |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3595 gtk_item_factory_get_widget(gtkwin->menu.item_factory, |
7295 | 3596 N_("/Conversation/View Log")); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3597 /* --- */ |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3598 |
9468 | 3599 gtkwin->menu.send_file = |
3600 gtk_item_factory_get_widget(gtkwin->menu.item_factory, | |
3601 N_("/Conversation/Send File...")); | |
9498 | 3602 |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3603 gtkwin->menu.add_pounce = |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3604 gtk_item_factory_get_widget(gtkwin->menu.item_factory, |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3605 N_("/Conversation/Add Buddy Pounce...")); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3606 |
7879 | 3607 /* --- */ |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3608 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3609 gtkwin->menu.get_info = |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3610 gtk_item_factory_get_widget(gtkwin->menu.item_factory, |
7859 | 3611 N_("/Conversation/Get Info")); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3612 |
7879 | 3613 gtkwin->menu.warn = |
3614 gtk_item_factory_get_widget(gtkwin->menu.item_factory, | |
3615 N_("/Conversation/Warn...")); | |
3616 | |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3617 gtkwin->menu.invite = |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3618 gtk_item_factory_get_widget(gtkwin->menu.item_factory, |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3619 N_("/Conversation/Invite...")); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3620 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3621 /* --- */ |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3622 |
7879 | 3623 gtkwin->menu.alias = |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3624 gtk_item_factory_get_widget(gtkwin->menu.item_factory, |
7879 | 3625 N_("/Conversation/Alias...")); |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3626 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3627 gtkwin->menu.block = |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3628 gtk_item_factory_get_widget(gtkwin->menu.item_factory, |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3629 N_("/Conversation/Block...")); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3630 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3631 gtkwin->menu.add = |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3632 gtk_item_factory_get_widget(gtkwin->menu.item_factory, |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3633 N_("/Conversation/Add...")); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3634 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3635 gtkwin->menu.remove = |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3636 gtk_item_factory_get_widget(gtkwin->menu.item_factory, |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3637 N_("/Conversation/Remove...")); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3638 |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3639 /* --- */ |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3640 |
7879 | 3641 gtkwin->menu.insert_link = |
3642 gtk_item_factory_get_widget(gtkwin->menu.item_factory, | |
3643 N_("/Conversation/Insert Link...")); | |
3644 | |
3645 gtkwin->menu.insert_image = | |
3646 gtk_item_factory_get_widget(gtkwin->menu.item_factory, | |
3647 N_("/Conversation/Insert Image...")); | |
3648 | |
3649 /* --- */ | |
3650 | |
5908
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3651 gtkwin->menu.logging = |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3652 gtk_item_factory_get_widget(gtkwin->menu.item_factory, |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3653 N_("/Options/Enable Logging")); |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3654 gtkwin->menu.sounds = |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3655 gtk_item_factory_get_widget(gtkwin->menu.item_factory, |
ed8a9a3bf7e2
[gaim-migrate @ 6340]
Christian Hammond <chipx86@chipx86.com>
parents:
5907
diff
changeset
|
3656 N_("/Options/Enable Sounds")); |
7326
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
3657 gtkwin->menu.show_formatting_toolbar = |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
3658 gtk_item_factory_get_widget(gtkwin->menu.item_factory, |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
3659 N_("/Options/Show Formatting Toolbar")); |
9188 | 3660 gtkwin->menu.show_timestamps = |
3661 gtk_item_factory_get_widget(gtkwin->menu.item_factory, | |
3662 N_("/Options/Show Timestamps")); | |
4359 | 3663 |
4360
c435a29370b8
[gaim-migrate @ 4626]
Christian Hammond <chipx86@chipx86.com>
parents:
4359
diff
changeset
|
3664 generate_send_as_items(win, NULL); |
4359 | 3665 |
3666 gtk_widget_show(gtkwin->menu.menubar); | |
4931 | 3667 |
3668 return gtkwin->menu.menubar; | |
4359 | 3669 } |
3670 | |
9759 | 3671 GtkWidget * |
3672 gaim_gtkconv_button_new(const char *icon, const char *text, const char *tooltip, GtkTooltips *tooltips, void *callback, void *data) | |
9749 | 3673 { |
3674 GtkWidget *button; | |
3675 int buttons; | |
3676 | |
3677 buttons = gaim_prefs_get_int("/gaim/gtk/conversations/button_type"); | |
3678 button = gaim_pixbuf_button_from_stock( | |
3679 (buttons == GAIM_BUTTON_IMAGE ? NULL : text), | |
3680 (buttons == GAIM_BUTTON_TEXT ? NULL : icon), | |
9750 | 3681 GAIM_BUTTON_VERTICAL); |
9766 | 3682 if (tooltip != NULL) |
3683 gtk_tooltips_set_tip(tooltips, button, tooltip, NULL); | |
9749 | 3684 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); |
9766 | 3685 if (callback != NULL) |
3686 g_signal_connect(G_OBJECT(button), "clicked", | |
3687 G_CALLBACK(callback), data); | |
9749 | 3688 |
3689 return button; | |
3690 } | |
3691 | |
4359 | 3692 static void |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
3693 setup_im_buttons(GaimConversation *conv, GtkWidget *parent) |
4359 | 3694 { |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5551
diff
changeset
|
3695 GaimConnection *gc; |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
3696 GaimGtkConversation *gtkconv; |
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
3697 GaimGtkImPane *gtkim; |
8811 | 3698 GaimButtonStyle button_type; |
9749 | 3699 GList *children; |
4359 | 3700 |
3701 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
3702 gtkim = gtkconv->u.im; | |
3703 gc = gaim_conversation_get_gc(conv); | |
3704 | |
9749 | 3705 /* Remove anything else in our parent */ |
3706 children = gtk_container_get_children(GTK_CONTAINER(parent)); | |
3707 while (children != NULL) { | |
3708 gtk_container_remove(GTK_CONTAINER(parent), children->data); | |
3709 children = g_list_remove(children, children->data); | |
3710 } | |
3711 | |
9750 | 3712 /* The buttons, from left to right */ |
9749 | 3713 |
3714 /* Warn button */ | |
9759 | 3715 gtkim->warn = gaim_gtkconv_button_new(GAIM_STOCK_WARN, _("Warn"), |
9749 | 3716 _("Warn the user"), |
3717 gtkconv->tooltips, warn_cb, conv); | |
9750 | 3718 gtk_box_pack_start(GTK_BOX(parent), gtkim->warn, TRUE, TRUE, 0); |
9749 | 3719 gtk_size_group_add_widget(gtkconv->sg, gtkim->warn); |
3720 | |
3721 /* Block button */ | |
9759 | 3722 gtkim->block = gaim_gtkconv_button_new(GAIM_STOCK_BLOCK, _("Block"), |
9749 | 3723 _("Block the user"), |
3724 gtkconv->tooltips, block_cb, conv); | |
9750 | 3725 gtk_box_pack_start(GTK_BOX(parent), gtkim->block, TRUE, TRUE, 0); |
9749 | 3726 gtk_size_group_add_widget(gtkconv->sg, gtkim->block); |
3727 | |
3728 /* Send File button */ | |
9759 | 3729 gtkim->send_file = gaim_gtkconv_button_new(GAIM_STOCK_FILE_TRANSFER, _("Send File"), |
9749 | 3730 _("Send a file to the user"), |
3731 gtkconv->tooltips, send_file_cb, conv); | |
9750 | 3732 gtk_box_pack_start(GTK_BOX(parent), gtkim->send_file, TRUE, TRUE, 0); |
9749 | 3733 gtk_size_group_add_widget(gtkconv->sg, gtkim->send_file); |
3734 | |
3735 /* Add button */ | |
9759 | 3736 gtkconv->add = gaim_gtkconv_button_new(GTK_STOCK_ADD, _("Add"), |
9749 | 3737 _("Add the user to your buddy list"), |
3738 gtkconv->tooltips, add_remove_cb, conv); | |
9750 | 3739 gtk_box_pack_start(GTK_BOX(parent), gtkconv->add, TRUE, TRUE, 0); |
9749 | 3740 gtk_size_group_add_widget(gtkconv->sg, gtkconv->add); |
3741 | |
3742 /* Remove button */ | |
9759 | 3743 gtkconv->remove = gaim_gtkconv_button_new(GTK_STOCK_REMOVE, _("Remove"), |
9749 | 3744 _("Remove the user from your buddy list"), |
3745 gtkconv->tooltips, add_remove_cb, conv); | |
9750 | 3746 gtk_box_pack_start(GTK_BOX(parent), gtkconv->remove, TRUE, TRUE, 0); |
9749 | 3747 gtk_size_group_add_widget(gtkconv->sg, gtkconv->remove); |
3748 | |
3749 /* Info button */ | |
9759 | 3750 gtkconv->info = gaim_gtkconv_button_new(GAIM_STOCK_INFO, _("Info"), |
9749 | 3751 _("Get the user's information"), |
3752 gtkconv->tooltips, info_cb, conv); | |
9750 | 3753 gtk_box_pack_start(GTK_BOX(parent), gtkconv->info, TRUE, TRUE, 0); |
9749 | 3754 gtk_size_group_add_widget(gtkconv->sg, gtkconv->info); |
4359 | 3755 |
3756 /* Send button */ | |
9759 | 3757 gtkconv->send = gaim_gtkconv_button_new(GAIM_STOCK_SEND, _("Send"), |
9749 | 3758 _("Send message"), |
3759 gtkconv->tooltips, send_cb, conv); | |
4359 | 3760 gtk_box_pack_end(GTK_BOX(parent), gtkconv->send, FALSE, FALSE, 0); |
3761 | |
3762 /* Separator */ | |
3763 gtkim->sep2 = gtk_vseparator_new(); | |
3764 gtk_box_pack_end(GTK_BOX(parent), gtkim->sep2, FALSE, TRUE, 0); | |
3765 gtk_widget_show(gtkim->sep2); | |
3766 | |
3767 gaim_gtkconv_update_buttons_by_protocol(conv); | |
3768 | |
8811 | 3769 /* Check if the buttons should be visible or not */ |
9150 | 3770 button_type = gaim_prefs_get_int("/gaim/gtk/conversations/button_type"); |
8811 | 3771 if (button_type == GAIM_BUTTON_NONE) |
9749 | 3772 gtk_widget_hide(parent); |
8811 | 3773 else |
9749 | 3774 gtk_widget_show(parent); |
4359 | 3775 } |
3776 | |
3777 static void | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
3778 setup_chat_buttons(GaimConversation *conv, GtkWidget *parent) |
4359 | 3779 { |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5551
diff
changeset
|
3780 GaimConnection *gc; |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
3781 GaimGtkConversation *gtkconv; |
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
3782 GaimGtkChatPane *gtkchat; |
8811 | 3783 GaimButtonStyle button_type; |
9750 | 3784 GList *children; |
4359 | 3785 |
3786 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
3787 gtkchat = gtkconv->u.chat; | |
3788 gc = gaim_conversation_get_gc(conv); | |
3789 | |
9750 | 3790 /* Remove anything else in our parent */ |
3791 children = gtk_container_get_children(GTK_CONTAINER(parent)); | |
3792 while (children != NULL) { | |
3793 gtk_container_remove(GTK_CONTAINER(parent), children->data); | |
3794 children = g_list_remove(children, children->data); | |
3795 } | |
3796 | |
3797 /* The buttons, from left to right */ | |
3798 | |
3799 /* Invite */ | |
9759 | 3800 gtkchat->invite = gaim_gtkconv_button_new(GAIM_STOCK_INVITE, _("Invite"), |
9817 | 3801 _("Invite a user"), |
9750 | 3802 gtkconv->tooltips, invite_cb, conv); |
3803 gtk_box_pack_start(GTK_BOX(parent), gtkchat->invite, TRUE, TRUE, 0); | |
3804 gtk_size_group_add_widget(gtkconv->sg, gtkchat->invite); | |
3805 | |
3806 /* Add button */ | |
9759 | 3807 gtkconv->add = gaim_gtkconv_button_new(GTK_STOCK_ADD, _("Add"), |
9750 | 3808 _("Add the chat to your buddy list"), |
3809 gtkconv->tooltips, add_remove_cb, conv); | |
3810 gtk_box_pack_start(GTK_BOX(parent), gtkconv->add, TRUE, TRUE, 0); | |
3811 gtk_size_group_add_widget(gtkconv->sg, gtkconv->add); | |
3812 | |
3813 /* Remove button */ | |
9759 | 3814 gtkconv->remove = gaim_gtkconv_button_new(GTK_STOCK_REMOVE, _("Remove"), |
9750 | 3815 _("Remove the chat from your buddy list"), |
3816 gtkconv->tooltips, add_remove_cb, conv); | |
3817 gtk_box_pack_start(GTK_BOX(parent), gtkconv->remove, TRUE, TRUE, 0); | |
3818 gtk_size_group_add_widget(gtkconv->sg, gtkconv->remove); | |
7996
334ab1319406
[gaim-migrate @ 8673]
Christian Hammond <chipx86@chipx86.com>
parents:
7995
diff
changeset
|
3819 |
4359 | 3820 /* Send button */ |
9759 | 3821 gtkconv->send = gaim_gtkconv_button_new(GAIM_STOCK_SEND, _("Send"), |
9750 | 3822 _("Send message"), |
3823 gtkconv->tooltips, send_cb, conv); | |
4359 | 3824 gtk_box_pack_end(GTK_BOX(parent), gtkconv->send, FALSE, FALSE, 0); |
9750 | 3825 gtk_size_group_add_widget(gtkconv->sg, gtkconv->send); |
4359 | 3826 |
3827 /* Separator */ | |
7996
334ab1319406
[gaim-migrate @ 8673]
Christian Hammond <chipx86@chipx86.com>
parents:
7995
diff
changeset
|
3828 gtkchat->sep = gtk_vseparator_new(); |
334ab1319406
[gaim-migrate @ 8673]
Christian Hammond <chipx86@chipx86.com>
parents:
7995
diff
changeset
|
3829 gtk_box_pack_end(GTK_BOX(parent), gtkchat->sep, FALSE, TRUE, 0); |
334ab1319406
[gaim-migrate @ 8673]
Christian Hammond <chipx86@chipx86.com>
parents:
7995
diff
changeset
|
3830 gtk_widget_show(gtkchat->sep); |
4359 | 3831 |
7996
334ab1319406
[gaim-migrate @ 8673]
Christian Hammond <chipx86@chipx86.com>
parents:
7995
diff
changeset
|
3832 gaim_gtkconv_update_buttons_by_protocol(conv); |
334ab1319406
[gaim-migrate @ 8673]
Christian Hammond <chipx86@chipx86.com>
parents:
7995
diff
changeset
|
3833 |
8811 | 3834 /* Check if the buttons should be visible or not */ |
9150 | 3835 button_type = gaim_prefs_get_int("/gaim/gtk/conversations/button_type"); |
8811 | 3836 if (button_type == GAIM_BUTTON_NONE) |
3837 gtk_widget_hide(gtkconv->bbox); | |
3838 else | |
3839 gtk_widget_show(gtkconv->bbox); | |
4359 | 3840 } |
3841 | |
3842 | |
7971 | 3843 static void topic_callback(GtkWidget *w, GaimConversation *conv) |
3844 { | |
3845 GaimPluginProtocolInfo *prpl_info = NULL; | |
3846 GaimConnection *gc; | |
3847 GaimGtkConversation *gtkconv; | |
3848 GaimGtkChatPane *gtkchat; | |
8858 | 3849 const char *new_topic; |
3850 const char *current_topic; | |
7971 | 3851 |
3852 gc = gaim_conversation_get_gc(conv); | |
3853 | |
3854 if(!gc || !(prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(gc->prpl))) | |
3855 return; | |
3856 | |
3857 if(prpl_info->set_chat_topic == NULL) | |
3858 return; | |
3859 | |
3860 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
3861 gtkchat = gtkconv->u.chat; | |
8858 | 3862 new_topic = gtk_entry_get_text(GTK_ENTRY(gtkchat->topic_text)); |
3863 current_topic = gaim_conv_chat_get_topic(GAIM_CONV_CHAT(conv)); | |
3864 | |
3865 if(current_topic && !g_utf8_collate(new_topic, current_topic)) | |
7971 | 3866 return; |
3867 | |
8858 | 3868 prpl_info->set_chat_topic(gc, gaim_conv_chat_get_id(GAIM_CONV_CHAT(conv)), |
3869 new_topic); | |
7971 | 3870 } |
3871 | |
9554 | 3872 static gint |
3873 sort_chat_users(GtkTreeModel *model, GtkTreeIter *a, GtkTreeIter *b, gpointer userdata) | |
3874 { | |
3875 GaimConvChatBuddyFlags f1 = 0, f2 = 0; | |
3876 char *user1 = NULL, *user2 = NULL; | |
3877 gint ret = 0; | |
3878 | |
3879 gtk_tree_model_get(model, a, CHAT_USERS_NAME_COLUMN, &user1, CHAT_USERS_FLAGS_COLUMN, &f1, -1); | |
3880 gtk_tree_model_get(model, b, CHAT_USERS_NAME_COLUMN, &user2, CHAT_USERS_FLAGS_COLUMN, &f2, -1); | |
3881 | |
3882 if (user1 == NULL || user2 == NULL) { | |
3883 if (!(user1 == NULL && user2 == NULL)) | |
3884 ret = (user1 == NULL) ? -1: 1; | |
3885 } else if (f1 != f2) { | |
3886 /* sort more important users first */ | |
3887 ret = (f1 > f2) ? -1 : 1; | |
3888 } else { | |
3889 ret = g_utf8_collate(user1, user2); | |
3890 } | |
3891 | |
3892 g_free(user1); | |
3893 g_free(user2); | |
3894 | |
3895 return ret; | |
3896 } | |
3897 | |
4359 | 3898 static GtkWidget * |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
3899 setup_chat_pane(GaimConversation *conv) |
4359 | 3900 { |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5204
diff
changeset
|
3901 GaimPluginProtocolInfo *prpl_info = NULL; |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
3902 GaimGtkConversation *gtkconv; |
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
3903 GaimGtkChatPane *gtkchat; |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5551
diff
changeset
|
3904 GaimConnection *gc; |
4359 | 3905 GtkWidget *vpaned, *hpaned; |
3906 GtkWidget *vbox, *hbox; | |
3907 GtkWidget *lbox, *bbox; | |
3908 GtkWidget *label; | |
3909 GtkWidget *list; | |
3910 GtkWidget *button; | |
7949 | 3911 GtkWidget *sw; |
4359 | 3912 GtkListStore *ls; |
3913 GtkCellRenderer *rend; | |
3914 GtkTreeViewColumn *col; | |
9080 | 3915 GList *focus_chain = NULL; |
4359 | 3916 |
3917 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
3918 gtkchat = gtkconv->u.chat; | |
3919 gc = gaim_conversation_get_gc(conv); | |
3920 | |
3921 /* Setup the outer pane. */ | |
3922 vpaned = gtk_vpaned_new(); | |
3923 gtk_widget_show(vpaned); | |
3924 | |
3925 /* Setup the top part of the pane. */ | |
8253
0c5977fd3101
[gaim-migrate @ 8976]
Christian Hammond <chipx86@chipx86.com>
parents:
8252
diff
changeset
|
3926 vbox = gtk_vbox_new(FALSE, 6); |
8914 | 3927 gtk_paned_pack1(GTK_PANED(vpaned), vbox, TRUE, TRUE); |
4359 | 3928 gtk_widget_show(vbox); |
3929 | |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5204
diff
changeset
|
3930 if (gc != NULL) |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5204
diff
changeset
|
3931 prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(gc->prpl); |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5204
diff
changeset
|
3932 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5204
diff
changeset
|
3933 if (prpl_info->options & OPT_PROTO_CHAT_TOPIC) |
4359 | 3934 { |
8253
0c5977fd3101
[gaim-migrate @ 8976]
Christian Hammond <chipx86@chipx86.com>
parents:
8252
diff
changeset
|
3935 hbox = gtk_hbox_new(FALSE, 6); |
0c5977fd3101
[gaim-migrate @ 8976]
Christian Hammond <chipx86@chipx86.com>
parents:
8252
diff
changeset
|
3936 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 0); |
4359 | 3937 gtk_widget_show(hbox); |
3938 | |
3939 label = gtk_label_new(_("Topic:")); | |
8253
0c5977fd3101
[gaim-migrate @ 8976]
Christian Hammond <chipx86@chipx86.com>
parents:
8252
diff
changeset
|
3940 gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 0); |
4359 | 3941 gtk_widget_show(label); |
3942 | |
3943 gtkchat->topic_text = gtk_entry_new(); | |
8253
0c5977fd3101
[gaim-migrate @ 8976]
Christian Hammond <chipx86@chipx86.com>
parents:
8252
diff
changeset
|
3944 |
7971 | 3945 if(prpl_info->set_chat_topic == NULL) { |
3946 gtk_editable_set_editable(GTK_EDITABLE(gtkchat->topic_text), FALSE); | |
3947 } else { | |
3948 g_signal_connect(GTK_OBJECT(gtkchat->topic_text), "activate", | |
3949 G_CALLBACK(topic_callback), conv); | |
3950 } | |
3951 | |
8253
0c5977fd3101
[gaim-migrate @ 8976]
Christian Hammond <chipx86@chipx86.com>
parents:
8252
diff
changeset
|
3952 gtk_box_pack_start(GTK_BOX(hbox), gtkchat->topic_text, TRUE, TRUE, 0); |
4359 | 3953 gtk_widget_show(gtkchat->topic_text); |
3954 } | |
3955 | |
3956 /* Setup the horizontal pane. */ | |
3957 hpaned = gtk_hpaned_new(); | |
8253
0c5977fd3101
[gaim-migrate @ 8976]
Christian Hammond <chipx86@chipx86.com>
parents:
8252
diff
changeset
|
3958 gtk_box_pack_start(GTK_BOX(vbox), hpaned, TRUE, TRUE, 0); |
4359 | 3959 gtk_widget_show(hpaned); |
3960 | |
3961 /* Setup the scrolled window to put gtkimhtml in. */ | |
3962 gtkconv->sw = gtk_scrolled_window_new(NULL, NULL); | |
3963 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(gtkconv->sw), | |
8076 | 3964 GTK_POLICY_AUTOMATIC, GTK_POLICY_ALWAYS); |
4359 | 3965 gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(gtkconv->sw), |
3966 GTK_SHADOW_IN); | |
3967 gtk_paned_pack1(GTK_PANED(hpaned), gtkconv->sw, TRUE, TRUE); | |
3968 | |
3969 gtk_widget_set_size_request(gtkconv->sw, | |
5550
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
3970 gaim_prefs_get_int("/gaim/gtk/conversations/chat/default_width"), |
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
3971 gaim_prefs_get_int("/gaim/gtk/conversations/chat/default_height")); |
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
3972 |
8914 | 3973 g_signal_connect(G_OBJECT(gtkconv->sw), "size-allocate", |
3974 G_CALLBACK(size_allocate_cb), conv); | |
3975 | |
4359 | 3976 gtk_widget_show(gtkconv->sw); |
3977 | |
3978 /* Setup gtkihmtml. */ | |
3979 gtkconv->imhtml = gtk_imhtml_new(NULL, NULL); | |
9005 | 3980 gtk_widget_set_name(gtkconv->imhtml, "gaim_gtkconv_imhtml"); |
4359 | 3981 gtk_container_add(GTK_CONTAINER(gtkconv->sw), gtkconv->imhtml); |
3982 | |
3983 gtk_imhtml_show_comments(GTK_IMHTML(gtkconv->imhtml), | |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
3984 gaim_prefs_get_bool("/gaim/gtk/conversations/show_timestamps")); |
4359 | 3985 |
3986 g_signal_connect_after(G_OBJECT(gtkconv->imhtml), "button_press_event", | |
3987 G_CALLBACK(entry_stop_rclick_cb), NULL); | |
8105 | 3988 g_signal_connect(G_OBJECT(gtkconv->imhtml), "key_press_event", |
6057 | 3989 G_CALLBACK(refocus_entry_cb), gtkconv); |
8109 | 3990 g_signal_connect(G_OBJECT(gtkconv->imhtml), "key_release_event", |
3991 G_CALLBACK(refocus_entry_cb), gtkconv); | |
4359 | 3992 |
3993 gaim_setup_imhtml(gtkconv->imhtml); | |
3994 gtk_widget_show(gtkconv->imhtml); | |
3995 | |
3996 /* Build the right pane. */ | |
8253
0c5977fd3101
[gaim-migrate @ 8976]
Christian Hammond <chipx86@chipx86.com>
parents:
8252
diff
changeset
|
3997 lbox = gtk_vbox_new(FALSE, 6); |
4409
0521eec12c33
[gaim-migrate @ 4682]
Christian Hammond <chipx86@chipx86.com>
parents:
4398
diff
changeset
|
3998 gtk_paned_pack2(GTK_PANED(hpaned), lbox, FALSE, TRUE); |
4359 | 3999 gtk_widget_show(lbox); |
4000 | |
4001 /* Setup the label telling how many people are in the room. */ | |
4002 gtkchat->count = gtk_label_new(_("0 people in room")); | |
4003 gtk_box_pack_start(GTK_BOX(lbox), gtkchat->count, FALSE, FALSE, 0); | |
4004 gtk_widget_show(gtkchat->count); | |
4005 | |
4006 /* Setup the list of users. */ | |
7949 | 4007 sw = gtk_scrolled_window_new(NULL, NULL); |
4008 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(sw), | |
8076 | 4009 GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC); |
7949 | 4010 gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(sw), GTK_SHADOW_IN); |
4011 gtk_box_pack_start(GTK_BOX(lbox), sw, TRUE, TRUE, 0); | |
4012 gtk_widget_show(sw); | |
4359 | 4013 |
9554 | 4014 ls = gtk_list_store_new(CHAT_USERS_COLUMNS, GDK_TYPE_PIXBUF, G_TYPE_STRING, |
4015 G_TYPE_INT); | |
4016 gtk_tree_sortable_set_sort_func(GTK_TREE_SORTABLE(ls), CHAT_USERS_NAME_COLUMN, | |
4017 sort_chat_users, NULL, NULL); | |
9498 | 4018 gtk_tree_sortable_set_sort_column_id(GTK_TREE_SORTABLE(ls), CHAT_USERS_NAME_COLUMN, |
4359 | 4019 GTK_SORT_ASCENDING); |
4020 | |
4021 list = gtk_tree_view_new_with_model(GTK_TREE_MODEL(ls)); | |
4022 | |
9498 | 4023 rend = gtk_cell_renderer_pixbuf_new(); |
4024 | |
4359 | 4025 col = gtk_tree_view_column_new_with_attributes(NULL, rend, |
9498 | 4026 "pixbuf", CHAT_USERS_ICON_COLUMN, NULL); |
9554 | 4027 gtk_tree_view_column_set_clickable(GTK_TREE_VIEW_COLUMN(col), TRUE); |
4028 | |
9498 | 4029 gtk_tree_view_append_column(GTK_TREE_VIEW(list), col); |
4359 | 4030 |
4031 g_signal_connect(G_OBJECT(list), "button_press_event", | |
4032 G_CALLBACK(right_click_chat_cb), conv); | |
8143 | 4033 g_signal_connect(G_OBJECT(list), "popup-menu", |
4034 G_CALLBACK(gtkconv_chat_popup_menu_cb), conv); | |
4359 | 4035 |
9498 | 4036 rend = gtk_cell_renderer_text_new(); |
4037 | |
4359 | 4038 col = gtk_tree_view_column_new_with_attributes(NULL, rend, |
9498 | 4039 "text", CHAT_USERS_NAME_COLUMN, NULL); |
4359 | 4040 gtk_tree_view_column_set_clickable(GTK_TREE_VIEW_COLUMN(col), TRUE); |
4041 | |
4042 gtk_tree_view_append_column(GTK_TREE_VIEW(list), col); | |
4043 | |
4044 gtk_widget_set_size_request(list, 150, -1); | |
4045 | |
4046 gtk_tree_view_set_headers_visible(GTK_TREE_VIEW(list), FALSE); | |
4047 gtk_widget_show(list); | |
4048 | |
4049 gtkchat->list = list; | |
4050 | |
7949 | 4051 gtk_container_add(GTK_CONTAINER(sw), list); |
4359 | 4052 |
4053 /* Setup the user list toolbar. */ | |
8253
0c5977fd3101
[gaim-migrate @ 8976]
Christian Hammond <chipx86@chipx86.com>
parents:
8252
diff
changeset
|
4054 bbox = gtk_hbox_new(TRUE, 6); |
4359 | 4055 gtk_box_pack_start(GTK_BOX(lbox), bbox, FALSE, FALSE, 0); |
4056 gtk_widget_show(bbox); | |
4057 | |
4058 /* IM */ | |
4059 button = gaim_pixbuf_button_from_stock(NULL, GTK_STOCK_REDO, | |
4060 GAIM_BUTTON_VERTICAL); | |
4061 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); | |
4062 gtk_box_pack_start(GTK_BOX(bbox), button, FALSE, FALSE, 0); | |
4370
d856987c72ca
[gaim-migrate @ 4636]
Christian Hammond <chipx86@chipx86.com>
parents:
4369
diff
changeset
|
4063 gtk_tooltips_set_tip(gtkconv->tooltips, button, _("IM the user"), NULL); |
4359 | 4064 g_signal_connect(G_OBJECT(button), "clicked", |
7961 | 4065 G_CALLBACK(chat_im_button_cb), conv); |
4359 | 4066 |
4067 gtk_widget_show(button); | |
4068 | |
4069 /* Ignore */ | |
4070 button = gaim_pixbuf_button_from_stock(NULL, GAIM_STOCK_IGNORE, | |
4071 GAIM_BUTTON_VERTICAL); | |
4072 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); | |
4073 gtk_box_pack_start(GTK_BOX(bbox), button, FALSE, FALSE, 0); | |
4370
d856987c72ca
[gaim-migrate @ 4636]
Christian Hammond <chipx86@chipx86.com>
parents:
4369
diff
changeset
|
4074 gtk_tooltips_set_tip(gtkconv->tooltips, button, |
d856987c72ca
[gaim-migrate @ 4636]
Christian Hammond <chipx86@chipx86.com>
parents:
4369
diff
changeset
|
4075 _("Ignore the user"), NULL); |
4359 | 4076 g_signal_connect(G_OBJECT(button), "clicked", |
4077 G_CALLBACK(ignore_cb), conv); | |
4078 gtk_widget_show(button); | |
4079 | |
4080 /* Info */ | |
4081 button = gaim_pixbuf_button_from_stock(NULL, GAIM_STOCK_INFO, | |
4082 GAIM_BUTTON_VERTICAL); | |
4083 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); | |
4084 gtk_box_pack_start(GTK_BOX(bbox), button, FALSE, FALSE, 0); | |
4085 gtk_tooltips_set_tip(gtkconv->tooltips, button, | |
4370
d856987c72ca
[gaim-migrate @ 4636]
Christian Hammond <chipx86@chipx86.com>
parents:
4369
diff
changeset
|
4086 _("Get the user's information"), NULL); |
4359 | 4087 g_signal_connect(G_OBJECT(button), "clicked", |
4088 G_CALLBACK(info_cb), conv); | |
4089 | |
4090 gtk_widget_show(button); | |
4091 | |
4092 gtkconv->info = button; | |
4093 | |
4963
7f5e7f2ef317
[gaim-migrate @ 5297]
Christian Hammond <chipx86@chipx86.com>
parents:
4958
diff
changeset
|
4094 /* Build the toolbar. */ |
8253
0c5977fd3101
[gaim-migrate @ 8976]
Christian Hammond <chipx86@chipx86.com>
parents:
8252
diff
changeset
|
4095 vbox = gtk_vbox_new(FALSE, 6); |
8914 | 4096 gtk_paned_pack2(GTK_PANED(vpaned), vbox, FALSE, TRUE); |
4963
7f5e7f2ef317
[gaim-migrate @ 5297]
Christian Hammond <chipx86@chipx86.com>
parents:
4958
diff
changeset
|
4097 gtk_widget_show(vbox); |
7f5e7f2ef317
[gaim-migrate @ 5297]
Christian Hammond <chipx86@chipx86.com>
parents:
4958
diff
changeset
|
4098 |
8317 | 4099 gtkconv->toolbar = gtk_imhtmltoolbar_new(); |
4100 gtk_box_pack_start(GTK_BOX(vbox), gtkconv->toolbar, FALSE, FALSE, 0); | |
4963
7f5e7f2ef317
[gaim-migrate @ 5297]
Christian Hammond <chipx86@chipx86.com>
parents:
4958
diff
changeset
|
4101 |
9332 | 4102 gtkconv->lower_hbox = gtk_hbox_new(FALSE, 6); |
4103 gtk_box_pack_start(GTK_BOX(vbox), gtkconv->lower_hbox, TRUE, TRUE, 0); | |
4104 gtk_widget_show(gtkconv->lower_hbox); | |
4105 | |
4106 vbox = gtk_vbox_new(FALSE, 6); | |
4107 gtk_box_pack_end(GTK_BOX(gtkconv->lower_hbox), vbox, TRUE, TRUE, 0); | |
4108 gtk_widget_show(vbox); | |
4109 | |
8123 | 4110 /* Setup the entry widget. |
4111 * We never show the horizontal scrollbar because it was causing weird | |
4112 * lockups when typing text just as you type the character that would | |
4113 * cause both scrollbars to appear. Definitely seems like a gtk bug. | |
4114 */ | |
7949 | 4115 sw = gtk_scrolled_window_new(NULL, NULL); |
4116 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(sw), | |
8112 | 4117 GTK_POLICY_NEVER, GTK_POLICY_AUTOMATIC); |
8061 | 4118 gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(sw), |
4119 GTK_SHADOW_IN); | |
9332 | 4120 gtk_box_pack_start(GTK_BOX(vbox), sw, TRUE, TRUE, 0); |
7949 | 4121 gtk_widget_show(sw); |
4963
7f5e7f2ef317
[gaim-migrate @ 5297]
Christian Hammond <chipx86@chipx86.com>
parents:
4958
diff
changeset
|
4122 |
8061 | 4123 gtkconv->entry = gtk_imhtml_new(NULL, NULL); |
9005 | 4124 gtk_widget_set_name(gtkconv->entry, "gaim_gtkconv_entry"); |
8456 | 4125 gtk_imhtml_smiley_shortcuts(GTK_IMHTML(gtkconv->entry), |
4126 gaim_prefs_get_bool("/gaim/gtk/conversations/smiley_shortcuts")); | |
4127 gtk_imhtml_html_shortcuts(GTK_IMHTML(gtkconv->entry), | |
4128 gaim_prefs_get_bool("/gaim/gtk/conversations/html_shortcuts")); | |
4129 | |
4130 gtk_imhtml_set_protocol_name(GTK_IMHTML(gtkconv->entry), | |
9699 | 4131 gaim_account_get_protocol_name(conv->account)); |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
4132 gtkconv->entry_buffer = |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
4133 gtk_text_view_get_buffer(GTK_TEXT_VIEW(gtkconv->entry)); |
8061 | 4134 gaim_setup_imhtml(gtkconv->entry); |
4135 gtk_imhtml_set_editable(GTK_IMHTML(gtkconv->entry), TRUE); | |
4136 default_formatize(conv); | |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
4137 gtk_text_view_set_wrap_mode(GTK_TEXT_VIEW(gtkconv->entry), |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
4138 GTK_WRAP_WORD_CHAR); |
4963
7f5e7f2ef317
[gaim-migrate @ 5297]
Christian Hammond <chipx86@chipx86.com>
parents:
4958
diff
changeset
|
4139 gtk_widget_set_size_request(gtkconv->entry, -1, |
8106 | 4140 gaim_prefs_get_int("/gaim/gtk/conversations/chat/entry_height")); |
7949 | 4141 g_object_set_data(G_OBJECT(gtkconv->entry_buffer), "user_data", conv); |
4142 | |
4143 g_signal_connect(G_OBJECT(gtkconv->entry), "key_press_event", | |
8105 | 4144 G_CALLBACK(entry_key_press_cb), conv); |
4359 | 4145 g_signal_connect_after(G_OBJECT(gtkconv->entry), "button_press_event", |
4146 G_CALLBACK(entry_stop_rclick_cb), NULL); | |
8914 | 4147 g_signal_connect(G_OBJECT(gtkconv->entry), "size-allocate", |
4148 G_CALLBACK(size_allocate_cb), conv); | |
4359 | 4149 |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
4150 if (gaim_prefs_get_bool("/gaim/gtk/conversations/spellcheck")) |
7538
357eb1c39b72
[gaim-migrate @ 8151]
Christian Hammond <chipx86@chipx86.com>
parents:
7476
diff
changeset
|
4151 gaim_gtk_setup_gtkspell(GTK_TEXT_VIEW(gtkconv->entry)); |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
4152 gtk_imhtmltoolbar_attach(GTK_IMHTMLTOOLBAR(gtkconv->toolbar), |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
4153 gtkconv->entry); |
4359 | 4154 |
7949 | 4155 gtk_container_add(GTK_CONTAINER(sw), GTK_WIDGET(gtkconv->entry)); |
4359 | 4156 gtk_widget_show(gtkconv->entry); |
4157 | |
4158 /* Setup the bottom button box. */ | |
8253
0c5977fd3101
[gaim-migrate @ 8976]
Christian Hammond <chipx86@chipx86.com>
parents:
8252
diff
changeset
|
4159 gtkconv->bbox = gtk_hbox_new(FALSE, 6); |
4359 | 4160 gtk_box_pack_start(GTK_BOX(vbox), gtkconv->bbox, FALSE, FALSE, 0); |
4161 setup_chat_buttons(conv, gtkconv->bbox); | |
4162 | |
9080 | 4163 /* |
4164 * Focus for chat windows should be as follows: | |
4165 * Tab title -> chat topic -> conversation scrollback -> user list -> | |
4166 * user list buttons -> entry -> buttons at bottom | |
4167 */ | |
4168 focus_chain = g_list_prepend(focus_chain, gtkconv->bbox); | |
9332 | 4169 focus_chain = g_list_prepend(focus_chain, gtkconv->entry); |
9080 | 4170 gtk_container_set_focus_chain(GTK_CONTAINER(vbox), focus_chain); |
4171 | |
4359 | 4172 return vpaned; |
4173 } | |
4174 | |
4175 static GtkWidget * | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4176 setup_im_pane(GaimConversation *conv) |
4359 | 4177 { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4178 GaimGtkConversation *gtkconv; |
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4179 GaimGtkImPane *gtkim; |
4359 | 4180 GtkWidget *paned; |
4181 GtkWidget *vbox; | |
4182 GtkWidget *vbox2; | |
7949 | 4183 GtkWidget *sw; |
9080 | 4184 GList *focus_chain = NULL; |
4359 | 4185 |
4186 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
4187 gtkim = gtkconv->u.im; | |
4188 | |
4189 /* Setup the outer pane. */ | |
4190 paned = gtk_vpaned_new(); | |
4191 gtk_widget_show(paned); | |
4192 | |
4193 /* Setup the top part of the pane. */ | |
8253
0c5977fd3101
[gaim-migrate @ 8976]
Christian Hammond <chipx86@chipx86.com>
parents:
8252
diff
changeset
|
4194 vbox = gtk_vbox_new(FALSE, 6); |
4409
0521eec12c33
[gaim-migrate @ 4682]
Christian Hammond <chipx86@chipx86.com>
parents:
4398
diff
changeset
|
4195 gtk_paned_pack1(GTK_PANED(paned), vbox, TRUE, TRUE); |
4359 | 4196 gtk_widget_show(vbox); |
4197 | |
4198 /* Setup the gtkimhtml widget. */ | |
4199 gtkconv->sw = gtk_scrolled_window_new(NULL, NULL); | |
4200 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(gtkconv->sw), | |
8076 | 4201 GTK_POLICY_AUTOMATIC, GTK_POLICY_ALWAYS); |
4359 | 4202 gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(gtkconv->sw), |
4203 GTK_SHADOW_IN); | |
4963
7f5e7f2ef317
[gaim-migrate @ 5297]
Christian Hammond <chipx86@chipx86.com>
parents:
4958
diff
changeset
|
4204 gtk_box_pack_start(GTK_BOX(vbox), gtkconv->sw, TRUE, TRUE, 0); |
4851 | 4205 |
5550
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
4206 gtk_widget_set_size_request(gtkconv->sw, |
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
4207 gaim_prefs_get_int("/gaim/gtk/conversations/im/default_width"), |
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
4208 gaim_prefs_get_int("/gaim/gtk/conversations/im/default_height")); |
8914 | 4209 g_signal_connect(G_OBJECT(gtkconv->sw), "size-allocate", |
4210 G_CALLBACK(size_allocate_cb), conv); | |
4359 | 4211 gtk_widget_show(gtkconv->sw); |
4212 | |
4213 gtkconv->imhtml = gtk_imhtml_new(NULL, NULL); | |
9005 | 4214 gtk_widget_set_name(gtkconv->imhtml, "gaim_gtkconv_imhtml"); |
4359 | 4215 gtk_container_add(GTK_CONTAINER(gtkconv->sw), gtkconv->imhtml); |
4216 | |
4217 g_signal_connect_after(G_OBJECT(gtkconv->imhtml), "button_press_event", | |
4218 G_CALLBACK(entry_stop_rclick_cb), NULL); | |
8105 | 4219 g_signal_connect(G_OBJECT(gtkconv->imhtml), "key_press_event", |
6057 | 4220 G_CALLBACK(refocus_entry_cb), gtkconv); |
8109 | 4221 g_signal_connect(G_OBJECT(gtkconv->imhtml), "key_release_event", |
4222 G_CALLBACK(refocus_entry_cb), gtkconv); | |
4359 | 4223 |
4224 gtk_imhtml_show_comments(GTK_IMHTML(gtkconv->imhtml), | |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
4225 gaim_prefs_get_bool("/gaim/gtk/conversations/show_timestamps")); |
4359 | 4226 gaim_setup_imhtml(gtkconv->imhtml); |
4227 gtk_widget_show(gtkconv->imhtml); | |
8253
0c5977fd3101
[gaim-migrate @ 8976]
Christian Hammond <chipx86@chipx86.com>
parents:
8252
diff
changeset
|
4228 vbox2 = gtk_vbox_new(FALSE, 6); |
8914 | 4229 gtk_paned_pack2(GTK_PANED(paned), vbox2, FALSE, TRUE); |
4963
7f5e7f2ef317
[gaim-migrate @ 5297]
Christian Hammond <chipx86@chipx86.com>
parents:
4958
diff
changeset
|
4230 gtk_widget_show(vbox2); |
7f5e7f2ef317
[gaim-migrate @ 5297]
Christian Hammond <chipx86@chipx86.com>
parents:
4958
diff
changeset
|
4231 |
7f5e7f2ef317
[gaim-migrate @ 5297]
Christian Hammond <chipx86@chipx86.com>
parents:
4958
diff
changeset
|
4232 /* Build the toolbar. */ |
8317 | 4233 gtkconv->toolbar = gtk_imhtmltoolbar_new(); |
4234 gtk_box_pack_start(GTK_BOX(vbox2), gtkconv->toolbar, FALSE, FALSE, 0); | |
4963
7f5e7f2ef317
[gaim-migrate @ 5297]
Christian Hammond <chipx86@chipx86.com>
parents:
4958
diff
changeset
|
4235 |
8123 | 4236 /* Setup the entry widget. |
4237 * We never show the horizontal scrollbar because it was causing weird | |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
4238 * lockups when typing text just as you type the character that would |
8123 | 4239 * cause both scrollbars to appear. Definitely seems like a gtk bug. |
4240 */ | |
9332 | 4241 gtkconv->lower_hbox = gtk_hbox_new(FALSE, 6); |
4242 gtk_box_pack_start(GTK_BOX(vbox2), gtkconv->lower_hbox, TRUE, TRUE, 0); | |
4243 gtk_widget_show(gtkconv->lower_hbox); | |
4244 | |
4245 vbox2 = gtk_vbox_new(FALSE, 6); | |
4246 gtk_box_pack_end(GTK_BOX(gtkconv->lower_hbox), vbox2, TRUE, TRUE, 0); | |
4247 gtk_widget_show(vbox2); | |
8821 | 4248 |
7949 | 4249 sw = gtk_scrolled_window_new(NULL, NULL); |
4250 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(sw), | |
8112 | 4251 GTK_POLICY_NEVER, GTK_POLICY_AUTOMATIC); |
8061 | 4252 gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(sw), |
4253 GTK_SHADOW_IN); | |
9332 | 4254 gtk_box_pack_start(GTK_BOX(vbox2), sw, TRUE, TRUE, 0); |
7949 | 4255 gtk_widget_show(sw); |
4963
7f5e7f2ef317
[gaim-migrate @ 5297]
Christian Hammond <chipx86@chipx86.com>
parents:
4958
diff
changeset
|
4256 |
8061 | 4257 gtkconv->entry = gtk_imhtml_new(NULL, NULL); |
9005 | 4258 gtk_widget_set_name(gtkconv->entry, "gaim_gtkconv_entry"); |
8456 | 4259 |
4260 gtk_imhtml_smiley_shortcuts(GTK_IMHTML(gtkconv->entry), | |
4261 gaim_prefs_get_bool("/gaim/gtk/conversations/smiley_shortcuts")); | |
4262 gtk_imhtml_html_shortcuts(GTK_IMHTML(gtkconv->entry), | |
4263 gaim_prefs_get_bool("/gaim/gtk/conversations/html_shortcuts")); | |
4264 | |
4265 gtk_imhtml_set_protocol_name(GTK_IMHTML(gtkconv->entry), | |
9699 | 4266 gaim_account_get_protocol_name(conv->account)); |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
4267 gtkconv->entry_buffer = |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
4268 gtk_text_view_get_buffer(GTK_TEXT_VIEW(gtkconv->entry)); |
8061 | 4269 gaim_setup_imhtml(gtkconv->entry); |
4270 gtk_imhtml_set_editable(GTK_IMHTML(gtkconv->entry), TRUE); | |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
4271 gtk_text_view_set_wrap_mode(GTK_TEXT_VIEW(gtkconv->entry), |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
4272 GTK_WRAP_WORD_CHAR); |
4963
7f5e7f2ef317
[gaim-migrate @ 5297]
Christian Hammond <chipx86@chipx86.com>
parents:
4958
diff
changeset
|
4273 gtk_widget_set_size_request(gtkconv->entry, -1, |
8106 | 4274 gaim_prefs_get_int("/gaim/gtk/conversations/im/entry_height")); |
7949 | 4275 g_object_set_data(G_OBJECT(gtkconv->entry_buffer), "user_data", conv); |
4963
7f5e7f2ef317
[gaim-migrate @ 5297]
Christian Hammond <chipx86@chipx86.com>
parents:
4958
diff
changeset
|
4276 |
4359 | 4277 g_signal_connect(G_OBJECT(gtkconv->entry), "key_press_event", |
8105 | 4278 G_CALLBACK(entry_key_press_cb), conv); |
4359 | 4279 g_signal_connect_after(G_OBJECT(gtkconv->entry), "button_press_event", |
4280 G_CALLBACK(entry_stop_rclick_cb), NULL); | |
8914 | 4281 g_signal_connect(G_OBJECT(gtkconv->entry), "size-allocate", |
4282 G_CALLBACK(size_allocate_cb), conv); | |
4359 | 4283 |
4284 g_signal_connect(G_OBJECT(gtkconv->entry_buffer), "insert_text", | |
4285 G_CALLBACK(insert_text_cb), conv); | |
4286 g_signal_connect(G_OBJECT(gtkconv->entry_buffer), "delete_range", | |
4287 G_CALLBACK(delete_text_cb), conv); | |
4288 | |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
4289 if (gaim_prefs_get_bool("/gaim/gtk/conversations/spellcheck")) |
7538
357eb1c39b72
[gaim-migrate @ 8151]
Christian Hammond <chipx86@chipx86.com>
parents:
7476
diff
changeset
|
4290 gaim_gtk_setup_gtkspell(GTK_TEXT_VIEW(gtkconv->entry)); |
4359 | 4291 |
7949 | 4292 gtk_container_add(GTK_CONTAINER(sw), GTK_WIDGET(gtkconv->entry)); |
4359 | 4293 gtk_widget_show(gtkconv->entry); |
8319
a2c5537a814b
[gaim-migrate @ 9043]
Christian Hammond <chipx86@chipx86.com>
parents:
8317
diff
changeset
|
4294 gtk_imhtmltoolbar_attach(GTK_IMHTMLTOOLBAR(gtkconv->toolbar), |
a2c5537a814b
[gaim-migrate @ 9043]
Christian Hammond <chipx86@chipx86.com>
parents:
8317
diff
changeset
|
4295 gtkconv->entry); |
8481 | 4296 /* had to move this after the imtoolbar is attached so that the |
4297 * signals get fired to toggle the buttons on the toolbar as well. | |
4298 */ | |
4299 default_formatize(conv); | |
4359 | 4300 |
9749 | 4301 /* Setup the bottom button box. */ |
8253
0c5977fd3101
[gaim-migrate @ 8976]
Christian Hammond <chipx86@chipx86.com>
parents:
8252
diff
changeset
|
4302 gtkconv->bbox = gtk_hbox_new(FALSE, 6); |
4359 | 4303 gtk_box_pack_start(GTK_BOX(vbox2), gtkconv->bbox, FALSE, FALSE, 0); |
4304 setup_im_buttons(conv, gtkconv->bbox); | |
9749 | 4305 |
8758 | 4306 gtkconv->u.im->animate = gaim_prefs_get_bool("/gaim/gtk/conversations/im/animate_buddy_icons"); |
9687 | 4307 gtkconv->u.im->show_icon = TRUE; |
4359 | 4308 |
9080 | 4309 /* |
4310 * Focus for IM windows should be as follows: | |
4311 * Tab title -> conversation scrollback -> entry -> buttons at bottom | |
4312 */ | |
4313 focus_chain = g_list_prepend(focus_chain, gtkconv->bbox); | |
9332 | 4314 focus_chain = g_list_prepend(focus_chain, gtkconv->entry); |
9080 | 4315 gtk_container_set_focus_chain(GTK_CONTAINER(vbox2), focus_chain); |
8143 | 4316 |
4359 | 4317 return paned; |
4318 } | |
4319 | |
4320 static void | |
4689
69b19e132df0
[gaim-migrate @ 5000]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
4321 conv_dnd_recv(GtkWidget *widget, GdkDragContext *dc, guint x, guint y, |
4939
4d50e125b0fa
[gaim-migrate @ 5273]
Christian Hammond <chipx86@chipx86.com>
parents:
4931
diff
changeset
|
4322 GtkSelectionData *sd, guint info, guint t, |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4323 GaimConversation *conv) |
4689
69b19e132df0
[gaim-migrate @ 5000]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
4324 { |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
4325 GaimConvWindow *win = conv->window; |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4326 GaimConversation *c; |
7712
2823111061ba
[gaim-migrate @ 8357]
Christian Hammond <chipx86@chipx86.com>
parents:
7700
diff
changeset
|
4327 if (sd->target == gdk_atom_intern("GAIM_BLIST_NODE", FALSE)) |
2823111061ba
[gaim-migrate @ 8357]
Christian Hammond <chipx86@chipx86.com>
parents:
7700
diff
changeset
|
4328 { |
4781 | 4329 GaimBlistNode *n = NULL; |
6695 | 4330 GaimBuddy *b; |
9622 | 4331 unsigned int index; |
4332 | |
4781 | 4333 memcpy(&n, sd->data, sizeof(n)); |
4939
4d50e125b0fa
[gaim-migrate @ 5273]
Christian Hammond <chipx86@chipx86.com>
parents:
4931
diff
changeset
|
4334 |
6695 | 4335 if (GAIM_BLIST_NODE_IS_CONTACT(n)) |
4336 b = gaim_contact_get_priority_buddy((GaimContact*)n); | |
4337 else if (GAIM_BLIST_NODE_IS_BUDDY(n)) | |
4338 b = (GaimBuddy*)n; | |
4339 else | |
4781 | 4340 return; |
4939
4d50e125b0fa
[gaim-migrate @ 5273]
Christian Hammond <chipx86@chipx86.com>
parents:
4931
diff
changeset
|
4341 |
9622 | 4342 /* |
4343 * If we already have an open conversation with this buddy, then | |
4344 * just move the conv to this window. Otherwise, create a new | |
4345 * conv and add it to this window. | |
4346 */ | |
4347 c = gaim_find_conversation(b->name); | |
4348 if (c != NULL) { | |
4349 GaimConvWindow *oldwin; | |
4350 oldwin = gaim_conversation_get_window(c); | |
4351 index = gaim_conversation_get_index(c); | |
4352 if (oldwin != win) { | |
4353 gaim_conv_window_remove_conversation(oldwin, index); | |
4354 gaim_conv_window_add_conversation(win, c); | |
4355 } | |
4356 } else { | |
4357 c = gaim_conversation_new(GAIM_CONV_IM, b->account, b->name); | |
4358 gaim_conv_window_add_conversation(win, c); | |
4359 } | |
4360 | |
4361 /* Make this conversation the active conversation */ | |
4362 index = gaim_conversation_get_index(c); | |
4363 gaim_conv_window_switch_conversation(win, index); | |
8802
1076cd8579ea
[gaim-migrate @ 9564]
Christian Hammond <chipx86@chipx86.com>
parents:
8758
diff
changeset
|
4364 |
1076cd8579ea
[gaim-migrate @ 9564]
Christian Hammond <chipx86@chipx86.com>
parents:
8758
diff
changeset
|
4365 gtk_drag_finish(dc, TRUE, (dc->action == GDK_ACTION_MOVE), t); |
4702 | 4366 } |
7712
2823111061ba
[gaim-migrate @ 8357]
Christian Hammond <chipx86@chipx86.com>
parents:
7700
diff
changeset
|
4367 else if (sd->target == gdk_atom_intern("application/x-im-contact", FALSE)) |
2823111061ba
[gaim-migrate @ 8357]
Christian Hammond <chipx86@chipx86.com>
parents:
7700
diff
changeset
|
4368 { |
2823111061ba
[gaim-migrate @ 8357]
Christian Hammond <chipx86@chipx86.com>
parents:
7700
diff
changeset
|
4369 char *protocol = NULL; |
2823111061ba
[gaim-migrate @ 8357]
Christian Hammond <chipx86@chipx86.com>
parents:
7700
diff
changeset
|
4370 char *username = NULL; |
2823111061ba
[gaim-migrate @ 8357]
Christian Hammond <chipx86@chipx86.com>
parents:
7700
diff
changeset
|
4371 GaimAccount *account; |
2823111061ba
[gaim-migrate @ 8357]
Christian Hammond <chipx86@chipx86.com>
parents:
7700
diff
changeset
|
4372 |
2823111061ba
[gaim-migrate @ 8357]
Christian Hammond <chipx86@chipx86.com>
parents:
7700
diff
changeset
|
4373 if (gaim_gtk_parse_x_im_contact(sd->data, FALSE, &account, |
7718 | 4374 &protocol, &username, NULL)) |
7712
2823111061ba
[gaim-migrate @ 8357]
Christian Hammond <chipx86@chipx86.com>
parents:
7700
diff
changeset
|
4375 { |
2823111061ba
[gaim-migrate @ 8357]
Christian Hammond <chipx86@chipx86.com>
parents:
7700
diff
changeset
|
4376 if (account == NULL) |
2823111061ba
[gaim-migrate @ 8357]
Christian Hammond <chipx86@chipx86.com>
parents:
7700
diff
changeset
|
4377 { |
2823111061ba
[gaim-migrate @ 8357]
Christian Hammond <chipx86@chipx86.com>
parents:
7700
diff
changeset
|
4378 gaim_notify_error(NULL, NULL, |
2823111061ba
[gaim-migrate @ 8357]
Christian Hammond <chipx86@chipx86.com>
parents:
7700
diff
changeset
|
4379 _("You are not currently signed on with an account that " |
2823111061ba
[gaim-migrate @ 8357]
Christian Hammond <chipx86@chipx86.com>
parents:
7700
diff
changeset
|
4380 "can add that buddy."), NULL); |
2823111061ba
[gaim-migrate @ 8357]
Christian Hammond <chipx86@chipx86.com>
parents:
7700
diff
changeset
|
4381 } |
2823111061ba
[gaim-migrate @ 8357]
Christian Hammond <chipx86@chipx86.com>
parents:
7700
diff
changeset
|
4382 else |
2823111061ba
[gaim-migrate @ 8357]
Christian Hammond <chipx86@chipx86.com>
parents:
7700
diff
changeset
|
4383 { |
7718 | 4384 c = gaim_conversation_new(GAIM_CONV_IM, account, username); |
4385 gaim_conv_window_add_conversation(win, c); | |
7712
2823111061ba
[gaim-migrate @ 8357]
Christian Hammond <chipx86@chipx86.com>
parents:
7700
diff
changeset
|
4386 } |
2823111061ba
[gaim-migrate @ 8357]
Christian Hammond <chipx86@chipx86.com>
parents:
7700
diff
changeset
|
4387 } |
2823111061ba
[gaim-migrate @ 8357]
Christian Hammond <chipx86@chipx86.com>
parents:
7700
diff
changeset
|
4388 |
2823111061ba
[gaim-migrate @ 8357]
Christian Hammond <chipx86@chipx86.com>
parents:
7700
diff
changeset
|
4389 if (username != NULL) g_free(username); |
2823111061ba
[gaim-migrate @ 8357]
Christian Hammond <chipx86@chipx86.com>
parents:
7700
diff
changeset
|
4390 if (protocol != NULL) g_free(protocol); |
2823111061ba
[gaim-migrate @ 8357]
Christian Hammond <chipx86@chipx86.com>
parents:
7700
diff
changeset
|
4391 |
2823111061ba
[gaim-migrate @ 8357]
Christian Hammond <chipx86@chipx86.com>
parents:
7700
diff
changeset
|
4392 gtk_drag_finish(dc, TRUE, (dc->action == GDK_ACTION_MOVE), t); |
2823111061ba
[gaim-migrate @ 8357]
Christian Hammond <chipx86@chipx86.com>
parents:
7700
diff
changeset
|
4393 } |
9525 | 4394 else if (sd->target == gdk_atom_intern("text/uri-list", FALSE)) { |
9673 | 4395 GList *tmp; |
4396 GList *files = gaim_uri_list_extract_filenames(sd->data); | |
4397 for(tmp = files; tmp != NULL ; tmp = g_list_next(tmp)) { | |
4398 gchar *filename = tmp->data; | |
4399 /* XXX - Make ft API support creating a transfer with more than one file */ | |
4400 if (g_file_test(filename, G_FILE_TEST_EXISTS) | |
4401 && !g_file_test(filename, G_FILE_TEST_IS_DIR) | |
4402 && gaim_conversation_get_type(conv) == GAIM_CONV_IM) { | |
4403 serv_send_file(gaim_conversation_get_gc(conv), | |
4404 gaim_conversation_get_name(conv), filename); | |
4405 } | |
4406 g_free(filename); | |
9495 | 4407 } |
9673 | 4408 g_list_free(files); |
4409 /* XXX - Attempt to load this file into gdk_pixbuf, or otherwise determine if it is an image. If it is, offer | |
4410 * the choice of a) sending this file b) inserting this file as an IM image or c) setting this file as a custom | |
4411 * buddy icon for this buddy */ | |
9495 | 4412 } |
4413 gtk_drag_finish(dc, FALSE, FALSE, t); | |
4689
69b19e132df0
[gaim-migrate @ 5000]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
4414 } |
4359 | 4415 |
4416 /************************************************************************** | |
4417 * GTK+ window ops | |
4418 **************************************************************************/ | |
4419 static void | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
4420 gaim_gtk_new_window(GaimConvWindow *win) |
4359 | 4421 { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4422 GaimGtkWindow *gtkwin; |
4359 | 4423 GtkPositionType pos; |
4424 GtkWidget *testidea; | |
4425 GtkWidget *menubar; | |
4426 | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4427 gtkwin = g_malloc0(sizeof(GaimGtkWindow)); |
4359 | 4428 |
4429 win->ui_data = gtkwin; | |
4430 | |
4431 /* Create the window. */ | |
4432 gtkwin->window = gtk_window_new(GTK_WINDOW_TOPLEVEL); | |
4433 gtk_window_set_role(GTK_WINDOW(gtkwin->window), "conversation"); | |
9614 | 4434 gtk_window_set_resizable(GTK_WINDOW(gtkwin->window), TRUE); |
4510
4c394222c732
[gaim-migrate @ 4786]
Christian Hammond <chipx86@chipx86.com>
parents:
4505
diff
changeset
|
4435 gtk_container_set_border_width(GTK_CONTAINER(gtkwin->window), 0); |
9614 | 4436 GTK_WINDOW(gtkwin->window)->allow_shrink = TRUE; |
4359 | 4437 |
4438 g_signal_connect(G_OBJECT(gtkwin->window), "delete_event", | |
4439 G_CALLBACK(close_win_cb), win); | |
4440 | |
4441 /* Create the notebook. */ | |
4442 gtkwin->notebook = gtk_notebook_new(); | |
4443 | |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
4444 pos = gaim_prefs_get_int("/gaim/gtk/conversations/tab_side"); |
4359 | 4445 |
4446 #if 0 | |
4447 gtk_notebook_set_tab_hborder(GTK_NOTEBOOK(gtkwin->notebook), 0); | |
4448 gtk_notebook_set_tab_vborder(GTK_NOTEBOOK(gtkwin->notebook), 0); | |
4449 #endif | |
4450 gtk_notebook_set_tab_pos(GTK_NOTEBOOK(gtkwin->notebook), pos); | |
4451 gtk_notebook_set_scrollable(GTK_NOTEBOOK(gtkwin->notebook), TRUE); | |
4452 gtk_notebook_popup_enable(GTK_NOTEBOOK(gtkwin->notebook)); | |
4818 | 4453 gtk_notebook_set_show_tabs(GTK_NOTEBOOK(gtkwin->notebook), FALSE); |
4454 | |
4359 | 4455 gtk_widget_show(gtkwin->notebook); |
4456 | |
8189 | 4457 g_signal_connect(G_OBJECT(gtkwin->notebook), "switch_page", |
4458 G_CALLBACK(before_switch_conv_cb), win); | |
4359 | 4459 g_signal_connect_after(G_OBJECT(gtkwin->notebook), "switch_page", |
4460 G_CALLBACK(switch_conv_cb), win); | |
4461 | |
4462 /* Setup the tab drag and drop signals. */ | |
4486 | 4463 gtk_widget_add_events(gtkwin->notebook, |
4464 GDK_BUTTON1_MOTION_MASK | GDK_LEAVE_NOTIFY_MASK); | |
4465 g_signal_connect(G_OBJECT(gtkwin->notebook), "button_press_event", | |
4572
06084165a966
[gaim-migrate @ 4853]
Christian Hammond <chipx86@chipx86.com>
parents:
4571
diff
changeset
|
4466 G_CALLBACK(notebook_press_cb), win); |
4486 | 4467 g_signal_connect(G_OBJECT(gtkwin->notebook), "button_release_event", |
4572
06084165a966
[gaim-migrate @ 4853]
Christian Hammond <chipx86@chipx86.com>
parents:
4571
diff
changeset
|
4468 G_CALLBACK(notebook_release_cb), win); |
06084165a966
[gaim-migrate @ 4853]
Christian Hammond <chipx86@chipx86.com>
parents:
4571
diff
changeset
|
4469 |
4359 | 4470 testidea = gtk_vbox_new(FALSE, 0); |
4572
06084165a966
[gaim-migrate @ 4853]
Christian Hammond <chipx86@chipx86.com>
parents:
4571
diff
changeset
|
4471 |
4359 | 4472 /* Setup the menubar. */ |
4473 menubar = setup_menubar(win); | |
4474 gtk_box_pack_start(GTK_BOX(testidea), menubar, FALSE, TRUE, 0); | |
4475 | |
4476 gtk_box_pack_start(GTK_BOX(testidea), gtkwin->notebook, TRUE, TRUE, 0); | |
4477 | |
4478 gtk_container_add(GTK_CONTAINER(gtkwin->window), testidea); | |
4479 | |
4480 gtk_widget_show(testidea); | |
4481 } | |
4482 | |
4483 static void | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
4484 gaim_gtk_destroy_window(GaimConvWindow *win) |
4359 | 4485 { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4486 GaimGtkWindow *gtkwin = GAIM_GTK_WINDOW(win); |
4359 | 4487 |
4488 gtk_widget_destroy(gtkwin->window); | |
4489 | |
4630 | 4490 g_object_unref(G_OBJECT(gtkwin->menu.item_factory)); |
4491 | |
4359 | 4492 g_free(gtkwin); |
4493 win->ui_data = NULL; | |
4494 } | |
4495 | |
4496 static void | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
4497 gaim_gtk_show(GaimConvWindow *win) |
4359 | 4498 { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4499 GaimGtkWindow *gtkwin = GAIM_GTK_WINDOW(win); |
4359 | 4500 |
4501 gtk_widget_show(gtkwin->window); | |
4502 } | |
4503 | |
4504 static void | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
4505 gaim_gtk_hide(GaimConvWindow *win) |
4359 | 4506 { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4507 GaimGtkWindow *gtkwin = GAIM_GTK_WINDOW(win); |
4359 | 4508 |
4509 gtk_widget_hide(gtkwin->window); | |
4510 } | |
4511 | |
4512 static void | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
4513 gaim_gtk_raise(GaimConvWindow *win) |
4359 | 4514 { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4515 GaimGtkWindow *gtkwin = GAIM_GTK_WINDOW(win); |
4359 | 4516 |
9728 | 4517 gtk_widget_show(gtkwin->window); |
4518 gtk_window_deiconify(GTK_WINDOW(gtkwin->window)); | |
4519 gdk_window_raise(gtkwin->window->window); | |
4359 | 4520 } |
4521 | |
4522 static void | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
4523 gaim_gtk_flash(GaimConvWindow *win) |
4359 | 4524 { |
4525 #ifdef _WIN32 | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4526 GaimGtkWindow *gtkwin = GAIM_GTK_WINDOW(win); |
4359 | 4527 |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
4528 wgaim_conv_im_blink(gtkwin->window); |
4359 | 4529 #endif |
4530 } | |
4531 | |
4532 static void | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
4533 gaim_gtk_switch_conversation(GaimConvWindow *win, unsigned int index) |
4359 | 4534 { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4535 GaimGtkWindow *gtkwin; |
4359 | 4536 |
4537 gtkwin = GAIM_GTK_WINDOW(win); | |
4538 | |
4539 gtk_notebook_set_current_page(GTK_NOTEBOOK(gtkwin->notebook), index); | |
4540 } | |
4541 | |
4689
69b19e132df0
[gaim-migrate @ 5000]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
4542 static const GtkTargetEntry te[] = |
69b19e132df0
[gaim-migrate @ 5000]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
4543 { |
9525 | 4544 {"text/uri-list", 0, 0}, |
4545 {"GAIM_BLIST_NODE", GTK_TARGET_SAME_APP, 1}, | |
4546 {"text/plain", 0, 2}, | |
7712
2823111061ba
[gaim-migrate @ 8357]
Christian Hammond <chipx86@chipx86.com>
parents:
7700
diff
changeset
|
4547 {"STRING", 0, 3}, |
2823111061ba
[gaim-migrate @ 8357]
Christian Hammond <chipx86@chipx86.com>
parents:
7700
diff
changeset
|
4548 {"application/x-im-contact", 0, 4} |
4689
69b19e132df0
[gaim-migrate @ 5000]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
4549 }; |
69b19e132df0
[gaim-migrate @ 5000]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
4550 |
4359 | 4551 static void |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
4552 gaim_gtk_add_conversation(GaimConvWindow *win, GaimConversation *conv) |
4359 | 4553 { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4554 GaimGtkWindow *gtkwin; |
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4555 GaimGtkConversation *gtkconv, *focus_gtkconv; |
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4556 GaimConversation *focus_conv; |
4359 | 4557 GtkWidget *pane = NULL; |
4558 GtkWidget *tab_cont; | |
6771
8eebba08b44b
[gaim-migrate @ 7308]
Christian Hammond <chipx86@chipx86.com>
parents:
6760
diff
changeset
|
4559 GtkWidget *tabby, *menu_tabby; |
4359 | 4560 gboolean new_ui; |
4383
f7a84034f97f
[gaim-migrate @ 4649]
Christian Hammond <chipx86@chipx86.com>
parents:
4382
diff
changeset
|
4561 GaimConversationType conv_type; |
f7a84034f97f
[gaim-migrate @ 4649]
Christian Hammond <chipx86@chipx86.com>
parents:
4382
diff
changeset
|
4562 const char *name; |
f7a84034f97f
[gaim-migrate @ 4649]
Christian Hammond <chipx86@chipx86.com>
parents:
4382
diff
changeset
|
4563 |
f7a84034f97f
[gaim-migrate @ 4649]
Christian Hammond <chipx86@chipx86.com>
parents:
4382
diff
changeset
|
4564 name = gaim_conversation_get_name(conv); |
f7a84034f97f
[gaim-migrate @ 4649]
Christian Hammond <chipx86@chipx86.com>
parents:
4382
diff
changeset
|
4565 conv_type = gaim_conversation_get_type(conv); |
f7a84034f97f
[gaim-migrate @ 4649]
Christian Hammond <chipx86@chipx86.com>
parents:
4382
diff
changeset
|
4566 gtkwin = GAIM_GTK_WINDOW(win); |
4359 | 4567 |
4568 if (conv->ui_data != NULL) { | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4569 gtkconv = (GaimGtkConversation *)conv->ui_data; |
4359 | 4570 |
4571 tab_cont = gtkconv->tab_cont; | |
4572 | |
4573 new_ui = FALSE; | |
4574 } | |
4575 else { | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4576 gtkconv = g_malloc0(sizeof(GaimGtkConversation)); |
4359 | 4577 conv->ui_data = gtkconv; |
4578 | |
4579 /* Setup some initial variables. */ | |
9749 | 4580 gtkconv->sg = gtk_size_group_new(GTK_SIZE_GROUP_BOTH); |
4359 | 4581 gtkconv->tooltips = gtk_tooltips_new(); |
4582 | |
7879 | 4583 if (conv_type == GAIM_CONV_IM) { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4584 gtkconv->u.im = g_malloc0(sizeof(GaimGtkImPane)); |
4359 | 4585 gtkconv->u.im->a_virgin = TRUE; |
4586 | |
4587 pane = setup_im_pane(conv); | |
4588 } | |
7879 | 4589 else if (conv_type == GAIM_CONV_CHAT) { |
4590 gtkconv->u.chat = g_malloc0(sizeof(GaimGtkChatPane)); | |
4591 | |
4592 pane = setup_chat_pane(conv); | |
4593 } | |
4359 | 4594 |
4595 if (pane == NULL) { | |
4572
06084165a966
[gaim-migrate @ 4853]
Christian Hammond <chipx86@chipx86.com>
parents:
4571
diff
changeset
|
4596 if (conv_type == GAIM_CONV_CHAT) g_free(gtkconv->u.chat); |
06084165a966
[gaim-migrate @ 4853]
Christian Hammond <chipx86@chipx86.com>
parents:
4571
diff
changeset
|
4597 else if (conv_type == GAIM_CONV_IM) g_free(gtkconv->u.im); |
4359 | 4598 |
4599 g_free(gtkconv); | |
4600 conv->ui_data = NULL; | |
4601 | |
4602 return; | |
4603 } | |
4604 | |
4689
69b19e132df0
[gaim-migrate @ 5000]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
4605 /* Setup drag-and-drop */ |
69b19e132df0
[gaim-migrate @ 5000]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
4606 gtk_drag_dest_set(pane, |
9300 | 4607 GTK_DEST_DEFAULT_MOTION | |
4608 GTK_DEST_DEFAULT_DROP, | |
4609 te, sizeof(te) / sizeof(GtkTargetEntry), | |
4610 GDK_ACTION_COPY); | |
4611 gtk_drag_dest_set(pane, | |
4612 GTK_DEST_DEFAULT_MOTION | | |
4613 GTK_DEST_DEFAULT_DROP, | |
4614 te, sizeof(te) / sizeof(GtkTargetEntry), | |
4615 GDK_ACTION_COPY); | |
4616 gtk_drag_dest_set(gtkconv->imhtml, 0, | |
4617 te, sizeof(te) / sizeof(GtkTargetEntry), | |
4618 GDK_ACTION_COPY); | |
4619 | |
4620 gtk_drag_dest_set(gtkconv->entry, 0, | |
4621 te, sizeof(te) / sizeof(GtkTargetEntry), | |
4622 GDK_ACTION_COPY); | |
4623 | |
4689
69b19e132df0
[gaim-migrate @ 5000]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
4624 g_signal_connect(G_OBJECT(pane), "drag_data_received", |
9300 | 4625 G_CALLBACK(conv_dnd_recv), conv); |
4689
69b19e132df0
[gaim-migrate @ 5000]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
4626 g_signal_connect(G_OBJECT(gtkconv->imhtml), "drag_data_received", |
9300 | 4627 G_CALLBACK(conv_dnd_recv), conv); |
8105 | 4628 g_signal_connect(G_OBJECT(gtkconv->entry), "drag_data_received", |
9300 | 4629 G_CALLBACK(conv_dnd_recv), conv); |
4630 | |
4359 | 4631 /* Setup the container for the tab. */ |
8253
0c5977fd3101
[gaim-migrate @ 8976]
Christian Hammond <chipx86@chipx86.com>
parents:
8252
diff
changeset
|
4632 gtkconv->tab_cont = tab_cont = gtk_vbox_new(FALSE, 6); |
0c5977fd3101
[gaim-migrate @ 8976]
Christian Hammond <chipx86@chipx86.com>
parents:
8252
diff
changeset
|
4633 gtk_container_set_border_width(GTK_CONTAINER(tab_cont), 6); |
4359 | 4634 gtk_container_add(GTK_CONTAINER(tab_cont), pane); |
4635 gtk_widget_show(pane); | |
4636 | |
4637 new_ui = TRUE; | |
6725
e62a504c83d0
[gaim-migrate @ 7252]
Christian Hammond <chipx86@chipx86.com>
parents:
6695
diff
changeset
|
4638 |
4359 | 4639 gtkconv->make_sound = TRUE; |
5902
6889b89cab90
[gaim-migrate @ 6334]
Christian Hammond <chipx86@chipx86.com>
parents:
5901
diff
changeset
|
4640 |
7326
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
4641 gtkconv->show_formatting_toolbar = gaim_prefs_get_bool( |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
4642 "/gaim/gtk/conversations/show_formatting_toolbar"); |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
4643 |
8329
9dd7c75ed433
[gaim-migrate @ 9053]
Christian Hammond <chipx86@chipx86.com>
parents:
8319
diff
changeset
|
4644 if (gtkconv->show_formatting_toolbar) |
9dd7c75ed433
[gaim-migrate @ 9053]
Christian Hammond <chipx86@chipx86.com>
parents:
8319
diff
changeset
|
4645 gtk_widget_show(gtkconv->toolbar); |
9dd7c75ed433
[gaim-migrate @ 9053]
Christian Hammond <chipx86@chipx86.com>
parents:
8319
diff
changeset
|
4646 |
9188 | 4647 gtkconv->show_timestamps = gaim_prefs_get_bool( |
4648 "/gaim/gtk/conversations/show_timestamps"); | |
4649 | |
4650 gtk_imhtml_show_comments(GTK_IMHTML(gtkconv->imhtml), | |
4651 gtkconv->show_timestamps); | |
4652 | |
8176 | 4653 g_signal_connect_swapped(G_OBJECT(pane), "focus", |
9080 | 4654 G_CALLBACK(gtk_widget_grab_focus), |
4655 gtkconv->entry); | |
4359 | 4656 } |
4657 | |
8253
0c5977fd3101
[gaim-migrate @ 8976]
Christian Hammond <chipx86@chipx86.com>
parents:
8252
diff
changeset
|
4658 gtkconv->tabby = tabby = gtk_hbox_new(FALSE, 6); |
0c5977fd3101
[gaim-migrate @ 8976]
Christian Hammond <chipx86@chipx86.com>
parents:
8252
diff
changeset
|
4659 gtkconv->menu_tabby = menu_tabby = gtk_hbox_new(FALSE, 6); |
4359 | 4660 |
4661 /* Close button. */ | |
4662 gtkconv->close = gtk_button_new(); | |
4663 gtk_widget_set_size_request(GTK_WIDGET(gtkconv->close), 16, 16); | |
7446
064c697cc223
[gaim-migrate @ 8057]
Christian Hammond <chipx86@chipx86.com>
parents:
7440
diff
changeset
|
4664 gtk_button_set_relief(GTK_BUTTON(gtkconv->close), GTK_RELIEF_NONE); |
4359 | 4665 gtk_container_add(GTK_CONTAINER(gtkconv->close), |
4445 | 4666 gtk_image_new_from_stock(GTK_STOCK_CLOSE, |
4667 GTK_ICON_SIZE_MENU)); | |
4359 | 4668 gtk_tooltips_set_tip(gtkconv->tooltips, gtkconv->close, |
4572
06084165a966
[gaim-migrate @ 4853]
Christian Hammond <chipx86@chipx86.com>
parents:
4571
diff
changeset
|
4669 _("Close conversation"), NULL); |
4359 | 4670 |
4671 g_signal_connect(G_OBJECT(gtkconv->close), "clicked", | |
4571
51e988d015ed
[gaim-migrate @ 4852]
Christian Hammond <chipx86@chipx86.com>
parents:
4561
diff
changeset
|
4672 G_CALLBACK(close_conv_cb), conv); |
4359 | 4673 |
7446
064c697cc223
[gaim-migrate @ 8057]
Christian Hammond <chipx86@chipx86.com>
parents:
7440
diff
changeset
|
4674 /* |
064c697cc223
[gaim-migrate @ 8057]
Christian Hammond <chipx86@chipx86.com>
parents:
7440
diff
changeset
|
4675 * I love Galeon. They have a fix for that stupid annoying visible |
064c697cc223
[gaim-migrate @ 8057]
Christian Hammond <chipx86@chipx86.com>
parents:
7440
diff
changeset
|
4676 * border bug. I love you guys! -- ChipX86 |
064c697cc223
[gaim-migrate @ 8057]
Christian Hammond <chipx86@chipx86.com>
parents:
7440
diff
changeset
|
4677 */ |
064c697cc223
[gaim-migrate @ 8057]
Christian Hammond <chipx86@chipx86.com>
parents:
7440
diff
changeset
|
4678 g_signal_connect(G_OBJECT(gtkconv->close), "state_changed", |
064c697cc223
[gaim-migrate @ 8057]
Christian Hammond <chipx86@chipx86.com>
parents:
7440
diff
changeset
|
4679 G_CALLBACK(tab_close_button_state_changed_cb), NULL); |
064c697cc223
[gaim-migrate @ 8057]
Christian Hammond <chipx86@chipx86.com>
parents:
7440
diff
changeset
|
4680 |
6392
e9974608b319
[gaim-migrate @ 6897]
Christian Hammond <chipx86@chipx86.com>
parents:
6371
diff
changeset
|
4681 /* Status icon. */ |
6440 | 4682 gtkconv->icon = gtk_image_new(); |
6771
8eebba08b44b
[gaim-migrate @ 7308]
Christian Hammond <chipx86@chipx86.com>
parents:
6760
diff
changeset
|
4683 gtkconv->menu_icon = gtk_image_new(); |
6440 | 4684 update_tab_icon(conv); |
6392
e9974608b319
[gaim-migrate @ 6897]
Christian Hammond <chipx86@chipx86.com>
parents:
6371
diff
changeset
|
4685 |
4359 | 4686 /* Tab label. */ |
4687 gtkconv->tab_label = gtk_label_new(gaim_conversation_get_title(conv)); | |
6771
8eebba08b44b
[gaim-migrate @ 7308]
Christian Hammond <chipx86@chipx86.com>
parents:
6760
diff
changeset
|
4688 gtkconv->menu_label = gtk_label_new(gaim_conversation_get_title(conv)); |
4359 | 4689 #if 0 |
4690 gtk_misc_set_alignment(GTK_MISC(gtkconv->tab_label), 0.00, 0.5); | |
4691 gtk_misc_set_padding(GTK_MISC(gtkconv->tab_label), 4, 0); | |
4692 #endif | |
4693 | |
4694 /* Pack it all together. */ | |
6392
e9974608b319
[gaim-migrate @ 6897]
Christian Hammond <chipx86@chipx86.com>
parents:
6371
diff
changeset
|
4695 gtk_box_pack_start(GTK_BOX(tabby), gtkconv->icon, FALSE, FALSE, 0); |
8407
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
4696 gtk_box_pack_start(GTK_BOX(menu_tabby), gtkconv->menu_icon, |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
4697 FALSE, FALSE, 0); |
15614a7cdc13
[gaim-migrate @ 9137]
Christian Hammond <chipx86@chipx86.com>
parents:
8380
diff
changeset
|
4698 |
8946 | 4699 gtk_widget_show_all(gtkconv->icon); |
4700 gtk_widget_show_all(gtkconv->menu_icon); | |
6392
e9974608b319
[gaim-migrate @ 6897]
Christian Hammond <chipx86@chipx86.com>
parents:
6371
diff
changeset
|
4701 |
4359 | 4702 gtk_box_pack_start(GTK_BOX(tabby), gtkconv->tab_label, TRUE, TRUE, 0); |
6771
8eebba08b44b
[gaim-migrate @ 7308]
Christian Hammond <chipx86@chipx86.com>
parents:
6760
diff
changeset
|
4703 gtk_box_pack_start(GTK_BOX(menu_tabby), gtkconv->menu_label, TRUE, TRUE, 0); |
4445 | 4704 gtk_widget_show(gtkconv->tab_label); |
6771
8eebba08b44b
[gaim-migrate @ 7308]
Christian Hammond <chipx86@chipx86.com>
parents:
6760
diff
changeset
|
4705 gtk_widget_show(gtkconv->menu_label); |
8eebba08b44b
[gaim-migrate @ 7308]
Christian Hammond <chipx86@chipx86.com>
parents:
6760
diff
changeset
|
4706 gtk_misc_set_alignment(GTK_MISC(gtkconv->menu_label), 0, 0); |
6392
e9974608b319
[gaim-migrate @ 6897]
Christian Hammond <chipx86@chipx86.com>
parents:
6371
diff
changeset
|
4707 |
4445 | 4708 gtk_box_pack_start(GTK_BOX(tabby), gtkconv->close, FALSE, FALSE, 0); |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
4709 if (gaim_prefs_get_bool("/gaim/gtk/conversations/close_on_tabs")) |
4445 | 4710 gtk_widget_show_all(gtkconv->close); |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
4711 |
4445 | 4712 gtk_widget_show(tabby); |
6771
8eebba08b44b
[gaim-migrate @ 7308]
Christian Hammond <chipx86@chipx86.com>
parents:
6760
diff
changeset
|
4713 gtk_widget_show(menu_tabby); |
4359 | 4714 |
7143 | 4715 if (gaim_conversation_get_type(conv) == GAIM_CONV_IM) |
4716 gaim_gtkconv_update_buddy_icon(conv); | |
7326
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
4717 |
9297 | 4718 /* Add this pane to the conversation's notebook. */ |
9606 | 4719 gtk_notebook_append_page_menu(GTK_NOTEBOOK(gtkwin->notebook), tab_cont, tabby, menu_tabby); |
4359 | 4720 |
4721 gtk_widget_show(tab_cont); | |
4722 | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
4723 if (gaim_conv_window_get_conversation_count(win) == 1) { |
4818 | 4724 /* Er, bug in notebooks? Switch to the page manually. */ |
4359 | 4725 gtk_notebook_set_current_page(GTK_NOTEBOOK(gtkwin->notebook), 0); |
4851 | 4726 |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
4727 gtk_notebook_set_show_tabs(GTK_NOTEBOOK(gtkwin->notebook), |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
4728 gaim_prefs_get_bool("/gaim/gtk/conversations/tabs")); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
4729 } |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
4730 else |
4818 | 4731 gtk_notebook_set_show_tabs(GTK_NOTEBOOK(gtkwin->notebook), TRUE); |
4359 | 4732 |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
4733 focus_conv = g_list_nth_data(gaim_conv_window_get_conversations(win), |
5204 | 4734 gtk_notebook_get_current_page(GTK_NOTEBOOK(gtkwin->notebook))); |
4735 focus_gtkconv = GAIM_GTK_CONVERSATION(focus_conv); | |
4736 gtk_widget_grab_focus(focus_gtkconv->entry); | |
4359 | 4737 |
4738 if (!new_ui) | |
4739 g_object_unref(gtkconv->tab_cont); | |
4740 | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
4741 if (gaim_conv_window_get_conversation_count(win) == 1) |
4685 | 4742 g_timeout_add(0, (GSourceFunc)update_send_as_selection, win); |
4359 | 4743 } |
4744 | |
4745 static void | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
4746 gaim_gtk_remove_conversation(GaimConvWindow *win, GaimConversation *conv) |
4359 | 4747 { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4748 GaimGtkWindow *gtkwin; |
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4749 GaimGtkConversation *gtkconv; |
4359 | 4750 unsigned int index; |
4818 | 4751 GaimConversationType conv_type; |
4752 | |
4753 conv_type = gaim_conversation_get_type(conv); | |
4359 | 4754 index = gaim_conversation_get_index(conv); |
4755 | |
4756 gtkwin = GAIM_GTK_WINDOW(win); | |
4757 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
4758 | |
4759 g_object_ref(gtkconv->tab_cont); | |
4760 gtk_object_sink(GTK_OBJECT(gtkconv->tab_cont)); | |
4761 | |
4762 gtk_notebook_remove_page(GTK_NOTEBOOK(gtkwin->notebook), index); | |
4763 | |
4818 | 4764 /* go back to tabless if need be */ |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
4765 if (gaim_conv_window_get_conversation_count(win) <= 2) { |
4818 | 4766 gtk_notebook_set_show_tabs(GTK_NOTEBOOK(gtkwin->notebook), |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
4767 gaim_prefs_get_bool("/gaim/gtk/conversations/tabs")); |
4818 | 4768 } |
4769 | |
4770 | |
4359 | 4771 /* If this window is setup with an inactive gc, regenerate the menu. */ |
4818 | 4772 if (conv_type == GAIM_CONV_IM && |
4359 | 4773 gaim_conversation_get_gc(conv) == NULL) { |
4774 | |
4360
c435a29370b8
[gaim-migrate @ 4626]
Christian Hammond <chipx86@chipx86.com>
parents:
4359
diff
changeset
|
4775 generate_send_as_items(win, conv); |
4359 | 4776 } |
4777 } | |
4778 | |
4779 static void | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
4780 gaim_gtk_move_conversation(GaimConvWindow *win, GaimConversation *conv, |
4359 | 4781 unsigned int new_index) |
4782 { | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4783 GaimGtkWindow *gtkwin; |
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4784 GaimGtkConversation *gtkconv; |
4359 | 4785 |
4786 gtkwin = GAIM_GTK_WINDOW(win); | |
4787 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
4788 | |
4415
c90039137172
[gaim-migrate @ 4688]
Christian Hammond <chipx86@chipx86.com>
parents:
4409
diff
changeset
|
4789 if (new_index > gaim_conversation_get_index(conv)) |
c90039137172
[gaim-migrate @ 4688]
Christian Hammond <chipx86@chipx86.com>
parents:
4409
diff
changeset
|
4790 new_index--; |
c90039137172
[gaim-migrate @ 4688]
Christian Hammond <chipx86@chipx86.com>
parents:
4409
diff
changeset
|
4791 |
4359 | 4792 gtk_notebook_reorder_child(GTK_NOTEBOOK(gtkwin->notebook), |
4793 gtkconv->tab_cont, new_index); | |
4794 } | |
4795 | |
4796 static int | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
4797 gaim_gtk_get_active_index(const GaimConvWindow *win) |
4359 | 4798 { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4799 GaimGtkWindow *gtkwin; |
5680
71cc0d5376c2
[gaim-migrate @ 6098]
Christian Hammond <chipx86@chipx86.com>
parents:
5678
diff
changeset
|
4800 int index; |
4359 | 4801 |
4802 gtkwin = GAIM_GTK_WINDOW(win); | |
4803 | |
5680
71cc0d5376c2
[gaim-migrate @ 6098]
Christian Hammond <chipx86@chipx86.com>
parents:
5678
diff
changeset
|
4804 index = gtk_notebook_get_current_page(GTK_NOTEBOOK(gtkwin->notebook)); |
71cc0d5376c2
[gaim-migrate @ 6098]
Christian Hammond <chipx86@chipx86.com>
parents:
5678
diff
changeset
|
4805 |
71cc0d5376c2
[gaim-migrate @ 6098]
Christian Hammond <chipx86@chipx86.com>
parents:
5678
diff
changeset
|
4806 /* |
71cc0d5376c2
[gaim-migrate @ 6098]
Christian Hammond <chipx86@chipx86.com>
parents:
5678
diff
changeset
|
4807 * A fix, because the first conversation may be active, but not |
71cc0d5376c2
[gaim-migrate @ 6098]
Christian Hammond <chipx86@chipx86.com>
parents:
5678
diff
changeset
|
4808 * appear in the notebook just yet. -- ChipX86 |
71cc0d5376c2
[gaim-migrate @ 6098]
Christian Hammond <chipx86@chipx86.com>
parents:
5678
diff
changeset
|
4809 */ |
71cc0d5376c2
[gaim-migrate @ 6098]
Christian Hammond <chipx86@chipx86.com>
parents:
5678
diff
changeset
|
4810 return (index == -1 ? 0 : index); |
4359 | 4811 } |
4812 | |
9260
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9247
diff
changeset
|
4813 static gboolean |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9247
diff
changeset
|
4814 gaim_gtk_has_focus(GaimConvWindow *win) |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9247
diff
changeset
|
4815 { |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9247
diff
changeset
|
4816 GaimGtkWindow *gtkwin; |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9247
diff
changeset
|
4817 gboolean has_focus = FALSE; |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9247
diff
changeset
|
4818 |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9247
diff
changeset
|
4819 gtkwin = GAIM_GTK_WINDOW(win); |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9247
diff
changeset
|
4820 g_object_get(G_OBJECT(gtkwin->window), "has-toplevel-focus", &has_focus, NULL); |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9247
diff
changeset
|
4821 |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9247
diff
changeset
|
4822 return has_focus; |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9247
diff
changeset
|
4823 } |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9247
diff
changeset
|
4824 |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
4825 static GaimConvWindowUiOps window_ui_ops = |
4359 | 4826 { |
7035
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7008
diff
changeset
|
4827 gaim_gtk_conversations_get_conv_ui_ops, |
4359 | 4828 gaim_gtk_new_window, |
4829 gaim_gtk_destroy_window, | |
4830 gaim_gtk_show, | |
4831 gaim_gtk_hide, | |
4832 gaim_gtk_raise, | |
4833 gaim_gtk_flash, | |
4834 gaim_gtk_switch_conversation, | |
4835 gaim_gtk_add_conversation, | |
4836 gaim_gtk_remove_conversation, | |
4837 gaim_gtk_move_conversation, | |
9260
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9247
diff
changeset
|
4838 gaim_gtk_get_active_index, |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9247
diff
changeset
|
4839 gaim_gtk_has_focus |
4359 | 4840 }; |
4841 | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
4842 GaimConvWindowUiOps * |
7035
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7008
diff
changeset
|
4843 gaim_gtk_conversations_get_win_ui_ops(void) |
4359 | 4844 { |
4465
6e37eb000b7a
[gaim-migrate @ 4740]
Christian Hammond <chipx86@chipx86.com>
parents:
4454
diff
changeset
|
4845 return &window_ui_ops; |
4359 | 4846 } |
4847 | |
4848 /************************************************************************** | |
4465
6e37eb000b7a
[gaim-migrate @ 4740]
Christian Hammond <chipx86@chipx86.com>
parents:
4454
diff
changeset
|
4849 * Conversation UI operations |
4359 | 4850 **************************************************************************/ |
4851 static void | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4852 gaim_gtkconv_destroy(GaimConversation *conv) |
4359 | 4853 { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4854 GaimGtkConversation *gtkconv = GAIM_GTK_CONVERSATION(conv); |
4359 | 4855 |
9504 | 4856 /* If the "Save Conversation" or "Save Icon" dialogs are open then close them */ |
4857 gaim_request_close_with_handle(conv); | |
4359 | 4858 |
4571
51e988d015ed
[gaim-migrate @ 4852]
Christian Hammond <chipx86@chipx86.com>
parents:
4561
diff
changeset
|
4859 gtk_widget_destroy(gtkconv->tab_cont); |
4892 | 4860 g_object_unref(gtkconv->tab_cont); |
4571
51e988d015ed
[gaim-migrate @ 4852]
Christian Hammond <chipx86@chipx86.com>
parents:
4561
diff
changeset
|
4861 |
4359 | 4862 if (gaim_conversation_get_type(conv) == GAIM_CONV_IM) { |
4755 | 4863 if (gtkconv->u.im->icon_timer != 0) |
4864 g_source_remove(gtkconv->u.im->icon_timer); | |
4865 | |
4359 | 4866 if (gtkconv->u.im->anim != NULL) |
4793 | 4867 g_object_unref(G_OBJECT(gtkconv->u.im->anim)); |
4359 | 4868 |
4869 g_free(gtkconv->u.im); | |
4870 } | |
4871 else if (gaim_conversation_get_type(conv) == GAIM_CONV_CHAT) { | |
4872 g_free(gtkconv->u.chat); | |
4873 } | |
4874 | |
4633 | 4875 gtk_object_sink(GTK_OBJECT(gtkconv->tooltips)); |
4876 | |
4359 | 4877 g_free(gtkconv); |
4878 } | |
4879 | |
4880 static void | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4881 gaim_gtkconv_write_im(GaimConversation *conv, const char *who, |
6982 | 4882 const char *message, GaimMessageFlags flags, |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4883 time_t mtime) |
4359 | 4884 { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4885 GaimGtkConversation *gtkconv; |
8630 | 4886 GaimConvWindow *gaimwin; |
4887 GaimGtkWindow *gtkwin; | |
4888 gboolean has_focus; | |
4359 | 4889 |
4890 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
8630 | 4891 gaimwin = gaim_conversation_get_window(conv); |
4892 gtkwin = GAIM_GTK_WINDOW(gaimwin); | |
4893 | |
4894 g_object_get(G_OBJECT(gtkwin->window), "has-toplevel-focus", &has_focus, NULL); | |
4359 | 4895 |
6621 | 4896 if (!(flags & GAIM_MESSAGE_NO_LOG) && |
9301 | 4897 gaim_prefs_get_bool("/gaim/gtk/conversations/im/raise_on_events")) { |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
4898 |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
4899 gaim_conv_window_raise(gaim_conversation_get_window(conv)); |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
4900 } |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
4901 |
4382
76223649765b
[gaim-migrate @ 4648]
Christian Hammond <chipx86@chipx86.com>
parents:
4378
diff
changeset
|
4902 /* Play a sound, if specified in prefs. */ |
8630 | 4903 if (gtkconv->make_sound && !((gaim_conv_window_get_active_conversation(gaimwin) == conv) && |
8633 | 4904 !gaim_prefs_get_bool("/gaim/gtk/sound/conv_focus") && has_focus)) { |
6621 | 4905 if (flags & GAIM_MESSAGE_RECV) { |
4359 | 4906 if (gtkconv->u.im->a_virgin && |
5820 | 4907 gaim_prefs_get_bool("/gaim/gtk/sound/enabled/first_im_recv")) { |
4359 | 4908 |
4561 | 4909 gaim_sound_play_event(GAIM_SOUND_FIRST_RECEIVE); |
4359 | 4910 } |
4911 else | |
4561 | 4912 gaim_sound_play_event(GAIM_SOUND_RECEIVE); |
4359 | 4913 } |
4914 else { | |
4561 | 4915 gaim_sound_play_event(GAIM_SOUND_SEND); |
4359 | 4916 } |
4917 } | |
4918 | |
4919 gtkconv->u.im->a_virgin = FALSE; | |
4920 | |
6982 | 4921 gaim_conversation_write(conv, who, message, flags, mtime); |
4359 | 4922 } |
4923 | |
4924 static void | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4925 gaim_gtkconv_write_chat(GaimConversation *conv, const char *who, |
6621 | 4926 const char *message, GaimMessageFlags flags, time_t mtime) |
4359 | 4927 { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4928 GaimGtkConversation *gtkconv; |
8630 | 4929 GaimConvWindow *gaimwin; |
4930 GaimGtkWindow *gtkwin; | |
4931 gboolean has_focus; | |
4359 | 4932 |
4933 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
8630 | 4934 gaimwin = gaim_conversation_get_window(conv); |
4935 gtkwin = GAIM_GTK_WINDOW(gaimwin); | |
4936 | |
4937 g_object_get(G_OBJECT(gtkwin->window), "has-toplevel-focus", &has_focus, NULL); | |
4359 | 4938 |
4382
76223649765b
[gaim-migrate @ 4648]
Christian Hammond <chipx86@chipx86.com>
parents:
4378
diff
changeset
|
4939 /* Play a sound, if specified in prefs. */ |
8630 | 4940 if (gtkconv->make_sound && !((gaim_conv_window_get_active_conversation(gaimwin) == conv) && |
9704 | 4941 !gaim_prefs_get_bool("/gaim/gtk/sound/conv_focus") && has_focus) && |
4942 !(flags & GAIM_MESSAGE_DELAYED) && | |
4943 !(flags & GAIM_MESSAGE_SYSTEM)) { | |
4944 | |
6621 | 4945 if (!(flags & GAIM_MESSAGE_WHISPER) && (flags & GAIM_MESSAGE_SEND)) |
4561 | 4946 gaim_sound_play_event(GAIM_SOUND_CHAT_YOU_SAY); |
9704 | 4947 else if (flags & GAIM_MESSAGE_RECV) { |
6621 | 4948 if ((flags & GAIM_MESSAGE_NICK) && |
9584 | 4949 gaim_prefs_get_bool("/gaim/gtk/sound/enabled/nick_said")) { |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
4950 |
4561 | 4951 gaim_sound_play_event(GAIM_SOUND_CHAT_NICK); |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
4952 } |
4359 | 4953 else |
4561 | 4954 gaim_sound_play_event(GAIM_SOUND_CHAT_SAY); |
4359 | 4955 } |
4956 } | |
4957 | |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
4958 if (gaim_prefs_get_bool("/gaim/gtk/conversations/chat/color_nicks")) |
6621 | 4959 flags |= GAIM_MESSAGE_COLORIZE; |
4359 | 4960 |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
4961 /* Raise the window, if specified in prefs. */ |
6621 | 4962 if (!(flags & GAIM_MESSAGE_NO_LOG) && |
9150 | 4963 /* we may want to change this */ |
9301 | 4964 gaim_prefs_get_bool("/gaim/gtk/conversations/chat/raise_on_events")) { |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
4965 |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
4966 gaim_conv_window_raise(gaim_conversation_get_window(conv)); |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
4967 } |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
4968 |
6982 | 4969 gaim_conversation_write(conv, who, message, flags, mtime); |
4359 | 4970 } |
4971 | |
4972 static void | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4973 gaim_gtkconv_write_conv(GaimConversation *conv, const char *who, |
6982 | 4974 const char *message, GaimMessageFlags flags, |
4359 | 4975 time_t mtime) |
4976 { | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
4977 GaimGtkConversation *gtkconv; |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
4978 GaimConvWindow *win; |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5551
diff
changeset
|
4979 GaimConnection *gc; |
4359 | 4980 int gtk_font_options = 0; |
7440 | 4981 char buf[BUF_LONG]; |
4359 | 4982 char buf2[BUF_LONG]; |
4983 char mdate[64]; | |
4984 char color[10]; | |
4985 char *str; | |
4986 char *with_font_tag; | |
4896 | 4987 char *sml_attrib = NULL; |
6982 | 4988 size_t length = strlen(message) + 1; |
4895 | 4989 |
4359 | 4990 gtkconv = GAIM_GTK_CONVERSATION(conv); |
4991 gc = gaim_conversation_get_gc(conv); | |
4992 | |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
4993 win = gaim_conversation_get_window(conv); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
4994 |
9301 | 4995 if (!(flags & GAIM_MESSAGE_NO_LOG) && |
4996 ((gaim_conversation_get_type(conv) == GAIM_CONV_CHAT && | |
4997 gaim_prefs_get_bool("/gaim/gtk/conversations/chat/raise_on_events")) || | |
4998 (gaim_conversation_get_type(conv) == GAIM_CONV_IM && | |
4999 gaim_prefs_get_bool("/gaim/gtk/conversations/im/raise_on_events")))) { | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5000 gaim_conv_window_show(win); |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
5001 } |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
5002 |
8677 | 5003 if (gtk_text_buffer_get_char_count(gtk_text_view_get_buffer(GTK_TEXT_VIEW(gtkconv->imhtml)))) |
5004 gtk_imhtml_append_text(GTK_IMHTML(gtkconv->imhtml), "<BR>", 0); | |
5005 | |
5133 | 5006 if(time(NULL) > mtime + 20*60) /* show date if older than 20 minutes */ |
5007 strftime(mdate, sizeof(mdate), "%Y-%m-%d %H:%M:%S", localtime(&mtime)); | |
5008 else | |
5009 strftime(mdate, sizeof(mdate), "%H:%M:%S", localtime(&mtime)); | |
4359 | 5010 |
4896 | 5011 if(gc) |
9699 | 5012 sml_attrib = g_strdup_printf("sml=\"%s\"", |
5013 gaim_account_get_protocol_name(conv->account)); | |
7440 | 5014 |
4359 | 5015 gtk_font_options ^= GTK_IMHTML_NO_COMMENTS; |
5016 | |
9049 | 5017 if (gaim_prefs_get_bool("/gaim/gtk/conversations/ignore_colors")) |
5018 gtk_font_options ^= GTK_IMHTML_NO_COLOURS; | |
5019 if (gaim_prefs_get_bool("/gaim/gtk/conversations/ignore_fonts")) | |
5020 gtk_font_options ^= GTK_IMHTML_NO_FONTS; | |
5021 if (gaim_prefs_get_bool("/gaim/gtk/conversations/ignore_font_sizes")) | |
5022 gtk_font_options ^= GTK_IMHTML_NO_SIZES; | |
4359 | 5023 |
7956 | 5024 /* this is gonna crash one day, I can feel it. */ |
5025 if (GAIM_PLUGIN_PROTOCOL_INFO(gaim_find_prpl(gaim_account_get_protocol_id(conv->account)))->options & | |
7431 | 5026 OPT_PROTO_USE_POINTSIZE) { |
5367 | 5027 gtk_font_options ^= GTK_IMHTML_USE_POINTSIZE; |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
5028 } |
4359 | 5029 |
6621 | 5030 if (flags & GAIM_MESSAGE_SYSTEM) { |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
5031 if (gaim_prefs_get_bool("/gaim/gtk/conversations/show_timestamps")) |
8380 | 5032 g_snprintf(buf, BUF_LONG, "<FONT SIZE=\"2\">(%s)</FONT> <B>%s</B>", |
7431 | 5033 mdate, message); |
4359 | 5034 else |
5035 g_snprintf(buf, BUF_LONG, "<B>%s</B>", message); | |
7440 | 5036 |
4359 | 5037 g_snprintf(buf2, sizeof(buf2), |
8690 | 5038 "<FONT %s><FONT SIZE=\"2\"><!--(%s) --></FONT><B>%s</B></FONT>", |
7850 | 5039 sml_attrib, mdate, message); |
7440 | 5040 |
8962 | 5041 gtk_imhtml_append_text(GTK_IMHTML(gtkconv->imhtml), buf2, 0); |
7440 | 5042 |
7583 | 5043 /* Add the message to a conversations scrollback buffer */ |
5044 conv->history = g_string_append(conv->history, buf); | |
5045 conv->history = g_string_append(conv->history, "<BR>\n"); | |
7440 | 5046 |
8722 | 5047 } else if (flags & GAIM_MESSAGE_ERROR) { |
5048 if (gaim_prefs_get_bool("/gaim/gtk/conversations/show_timestamps")) | |
9627 | 5049 g_snprintf(buf, BUF_LONG, "<FONT COLOR=\"#ff0000\"><FONT SIZE=\"2\">(%s)</FONT> <B>%s</B></FONT>", |
8722 | 5050 mdate, message); |
5051 else | |
5052 g_snprintf(buf, BUF_LONG, "<FONT COLOR=\"#ff0000\"><B>%s</B></FONT>", message); | |
9554 | 5053 |
8722 | 5054 g_snprintf(buf2, sizeof(buf2), |
9627 | 5055 "<FONT COLOR=\"#ff0000\"><FONT %s><FONT SIZE=\"2\"><!--(%s) --></FONT><B>%s</B></FONT></FONT>", |
8722 | 5056 sml_attrib, mdate, message); |
9554 | 5057 |
8962 | 5058 gtk_imhtml_append_text(GTK_IMHTML(gtkconv->imhtml), buf2, 0); |
5059 | |
8722 | 5060 /* Add the message to a conversations scrollback buffer */ |
5061 conv->history = g_string_append(conv->history, buf); | |
5062 conv->history = g_string_append(conv->history, "<BR>\n"); | |
7431 | 5063 } else if (flags & GAIM_MESSAGE_NO_LOG) { |
4359 | 5064 g_snprintf(buf, BUF_LONG, |
8690 | 5065 "<B><FONT %s COLOR=\"#777777\">%s</FONT></B>", |
7850 | 5066 sml_attrib, message); |
7440 | 5067 |
8962 | 5068 gtk_imhtml_append_text(GTK_IMHTML(gtkconv->imhtml), buf, 0); |
4359 | 5069 } |
5070 else { | |
4895 | 5071 char *new_message = g_memdup(message, length); |
9613 | 5072 char *who_escaped = (who ? g_markup_escape_text(who, strlen(who)) : g_strdup("")); |
7440 | 5073 |
6621 | 5074 if (flags & GAIM_MESSAGE_WHISPER) { |
4359 | 5075 str = g_malloc(1024); |
7440 | 5076 |
4359 | 5077 /* If we're whispering, it's not an autoresponse. */ |
7564 | 5078 if (gaim_message_meify(new_message, length)) { |
8908 | 5079 g_snprintf(str, 1024, "***%s", who_escaped); |
4359 | 5080 strcpy(color, "#6C2585"); |
5081 } | |
5082 else { | |
8908 | 5083 g_snprintf(str, 1024, "*%s*:", who_escaped); |
4359 | 5084 strcpy(color, "#00FF00"); |
5085 } | |
7440 | 5086 } |
4359 | 5087 else { |
7564 | 5088 if (gaim_message_meify(new_message, length)) { |
4359 | 5089 str = g_malloc(1024); |
7440 | 5090 |
6621 | 5091 if (flags & GAIM_MESSAGE_AUTO_RESP) |
8908 | 5092 g_snprintf(str, 1024, "%s ***%s", AUTO_RESPONSE, who_escaped); |
4359 | 5093 else |
8908 | 5094 g_snprintf(str, 1024, "***%s", who_escaped); |
7440 | 5095 |
6621 | 5096 if (flags & GAIM_MESSAGE_NICK) |
4359 | 5097 strcpy(color, "#AF7F00"); |
5098 else | |
5099 strcpy(color, "#062585"); | |
5100 } | |
5101 else { | |
5102 str = g_malloc(1024); | |
6621 | 5103 if (flags & GAIM_MESSAGE_AUTO_RESP) |
8908 | 5104 g_snprintf(str, 1024, "%s %s", who_escaped, AUTO_RESPONSE); |
4359 | 5105 else |
8908 | 5106 g_snprintf(str, 1024, "%s:", who_escaped); |
6621 | 5107 if (flags & GAIM_MESSAGE_NICK) |
4359 | 5108 strcpy(color, "#AF7F00"); |
6621 | 5109 else if (flags & GAIM_MESSAGE_RECV) { |
5110 if (flags & GAIM_MESSAGE_COLORIZE) { | |
4359 | 5111 const char *u; |
5112 int m = 0; | |
7440 | 5113 |
4359 | 5114 for (u = who; *u != '\0'; u++) |
5115 m += *u; | |
7440 | 5116 |
4359 | 5117 m = m % NUM_NICK_COLORS; |
7440 | 5118 |
4359 | 5119 strcpy(color, nick_colors[m]); |
5120 } | |
5121 else | |
7854 | 5122 strcpy(color, RECV_COLOR); |
4359 | 5123 } |
6621 | 5124 else if (flags & GAIM_MESSAGE_SEND) |
7854 | 5125 strcpy(color, SEND_COLOR); |
4359 | 5126 } |
8908 | 5127 |
5128 if(who_escaped) | |
5129 g_free(who_escaped); | |
4359 | 5130 } |
7440 | 5131 |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
5132 if (gaim_prefs_get_bool("/gaim/gtk/conversations/show_timestamps")) |
4359 | 5133 g_snprintf(buf, BUF_LONG, |
8380 | 5134 "<FONT COLOR=\"%s\" %s><FONT SIZE=\"2\">(%s)</FONT> " |
7431 | 5135 "<B>%s</B></FONT> ", color, |
5136 sml_attrib ? sml_attrib : "", mdate, str); | |
4359 | 5137 else |
5138 g_snprintf(buf, BUF_LONG, | |
7431 | 5139 "<FONT COLOR=\"%s\" %s><B>%s</B></FONT> ", color, |
5140 sml_attrib ? sml_attrib : "", str); | |
7440 | 5141 |
4359 | 5142 g_snprintf(buf2, BUF_LONG, |
8380 | 5143 "<FONT COLOR=\"%s\" %s><FONT SIZE=\"2\"><!--(%s) --></FONT>" |
7431 | 5144 "<B>%s</B></FONT> ", |
5145 color, sml_attrib ? sml_attrib : "", mdate, str); | |
7440 | 5146 |
4359 | 5147 g_free(str); |
5148 | |
8962 | 5149 gtk_imhtml_append_text(GTK_IMHTML(gtkconv->imhtml), |
5150 buf2, 0); | |
4359 | 5151 |
4895 | 5152 if(gc){ |
4896 | 5153 char *pre = g_strdup_printf("<font %s>", sml_attrib ? sml_attrib : ""); |
4895 | 5154 char *post = "</font>"; |
5155 int pre_len = strlen(pre); | |
5156 int post_len = strlen(post); | |
7440 | 5157 |
4895 | 5158 with_font_tag = g_malloc(length + pre_len + post_len + 1); |
7440 | 5159 |
4895 | 5160 strcpy(with_font_tag, pre); |
5161 memcpy(with_font_tag + pre_len, new_message, length); | |
5162 strcpy(with_font_tag + pre_len + length, post); | |
7440 | 5163 |
4895 | 5164 length += pre_len + post_len; |
5165 g_free(pre); | |
5166 } | |
4608 | 5167 else |
4895 | 5168 with_font_tag = g_memdup(new_message, length); |
7440 | 5169 |
8962 | 5170 gtk_imhtml_append_text(GTK_IMHTML(gtkconv->imhtml), |
5171 with_font_tag, gtk_font_options); | |
7440 | 5172 |
8557 | 5173 conv->history = g_string_append(conv->history, buf); |
5174 conv->history = g_string_append(conv->history, new_message); | |
5175 conv->history = g_string_append(conv->history, "<BR>\n"); | |
7440 | 5176 |
5177 g_free(with_font_tag); | |
7447 | 5178 g_free(new_message); |
7440 | 5179 } |
5180 | |
6062 | 5181 |
5012 | 5182 if(sml_attrib) |
5183 g_free(sml_attrib); | |
4359 | 5184 } |
5185 | |
5186 static void | |
9846 | 5187 gaim_gtkconv_chat_add_user(GaimConversation *conv, const char *user, gboolean new_arrival) |
4359 | 5188 { |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5189 GaimConvChat *chat; |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
5190 GaimGtkConversation *gtkconv; |
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
5191 GaimGtkChatPane *gtkchat; |
4359 | 5192 char tmp[BUF_LONG]; |
5193 int num_users; | |
5194 | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5195 chat = GAIM_CONV_CHAT(conv); |
4359 | 5196 gtkconv = GAIM_GTK_CONVERSATION(conv); |
5197 gtkchat = gtkconv->u.chat; | |
5198 | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5199 num_users = g_list_length(gaim_conv_chat_get_users(chat)); |
4359 | 5200 |
5201 g_snprintf(tmp, sizeof(tmp), | |
5202 ngettext("%d person in room", "%d people in room", | |
5203 num_users), | |
5204 num_users); | |
5205 | |
5206 gtk_label_set_text(GTK_LABEL(gtkchat->count), tmp); | |
5207 | |
9846 | 5208 if (gtkconv->make_sound && new_arrival) |
4561 | 5209 gaim_sound_play_event(GAIM_SOUND_CHAT_JOIN); |
4359 | 5210 |
9554 | 5211 add_chat_buddy_common(conv, user); |
4359 | 5212 } |
5213 | |
5214 static void | |
6407
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5215 gaim_gtkconv_chat_add_users(GaimConversation *conv, GList *users) |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5216 { |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5217 GaimConvChat *chat; |
6407
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5218 GaimGtkConversation *gtkconv; |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5219 GaimGtkChatPane *gtkchat; |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5220 GList *l; |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5221 char tmp[BUF_LONG]; |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5222 int num_users; |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5223 |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5224 chat = GAIM_CONV_CHAT(conv); |
6407
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5225 gtkconv = GAIM_GTK_CONVERSATION(conv); |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5226 gtkchat = gtkconv->u.chat; |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5227 |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5228 num_users = g_list_length(gaim_conv_chat_get_users(chat)); |
6407
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5229 |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5230 g_snprintf(tmp, sizeof(tmp), |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5231 ngettext("%d person in room", "%d people in room", |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5232 num_users), |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5233 num_users); |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5234 |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5235 gtk_label_set_text(GTK_LABEL(gtkchat->count), tmp); |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5236 |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5237 for (l = users; l != NULL; l = l->next) { |
9554 | 5238 add_chat_buddy_common(conv, (char *)l->data); |
6407
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5239 } |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5240 } |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5241 |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5242 static void |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
5243 gaim_gtkconv_chat_rename_user(GaimConversation *conv, const char *old_name, |
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
5244 const char *new_name) |
4359 | 5245 { |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5246 GaimConvChat *chat; |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
5247 GaimGtkConversation *gtkconv; |
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
5248 GaimGtkChatPane *gtkchat; |
4359 | 5249 GtkTreeIter iter; |
5250 GtkTreeModel *model; | |
5251 int f = 1; | |
5252 | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5253 chat = GAIM_CONV_CHAT(conv); |
4359 | 5254 gtkconv = GAIM_GTK_CONVERSATION(conv); |
5255 gtkchat = gtkconv->u.chat; | |
5256 | |
9554 | 5257 model = gtk_tree_view_get_model(GTK_TREE_VIEW(gtkchat->list)); |
5258 | |
5259 if (!gtk_tree_model_get_iter_first(GTK_TREE_MODEL(model), &iter)) | |
5260 return; | |
5261 | |
5262 while (f != 0) { | |
5263 char *val; | |
5264 | |
5265 gtk_tree_model_get(GTK_TREE_MODEL(model), &iter, CHAT_USERS_NAME_COLUMN, &val, -1); | |
5266 | |
5267 if (!gaim_utf8_strcasecmp(old_name, val)) { | |
5268 gtk_list_store_remove(GTK_LIST_STORE(model), &iter); | |
5269 g_free(val); | |
4359 | 5270 break; |
5271 } | |
9554 | 5272 |
5273 f = gtk_tree_model_iter_next(GTK_TREE_MODEL(model), &iter); | |
5274 | |
5275 g_free(val); | |
4359 | 5276 } |
5277 | |
9554 | 5278 if (!gaim_conv_chat_find_user(chat, old_name)) |
4359 | 5279 return; |
5280 | |
9554 | 5281 add_chat_buddy_common(conv, new_name); |
4359 | 5282 } |
5283 | |
5284 static void | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
5285 gaim_gtkconv_chat_remove_user(GaimConversation *conv, const char *user) |
4359 | 5286 { |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5287 GaimConvChat *chat; |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
5288 GaimGtkConversation *gtkconv; |
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
5289 GaimGtkChatPane *gtkchat; |
4359 | 5290 GtkTreeIter iter; |
5291 GtkTreeModel *model; | |
5292 char tmp[BUF_LONG]; | |
5293 int num_users; | |
5294 int f = 1; | |
5295 | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5296 chat = GAIM_CONV_CHAT(conv); |
4359 | 5297 gtkconv = GAIM_GTK_CONVERSATION(conv); |
5298 gtkchat = gtkconv->u.chat; | |
5299 | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5300 num_users = g_list_length(gaim_conv_chat_get_users(chat)) - 1; |
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5301 |
9554 | 5302 model = gtk_tree_view_get_model(GTK_TREE_VIEW(gtkchat->list)); |
5303 | |
5304 if (!gtk_tree_model_get_iter_first(GTK_TREE_MODEL(model), &iter)) | |
5305 return; | |
5306 | |
5307 while (f != 0) { | |
5308 char *val; | |
5309 | |
5310 gtk_tree_model_get(GTK_TREE_MODEL(model), &iter, CHAT_USERS_NAME_COLUMN, &val, -1); | |
5311 | |
5312 if (!gaim_utf8_strcasecmp(user, val)) { | |
5313 gtk_list_store_remove(GTK_LIST_STORE(model), &iter); | |
5314 g_free(val); | |
4359 | 5315 break; |
5316 } | |
9554 | 5317 |
5318 f = gtk_tree_model_iter_next(GTK_TREE_MODEL(model), &iter); | |
5319 | |
5320 g_free(val); | |
4359 | 5321 } |
5322 | |
9554 | 5323 if (!gaim_conv_chat_find_user(chat, user)) |
4359 | 5324 return; |
5325 | |
5326 g_snprintf(tmp, sizeof(tmp), | |
9554 | 5327 ngettext("%d person in room", "%d people in room", |
5328 num_users), num_users); | |
4359 | 5329 |
5330 gtk_label_set_text(GTK_LABEL(gtkchat->count), tmp); | |
5331 | |
5332 if (gtkconv->make_sound) | |
4561 | 5333 gaim_sound_play_event(GAIM_SOUND_CHAT_LEAVE); |
4359 | 5334 } |
5335 | |
5336 static void | |
6407
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5337 gaim_gtkconv_chat_remove_users(GaimConversation *conv, GList *users) |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5338 { |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5339 GaimConvChat *chat; |
6407
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5340 GaimGtkConversation *gtkconv; |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5341 GaimGtkChatPane *gtkchat; |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5342 GtkTreeIter iter; |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5343 GtkTreeModel *model; |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5344 GList *l; |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5345 char tmp[BUF_LONG]; |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5346 int num_users; |
8256
1d86096ae0f4
[gaim-migrate @ 8979]
Christian Hammond <chipx86@chipx86.com>
parents:
8253
diff
changeset
|
5347 gboolean f; |
6407
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5348 |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5349 chat = GAIM_CONV_CHAT(conv); |
6407
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5350 gtkconv = GAIM_GTK_CONVERSATION(conv); |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5351 gtkchat = gtkconv->u.chat; |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5352 |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5353 num_users = g_list_length(gaim_conv_chat_get_users(chat)) - |
6407
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5354 g_list_length(users); |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5355 |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5356 for (l = users; l != NULL; l = l->next) { |
9554 | 5357 model = gtk_tree_view_get_model(GTK_TREE_VIEW(gtkchat->list)); |
5358 | |
5359 if (!gtk_tree_model_get_iter_first(GTK_TREE_MODEL(model), | |
5360 &iter)) | |
5361 continue; | |
5362 | |
5363 do { | |
5364 char *val; | |
5365 | |
5366 gtk_tree_model_get(GTK_TREE_MODEL(model), &iter, | |
5367 CHAT_USERS_NAME_COLUMN, &val, -1); | |
5368 | |
9696 | 5369 if (!gaim_utf8_strcasecmp((char *)l->data, val)) { |
5370 #if GTK_CHECK_VERSION(2,2,0) | |
9554 | 5371 f = gtk_list_store_remove(GTK_LIST_STORE(model), &iter); |
9696 | 5372 #else |
5373 gtk_list_store_remove(GTK_LIST_STORE(model), &iter); | |
5374 f = gtk_tree_model_iter_next(GTK_TREE_MODEL(model), &iter); | |
5375 #endif | |
5376 } | |
9554 | 5377 else |
5378 f = gtk_tree_model_iter_next(GTK_TREE_MODEL(model), &iter); | |
5379 | |
5380 g_free(val); | |
5381 } while (f); | |
6407
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5382 } |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5383 |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5384 g_snprintf(tmp, sizeof(tmp), |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5385 ngettext("%d person in room", "%d people in room", |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5386 num_users), num_users); |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5387 |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5388 gtk_label_set_text(GTK_LABEL(gtkchat->count), tmp); |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5389 } |
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5390 |
9554 | 5391 static void |
5392 gaim_gtkconv_chat_update_user(GaimConversation *conv, const char *user) | |
5393 { | |
5394 GaimConvChat *chat; | |
5395 GaimGtkConversation *gtkconv; | |
5396 GaimGtkChatPane *gtkchat; | |
5397 GtkTreeIter iter; | |
5398 GtkTreeModel *model; | |
5399 int f = 1; | |
5400 | |
5401 chat = GAIM_CONV_CHAT(conv); | |
5402 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
5403 gtkchat = gtkconv->u.chat; | |
5404 | |
5405 model = gtk_tree_view_get_model(GTK_TREE_VIEW(gtkchat->list)); | |
5406 | |
5407 if (!gtk_tree_model_get_iter_first(GTK_TREE_MODEL(model), &iter)) | |
5408 return; | |
5409 | |
5410 while (f != 0) { | |
5411 char *val; | |
5412 | |
5413 gtk_tree_model_get(GTK_TREE_MODEL(model), &iter, CHAT_USERS_NAME_COLUMN, &val, -1); | |
5414 | |
5415 if (!gaim_utf8_strcasecmp(user, val)) { | |
5416 gtk_list_store_remove(GTK_LIST_STORE(model), &iter); | |
5417 g_free(val); | |
5418 break; | |
5419 } | |
5420 | |
5421 f = gtk_tree_model_iter_next(GTK_TREE_MODEL(model), &iter); | |
5422 | |
5423 g_free(val); | |
5424 } | |
5425 | |
5426 if (!gaim_conv_chat_find_user(chat, user)) | |
5427 return; | |
5428 | |
5429 add_chat_buddy_common(conv, user); | |
5430 } | |
5431 | |
9260
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9247
diff
changeset
|
5432 static gboolean |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9247
diff
changeset
|
5433 gaim_gtkconv_has_focus(GaimConversation *conv) |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9247
diff
changeset
|
5434 { |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9247
diff
changeset
|
5435 GaimConvWindow *win; |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9247
diff
changeset
|
5436 GaimGtkWindow *gtkwin; |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9247
diff
changeset
|
5437 gboolean has_focus; |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9247
diff
changeset
|
5438 |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9247
diff
changeset
|
5439 win = gaim_conversation_get_window(conv); |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9247
diff
changeset
|
5440 gtkwin = GAIM_GTK_WINDOW(win); |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9247
diff
changeset
|
5441 |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9247
diff
changeset
|
5442 g_object_get(G_OBJECT(gtkwin->window), "has-toplevel-focus", &has_focus, NULL); |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9247
diff
changeset
|
5443 |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9247
diff
changeset
|
5444 return has_focus; |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9247
diff
changeset
|
5445 } |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9247
diff
changeset
|
5446 |
6407
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5447 static void |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
5448 gaim_gtkconv_updated(GaimConversation *conv, GaimConvUpdateType type) |
4359 | 5449 { |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5450 GaimConvWindow *win; |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
5451 GaimGtkWindow *gtkwin; |
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
5452 GaimGtkConversation *gtkconv; |
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
5453 GaimGtkChatPane *gtkchat; |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5454 GaimConvChat *chat; |
4359 | 5455 |
5456 win = gaim_conversation_get_window(conv); | |
8001
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5457 gtkwin = GAIM_GTK_WINDOW(win); |
4359 | 5458 gtkconv = GAIM_GTK_CONVERSATION(conv); |
5459 | |
8001
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5460 if (type == GAIM_CONV_UPDATE_ACCOUNT) |
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5461 { |
4359 | 5462 gaim_conversation_autoset_title(conv); |
5881
cc7870e1e3b3
[gaim-migrate @ 6313]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
5463 |
cc7870e1e3b3
[gaim-migrate @ 6313]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
5464 if (gaim_conversation_get_type(conv) == GAIM_CONV_IM) |
cc7870e1e3b3
[gaim-migrate @ 6313]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
5465 gaim_gtkconv_update_buddy_icon(conv); |
cc7870e1e3b3
[gaim-migrate @ 6313]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
5466 |
4359 | 5467 gaim_gtkconv_update_buttons_by_protocol(conv); |
5468 | |
4685 | 5469 g_timeout_add(0, (GSourceFunc)update_send_as_selection, win); |
4359 | 5470 |
5471 smiley_themeize(gtkconv->imhtml); | |
6394 | 5472 |
6395 | 5473 update_tab_icon(conv); |
4359 | 5474 } |
5475 else if (type == GAIM_CONV_UPDATE_TYPING || | |
8155
77d1252b3803
[gaim-migrate @ 8867]
Christian Hammond <chipx86@chipx86.com>
parents:
8143
diff
changeset
|
5476 type == GAIM_CONV_UPDATE_UNSEEN || |
77d1252b3803
[gaim-migrate @ 8867]
Christian Hammond <chipx86@chipx86.com>
parents:
8143
diff
changeset
|
5477 type == GAIM_CONV_UPDATE_TITLE) |
8001
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5478 { |
9472 | 5479 char *title; |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5480 GaimConvIm *im = NULL; |
9472 | 5481 GaimConnection *gc = gaim_conversation_get_gc(conv); |
8001
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5482 char color[8]; |
4736 | 5483 |
4359 | 5484 if (gaim_conversation_get_type(conv) == GAIM_CONV_IM) |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5485 im = GAIM_CONV_IM(conv); |
4359 | 5486 |
9472 | 5487 if (!gc || ((gaim_conversation_get_type(conv) == GAIM_CONV_CHAT) |
5488 && gaim_conv_chat_has_left(GAIM_CONV_CHAT(conv)))) | |
5489 title = g_strdup_printf("(%s)", gaim_conversation_get_title(conv)); | |
5490 | |
5491 else | |
5492 title = g_strdup(gaim_conversation_get_title(conv)); | |
8001
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5493 |
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5494 *color = '\0'; |
4359 | 5495 |
5496 if (!GTK_WIDGET_REALIZED(gtkconv->tab_label)) | |
5497 gtk_widget_realize(gtkconv->tab_label); | |
5498 | |
8001
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5499 if (im != NULL && gaim_conv_im_get_typing_state(im) == GAIM_TYPING) |
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5500 { |
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5501 strcpy(color, "#47A046"); |
4359 | 5502 } |
8001
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5503 else if (im != NULL && gaim_conv_im_get_typing_state(im) == GAIM_TYPED) |
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5504 { |
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5505 strcpy(color, "#D1940C"); |
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5506 } |
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5507 else if (gaim_conversation_get_unseen(conv) == GAIM_UNSEEN_NICK) |
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5508 { |
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5509 strcpy(color, "#314E6C"); |
4359 | 5510 } |
8252 | 5511 else if (gaim_conversation_get_unseen(conv) == GAIM_UNSEEN_TEXT) |
5512 { | |
5513 strcpy(color, "#DF421E"); | |
5514 } | |
8001
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5515 else if (gaim_conversation_get_unseen(conv) == GAIM_UNSEEN_EVENT) |
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5516 { |
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5517 strcpy(color, "#868272"); |
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5518 } |
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5519 |
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5520 if (*color != '\0') |
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5521 { |
8536 | 5522 char *html_title,*label; |
5523 | |
5524 html_title = gaim_escape_html(title); | |
8001
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5525 |
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5526 label = g_strdup_printf("<span color=\"%s\">%s</span>", |
8536 | 5527 color, html_title); |
5528 g_free(html_title); | |
7995
87d3260f961a
[gaim-migrate @ 8672]
Christian Hammond <chipx86@chipx86.com>
parents:
7990
diff
changeset
|
5529 gtk_label_set_markup(GTK_LABEL(gtkconv->tab_label), label); |
87d3260f961a
[gaim-migrate @ 8672]
Christian Hammond <chipx86@chipx86.com>
parents:
7990
diff
changeset
|
5530 g_free(label); |
4359 | 5531 } |
7995
87d3260f961a
[gaim-migrate @ 8672]
Christian Hammond <chipx86@chipx86.com>
parents:
7990
diff
changeset
|
5532 else |
8001
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5533 gtk_label_set_text(GTK_LABEL(gtkconv->tab_label), title); |
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5534 |
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5535 if (conv == gaim_conv_window_get_active_conversation(win)) |
4736 | 5536 update_typing_icon(conv); |
8155
77d1252b3803
[gaim-migrate @ 8867]
Christian Hammond <chipx86@chipx86.com>
parents:
8143
diff
changeset
|
5537 |
77d1252b3803
[gaim-migrate @ 8867]
Christian Hammond <chipx86@chipx86.com>
parents:
8143
diff
changeset
|
5538 if (type == GAIM_CONV_UPDATE_TITLE) { |
77d1252b3803
[gaim-migrate @ 8867]
Christian Hammond <chipx86@chipx86.com>
parents:
8143
diff
changeset
|
5539 gtk_label_set_text(GTK_LABEL(gtkconv->menu_label), title); |
77d1252b3803
[gaim-migrate @ 8867]
Christian Hammond <chipx86@chipx86.com>
parents:
8143
diff
changeset
|
5540 if (conv == gaim_conv_window_get_active_conversation(win)) |
77d1252b3803
[gaim-migrate @ 8867]
Christian Hammond <chipx86@chipx86.com>
parents:
8143
diff
changeset
|
5541 gtk_window_set_title(GTK_WINDOW(gtkwin->window), title); |
77d1252b3803
[gaim-migrate @ 8867]
Christian Hammond <chipx86@chipx86.com>
parents:
8143
diff
changeset
|
5542 } |
9472 | 5543 |
5544 g_free(title); | |
4359 | 5545 } |
8001
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5546 else if (type == GAIM_CONV_UPDATE_TOPIC) |
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5547 { |
7154 | 5548 const char *topic; |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5549 chat = GAIM_CONV_CHAT(conv); |
4359 | 5550 gtkchat = gtkconv->u.chat; |
5551 | |
7154 | 5552 topic = gaim_conv_chat_get_topic(chat); |
5553 | |
9554 | 5554 gtk_entry_set_text(GTK_ENTRY(gtkchat->topic_text), topic ? topic : ""); |
7154 | 5555 gtk_tooltips_set_tip(gtkconv->tooltips, gtkchat->topic_text, |
9554 | 5556 topic ? topic : "", NULL); |
4359 | 5557 } |
5558 else if (type == GAIM_CONV_ACCOUNT_ONLINE || | |
8001
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5559 type == GAIM_CONV_ACCOUNT_OFFLINE) |
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5560 { |
7929 | 5561 gray_stuff_out(gaim_conv_window_get_active_conversation(win)); |
4360
c435a29370b8
[gaim-migrate @ 4626]
Christian Hammond <chipx86@chipx86.com>
parents:
4359
diff
changeset
|
5562 generate_send_as_items(win, NULL); |
8946 | 5563 update_tab_icon(conv); |
9472 | 5564 gaim_conversation_autoset_title(conv); |
6392
e9974608b319
[gaim-migrate @ 6897]
Christian Hammond <chipx86@chipx86.com>
parents:
6371
diff
changeset
|
5565 } |
8001
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5566 else if (type == GAIM_CONV_UPDATE_AWAY) |
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5567 { |
8946 | 5568 update_tab_icon(conv); |
4359 | 5569 } |
8256
1d86096ae0f4
[gaim-migrate @ 8979]
Christian Hammond <chipx86@chipx86.com>
parents:
8253
diff
changeset
|
5570 else if (type == GAIM_CONV_UPDATE_ADD || type == GAIM_CONV_UPDATE_REMOVE || |
1d86096ae0f4
[gaim-migrate @ 8979]
Christian Hammond <chipx86@chipx86.com>
parents:
8253
diff
changeset
|
5571 type == GAIM_CONV_UPDATE_CHATLEFT) |
8001
934f5df83b29
[gaim-migrate @ 8678]
Christian Hammond <chipx86@chipx86.com>
parents:
7996
diff
changeset
|
5572 { |
9472 | 5573 gaim_conversation_autoset_title(conv); |
7929 | 5574 gray_stuff_out(conv); |
4397
ce3a0eba91ef
[gaim-migrate @ 4666]
Christian Hammond <chipx86@chipx86.com>
parents:
4387
diff
changeset
|
5575 } |
6846
8ab95f4c9800
[gaim-migrate @ 7391]
Christian Hammond <chipx86@chipx86.com>
parents:
6771
diff
changeset
|
5576 else if (type == GAIM_CONV_UPDATE_ICON) |
8ab95f4c9800
[gaim-migrate @ 7391]
Christian Hammond <chipx86@chipx86.com>
parents:
6771
diff
changeset
|
5577 { |
8ab95f4c9800
[gaim-migrate @ 7391]
Christian Hammond <chipx86@chipx86.com>
parents:
6771
diff
changeset
|
5578 gaim_gtkconv_update_buddy_icon(conv); |
8ab95f4c9800
[gaim-migrate @ 7391]
Christian Hammond <chipx86@chipx86.com>
parents:
6771
diff
changeset
|
5579 } |
4359 | 5580 } |
5581 | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
5582 static GaimConversationUiOps conversation_ui_ops = |
4359 | 5583 { |
5584 gaim_gtkconv_destroy, /* destroy_conversation */ | |
5585 gaim_gtkconv_write_chat, /* write_chat */ | |
5586 gaim_gtkconv_write_im, /* write_im */ | |
5587 gaim_gtkconv_write_conv, /* write_conv */ | |
5588 gaim_gtkconv_chat_add_user, /* chat_add_user */ | |
6407
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5589 gaim_gtkconv_chat_add_users, /* chat_add_users */ |
4359 | 5590 gaim_gtkconv_chat_rename_user, /* chat_rename_user */ |
5591 gaim_gtkconv_chat_remove_user, /* chat_remove_user */ | |
6407
ba0b99a72be2
[gaim-migrate @ 6913]
Christian Hammond <chipx86@chipx86.com>
parents:
6405
diff
changeset
|
5592 gaim_gtkconv_chat_remove_users, /* chat_remove_users */ |
9554 | 5593 gaim_gtkconv_chat_update_user, /* chat_update_user */ |
4359 | 5594 NULL, /* update_progress */ |
9260
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9247
diff
changeset
|
5595 gaim_gtkconv_has_focus, /* has_focus */ |
4359 | 5596 gaim_gtkconv_updated /* updated */ |
5597 }; | |
5598 | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
5599 GaimConversationUiOps * |
7035
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7008
diff
changeset
|
5600 gaim_gtk_conversations_get_conv_ui_ops(void) |
4359 | 5601 { |
4465
6e37eb000b7a
[gaim-migrate @ 4740]
Christian Hammond <chipx86@chipx86.com>
parents:
4454
diff
changeset
|
5602 return &conversation_ui_ops; |
4359 | 5603 } |
5604 | |
5605 /************************************************************************** | |
5606 * Public conversation utility functions | |
5607 **************************************************************************/ | |
5608 void | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
5609 gaim_gtkconv_update_buddy_icon(GaimConversation *conv) |
4359 | 5610 { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
5611 GaimGtkConversation *gtkconv; |
7143 | 5612 GaimGtkWindow *gtkwin = GAIM_GTK_WINDOW(gaim_conversation_get_window(conv)); |
4359 | 5613 |
5614 char filename[256]; | |
5615 FILE *file; | |
5616 GError *err = NULL; | |
5617 | |
6846
8ab95f4c9800
[gaim-migrate @ 7391]
Christian Hammond <chipx86@chipx86.com>
parents:
6771
diff
changeset
|
5618 const void *data; |
8ab95f4c9800
[gaim-migrate @ 7391]
Christian Hammond <chipx86@chipx86.com>
parents:
6771
diff
changeset
|
5619 size_t len; |
4359 | 5620 |
5621 GdkPixbuf *buf; | |
5622 | |
8821 | 5623 GtkWidget *vbox; |
4359 | 5624 GtkWidget *event; |
5625 GtkWidget *frame; | |
5626 GdkPixbuf *scale; | |
5627 GdkPixmap *pm; | |
5628 GdkBitmap *bm; | |
9318 | 5629 int scale_width, scale_height; |
9332 | 5630 GtkRequisition requisition; |
9318 | 5631 |
5632 GaimAccount *account; | |
5633 GaimPluginProtocolInfo *prpl_info = NULL; | |
4359 | 5634 |
8821 | 5635 GaimButtonStyle button_type; |
5636 | |
9324 | 5637 GaimBuddyIcon *icon; |
5638 | |
5678
619bca773b2e
[gaim-migrate @ 6096]
Christian Hammond <chipx86@chipx86.com>
parents:
5676
diff
changeset
|
5639 g_return_if_fail(conv != NULL); |
619bca773b2e
[gaim-migrate @ 6096]
Christian Hammond <chipx86@chipx86.com>
parents:
5676
diff
changeset
|
5640 g_return_if_fail(GAIM_IS_GTK_CONVERSATION(conv)); |
619bca773b2e
[gaim-migrate @ 6096]
Christian Hammond <chipx86@chipx86.com>
parents:
5676
diff
changeset
|
5641 g_return_if_fail(gaim_conversation_get_type(conv) == GAIM_CONV_IM); |
4359 | 5642 |
5643 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
9687 | 5644 |
5645 if (!gtkconv->u.im->show_icon) | |
5646 return; | |
5647 | |
9318 | 5648 account = gaim_conversation_get_account(conv); |
5649 if(account && account->gc) | |
5650 prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(account->gc->prpl); | |
4359 | 5651 |
9845 | 5652 /* Remove the current icon stuff */ |
5653 if (gtkconv->u.im->icon != NULL) | |
5654 gtk_widget_destroy(gtkconv->u.im->icon->parent->parent->parent); | |
5655 | |
5656 if (gtkconv->u.im->anim != NULL) | |
5657 g_object_unref(G_OBJECT(gtkconv->u.im->anim)); | |
5658 | |
5659 if (gtkconv->u.im->icon_timer != 0) | |
5660 g_source_remove(gtkconv->u.im->icon_timer); | |
5661 | |
5662 gtkconv->u.im->icon_timer = 0; | |
5663 | |
5664 if (gtkconv->u.im->iter != NULL) | |
5665 g_object_unref(G_OBJECT(gtkconv->u.im->iter)); | |
4359 | 5666 |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5484
diff
changeset
|
5667 if (!gaim_prefs_get_bool("/gaim/gtk/conversations/im/show_buddy_icons")) |
4359 | 5668 return; |
5669 | |
5670 if (gaim_conversation_get_gc(conv) == NULL) | |
5671 return; | |
5672 | |
9324 | 5673 |
5674 | |
5675 icon = gaim_conv_im_get_icon(GAIM_CONV_IM(conv)); | |
5676 | |
5677 if (icon == NULL) | |
5678 return; | |
5679 | |
5680 data = gaim_buddy_icon_get_data(icon, &len); | |
5681 | |
5682 /* this is such an evil hack, i don't know why i'm even considering it. | |
5683 * we'll do it differently when gdk-pixbuf-loader isn't leaky anymore. */ | |
5684 /* gdk-pixbuf-loader was leaky? is it still? */ | |
5685 g_snprintf(filename, sizeof(filename), | |
5686 "%s" G_DIR_SEPARATOR_S "gaimicon-%s.%d", | |
5687 g_get_tmp_dir(), gaim_conversation_get_name(conv), getpid()); | |
5688 | |
5689 if (!(file = fopen(filename, "wb"))) | |
5690 return; | |
5691 | |
5692 fwrite(data, 1, len, file); | |
5693 fclose(file); | |
5694 | |
5695 gtkconv->u.im->anim = gdk_pixbuf_animation_new_from_file(filename, &err); | |
5696 /* make sure we remove the file as soon as possible */ | |
5697 unlink(filename); | |
5698 | |
4359 | 5699 |
5700 if (err) { | |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
5701 gaim_debug(GAIM_DEBUG_ERROR, "gtkconv", |
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
5702 "Buddy icon error: %s\n", err->message); |
4359 | 5703 g_error_free(err); |
5704 } | |
5705 | |
5706 if (!gtkconv->u.im->anim) | |
5707 return; | |
5708 | |
5709 if (gdk_pixbuf_animation_is_static_image(gtkconv->u.im->anim)) { | |
5710 gtkconv->u.im->iter = NULL; | |
5711 buf = gdk_pixbuf_animation_get_static_image(gtkconv->u.im->anim); | |
5712 } else { | |
5713 gtkconv->u.im->iter = | |
8496 | 5714 gdk_pixbuf_animation_get_iter(gtkconv->u.im->anim, NULL); /* LEAK */ |
4359 | 5715 buf = gdk_pixbuf_animation_iter_get_pixbuf(gtkconv->u.im->iter); |
8189 | 5716 if (gtkconv->u.im->animate) |
5717 start_anim(NULL, conv); | |
4359 | 5718 } |
5719 | |
9318 | 5720 get_icon_scale_size(gtkconv->u.im->anim, prpl_info ? &prpl_info->icon_spec : |
5721 NULL, &scale_width, &scale_height); | |
4359 | 5722 scale = gdk_pixbuf_scale_simple(buf, |
9318 | 5723 MAX(gdk_pixbuf_get_width(buf) * scale_width / |
4359 | 5724 gdk_pixbuf_animation_get_width(gtkconv->u.im->anim), 1), |
9318 | 5725 MAX(gdk_pixbuf_get_height(buf) * scale_height / |
4359 | 5726 gdk_pixbuf_animation_get_height(gtkconv->u.im->anim), 1), |
5727 GDK_INTERP_NEAREST); | |
5728 | |
5729 gdk_pixbuf_render_pixmap_and_mask(scale, &pm, &bm, 100); | |
4793 | 5730 g_object_unref(G_OBJECT(scale)); |
4359 | 5731 |
8821 | 5732 |
5733 vbox = gtk_vbox_new(FALSE, 0); | |
5734 | |
4359 | 5735 frame = gtk_frame_new(NULL); |
5736 gtk_frame_set_shadow_type(GTK_FRAME(frame), | |
5737 (bm ? GTK_SHADOW_NONE : GTK_SHADOW_IN)); | |
8821 | 5738 gtk_box_pack_start(GTK_BOX(vbox), frame, FALSE, FALSE, 0); |
5739 | |
4359 | 5740 event = gtk_event_box_new(); |
5741 gtk_container_add(GTK_CONTAINER(frame), event); | |
5314
1f901484599d
[gaim-migrate @ 5686]
Christian Hammond <chipx86@chipx86.com>
parents:
5228
diff
changeset
|
5742 g_signal_connect(G_OBJECT(event), "button-press-event", |
4359 | 5743 G_CALLBACK(icon_menu), conv); |
5744 gtk_widget_show(event); | |
5745 | |
4635 | 5746 gtkconv->u.im->icon = gtk_image_new_from_pixmap(pm, bm); |
9318 | 5747 gtk_widget_set_size_request(gtkconv->u.im->icon, scale_width, scale_height); |
4359 | 5748 gtk_container_add(GTK_CONTAINER(event), gtkconv->u.im->icon); |
5749 gtk_widget_show(gtkconv->u.im->icon); | |
5750 | |
4793 | 5751 g_object_unref(G_OBJECT(pm)); |
4359 | 5752 |
5753 if (bm) | |
4793 | 5754 g_object_unref(G_OBJECT(bm)); |
7143 | 5755 |
9332 | 5756 button_type = gaim_prefs_get_int("/gaim/gtk/conversations/button_type"); |
5757 gtk_widget_size_request(gtkconv->bbox, &requisition); | |
9683 | 5758 if (button_type == GAIM_BUTTON_NONE || requisition.height * 1.5 < scale_height) { |
9332 | 5759 gtk_box_pack_start(GTK_BOX(gtkconv->lower_hbox), vbox, FALSE, FALSE, 0); |
5760 /* gtk_box_reorder_child(GTK_BOX(gtkconv->lower_hbox), vbox, 0); */ | |
5761 } else { | |
5762 gtk_box_pack_start(GTK_BOX(gtkconv->bbox), vbox, FALSE, FALSE, 0); | |
5763 gtk_box_reorder_child(GTK_BOX(gtkconv->bbox), vbox, 0); | |
5764 } | |
5765 | |
5766 gtk_widget_show(vbox); | |
5767 gtk_widget_show(frame); | |
5768 | |
7143 | 5769 /* The buddy icon code needs badly to be fixed. */ |
5770 buf = gdk_pixbuf_animation_get_static_image(gtkconv->u.im->anim); | |
8068 | 5771 if(conv == gaim_conv_window_get_active_conversation(gaim_conversation_get_window(conv))) |
5772 gtk_window_set_icon(GTK_WINDOW(gtkwin->window), buf); | |
4359 | 5773 } |
5774 | |
5775 void | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
5776 gaim_gtkconv_update_buttons_by_protocol(GaimConversation *conv) |
4359 | 5777 { |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5778 GaimConvWindow *win; |
4359 | 5779 |
4398
a8249a5250b6
[gaim-migrate @ 4667]
Christian Hammond <chipx86@chipx86.com>
parents:
4397
diff
changeset
|
5780 if (!GAIM_IS_GTK_CONVERSATION(conv)) |
4359 | 5781 return; |
5782 | |
7887 | 5783 win = gaim_conversation_get_window(conv); |
5784 | |
5785 if (win != NULL && gaim_conv_window_get_active_conversation(win) == conv) | |
5786 gray_stuff_out(conv); | |
4359 | 5787 } |
5788 | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5789 GaimConvWindow * |
4359 | 5790 gaim_gtkwin_get_at_xy(int x, int y) |
5791 { | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5792 GaimConvWindow *win = NULL; |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
5793 GaimGtkWindow *gtkwin; |
4359 | 5794 GdkWindow *gdkwin; |
5795 GList *l; | |
5796 | |
5797 gdkwin = gdk_window_at_pointer(&x, &y); | |
5798 | |
5799 if (gdkwin) | |
5800 gdkwin = gdk_window_get_toplevel(gdkwin); | |
5801 | |
5802 for (l = gaim_get_windows(); l != NULL; l = l->next) { | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5803 win = (GaimConvWindow *)l->data; |
4359 | 5804 |
4398
a8249a5250b6
[gaim-migrate @ 4667]
Christian Hammond <chipx86@chipx86.com>
parents:
4397
diff
changeset
|
5805 if (!GAIM_IS_GTK_WINDOW(win)) |
4359 | 5806 continue; |
5807 | |
5808 gtkwin = GAIM_GTK_WINDOW(win); | |
5809 | |
5810 if (gdkwin == gtkwin->window->window) | |
5811 return win; | |
5812 } | |
5813 | |
5814 return NULL; | |
5815 } | |
5816 | |
5817 int | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5818 gaim_gtkconv_get_tab_at_xy(GaimConvWindow *win, int x, int y) |
4359 | 5819 { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
5820 GaimGtkWindow *gtkwin; |
4359 | 5821 GList *l; |
5822 gint nb_x, nb_y, x_rel, y_rel; | |
5823 GtkNotebook *notebook; | |
5824 GtkWidget *tab; | |
5825 gint i, page_num = 0; | |
5826 gboolean first_visible = TRUE; | |
5827 | |
4398
a8249a5250b6
[gaim-migrate @ 4667]
Christian Hammond <chipx86@chipx86.com>
parents:
4397
diff
changeset
|
5828 if (!GAIM_IS_GTK_WINDOW(win)) |
4359 | 5829 return -1; |
5830 | |
5831 gtkwin = GAIM_GTK_WINDOW(win); | |
5832 notebook = GTK_NOTEBOOK(gtkwin->notebook); | |
5833 | |
5834 gdk_window_get_origin(gtkwin->notebook->window, &nb_x, &nb_y); | |
5835 x_rel = x - nb_x; | |
5836 y_rel = y - nb_y; | |
5837 | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5838 for (l = gaim_conv_window_get_conversations(win), i = 0; |
4359 | 5839 l != NULL; |
5840 l = l->next, i++) { | |
5841 | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
5842 GaimConversation *conv = l->data; |
4359 | 5843 tab = GAIM_GTK_CONVERSATION(conv)->tab_label; |
5844 | |
5845 if (!GTK_WIDGET_MAPPED(tab)) | |
5846 continue; | |
5847 | |
5848 if (first_visible) { | |
5849 first_visible = FALSE; | |
5850 | |
5851 if (x_rel < tab->allocation.x) x_rel = tab->allocation.x; | |
5852 if (y_rel < tab->allocation.y) y_rel = tab->allocation.y; | |
5853 } | |
5854 | |
5855 if (gtk_notebook_get_tab_pos(notebook) == GTK_POS_TOP || | |
5856 gtk_notebook_get_tab_pos(notebook) == GTK_POS_BOTTOM) { | |
5857 | |
5858 if (tab->allocation.x <= x_rel) { | |
5859 if (tab->allocation.x + tab->allocation.width <= x_rel) | |
5860 page_num = i + 1; | |
5861 else | |
5862 page_num = i; | |
5863 } | |
5864 else | |
5865 break; | |
5866 } | |
5867 else { | |
5868 if (tab->allocation.y <= y_rel) { | |
5869 if (tab->allocation.y + tab->allocation.height <= y_rel) | |
5870 page_num = i + 1; | |
5871 else | |
5872 page_num = i; | |
5873 } | |
5874 else | |
5875 break; | |
5876 } | |
5877 } | |
5878 | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5879 if (i == gaim_conv_window_get_conversation_count(win) + 1) |
4359 | 5880 return -1; |
5881 | |
5882 return page_num; | |
5883 } | |
5884 | |
5885 int | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5886 gaim_gtkconv_get_dest_tab_at_xy(GaimConvWindow *win, int x, int y) |
4359 | 5887 { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
5888 GaimGtkWindow *gtkwin; |
4359 | 5889 GList *l; |
5890 gint nb_x, nb_y, x_rel, y_rel; | |
5891 GtkNotebook *notebook; | |
5892 GtkWidget *tab; | |
5893 gint i, page_num = 0; | |
5894 | |
4398
a8249a5250b6
[gaim-migrate @ 4667]
Christian Hammond <chipx86@chipx86.com>
parents:
4397
diff
changeset
|
5895 if (!GAIM_IS_GTK_WINDOW(win)) |
4359 | 5896 return -1; |
5897 | |
5898 gtkwin = GAIM_GTK_WINDOW(win); | |
5899 notebook = GTK_NOTEBOOK(gtkwin->notebook); | |
5900 | |
5901 gdk_window_get_origin(gtkwin->notebook->window, &nb_x, &nb_y); | |
5902 x_rel = x - nb_x; | |
5903 y_rel = y - nb_y; | |
5904 | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5905 for (l = gaim_conv_window_get_conversations(win), i = 0; |
4359 | 5906 l != NULL; |
5907 l = l->next, i++) { | |
5908 | |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
5909 GaimConversation *conv = l->data; |
4359 | 5910 tab = GAIM_GTK_CONVERSATION(conv)->tab_label; |
5911 | |
5912 if (!GTK_WIDGET_MAPPED(tab)) | |
5913 continue; | |
5914 | |
5915 if (gtk_notebook_get_tab_pos(notebook) == GTK_POS_TOP || | |
5916 gtk_notebook_get_tab_pos(notebook) == GTK_POS_BOTTOM) { | |
5917 | |
5918 if (tab->allocation.x <= x_rel) { | |
5919 if (tab->allocation.x + (tab->allocation.width / 2) <= x_rel) | |
5920 page_num = i + 1; | |
5921 else | |
5922 page_num = i; | |
5923 } | |
5924 else | |
5925 break; | |
5926 } | |
5927 else { | |
5928 if (tab->allocation.y <= y_rel) { | |
5929 if (tab->allocation.y + (tab->allocation.height / 2) <= y_rel) | |
5930 page_num = i + 1; | |
5931 else | |
5932 page_num = i; | |
5933 } | |
5934 else | |
5935 break; | |
5936 } | |
5937 } | |
5938 | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
5939 if (i == gaim_conv_window_get_conversation_count(win) + 1) |
4359 | 5940 return -1; |
5941 | |
5942 return page_num; | |
5943 } | |
4940
3708545afe42
[gaim-migrate @ 5274]
Christian Hammond <chipx86@chipx86.com>
parents:
4939
diff
changeset
|
5944 |
5673
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
5945 static void |
6398
c9894c0fbc6f
[gaim-migrate @ 6903]
Christian Hammond <chipx86@chipx86.com>
parents:
6395
diff
changeset
|
5946 escape_closes_pref_cb(const char *name, GaimPrefType type, gpointer value, |
c9894c0fbc6f
[gaim-migrate @ 6903]
Christian Hammond <chipx86@chipx86.com>
parents:
6395
diff
changeset
|
5947 gpointer data) |
c9894c0fbc6f
[gaim-migrate @ 6903]
Christian Hammond <chipx86@chipx86.com>
parents:
6395
diff
changeset
|
5948 { |
c9894c0fbc6f
[gaim-migrate @ 6903]
Christian Hammond <chipx86@chipx86.com>
parents:
6395
diff
changeset
|
5949 if (value) |
c9894c0fbc6f
[gaim-migrate @ 6903]
Christian Hammond <chipx86@chipx86.com>
parents:
6395
diff
changeset
|
5950 gtk_accel_map_change_entry(N_("<main>/Conversation/Close"), |
c9894c0fbc6f
[gaim-migrate @ 6903]
Christian Hammond <chipx86@chipx86.com>
parents:
6395
diff
changeset
|
5951 GDK_Escape, 0, TRUE); |
c9894c0fbc6f
[gaim-migrate @ 6903]
Christian Hammond <chipx86@chipx86.com>
parents:
6395
diff
changeset
|
5952 else |
c9894c0fbc6f
[gaim-migrate @ 6903]
Christian Hammond <chipx86@chipx86.com>
parents:
6395
diff
changeset
|
5953 gtk_accel_map_change_entry(N_("<main>/Conversation/Close"), |
c9894c0fbc6f
[gaim-migrate @ 6903]
Christian Hammond <chipx86@chipx86.com>
parents:
6395
diff
changeset
|
5954 GDK_W, GDK_CONTROL_MASK, TRUE); |
c9894c0fbc6f
[gaim-migrate @ 6903]
Christian Hammond <chipx86@chipx86.com>
parents:
6395
diff
changeset
|
5955 } |
c9894c0fbc6f
[gaim-migrate @ 6903]
Christian Hammond <chipx86@chipx86.com>
parents:
6395
diff
changeset
|
5956 |
c9894c0fbc6f
[gaim-migrate @ 6903]
Christian Hammond <chipx86@chipx86.com>
parents:
6395
diff
changeset
|
5957 static void |
5673
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
5958 close_on_tabs_pref_cb(const char *name, GaimPrefType type, gpointer value, |
6392
e9974608b319
[gaim-migrate @ 6897]
Christian Hammond <chipx86@chipx86.com>
parents:
6371
diff
changeset
|
5959 gpointer data) |
5673
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
5960 { |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
5961 GList *l; |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
5962 GaimConversation *conv; |
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
5963 GaimGtkConversation *gtkconv; |
5673
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
5964 |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
5965 for (l = gaim_get_conversations(); l != NULL; l = l->next) { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
5966 conv = (GaimConversation *)l->data; |
5673
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
5967 |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
5968 if (!GAIM_IS_GTK_CONVERSATION(conv)) |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
5969 continue; |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
5970 |
5674
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
5971 gtkconv = GAIM_GTK_CONVERSATION(conv); |
5673
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
5972 |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
5973 if (value) |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
5974 gtk_widget_show(gtkconv->close); |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
5975 else |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
5976 gtk_widget_hide(gtkconv->close); |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
5977 } |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
5978 } |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
5979 |
5674
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
5980 static void |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
5981 show_timestamps_pref_cb(const char *name, GaimPrefType type, gpointer value, |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
5982 gpointer data) |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
5983 { |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
5984 GList *l; |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
5985 GaimConversation *conv; |
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
5986 GaimGtkConversation *gtkconv; |
5674
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
5987 |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
5988 for (l = gaim_get_conversations(); l != NULL; l = l->next) { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
5989 conv = (GaimConversation *)l->data; |
5674
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
5990 |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
5991 if (!GAIM_IS_GTK_CONVERSATION(conv)) |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
5992 continue; |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
5993 |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
5994 gtkconv = GAIM_GTK_CONVERSATION(conv); |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
5995 |
7386 | 5996 gtk_imhtml_show_comments(GTK_IMHTML(gtkconv->imhtml), (gboolean)GPOINTER_TO_INT(value)); |
5674
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
5997 } |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
5998 } |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
5999 |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6000 static void |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6001 spellcheck_pref_cb(const char *name, GaimPrefType type, gpointer value, |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6002 gpointer data) |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6003 { |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6004 #ifdef USE_GTKSPELL |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6005 GList *cl; |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
6006 GaimConversation *conv; |
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
6007 GaimGtkConversation *gtkconv; |
5674
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6008 GtkSpell *spell; |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6009 |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6010 for (cl = gaim_get_conversations(); cl != NULL; cl = cl->next) { |
6725
e62a504c83d0
[gaim-migrate @ 7252]
Christian Hammond <chipx86@chipx86.com>
parents:
6695
diff
changeset
|
6011 |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
6012 conv = (GaimConversation *)cl->data; |
5674
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6013 |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6014 if (!GAIM_IS_GTK_CONVERSATION(conv)) |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6015 continue; |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6016 |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6017 gtkconv = GAIM_GTK_CONVERSATION(conv); |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6018 |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6019 if (value) |
7538
357eb1c39b72
[gaim-migrate @ 8151]
Christian Hammond <chipx86@chipx86.com>
parents:
7476
diff
changeset
|
6020 gaim_gtk_setup_gtkspell(GTK_TEXT_VIEW(gtkconv->entry)); |
5674
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6021 else { |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6022 spell = gtkspell_get_from_text_view(GTK_TEXT_VIEW(gtkconv->entry)); |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6023 gtkspell_detach(spell); |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6024 } |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6025 } |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6026 #endif |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6027 } |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6028 |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6029 static void |
5675
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6030 tab_side_pref_cb(const char *name, GaimPrefType type, gpointer value, |
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6031 gpointer data) |
5674
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6032 { |
5675
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6033 GList *l; |
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6034 GtkPositionType pos; |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
6035 GaimConvWindow *win; |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
6036 GaimGtkWindow *gtkwin; |
5675
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6037 |
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6038 pos = GPOINTER_TO_INT(value); |
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6039 |
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6040 for (l = gaim_get_windows(); l != NULL; l = l->next) { |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7108
diff
changeset
|
6041 win = (GaimConvWindow *)l->data; |
5675
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6042 |
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6043 if (!GAIM_IS_GTK_WINDOW(win)) |
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6044 continue; |
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6045 |
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6046 gtkwin = GAIM_GTK_WINDOW(win); |
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6047 |
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6048 gtk_notebook_set_tab_pos(GTK_NOTEBOOK(gtkwin->notebook), pos); |
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6049 } |
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6050 } |
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6051 |
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6052 static void |
8456 | 6053 html_shortcuts_pref_cb(const char *name, GaimPrefType type, |
6054 gpointer value, gpointer data) | |
6055 { | |
6056 GList *l; | |
6057 GaimConversation *conv; | |
6058 GaimGtkConversation *gtkconv; | |
9487 | 6059 |
8456 | 6060 for(l = gaim_get_conversations(); l != NULL; l = l->next) { |
6061 conv = (GaimConversation *)l->data; | |
9487 | 6062 |
8456 | 6063 if(!GAIM_IS_GTK_CONVERSATION(conv)) |
6064 continue; | |
9487 | 6065 |
8456 | 6066 gtkconv = GAIM_GTK_CONVERSATION(conv); |
9487 | 6067 |
8456 | 6068 gtk_imhtml_html_shortcuts(GTK_IMHTML(gtkconv->entry), |
6069 (gboolean)GPOINTER_TO_INT(value)); | |
6070 } | |
6071 } | |
6072 | |
6073 static void | |
6074 smiley_shortcuts_pref_cb(const char *name, GaimPrefType type, | |
6075 gpointer value, gpointer data) | |
6076 { | |
6077 GList *l; | |
6078 GaimConversation *conv; | |
6079 GaimGtkConversation *gtkconv; | |
9487 | 6080 |
8456 | 6081 for(l = gaim_get_conversations(); l != NULL; l = l->next) { |
6082 conv = (GaimConversation *)l->data; | |
9487 | 6083 |
8456 | 6084 if(!GAIM_IS_GTK_CONVERSATION(conv)) |
6085 continue; | |
9487 | 6086 |
8456 | 6087 gtkconv = GAIM_GTK_CONVERSATION(conv); |
9487 | 6088 |
6089 gtk_imhtml_smiley_shortcuts(GTK_IMHTML(gtkconv->entry), | |
8456 | 6090 (gboolean)GPOINTER_TO_INT(value)); |
6091 } | |
6092 } | |
6093 | |
6094 static void | |
7326
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6095 show_formatting_toolbar_pref_cb(const char *name, GaimPrefType type, |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6096 gpointer value, gpointer data) |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6097 { |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6098 GList *l; |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6099 GaimConversation *conv; |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6100 GaimGtkConversation *gtkconv; |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6101 GaimConvWindow *win; |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6102 GaimGtkWindow *gtkwin; |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6103 |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6104 for (l = gaim_get_conversations(); l != NULL; l = l->next) |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6105 { |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6106 conv = (GaimConversation *)l->data; |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6107 |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6108 if (!GAIM_IS_GTK_CONVERSATION(conv)) |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6109 continue; |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6110 |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6111 gtkconv = GAIM_GTK_CONVERSATION(conv); |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6112 win = gaim_conversation_get_window(conv); |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6113 gtkwin = GAIM_GTK_WINDOW(win); |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6114 |
7386 | 6115 gtkconv->show_formatting_toolbar = (gboolean)GPOINTER_TO_INT(value); |
7326
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6116 gtk_check_menu_item_set_active( |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6117 GTK_CHECK_MENU_ITEM(gtkwin->menu.show_formatting_toolbar), |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6118 gtkconv->show_formatting_toolbar); |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6119 |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6120 if (gtkconv->show_formatting_toolbar) |
8317 | 6121 gtk_widget_show(gtkconv->toolbar); |
7326
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6122 else |
8317 | 6123 gtk_widget_hide(gtkconv->toolbar); |
7326
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6124 } |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6125 } |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6126 |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6127 static void |
9150 | 6128 button_type_pref_cb(const char *name, GaimPrefType type, |
5675
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6129 gpointer value, gpointer data) |
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6130 { |
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6131 GList *l; |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
6132 GaimConversation *conv; |
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
6133 GaimGtkConversation *gtkconv; |
5675
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6134 |
9150 | 6135 for (l = gaim_get_conversations(); l != NULL; l = l->next) { |
5676
dae79aefac8d
[gaim-migrate @ 6094]
Christian Hammond <chipx86@chipx86.com>
parents:
5675
diff
changeset
|
6136 conv = (GaimConversation *)l->data; |
5675
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6137 gtkconv = GAIM_GTK_CONVERSATION(conv); |
9150 | 6138 switch (conv->type) { |
6139 case GAIM_CONV_IM: | |
9749 | 6140 setup_im_buttons(conv, gtkconv->bbox); |
9150 | 6141 gaim_gtkconv_update_buddy_icon(conv); |
6142 break; | |
6143 case GAIM_CONV_CHAT: | |
9749 | 6144 setup_chat_buttons(conv, gtkconv->bbox); |
9150 | 6145 break; |
6146 default: | |
6147 break; | |
6148 } | |
5675
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6149 } |
5674
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6150 } |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6151 |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6152 static void |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6153 animate_buddy_icons_pref_cb(const char *name, GaimPrefType type, |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6154 gpointer value, gpointer data) |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6155 { |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6156 GList *l; |
8189 | 6157 GaimConversation *conv; |
6158 GaimGtkConversation *gtkconv; | |
6159 GaimConvWindow *win; | |
5674
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6160 |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6161 if (!gaim_prefs_get_bool("/gaim/gtk/conversations/im/show_buddy_icons")) |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6162 return; |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6163 |
8189 | 6164 /* Set the "animate" flag for each icon based on the new preference */ |
6165 for (l = gaim_get_ims(); l != NULL; l = l->next) { | |
6166 conv = (GaimConversation *)l->data; | |
6167 gtkconv = GAIM_GTK_CONVERSATION(conv); | |
6168 gtkconv->u.im->animate = (gboolean)value; | |
5674
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6169 } |
8189 | 6170 |
6171 /* Now either stop or start animation for the active conversation in each window */ | |
6172 for (l = gaim_get_windows(); l != NULL; l = l->next) { | |
6173 win = (GaimConvWindow *)l->data; | |
6174 conv = gaim_conv_window_get_active_conversation(win); | |
6175 gaim_gtkconv_update_buddy_icon(conv); | |
5674
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6176 } |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6177 } |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6178 |
5675
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6179 static void |
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6180 show_buddy_icons_pref_cb(const char *name, GaimPrefType type, gpointer value, |
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6181 gpointer data) |
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6182 { |
5881
cc7870e1e3b3
[gaim-migrate @ 6313]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
6183 GList *l; |
cc7870e1e3b3
[gaim-migrate @ 6313]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
6184 |
cc7870e1e3b3
[gaim-migrate @ 6313]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
6185 for (l = gaim_get_conversations(); l != NULL; l = l->next) { |
cc7870e1e3b3
[gaim-migrate @ 6313]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
6186 GaimConversation *conv = l->data; |
cc7870e1e3b3
[gaim-migrate @ 6313]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
6187 |
cc7870e1e3b3
[gaim-migrate @ 6313]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
6188 if (gaim_conversation_get_type(conv) == GAIM_CONV_IM) |
cc7870e1e3b3
[gaim-migrate @ 6313]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
6189 gaim_conversation_foreach(gaim_gtkconv_update_buddy_icon); |
cc7870e1e3b3
[gaim-migrate @ 6313]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
6190 } |
5675
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6191 } |
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6192 |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5680
diff
changeset
|
6193 static void |
7561
cdfdbabd3266
[gaim-migrate @ 8175]
Christian Hammond <chipx86@chipx86.com>
parents:
7538
diff
changeset
|
6194 conv_placement_pref_cb(const char *name, GaimPrefType type, |
cdfdbabd3266
[gaim-migrate @ 8175]
Christian Hammond <chipx86@chipx86.com>
parents:
7538
diff
changeset
|
6195 gpointer value, gpointer data) |
cdfdbabd3266
[gaim-migrate @ 8175]
Christian Hammond <chipx86@chipx86.com>
parents:
7538
diff
changeset
|
6196 { |
cdfdbabd3266
[gaim-migrate @ 8175]
Christian Hammond <chipx86@chipx86.com>
parents:
7538
diff
changeset
|
6197 GaimConvPlacementFunc func; |
cdfdbabd3266
[gaim-migrate @ 8175]
Christian Hammond <chipx86@chipx86.com>
parents:
7538
diff
changeset
|
6198 |
cdfdbabd3266
[gaim-migrate @ 8175]
Christian Hammond <chipx86@chipx86.com>
parents:
7538
diff
changeset
|
6199 if (strcmp(name, "/gaim/gtk/conversations/placement")) |
cdfdbabd3266
[gaim-migrate @ 8175]
Christian Hammond <chipx86@chipx86.com>
parents:
7538
diff
changeset
|
6200 return; |
cdfdbabd3266
[gaim-migrate @ 8175]
Christian Hammond <chipx86@chipx86.com>
parents:
7538
diff
changeset
|
6201 |
cdfdbabd3266
[gaim-migrate @ 8175]
Christian Hammond <chipx86@chipx86.com>
parents:
7538
diff
changeset
|
6202 func = gaim_conv_placement_get_fnc(value); |
cdfdbabd3266
[gaim-migrate @ 8175]
Christian Hammond <chipx86@chipx86.com>
parents:
7538
diff
changeset
|
6203 |
cdfdbabd3266
[gaim-migrate @ 8175]
Christian Hammond <chipx86@chipx86.com>
parents:
7538
diff
changeset
|
6204 if (func == NULL) |
cdfdbabd3266
[gaim-migrate @ 8175]
Christian Hammond <chipx86@chipx86.com>
parents:
7538
diff
changeset
|
6205 return; |
cdfdbabd3266
[gaim-migrate @ 8175]
Christian Hammond <chipx86@chipx86.com>
parents:
7538
diff
changeset
|
6206 |
cdfdbabd3266
[gaim-migrate @ 8175]
Christian Hammond <chipx86@chipx86.com>
parents:
7538
diff
changeset
|
6207 gaim_conv_placement_set_current_func(func); |
cdfdbabd3266
[gaim-migrate @ 8175]
Christian Hammond <chipx86@chipx86.com>
parents:
7538
diff
changeset
|
6208 } |
cdfdbabd3266
[gaim-migrate @ 8175]
Christian Hammond <chipx86@chipx86.com>
parents:
7538
diff
changeset
|
6209 |
8582
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
6210 void * |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
6211 gaim_gtk_conversations_get_handle(void) |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
6212 { |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
6213 static int handle; |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
6214 |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
6215 return &handle; |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
6216 } |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
6217 |
5673
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6218 void |
7035
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7008
diff
changeset
|
6219 gaim_gtk_conversations_init(void) |
5673
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6220 { |
8582
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
6221 void *handle = gaim_gtk_conversations_get_handle(); |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
6222 |
5673
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6223 /* Conversations */ |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6224 gaim_prefs_add_none("/gaim/gtk/conversations"); |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6225 gaim_prefs_add_bool("/gaim/gtk/conversations/close_on_tabs", TRUE); |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6226 gaim_prefs_add_bool("/gaim/gtk/conversations/ctrl_enter_sends", FALSE); |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6227 gaim_prefs_add_bool("/gaim/gtk/conversations/enter_sends", TRUE); |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6228 gaim_prefs_add_bool("/gaim/gtk/conversations/escape_closes", FALSE); |
9025 | 6229 gaim_prefs_add_bool("/gaim/gtk/conversations/send_formatting", FALSE); |
5673
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6230 gaim_prefs_add_bool("/gaim/gtk/conversations/send_bold", FALSE); |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6231 gaim_prefs_add_bool("/gaim/gtk/conversations/send_italic", FALSE); |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6232 gaim_prefs_add_bool("/gaim/gtk/conversations/send_underline", FALSE); |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6233 gaim_prefs_add_bool("/gaim/gtk/conversations/show_timestamps", TRUE); |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6234 gaim_prefs_add_bool("/gaim/gtk/conversations/spellcheck", TRUE); |
9049 | 6235 #if 1 |
6236 gaim_prefs_add_bool("/gaim/gtk/conversations/ignore_colors", FALSE); | |
6237 gaim_prefs_add_bool("/gaim/gtk/conversations/ignore_fonts", FALSE); | |
6238 gaim_prefs_add_bool("/gaim/gtk/conversations/ignore_font_sizes", FALSE); | |
6239 #else | |
8944 | 6240 gaim_prefs_add_bool("/gaim/gtk/conversations/ignore_formatting", FALSE); |
9049 | 6241 #endif |
9572 | 6242 gaim_prefs_add_bool("/gaim/gtk/conversations/html_shortcuts", TRUE); |
5673
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6243 gaim_prefs_add_bool("/gaim/gtk/conversations/smiley_shortcuts", FALSE); |
7326
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6244 gaim_prefs_add_bool("/gaim/gtk/conversations/show_formatting_toolbar", TRUE); |
9832 | 6245 gaim_prefs_add_bool("/gaim/gtk/conversations/passthrough_unknown_commands", FALSE); |
9130 | 6246 |
7561
cdfdbabd3266
[gaim-migrate @ 8175]
Christian Hammond <chipx86@chipx86.com>
parents:
7538
diff
changeset
|
6247 gaim_prefs_add_string("/gaim/gtk/conversations/placement", "last"); |
8998 | 6248 gaim_prefs_add_int("/gaim/gtk/conversations/placement_number", 1); |
9025 | 6249 gaim_prefs_add_string("/gaim/gtk/conversations/bgcolor", ""); |
6250 gaim_prefs_add_string("/gaim/gtk/conversations/fgcolor", ""); | |
5673
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6251 gaim_prefs_add_string("/gaim/gtk/conversations/font_face", ""); |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6252 gaim_prefs_add_int("/gaim/gtk/conversations/font_size", 3); |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6253 gaim_prefs_add_bool("/gaim/gtk/conversations/tabs", TRUE); |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6254 gaim_prefs_add_int("/gaim/gtk/conversations/tab_side", GTK_POS_TOP); |
9150 | 6255 gaim_prefs_add_int("/gaim/gtk/conversations/button_type", |
6256 GAIM_BUTTON_TEXT_IMAGE); | |
6257 | |
5673
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6258 |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6259 /* Conversations -> Chat */ |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6260 gaim_prefs_add_none("/gaim/gtk/conversations/chat"); |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6261 gaim_prefs_add_bool("/gaim/gtk/conversations/chat/color_nicks", TRUE); |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6262 gaim_prefs_add_int("/gaim/gtk/conversations/chat/default_width", 410); |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6263 gaim_prefs_add_int("/gaim/gtk/conversations/chat/default_height", 160); |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6264 gaim_prefs_add_int("/gaim/gtk/conversations/chat/entry_height", 50); |
9319 | 6265 gaim_prefs_add_bool("/gaim/gtk/conversations/chat/raise_on_events", FALSE); |
5673
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6266 |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6267 /* Conversations -> IM */ |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6268 gaim_prefs_add_none("/gaim/gtk/conversations/im"); |
9150 | 6269 |
5673
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6270 gaim_prefs_add_bool("/gaim/gtk/conversations/im/animate_buddy_icons", TRUE); |
9150 | 6271 |
5673
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6272 gaim_prefs_add_int("/gaim/gtk/conversations/im/default_width", 410); |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6273 gaim_prefs_add_int("/gaim/gtk/conversations/im/default_height", 160); |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6274 gaim_prefs_add_int("/gaim/gtk/conversations/im/entry_height", 50); |
9319 | 6275 gaim_prefs_add_bool("/gaim/gtk/conversations/im/raise_on_events", FALSE); |
6276 gaim_prefs_add_bool("/gaim/gtk/conversations/im/show_buddy_icons", TRUE); | |
5673
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6277 |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6278 /* Connect callbacks. */ |
6398
c9894c0fbc6f
[gaim-migrate @ 6903]
Christian Hammond <chipx86@chipx86.com>
parents:
6395
diff
changeset
|
6279 gaim_prefs_connect_callback("/gaim/gtk/conversations/escape_closes", |
c9894c0fbc6f
[gaim-migrate @ 6903]
Christian Hammond <chipx86@chipx86.com>
parents:
6395
diff
changeset
|
6280 escape_closes_pref_cb, NULL); |
5673
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6281 gaim_prefs_connect_callback("/gaim/gtk/conversations/close_on_tabs", |
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6282 close_on_tabs_pref_cb, NULL); |
5674
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6283 gaim_prefs_connect_callback("/gaim/gtk/conversations/show_timestamps", |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6284 show_timestamps_pref_cb, NULL); |
8456 | 6285 gaim_prefs_connect_callback("/gaim/gtk/conversations/html_shortcuts", |
6286 html_shortcuts_pref_cb, NULL); | |
6287 gaim_prefs_connect_callback("/gaim/gtk/conversations/smiley_shortcuts", | |
6288 smiley_shortcuts_pref_cb, NULL); | |
7326
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6289 gaim_prefs_connect_callback("/gaim/gtk/conversations/show_formatting_toolbar", |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7322
diff
changeset
|
6290 show_formatting_toolbar_pref_cb, NULL); |
5674
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6291 gaim_prefs_connect_callback("/gaim/gtk/conversations/spellcheck", |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6292 spellcheck_pref_cb, NULL); |
5675
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6293 gaim_prefs_connect_callback("/gaim/gtk/conversations/tab_side", |
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6294 tab_side_pref_cb, NULL); |
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6295 |
7561
cdfdbabd3266
[gaim-migrate @ 8175]
Christian Hammond <chipx86@chipx86.com>
parents:
7538
diff
changeset
|
6296 gaim_prefs_connect_callback("/gaim/gtk/conversations/placement", |
cdfdbabd3266
[gaim-migrate @ 8175]
Christian Hammond <chipx86@chipx86.com>
parents:
7538
diff
changeset
|
6297 conv_placement_pref_cb, NULL); |
cdfdbabd3266
[gaim-migrate @ 8175]
Christian Hammond <chipx86@chipx86.com>
parents:
7538
diff
changeset
|
6298 gaim_prefs_trigger_callback("/gaim/gtk/conversations/placement"); |
cdfdbabd3266
[gaim-migrate @ 8175]
Christian Hammond <chipx86@chipx86.com>
parents:
7538
diff
changeset
|
6299 |
9150 | 6300 gaim_prefs_connect_callback("/gaim/gtk/conversations/button_type", |
6301 button_type_pref_cb, NULL); | |
6725
e62a504c83d0
[gaim-migrate @ 7252]
Christian Hammond <chipx86@chipx86.com>
parents:
6695
diff
changeset
|
6302 |
5675
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6303 /* IM callbacks */ |
5674
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6304 gaim_prefs_connect_callback("/gaim/gtk/conversations/im/animate_buddy_icons", |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6305 animate_buddy_icons_pref_cb, NULL); |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6306 gaim_prefs_connect_callback("/gaim/gtk/conversations/im/show_buddy_icons", |
2d86a5fa6fef
[gaim-migrate @ 6092]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
6307 show_buddy_icons_pref_cb, NULL); |
5675
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6308 |
17e345ffeddb
[gaim-migrate @ 6093]
Christian Hammond <chipx86@chipx86.com>
parents:
5674
diff
changeset
|
6309 |
8582
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
6310 /********************************************************************** |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
6311 * Register signals |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
6312 **********************************************************************/ |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
6313 gaim_signal_register(handle, "conversation-drag-ended", |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
6314 gaim_marshal_VOID__POINTER_POINTER, NULL, 2, |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
6315 gaim_value_new(GAIM_TYPE_SUBTYPE, |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
6316 GAIM_SUBTYPE_CONV_WINDOW), |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
6317 gaim_value_new(GAIM_TYPE_SUBTYPE, |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
6318 GAIM_SUBTYPE_CONV_WINDOW)); |
9167 | 6319 |
6320 /********************************************************************** | |
6321 * Register commands | |
6322 **********************************************************************/ | |
9829 | 6323 gaim_cmd_register("say", "S", GAIM_CMD_P_DEFAULT, |
6324 GAIM_CMD_FLAG_CHAT | GAIM_CMD_FLAG_IM, NULL, | |
6325 say_command_cb, _("say <message>: Send a message normally as if you weren't using a command."), NULL); | |
9213 | 6326 gaim_cmd_register("me", "S", GAIM_CMD_P_DEFAULT, |
6327 GAIM_CMD_FLAG_CHAT | GAIM_CMD_FLAG_IM, NULL, | |
9597 | 6328 me_command_cb, _("me <action>: Send an IRC style action to a buddy or chat."), NULL); |
9213 | 6329 gaim_cmd_register("debug", "w", GAIM_CMD_P_DEFAULT, |
6330 GAIM_CMD_FLAG_CHAT | GAIM_CMD_FLAG_IM, NULL, | |
9597 | 6331 debug_command_cb, _("debug <option>: Send various debug information to the current conversation."), NULL); |
9213 | 6332 |
6333 gaim_cmd_register("help", "w", GAIM_CMD_P_DEFAULT, | |
9597 | 6334 GAIM_CMD_FLAG_CHAT | GAIM_CMD_FLAG_IM | GAIM_CMD_FLAG_ALLOW_WRONG_ARGS, NULL, |
6335 help_command_cb, _("help <command>: Help on a specific command."), NULL); | |
5673
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5629
diff
changeset
|
6336 } |
8582
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
6337 |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
6338 void |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
6339 gaim_gtk_conversations_uninit(void) |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
6340 { |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
6341 gaim_signals_unregister_by_instance(gaim_gtk_conversations_get_handle()); |
d7c85220c685
[gaim-migrate @ 9332]
Christian Hammond <chipx86@chipx86.com>
parents:
8573
diff
changeset
|
6342 } |