Mon, 03 Dec 2007 22:56:22 +0000
Do not append ':' after expanding a /me.
|
14620
90d599495d65
[gaim-migrate @ 17281]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14612
diff
changeset
|
1 | /** |
|
90d599495d65
[gaim-migrate @ 17281]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14612
diff
changeset
|
2 | * @file gntconv.c GNT Conversation API |
|
16255
fa61ee19f526
Rename the Doxygen group from gntui to finch and define the finch group
Richard Laager <rlaager@pidgin.im>
parents:
16190
diff
changeset
|
3 | * @ingroup finch |
|
20147
66f05a854eee
applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defa
Richard Laager <rlaager@pidgin.im>
parents:
19986
diff
changeset
|
4 | */ |
|
66f05a854eee
applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defa
Richard Laager <rlaager@pidgin.im>
parents:
19986
diff
changeset
|
5 | |
|
66f05a854eee
applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defa
Richard Laager <rlaager@pidgin.im>
parents:
19986
diff
changeset
|
6 | /* finch |
|
14620
90d599495d65
[gaim-migrate @ 17281]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14612
diff
changeset
|
7 | * |
|
15931
716b5fac1895
Re-sed the copyright notices so they don't all talk about Purple.
Richard Laager <rlaager@pidgin.im>
parents:
15906
diff
changeset
|
8 | * Finch is the legal property of its developers, whose names are too numerous |
|
14620
90d599495d65
[gaim-migrate @ 17281]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14612
diff
changeset
|
9 | * to list here. Please refer to the COPYRIGHT file distributed with this |
|
90d599495d65
[gaim-migrate @ 17281]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14612
diff
changeset
|
10 | * source distribution. |
|
90d599495d65
[gaim-migrate @ 17281]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14612
diff
changeset
|
11 | * |
|
90d599495d65
[gaim-migrate @ 17281]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14612
diff
changeset
|
12 | * This program is free software; you can redistribute it and/or modify |
|
90d599495d65
[gaim-migrate @ 17281]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14612
diff
changeset
|
13 | * it under the terms of the GNU General Public License as published by |
|
90d599495d65
[gaim-migrate @ 17281]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14612
diff
changeset
|
14 | * the Free Software Foundation; either version 2 of the License, or |
|
90d599495d65
[gaim-migrate @ 17281]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14612
diff
changeset
|
15 | * (at your option) any later version. |
|
90d599495d65
[gaim-migrate @ 17281]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14612
diff
changeset
|
16 | * |
|
90d599495d65
[gaim-migrate @ 17281]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14612
diff
changeset
|
17 | * This program is distributed in the hope that it will be useful, |
|
90d599495d65
[gaim-migrate @ 17281]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14612
diff
changeset
|
18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
90d599495d65
[gaim-migrate @ 17281]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14612
diff
changeset
|
19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
90d599495d65
[gaim-migrate @ 17281]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14612
diff
changeset
|
20 | * GNU General Public License for more details. |
|
90d599495d65
[gaim-migrate @ 17281]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14612
diff
changeset
|
21 | * |
|
90d599495d65
[gaim-migrate @ 17281]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14612
diff
changeset
|
22 | * You should have received a copy of the GNU General Public License |
|
90d599495d65
[gaim-migrate @ 17281]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14612
diff
changeset
|
23 | * along with this program; if not, write to the Free Software |
|
19859
71d37b57eff2
The FSF changed its address a while ago; our files were out of date.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
19798
diff
changeset
|
24 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
|
14620
90d599495d65
[gaim-migrate @ 17281]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14612
diff
changeset
|
25 | */ |
|
13958
bd1c3bb3f33d
[gaim-migrate @ 16381]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
13949
diff
changeset
|
26 | #include <string.h> |
|
14028
eefce1b0c4e3
[gaim-migrate @ 16522]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14005
diff
changeset
|
27 | |
|
18273
e61c53184c52
#include reorganizations to allow compiling with glib < 2.8 using the
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
18173
diff
changeset
|
28 | #include "finch.h" |
|
e61c53184c52
#include reorganizations to allow compiling with glib < 2.8 using the
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
18173
diff
changeset
|
29 | |
|
14028
eefce1b0c4e3
[gaim-migrate @ 16522]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14005
diff
changeset
|
30 | #include <cmds.h> |
|
15821
26ca6a5c7668
Make 'last message sent' idleness work. Should we be doing gaim_idle_touch from somewhere inside libpurple instead?
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15373
diff
changeset
|
31 | #include <idle.h> |
|
14072
4e64a4f18686
[gaim-migrate @ 16602]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14070
diff
changeset
|
32 | #include <prefs.h> |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
33 | #include <util.h> |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
34 | |
|
14086
732c14687955
[gaim-migrate @ 16622]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14073
diff
changeset
|
35 | #include "gntaccount.h" |
|
13978
70d7030b7f26
[gaim-migrate @ 16418]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
13969
diff
changeset
|
36 | #include "gntblist.h" |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
37 | #include "gntconv.h" |
|
14086
732c14687955
[gaim-migrate @ 16622]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14073
diff
changeset
|
38 | #include "gntdebug.h" |
|
732c14687955
[gaim-migrate @ 16622]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14073
diff
changeset
|
39 | #include "gntplugin.h" |
|
14121
3d8804b82150
[gaim-migrate @ 16674]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14109
diff
changeset
|
40 | #include "gntprefs.h" |
|
19612
043dcbf3a36e
Fix #2767 (per-conversation/chat mute option).
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19611
diff
changeset
|
41 | #include "gntsound.h" |
|
14188
cff503f91616
[gaim-migrate @ 16764]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14153
diff
changeset
|
42 | #include "gntstatus.h" |
| 16948 | 43 | #include "gntpounce.h" |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
44 | |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
45 | #include "gnt.h" |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
46 | #include "gntbox.h" |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
47 | #include "gntentry.h" |
|
16949
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
48 | #include "gntlabel.h" |
| 16948 | 49 | #include "gntmenu.h" |
| 50 | #include "gntmenuitem.h" | |
| 51 | #include "gntmenuitemcheck.h" | |
|
21855
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
52 | #include "gntstyle.h" |
|
16949
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
53 | #include "gnttextview.h" |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
54 | #include "gnttree.h" |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
55 | #include "gntutils.h" |
| 16948 | 56 | #include "gntwindow.h" |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
57 | |
|
16478
19107605c565
Works for me! Renames prefs: /core to /purple, /gaim/gtk to /pidgin, /gaim/gnt to /finch
Sean Egan <seanegan@pidgin.im>
parents:
16255
diff
changeset
|
58 | #define PREF_ROOT "/finch/conversations" |
|
16949
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
59 | #define PREF_CHAT PREF_ROOT "/chats" |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
60 | #define PREF_USERLIST PREF_CHAT "/userlist" |
|
14072
4e64a4f18686
[gaim-migrate @ 16602]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14070
diff
changeset
|
61 | |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
14188
diff
changeset
|
62 | #include "config.h" |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
14188
diff
changeset
|
63 | |
|
17076
9968d75058a4
Notify when you leave a chat, after /part or /kick.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17028
diff
changeset
|
64 | static void finch_write_common(PurpleConversation *conv, const char *who, |
|
9968d75058a4
Notify when you leave a chat, after /part or /kick.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17028
diff
changeset
|
65 | const char *message, PurpleMessageFlags flags, time_t mtime); |
|
19449
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
66 | static void generate_send_to_menu(FinchConv *ggc); |
|
17076
9968d75058a4
Notify when you leave a chat, after /part or /kick.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17028
diff
changeset
|
67 | |
|
21855
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
68 | static int color_message_receive; |
|
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
69 | static int color_message_send; |
|
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
70 | static int color_message_highlight; |
|
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
71 | static int color_message_action; |
|
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
72 | static int color_timestamp; |
|
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
73 | |
|
19986
7c725191167c
Remember the 'Enable Sounds' setting for a conversation. Closes #312.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19859
diff
changeset
|
74 | static PurpleBlistNode * |
|
7c725191167c
Remember the 'Enable Sounds' setting for a conversation. Closes #312.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19859
diff
changeset
|
75 | get_conversation_blist_node(PurpleConversation *conv) |
|
7c725191167c
Remember the 'Enable Sounds' setting for a conversation. Closes #312.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19859
diff
changeset
|
76 | { |
|
7c725191167c
Remember the 'Enable Sounds' setting for a conversation. Closes #312.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19859
diff
changeset
|
77 | PurpleBlistNode *node = NULL; |
|
7c725191167c
Remember the 'Enable Sounds' setting for a conversation. Closes #312.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19859
diff
changeset
|
78 | |
|
7c725191167c
Remember the 'Enable Sounds' setting for a conversation. Closes #312.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19859
diff
changeset
|
79 | switch (purple_conversation_get_type(conv)) { |
|
7c725191167c
Remember the 'Enable Sounds' setting for a conversation. Closes #312.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19859
diff
changeset
|
80 | case PURPLE_CONV_TYPE_IM: |
|
7c725191167c
Remember the 'Enable Sounds' setting for a conversation. Closes #312.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19859
diff
changeset
|
81 | node = (PurpleBlistNode*)purple_find_buddy(conv->account, conv->name); |
|
7c725191167c
Remember the 'Enable Sounds' setting for a conversation. Closes #312.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19859
diff
changeset
|
82 | node = node ? node->parent : NULL; |
|
7c725191167c
Remember the 'Enable Sounds' setting for a conversation. Closes #312.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19859
diff
changeset
|
83 | break; |
|
7c725191167c
Remember the 'Enable Sounds' setting for a conversation. Closes #312.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19859
diff
changeset
|
84 | case PURPLE_CONV_TYPE_CHAT: |
|
7c725191167c
Remember the 'Enable Sounds' setting for a conversation. Closes #312.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19859
diff
changeset
|
85 | node = (PurpleBlistNode*)purple_blist_find_chat(conv->account, conv->name); |
|
7c725191167c
Remember the 'Enable Sounds' setting for a conversation. Closes #312.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19859
diff
changeset
|
86 | break; |
|
7c725191167c
Remember the 'Enable Sounds' setting for a conversation. Closes #312.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19859
diff
changeset
|
87 | default: |
|
7c725191167c
Remember the 'Enable Sounds' setting for a conversation. Closes #312.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19859
diff
changeset
|
88 | break; |
|
7c725191167c
Remember the 'Enable Sounds' setting for a conversation. Closes #312.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19859
diff
changeset
|
89 | } |
|
7c725191167c
Remember the 'Enable Sounds' setting for a conversation. Closes #312.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19859
diff
changeset
|
90 | return node; |
|
7c725191167c
Remember the 'Enable Sounds' setting for a conversation. Closes #312.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19859
diff
changeset
|
91 | } |
|
7c725191167c
Remember the 'Enable Sounds' setting for a conversation. Closes #312.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19859
diff
changeset
|
92 | |
|
15373
8483019d6961
[gaim-migrate @ 18102]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15262
diff
changeset
|
93 | static void |
|
15878
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15841
diff
changeset
|
94 | send_typing_notification(GntWidget *w, FinchConv *ggconv) |
|
15262
8f97f9047232
[gaim-migrate @ 17990]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15250
diff
changeset
|
95 | { |
|
15373
8483019d6961
[gaim-migrate @ 18102]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15262
diff
changeset
|
96 | const char *text = gnt_entry_get_text(GNT_ENTRY(ggconv->entry)); |
|
17854
7c5d9ee6846a
Do not send typing notification if you are typing a /-command.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17360
diff
changeset
|
97 | gboolean empty = (!text || !*text || (*text == '/')); |
|
16478
19107605c565
Works for me! Renames prefs: /core to /purple, /gaim/gtk to /pidgin, /gaim/gnt to /finch
Sean Egan <seanegan@pidgin.im>
parents:
16255
diff
changeset
|
98 | if (purple_prefs_get_bool("/finch/conversations/notify_typing")) { |
| 15884 | 99 | PurpleConversation *conv = ggconv->active_conv; |
| 100 | PurpleConvIm *im = PURPLE_CONV_IM(conv); | |
|
15373
8483019d6961
[gaim-migrate @ 18102]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15262
diff
changeset
|
101 | if (!empty) { |
| 15884 | 102 | gboolean send = (purple_conv_im_get_send_typed_timeout(im) == 0); |
|
15262
8f97f9047232
[gaim-migrate @ 17990]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15250
diff
changeset
|
103 | |
| 15884 | 104 | purple_conv_im_stop_send_typed_timeout(im); |
| 105 | purple_conv_im_start_send_typed_timeout(im); | |
| 106 | if (send || (purple_conv_im_get_type_again(im) != 0 && | |
| 107 | time(NULL) > purple_conv_im_get_type_again(im))) { | |
|
15262
8f97f9047232
[gaim-migrate @ 17990]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15250
diff
changeset
|
108 | unsigned int timeout; |
| 15884 | 109 | timeout = serv_send_typing(purple_conversation_get_gc(conv), |
| 110 | purple_conversation_get_name(conv), | |
| 111 | PURPLE_TYPING); | |
| 112 | purple_conv_im_set_type_again(im, timeout); | |
|
15262
8f97f9047232
[gaim-migrate @ 17990]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15250
diff
changeset
|
113 | } |
|
15373
8483019d6961
[gaim-migrate @ 18102]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15262
diff
changeset
|
114 | } else { |
| 15884 | 115 | purple_conv_im_stop_send_typed_timeout(im); |
|
15373
8483019d6961
[gaim-migrate @ 18102]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15262
diff
changeset
|
116 | |
| 15884 | 117 | serv_send_typing(purple_conversation_get_gc(conv), |
| 118 | purple_conversation_get_name(conv), | |
| 119 | PURPLE_NOT_TYPING); | |
|
15262
8f97f9047232
[gaim-migrate @ 17990]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15250
diff
changeset
|
120 | } |
|
8f97f9047232
[gaim-migrate @ 17990]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15250
diff
changeset
|
121 | } |
|
8f97f9047232
[gaim-migrate @ 17990]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15250
diff
changeset
|
122 | } |
|
8f97f9047232
[gaim-migrate @ 17990]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15250
diff
changeset
|
123 | |
|
21271
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
124 | static void |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
125 | entry_key_pressed(GntWidget *w, FinchConv *ggconv) |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
126 | { |
|
21271
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
127 | const char *text = gnt_entry_get_text(GNT_ENTRY(ggconv->entry)); |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
128 | if (*text == '/') |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
129 | { |
|
21271
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
130 | PurpleConversation *conv = ggconv->active_conv; |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
131 | PurpleCmdStatus status; |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
132 | const char *cmdline = text + 1; |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
133 | char *error = NULL, *escape; |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
134 | |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
135 | escape = g_markup_escape_text(cmdline, -1); |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
136 | status = purple_cmd_do_command(conv, cmdline, escape, &error); |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
137 | g_free(escape); |
|
14028
eefce1b0c4e3
[gaim-migrate @ 16522]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14005
diff
changeset
|
138 | |
|
21271
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
139 | switch (status) |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
140 | { |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
141 | case PURPLE_CMD_STATUS_OK: |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
142 | break; |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
143 | case PURPLE_CMD_STATUS_NOT_FOUND: |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
144 | purple_conversation_write(conv, "", _("No such command."), |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
145 | PURPLE_MESSAGE_NO_LOG, time(NULL)); |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
146 | break; |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
147 | case PURPLE_CMD_STATUS_WRONG_ARGS: |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
148 | purple_conversation_write(conv, "", _("Syntax Error: You typed the wrong number of arguments " |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
149 | "to that command."), |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
150 | PURPLE_MESSAGE_NO_LOG, time(NULL)); |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
151 | break; |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
152 | case PURPLE_CMD_STATUS_FAILED: |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
153 | purple_conversation_write(conv, "", error ? error : _("Your command failed for an unknown reason."), |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
154 | PURPLE_MESSAGE_NO_LOG, time(NULL)); |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
155 | break; |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
156 | case PURPLE_CMD_STATUS_WRONG_TYPE: |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
157 | if(purple_conversation_get_type(conv) == PURPLE_CONV_TYPE_IM) |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
158 | purple_conversation_write(conv, "", _("That command only works in chats, not IMs."), |
| 15884 | 159 | PURPLE_MESSAGE_NO_LOG, time(NULL)); |
|
21271
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
160 | else |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
161 | purple_conversation_write(conv, "", _("That command only works in IMs, not chats."), |
| 15884 | 162 | PURPLE_MESSAGE_NO_LOG, time(NULL)); |
|
21271
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
163 | break; |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
164 | case PURPLE_CMD_STATUS_WRONG_PRPL: |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
165 | purple_conversation_write(conv, "", _("That command doesn't work on this protocol."), |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
166 | PURPLE_MESSAGE_NO_LOG, time(NULL)); |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
167 | break; |
|
14000
aab306afdc43
[gaim-migrate @ 16469]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
13993
diff
changeset
|
168 | } |
|
21271
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
169 | g_free(error); |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
170 | } |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
171 | else if (!purple_account_is_connected(ggconv->active_conv->account)) |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
172 | { |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
173 | purple_conversation_write(ggconv->active_conv, "", _("Message was not sent, because you are not signed on."), |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
174 | PURPLE_MESSAGE_ERROR | PURPLE_MESSAGE_NO_LOG, time(NULL)); |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
175 | } |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
176 | else |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
177 | { |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
178 | char *escape = g_markup_escape_text(text, -1); |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
179 | char *apos = purple_strreplace(escape, "'", "'"); |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
180 | g_free(escape); |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
181 | escape = apos; |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
182 | switch (purple_conversation_get_type(ggconv->active_conv)) |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
183 | { |
|
21271
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
184 | case PURPLE_CONV_TYPE_IM: |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
185 | purple_conv_im_send_with_flags(PURPLE_CONV_IM(ggconv->active_conv), escape, PURPLE_MESSAGE_SEND); |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
186 | break; |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
187 | case PURPLE_CONV_TYPE_CHAT: |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
188 | purple_conv_chat_send(PURPLE_CONV_CHAT(ggconv->active_conv), escape); |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
189 | break; |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
190 | default: |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
191 | g_free(escape); |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
192 | g_return_if_reached(); |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
193 | } |
|
21271
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
194 | g_free(escape); |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
195 | purple_idle_touch(); |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
196 | } |
|
21271
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
197 | gnt_entry_add_to_history(GNT_ENTRY(ggconv->entry), text); |
|
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
198 | gnt_entry_clear(GNT_ENTRY(ggconv->entry)); |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
199 | } |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
200 | |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
201 | static void |
|
15878
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15841
diff
changeset
|
202 | closing_window(GntWidget *window, FinchConv *ggconv) |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
203 | { |
|
14450
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
204 | GList *list = ggconv->list; |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
205 | ggconv->window = NULL; |
|
14450
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
206 | while (list) { |
| 15884 | 207 | PurpleConversation *conv = list->data; |
|
14450
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
208 | list = list->next; |
| 15884 | 209 | purple_conversation_destroy(conv); |
|
14450
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
210 | } |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
211 | } |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
212 | |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
213 | static void |
|
14923
ccb42b285510
[gaim-migrate @ 17630]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14884
diff
changeset
|
214 | size_changed_cb(GntWidget *widget, int width, int height) |
|
14072
4e64a4f18686
[gaim-migrate @ 16602]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14070
diff
changeset
|
215 | { |
|
14923
ccb42b285510
[gaim-migrate @ 17630]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14884
diff
changeset
|
216 | int w, h; |
|
ccb42b285510
[gaim-migrate @ 17630]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14884
diff
changeset
|
217 | gnt_widget_get_size(widget, &w, &h); |
| 15884 | 218 | purple_prefs_set_int(PREF_ROOT "/size/width", w); |
| 219 | purple_prefs_set_int(PREF_ROOT "/size/height", h); | |
|
14072
4e64a4f18686
[gaim-migrate @ 16602]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14070
diff
changeset
|
220 | } |
|
4e64a4f18686
[gaim-migrate @ 16602]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14070
diff
changeset
|
221 | |
|
4e64a4f18686
[gaim-migrate @ 16602]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14070
diff
changeset
|
222 | static void |
|
4e64a4f18686
[gaim-migrate @ 16602]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14070
diff
changeset
|
223 | save_position_cb(GntWidget *w, int x, int y) |
|
4e64a4f18686
[gaim-migrate @ 16602]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14070
diff
changeset
|
224 | { |
| 15884 | 225 | purple_prefs_set_int(PREF_ROOT "/position/x", x); |
| 226 | purple_prefs_set_int(PREF_ROOT "/position/y", y); | |
|
14072
4e64a4f18686
[gaim-migrate @ 16602]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14070
diff
changeset
|
227 | } |
|
4e64a4f18686
[gaim-migrate @ 16602]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14070
diff
changeset
|
228 | |
| 15884 | 229 | static PurpleConversation * |
|
19449
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
230 | find_conv_with_contact(PurpleAccount *account, const char *name) |
|
14450
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
231 | { |
| 15884 | 232 | PurpleBlistNode *node; |
|
19449
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
233 | PurpleBuddy *buddy = purple_find_buddy(account, name); |
| 15884 | 234 | PurpleConversation *ret = NULL; |
|
14450
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
235 | |
|
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
236 | if (!buddy) |
|
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
237 | return NULL; |
|
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
238 | |
| 15884 | 239 | for (node = ((PurpleBlistNode*)buddy)->parent->child; node; node = node->next) { |
| 240 | if (node == (PurpleBlistNode*)buddy) | |
|
14450
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
241 | continue; |
| 15884 | 242 | if ((ret = purple_find_conversation_with_account(PURPLE_CONV_TYPE_IM, |
| 243 | ((PurpleBuddy*)node)->name, ((PurpleBuddy*)node)->account)) != NULL) | |
|
14450
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
244 | break; |
|
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
245 | } |
|
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
246 | return ret; |
|
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
247 | } |
|
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
248 | |
| 14612 | 249 | static char * |
| 15884 | 250 | get_conversation_title(PurpleConversation *conv, PurpleAccount *account) |
| 14612 | 251 | { |
| 15884 | 252 | return g_strdup_printf(_("%s (%s -- %s)"), purple_conversation_get_title(conv), |
| 253 | purple_account_get_username(account), purple_account_get_protocol_name(account)); | |
| 14612 | 254 | } |
| 255 | ||
| 256 | static void | |
| 15884 | 257 | update_buddy_typing(PurpleAccount *account, const char *who, gpointer null) |
| 14612 | 258 | { |
| 15884 | 259 | PurpleConversation *conv; |
|
15878
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15841
diff
changeset
|
260 | FinchConv *ggc; |
| 15884 | 261 | PurpleConvIm *im = NULL; |
|
15233
fdd9e78534ad
[gaim-migrate @ 17957]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14939
diff
changeset
|
262 | char *title, *str; |
| 14612 | 263 | |
| 15884 | 264 | conv = purple_find_conversation_with_account(PURPLE_CONV_TYPE_IM, who, account); |
| 14612 | 265 | |
| 266 | if (!conv) | |
| 267 | return; | |
| 268 | ||
| 15884 | 269 | im = PURPLE_CONV_IM(conv); |
|
15233
fdd9e78534ad
[gaim-migrate @ 17957]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14939
diff
changeset
|
270 | ggc = conv->ui_data; |
|
14750
1dad59ae254d
[gaim-migrate @ 17440]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14620
diff
changeset
|
271 | |
| 15884 | 272 | if (purple_conv_im_get_typing_state(im) == PURPLE_TYPING) { |
|
15233
fdd9e78534ad
[gaim-migrate @ 17957]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14939
diff
changeset
|
273 | int scroll; |
|
fdd9e78534ad
[gaim-migrate @ 17957]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14939
diff
changeset
|
274 | str = get_conversation_title(conv, account); |
|
fdd9e78534ad
[gaim-migrate @ 17957]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14939
diff
changeset
|
275 | title = g_strdup_printf(_("%s [%s]"), str, |
| 14612 | 276 | gnt_ascii_only() ? "T" : "\342\243\277"); |
|
15233
fdd9e78534ad
[gaim-migrate @ 17957]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14939
diff
changeset
|
277 | g_free(str); |
|
fdd9e78534ad
[gaim-migrate @ 17957]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14939
diff
changeset
|
278 | |
|
fdd9e78534ad
[gaim-migrate @ 17957]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14939
diff
changeset
|
279 | scroll = gnt_text_view_get_lines_below(GNT_TEXT_VIEW(ggc->tv)); |
| 15884 | 280 | str = g_strdup_printf(_("\n%s is typing..."), purple_conversation_get_name(conv)); |
|
15262
8f97f9047232
[gaim-migrate @ 17990]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15250
diff
changeset
|
281 | /* Updating is a little buggy. So just remove and add a new one */ |
|
8f97f9047232
[gaim-migrate @ 17990]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15250
diff
changeset
|
282 | gnt_text_view_tag_change(GNT_TEXT_VIEW(ggc->tv), "typing", NULL, TRUE); |
|
8f97f9047232
[gaim-migrate @ 17990]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15250
diff
changeset
|
283 | gnt_text_view_append_text_with_tag(GNT_TEXT_VIEW(ggc->tv), |
|
8f97f9047232
[gaim-migrate @ 17990]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15250
diff
changeset
|
284 | str, GNT_TEXT_FLAG_DIM, "typing"); |
|
15233
fdd9e78534ad
[gaim-migrate @ 17957]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14939
diff
changeset
|
285 | g_free(str); |
|
fdd9e78534ad
[gaim-migrate @ 17957]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14939
diff
changeset
|
286 | if (scroll <= 1) |
|
fdd9e78534ad
[gaim-migrate @ 17957]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14939
diff
changeset
|
287 | gnt_text_view_scroll(GNT_TEXT_VIEW(ggc->tv), 0); |
|
fdd9e78534ad
[gaim-migrate @ 17957]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14939
diff
changeset
|
288 | } else { |
| 14612 | 289 | title = get_conversation_title(conv, account); |
|
18935
902fd1b53149
Just show an empty line, instead of bouncing the text down when the user
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18605
diff
changeset
|
290 | gnt_text_view_tag_change(GNT_TEXT_VIEW(ggc->tv), "typing", " ", TRUE); |
|
15233
fdd9e78534ad
[gaim-migrate @ 17957]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14939
diff
changeset
|
291 | } |
| 14612 | 292 | gnt_screen_rename_widget(ggc->window, title); |
| 293 | g_free(title); | |
| 294 | } | |
| 295 | ||
|
17076
9968d75058a4
Notify when you leave a chat, after /part or /kick.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17028
diff
changeset
|
296 | static void |
|
9968d75058a4
Notify when you leave a chat, after /part or /kick.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17028
diff
changeset
|
297 | chat_left_cb(PurpleConversation *conv, gpointer null) |
|
9968d75058a4
Notify when you leave a chat, after /part or /kick.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17028
diff
changeset
|
298 | { |
|
9968d75058a4
Notify when you leave a chat, after /part or /kick.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17028
diff
changeset
|
299 | finch_write_common(conv, NULL, _("You have left this chat."), |
|
9968d75058a4
Notify when you leave a chat, after /part or /kick.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17028
diff
changeset
|
300 | PURPLE_MESSAGE_SYSTEM, time(NULL)); |
|
9968d75058a4
Notify when you leave a chat, after /part or /kick.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17028
diff
changeset
|
301 | } |
|
9968d75058a4
Notify when you leave a chat, after /part or /kick.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17028
diff
changeset
|
302 | |
|
19449
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
303 | static void |
|
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
304 | buddy_signed_on_off(PurpleBuddy *buddy, gpointer null) |
|
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
305 | { |
|
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
306 | PurpleConversation *conv = find_conv_with_contact(buddy->account, buddy->name); |
|
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
307 | if (conv == NULL) |
|
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
308 | return; |
|
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
309 | generate_send_to_menu(conv->ui_data); |
|
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
310 | } |
|
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
311 | |
|
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
312 | static void |
|
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
313 | account_signed_on_off(PurpleConnection *gc, gpointer null) |
|
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
314 | { |
|
20315
21fbfe31160a
If there's a chat open when an account gets disconnected because of an error,
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19986
diff
changeset
|
315 | GList *list = purple_get_ims(); |
|
21fbfe31160a
If there's a chat open when an account gets disconnected because of an error,
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19986
diff
changeset
|
316 | while (list) { |
|
21fbfe31160a
If there's a chat open when an account gets disconnected because of an error,
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19986
diff
changeset
|
317 | PurpleConversation *conv = list->data; |
|
19449
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
318 | PurpleConversation *cc = find_conv_with_contact(conv->account, conv->name); |
|
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
319 | if (cc) |
|
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
320 | generate_send_to_menu(cc->ui_data); |
|
20315
21fbfe31160a
If there's a chat open when an account gets disconnected because of an error,
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19986
diff
changeset
|
321 | list = list->next; |
|
21fbfe31160a
If there's a chat open when an account gets disconnected because of an error,
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19986
diff
changeset
|
322 | } |
|
21fbfe31160a
If there's a chat open when an account gets disconnected because of an error,
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19986
diff
changeset
|
323 | |
|
21fbfe31160a
If there's a chat open when an account gets disconnected because of an error,
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19986
diff
changeset
|
324 | if (PURPLE_CONNECTION_IS_CONNECTED(gc)) { |
|
21fbfe31160a
If there's a chat open when an account gets disconnected because of an error,
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19986
diff
changeset
|
325 | /* We just signed on. Let's see if there's any chat that we have open, |
|
21fbfe31160a
If there's a chat open when an account gets disconnected because of an error,
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19986
diff
changeset
|
326 | * and hadn't left before the disconnect. */ |
|
21fbfe31160a
If there's a chat open when an account gets disconnected because of an error,
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19986
diff
changeset
|
327 | list = purple_get_chats(); |
|
21fbfe31160a
If there's a chat open when an account gets disconnected because of an error,
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19986
diff
changeset
|
328 | while (list) { |
|
21fbfe31160a
If there's a chat open when an account gets disconnected because of an error,
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19986
diff
changeset
|
329 | PurpleConversation *conv = list->data; |
|
21fbfe31160a
If there's a chat open when an account gets disconnected because of an error,
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19986
diff
changeset
|
330 | PurpleChat *chat; |
|
20622
30e148be3e2c
Fix #104 (Reconnect to network should reconnect chats also). This has been
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20330
diff
changeset
|
331 | GHashTable *comps = NULL; |
|
20315
21fbfe31160a
If there's a chat open when an account gets disconnected because of an error,
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19986
diff
changeset
|
332 | |
|
21fbfe31160a
If there's a chat open when an account gets disconnected because of an error,
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19986
diff
changeset
|
333 | list = list->next; |
|
21fbfe31160a
If there's a chat open when an account gets disconnected because of an error,
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19986
diff
changeset
|
334 | if (conv->account != gc->account || |
|
21fbfe31160a
If there's a chat open when an account gets disconnected because of an error,
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19986
diff
changeset
|
335 | !purple_conversation_get_data(conv, "want-to-rejoin")) |
|
21fbfe31160a
If there's a chat open when an account gets disconnected because of an error,
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19986
diff
changeset
|
336 | continue; |
|
21fbfe31160a
If there's a chat open when an account gets disconnected because of an error,
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19986
diff
changeset
|
337 | |
|
21fbfe31160a
If there's a chat open when an account gets disconnected because of an error,
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19986
diff
changeset
|
338 | chat = purple_blist_find_chat(conv->account, conv->name); |
|
21fbfe31160a
If there's a chat open when an account gets disconnected because of an error,
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19986
diff
changeset
|
339 | if (chat == NULL) { |
|
21fbfe31160a
If there's a chat open when an account gets disconnected because of an error,
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19986
diff
changeset
|
340 | if (PURPLE_PLUGIN_PROTOCOL_INFO(gc->prpl)->chat_info_defaults != NULL) |
|
20622
30e148be3e2c
Fix #104 (Reconnect to network should reconnect chats also). This has been
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20330
diff
changeset
|
341 | comps = PURPLE_PLUGIN_PROTOCOL_INFO(gc->prpl)->chat_info_defaults(gc, conv->name); |
|
30e148be3e2c
Fix #104 (Reconnect to network should reconnect chats also). This has been
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20330
diff
changeset
|
342 | } else { |
|
30e148be3e2c
Fix #104 (Reconnect to network should reconnect chats also). This has been
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20330
diff
changeset
|
343 | comps = chat->components; |
|
20315
21fbfe31160a
If there's a chat open when an account gets disconnected because of an error,
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19986
diff
changeset
|
344 | } |
|
20622
30e148be3e2c
Fix #104 (Reconnect to network should reconnect chats also). This has been
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20330
diff
changeset
|
345 | serv_join_chat(gc, comps); |
|
30e148be3e2c
Fix #104 (Reconnect to network should reconnect chats also). This has been
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20330
diff
changeset
|
346 | if (chat == NULL && comps != NULL) |
|
30e148be3e2c
Fix #104 (Reconnect to network should reconnect chats also). This has been
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20330
diff
changeset
|
347 | g_hash_table_destroy(comps); |
|
20315
21fbfe31160a
If there's a chat open when an account gets disconnected because of an error,
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19986
diff
changeset
|
348 | } |
|
19449
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
349 | } |
|
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
350 | } |
|
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
351 | |
| 14612 | 352 | static gpointer |
|
15878
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15841
diff
changeset
|
353 | finch_conv_get_handle() |
| 14612 | 354 | { |
| 355 | static int handle; | |
| 356 | return &handle; | |
| 357 | } | |
| 358 | ||
|
14072
4e64a4f18686
[gaim-migrate @ 16602]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14070
diff
changeset
|
359 | static void |
| 16948 | 360 | clear_scrollback_cb(GntMenuItem *item, gpointer ggconv) |
| 361 | { | |
| 362 | FinchConv *ggc = ggconv; | |
| 363 | gnt_text_view_clear(GNT_TEXT_VIEW(ggc->tv)); | |
| 364 | } | |
| 365 | ||
| 366 | static void | |
| 367 | send_file_cb(GntMenuItem *item, gpointer ggconv) | |
| 368 | { | |
| 369 | FinchConv *ggc = ggconv; | |
| 370 | serv_send_file(purple_conversation_get_gc(ggc->active_conv), | |
| 371 | purple_conversation_get_name(ggc->active_conv), NULL); | |
| 372 | } | |
| 373 | ||
| 374 | static void | |
| 375 | add_pounce_cb(GntMenuItem *item, gpointer ggconv) | |
| 376 | { | |
| 377 | FinchConv *ggc = ggconv; | |
| 378 | finch_pounce_editor_show( | |
| 379 | purple_conversation_get_account(ggc->active_conv), | |
| 380 | purple_conversation_get_name(ggc->active_conv), NULL); | |
| 381 | } | |
| 382 | ||
| 383 | static void | |
| 384 | get_info_cb(GntMenuItem *item, gpointer ggconv) | |
| 385 | { | |
| 386 | FinchConv *ggc = ggconv; | |
|
17360
4b04b2ee459a
Use utility functions to get user info. Closes #964.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17164
diff
changeset
|
387 | finch_retrieve_user_info(purple_conversation_get_gc(ggc->active_conv), |
| 16948 | 388 | purple_conversation_get_name(ggc->active_conv)); |
| 389 | } | |
| 390 | ||
| 391 | static void | |
| 392 | toggle_timestamps_cb(GntMenuItem *item, gpointer ggconv) | |
| 393 | { | |
| 394 | purple_prefs_set_bool(PREF_ROOT "/timestamps", | |
| 395 | !purple_prefs_get_bool(PREF_ROOT "/timestamps")); | |
| 396 | } | |
| 397 | ||
| 398 | static void | |
|
19610
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
399 | toggle_logging_cb(GntMenuItem *item, gpointer ggconv) |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
400 | { |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
401 | FinchConv *fc = ggconv; |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
402 | PurpleConversation *conv = fc->active_conv; |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
403 | gboolean logging = gnt_menuitem_check_get_checked(GNT_MENU_ITEM_CHECK(item)); |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
404 | GList *iter; |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
405 | |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
406 | if (logging == purple_conversation_is_logging(conv)) |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
407 | return; |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
408 | |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
409 | /* Xerox */ |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
410 | if (logging) { |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
411 | /* Enable logging first so the message below can be logged. */ |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
412 | purple_conversation_set_logging(conv, TRUE); |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
413 | |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
414 | purple_conversation_write(conv, NULL, |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
415 | _("Logging started. Future messages in this conversation will be logged."), |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
416 | conv->logs ? (PURPLE_MESSAGE_SYSTEM) : |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
417 | (PURPLE_MESSAGE_SYSTEM | PURPLE_MESSAGE_NO_LOG), |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
418 | time(NULL)); |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
419 | } else { |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
420 | purple_conversation_write(conv, NULL, |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
421 | _("Logging stopped. Future messages in this conversation will not be logged."), |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
422 | conv->logs ? (PURPLE_MESSAGE_SYSTEM) : |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
423 | (PURPLE_MESSAGE_SYSTEM | PURPLE_MESSAGE_NO_LOG), |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
424 | time(NULL)); |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
425 | |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
426 | /* Disable the logging second, so that the above message can be logged. */ |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
427 | purple_conversation_set_logging(conv, FALSE); |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
428 | } |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
429 | |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
430 | /* Each conversation with the same person will have the same logging setting */ |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
431 | for (iter = fc->list; iter; iter = iter->next) { |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
432 | if (iter->data == conv) |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
433 | continue; |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
434 | purple_conversation_set_logging(iter->data, logging); |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
435 | } |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
436 | } |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
437 | |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
438 | static void |
|
19612
043dcbf3a36e
Fix #2767 (per-conversation/chat mute option).
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19611
diff
changeset
|
439 | toggle_sound_cb(GntMenuItem *item, gpointer ggconv) |
|
043dcbf3a36e
Fix #2767 (per-conversation/chat mute option).
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19611
diff
changeset
|
440 | { |
|
043dcbf3a36e
Fix #2767 (per-conversation/chat mute option).
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19611
diff
changeset
|
441 | FinchConv *fc = ggconv; |
|
19986
7c725191167c
Remember the 'Enable Sounds' setting for a conversation. Closes #312.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19859
diff
changeset
|
442 | PurpleBlistNode *node = get_conversation_blist_node(fc->active_conv); |
|
19612
043dcbf3a36e
Fix #2767 (per-conversation/chat mute option).
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19611
diff
changeset
|
443 | fc->flags ^= FINCH_CONV_NO_SOUND; |
|
19986
7c725191167c
Remember the 'Enable Sounds' setting for a conversation. Closes #312.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19859
diff
changeset
|
444 | if (node) |
|
7c725191167c
Remember the 'Enable Sounds' setting for a conversation. Closes #312.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19859
diff
changeset
|
445 | purple_blist_node_set_bool(node, "gnt-mute-sound", !!(fc->flags & FINCH_CONV_NO_SOUND)); |
|
19612
043dcbf3a36e
Fix #2767 (per-conversation/chat mute option).
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19611
diff
changeset
|
446 | } |
|
043dcbf3a36e
Fix #2767 (per-conversation/chat mute option).
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19611
diff
changeset
|
447 | |
|
043dcbf3a36e
Fix #2767 (per-conversation/chat mute option).
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19611
diff
changeset
|
448 | static void |
| 16948 | 449 | send_to_cb(GntMenuItem *m, gpointer n) |
| 450 | { | |
| 451 | PurpleAccount *account = g_object_get_data(G_OBJECT(m), "purple_account"); | |
| 452 | gchar *buddy = g_object_get_data(G_OBJECT(m), "purple_buddy_name"); | |
| 453 | PurpleConversation *conv = purple_conversation_new(PURPLE_CONV_TYPE_IM, account, buddy); | |
| 454 | finch_conversation_set_active(conv); | |
| 455 | } | |
| 456 | ||
| 457 | static void | |
| 458 | generate_send_to_menu(FinchConv *ggc) | |
| 459 | { | |
| 460 | GntWidget *sub, *menu = ggc->menu; | |
| 461 | GntMenuItem *item; | |
| 462 | GSList *buds; | |
| 463 | GList *list = NULL; | |
| 464 | ||
| 465 | buds = purple_find_buddies(ggc->active_conv->account, ggc->active_conv->name); | |
| 466 | if (!buds) | |
| 467 | return; | |
| 468 | ||
|
19449
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
469 | if ((item = ggc->u.im->sendto) == NULL) { |
|
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
470 | item = gnt_menuitem_new(_("Send To")); |
|
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
471 | gnt_menu_add_item(GNT_MENU(menu), item); |
|
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
472 | ggc->u.im->sendto = item; |
|
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
473 | } |
| 16948 | 474 | sub = gnt_menu_new(GNT_MENU_POPUP); |
| 475 | gnt_menuitem_set_submenu(item, GNT_MENU(sub)); | |
| 476 | ||
|
19449
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
477 | for (; buds; buds = g_slist_delete_link(buds, buds)) { |
| 16948 | 478 | PurpleBlistNode *node = (PurpleBlistNode *)purple_buddy_get_contact((PurpleBuddy *)buds->data); |
| 479 | for (node = node->child; node != NULL; node = node->next) { | |
| 480 | PurpleBuddy *buddy = (PurpleBuddy *)node; | |
| 481 | PurpleAccount *account = purple_buddy_get_account(buddy); | |
| 482 | if (purple_account_is_connected(account)) { | |
| 483 | /* Use the PurplePresence to get unique buddies. */ | |
| 484 | PurplePresence *presence = purple_buddy_get_presence(buddy); | |
| 485 | if (!g_list_find(list, presence)) | |
| 486 | list = g_list_prepend(list, presence); | |
| 487 | } | |
| 488 | } | |
| 489 | } | |
|
19449
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
490 | for (list = g_list_reverse(list); list != NULL; list = g_list_delete_link(list, list)) { |
| 16948 | 491 | PurplePresence *pre = list->data; |
|
16949
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
492 | PurpleBuddy *buddy = purple_presence_get_buddy(pre); |
| 16948 | 493 | PurpleAccount *account = purple_buddy_get_account(buddy); |
| 494 | gchar *name = g_strdup(purple_buddy_get_name(buddy)); | |
| 495 | gchar *text = g_strdup_printf("%s (%s)", purple_buddy_get_name(buddy), purple_account_get_username(account)); | |
| 496 | item = gnt_menuitem_new(text); | |
| 497 | g_free(text); | |
| 498 | gnt_menu_add_item(GNT_MENU(sub), item); | |
| 499 | gnt_menuitem_set_callback(item, send_to_cb, NULL); | |
| 500 | g_object_set_data(G_OBJECT(item), "purple_account", account); | |
| 501 | g_object_set_data_full(G_OBJECT(item), "purple_buddy_name", name, g_free); | |
| 502 | } | |
| 503 | } | |
| 504 | ||
| 505 | static void | |
| 506 | gg_create_menu(FinchConv *ggc) | |
| 507 | { | |
| 508 | GntWidget *menu, *sub; | |
| 509 | GntMenuItem *item; | |
| 510 | ||
| 511 | ggc->menu = menu = gnt_menu_new(GNT_MENU_TOPLEVEL); | |
| 512 | gnt_window_set_menu(GNT_WINDOW(ggc->window), GNT_MENU(menu)); | |
| 513 | ||
| 514 | item = gnt_menuitem_new(_("Conversation")); | |
| 515 | gnt_menu_add_item(GNT_MENU(menu), item); | |
| 516 | ||
| 517 | sub = gnt_menu_new(GNT_MENU_POPUP); | |
| 518 | gnt_menuitem_set_submenu(item, GNT_MENU(sub)); | |
| 519 | ||
| 520 | item = gnt_menuitem_new(_("Clear Scrollback")); | |
| 521 | gnt_menu_add_item(GNT_MENU(sub), item); | |
| 522 | gnt_menuitem_set_callback(item, clear_scrollback_cb, ggc); | |
| 523 | ||
| 524 | item = gnt_menuitem_check_new(_("Show Timestamps")); | |
| 525 | gnt_menuitem_check_set_checked(GNT_MENU_ITEM_CHECK(item), | |
| 526 | purple_prefs_get_bool(PREF_ROOT "/timestamps")); | |
| 527 | gnt_menu_add_item(GNT_MENU(sub), item); | |
| 528 | gnt_menuitem_set_callback(item, toggle_timestamps_cb, ggc); | |
| 529 | ||
| 530 | if (purple_conversation_get_type(ggc->active_conv) == PURPLE_CONV_TYPE_IM) { | |
|
17018
18b76ac05780
Change a string, and make sure non-functional items are not added in the conversation window menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16986
diff
changeset
|
531 | PurpleAccount *account = purple_conversation_get_account(ggc->active_conv); |
|
18b76ac05780
Change a string, and make sure non-functional items are not added in the conversation window menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16986
diff
changeset
|
532 | PurplePluginProtocolInfo *pinfo = account->gc ? PURPLE_PLUGIN_PROTOCOL_INFO(account->gc->prpl) : NULL; |
|
18b76ac05780
Change a string, and make sure non-functional items are not added in the conversation window menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16986
diff
changeset
|
533 | |
|
18b76ac05780
Change a string, and make sure non-functional items are not added in the conversation window menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16986
diff
changeset
|
534 | if (pinfo && pinfo->get_info) { |
|
18b76ac05780
Change a string, and make sure non-functional items are not added in the conversation window menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16986
diff
changeset
|
535 | item = gnt_menuitem_new(_("Get Info")); |
|
18b76ac05780
Change a string, and make sure non-functional items are not added in the conversation window menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16986
diff
changeset
|
536 | gnt_menu_add_item(GNT_MENU(sub), item); |
|
18b76ac05780
Change a string, and make sure non-functional items are not added in the conversation window menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16986
diff
changeset
|
537 | gnt_menuitem_set_callback(item, get_info_cb, ggc); |
|
18b76ac05780
Change a string, and make sure non-functional items are not added in the conversation window menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16986
diff
changeset
|
538 | } |
| 16948 | 539 | |
| 540 | item = gnt_menuitem_new(_("Add Buddy Pounce...")); | |
| 541 | gnt_menu_add_item(GNT_MENU(sub), item); | |
| 542 | gnt_menuitem_set_callback(item, add_pounce_cb, ggc); | |
| 543 | ||
|
17018
18b76ac05780
Change a string, and make sure non-functional items are not added in the conversation window menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16986
diff
changeset
|
544 | if (pinfo && pinfo->send_file && |
|
18b76ac05780
Change a string, and make sure non-functional items are not added in the conversation window menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16986
diff
changeset
|
545 | (!pinfo->can_receive_file || |
|
18b76ac05780
Change a string, and make sure non-functional items are not added in the conversation window menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16986
diff
changeset
|
546 | pinfo->can_receive_file(account->gc, purple_conversation_get_name(ggc->active_conv)))) { |
|
18b76ac05780
Change a string, and make sure non-functional items are not added in the conversation window menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16986
diff
changeset
|
547 | item = gnt_menuitem_new(_("Send File")); |
|
18b76ac05780
Change a string, and make sure non-functional items are not added in the conversation window menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16986
diff
changeset
|
548 | gnt_menu_add_item(GNT_MENU(sub), item); |
|
18b76ac05780
Change a string, and make sure non-functional items are not added in the conversation window menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16986
diff
changeset
|
549 | gnt_menuitem_set_callback(item, send_file_cb, ggc); |
|
18b76ac05780
Change a string, and make sure non-functional items are not added in the conversation window menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16986
diff
changeset
|
550 | } |
| 16948 | 551 | |
| 552 | generate_send_to_menu(ggc); | |
| 553 | } | |
|
19610
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
554 | |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
555 | item = gnt_menuitem_check_new(_("Enable Logging")); |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
556 | gnt_menuitem_check_set_checked(GNT_MENU_ITEM_CHECK(item), |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
557 | purple_conversation_is_logging(ggc->active_conv)); |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
558 | gnt_menu_add_item(GNT_MENU(sub), item); |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
559 | gnt_menuitem_set_callback(item, toggle_logging_cb, ggc); |
|
19612
043dcbf3a36e
Fix #2767 (per-conversation/chat mute option).
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19611
diff
changeset
|
560 | |
|
043dcbf3a36e
Fix #2767 (per-conversation/chat mute option).
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19611
diff
changeset
|
561 | item = gnt_menuitem_check_new(_("Enable Sounds")); |
|
043dcbf3a36e
Fix #2767 (per-conversation/chat mute option).
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19611
diff
changeset
|
562 | gnt_menuitem_check_set_checked(GNT_MENU_ITEM_CHECK(item), |
|
043dcbf3a36e
Fix #2767 (per-conversation/chat mute option).
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19611
diff
changeset
|
563 | !(ggc->flags & FINCH_CONV_NO_SOUND)); |
|
043dcbf3a36e
Fix #2767 (per-conversation/chat mute option).
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19611
diff
changeset
|
564 | gnt_menu_add_item(GNT_MENU(sub), item); |
|
043dcbf3a36e
Fix #2767 (per-conversation/chat mute option).
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19611
diff
changeset
|
565 | gnt_menuitem_set_callback(item, toggle_sound_cb, ggc); |
| 16948 | 566 | } |
| 567 | ||
| 568 | static void | |
|
16949
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
569 | create_conv_from_userlist(GntWidget *widget, FinchConv *fc) |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
570 | { |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
571 | PurpleAccount *account = purple_conversation_get_account(fc->active_conv); |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
572 | char *name = gnt_tree_get_selection_data(GNT_TREE(widget)); |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
573 | purple_conversation_new(PURPLE_CONV_TYPE_IM, account, name); |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
574 | } |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
575 | |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
576 | static void |
|
18173
2e65bc9fa310
Provide a 'unseen-count' data for the conversations so the dbus-docklet can use that information.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17854
diff
changeset
|
577 | gained_focus_cb(GntWindow *window, FinchConv *fc) |
|
2e65bc9fa310
Provide a 'unseen-count' data for the conversations so the dbus-docklet can use that information.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17854
diff
changeset
|
578 | { |
|
2e65bc9fa310
Provide a 'unseen-count' data for the conversations so the dbus-docklet can use that information.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17854
diff
changeset
|
579 | GList *iter; |
|
2e65bc9fa310
Provide a 'unseen-count' data for the conversations so the dbus-docklet can use that information.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17854
diff
changeset
|
580 | for (iter = fc->list; iter; iter = iter->next) { |
|
2e65bc9fa310
Provide a 'unseen-count' data for the conversations so the dbus-docklet can use that information.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17854
diff
changeset
|
581 | purple_conversation_set_data(iter->data, "unseen-count", 0); |
|
2e65bc9fa310
Provide a 'unseen-count' data for the conversations so the dbus-docklet can use that information.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17854
diff
changeset
|
582 | purple_conversation_update(iter->data, PURPLE_CONV_UPDATE_UNSEEN); |
|
2e65bc9fa310
Provide a 'unseen-count' data for the conversations so the dbus-docklet can use that information.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17854
diff
changeset
|
583 | } |
|
2e65bc9fa310
Provide a 'unseen-count' data for the conversations so the dbus-docklet can use that information.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17854
diff
changeset
|
584 | } |
|
2e65bc9fa310
Provide a 'unseen-count' data for the conversations so the dbus-docklet can use that information.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17854
diff
changeset
|
585 | |
|
2e65bc9fa310
Provide a 'unseen-count' data for the conversations so the dbus-docklet can use that information.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17854
diff
changeset
|
586 | static void |
|
18423
83cabde8668d
Use the completion-signal to append a ': ' after a tab-completed nick.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18305
diff
changeset
|
587 | completion_cb(GntEntry *entry, const char *start, const char *end) |
|
83cabde8668d
Use the completion-signal to append a ': ' after a tab-completed nick.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18305
diff
changeset
|
588 | { |
|
83cabde8668d
Use the completion-signal to append a ': ' after a tab-completed nick.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18305
diff
changeset
|
589 | if (start == entry->start) |
|
83cabde8668d
Use the completion-signal to append a ': ' after a tab-completed nick.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18305
diff
changeset
|
590 | gnt_widget_key_pressed(GNT_WIDGET(entry), ": "); |
|
83cabde8668d
Use the completion-signal to append a ': ' after a tab-completed nick.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18305
diff
changeset
|
591 | } |
|
83cabde8668d
Use the completion-signal to append a ': ' after a tab-completed nick.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18305
diff
changeset
|
592 | |
|
83cabde8668d
Use the completion-signal to append a ': ' after a tab-completed nick.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18305
diff
changeset
|
593 | static void |
| 15884 | 594 | finch_create_conversation(PurpleConversation *conv) |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
595 | { |
|
15878
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15841
diff
changeset
|
596 | FinchConv *ggc = conv->ui_data; |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
597 | char *title; |
| 15884 | 598 | PurpleConversationType type; |
| 599 | PurpleConversation *cc; | |
| 600 | PurpleAccount *account; | |
|
19986
7c725191167c
Remember the 'Enable Sounds' setting for a conversation. Closes #312.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19859
diff
changeset
|
601 | PurpleBlistNode *convnode = NULL; |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
602 | |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
603 | if (ggc) |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
604 | return; |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
605 | |
|
19449
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
606 | cc = find_conv_with_contact(conv->account, conv->name); |
|
14450
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
607 | if (cc && cc->ui_data) |
|
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
608 | ggc = cc->ui_data; |
|
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
609 | else |
|
15878
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15841
diff
changeset
|
610 | ggc = g_new0(FinchConv, 1); |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
611 | |
|
19610
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
612 | /* Each conversation with the same person will have the same logging setting */ |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
613 | if (ggc->list) { |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
614 | purple_conversation_set_logging(conv, |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
615 | purple_conversation_is_logging(ggc->list->data)); |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
616 | } |
|
0663ae14e7c5
Separate logging support for each conversation.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
617 | |
|
14450
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
618 | ggc->list = g_list_prepend(ggc->list, conv); |
|
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
619 | ggc->active_conv = conv; |
|
14047
764a70ebfdc5
[gaim-migrate @ 16555]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14033
diff
changeset
|
620 | conv->ui_data = ggc; |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
621 | |
|
14450
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
622 | if (cc && cc->ui_data) { |
|
15878
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15841
diff
changeset
|
623 | finch_conversation_set_active(conv); |
|
14450
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
624 | return; |
|
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
625 | } |
|
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
626 | |
| 15884 | 627 | account = purple_conversation_get_account(conv); |
| 628 | type = purple_conversation_get_type(conv); | |
| 14612 | 629 | title = get_conversation_title(conv, account); |
| 630 | ||
| 16948 | 631 | ggc->window = gnt_vwindow_new(FALSE); |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
632 | gnt_box_set_title(GNT_BOX(ggc->window), title); |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
633 | gnt_box_set_toplevel(GNT_BOX(ggc->window), TRUE); |
|
13978
70d7030b7f26
[gaim-migrate @ 16418]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
13969
diff
changeset
|
634 | gnt_box_set_pad(GNT_BOX(ggc->window), 0); |
|
18305
7301814a6124
Plucked revision from finchfeat to give different names to windows for
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18301
diff
changeset
|
635 | |
|
7301814a6124
Plucked revision from finchfeat to give different names to windows for
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18301
diff
changeset
|
636 | switch(conv->type){ |
|
7301814a6124
Plucked revision from finchfeat to give different names to windows for
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18301
diff
changeset
|
637 | case PURPLE_CONV_TYPE_UNKNOWN: |
|
7301814a6124
Plucked revision from finchfeat to give different names to windows for
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18301
diff
changeset
|
638 | gnt_widget_set_name(ggc->window, "conversation-window-unknown" ); |
|
7301814a6124
Plucked revision from finchfeat to give different names to windows for
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18301
diff
changeset
|
639 | break; |
|
7301814a6124
Plucked revision from finchfeat to give different names to windows for
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18301
diff
changeset
|
640 | case PURPLE_CONV_TYPE_IM: |
|
7301814a6124
Plucked revision from finchfeat to give different names to windows for
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18301
diff
changeset
|
641 | gnt_widget_set_name(ggc->window, "conversation-window-im" ); |
|
7301814a6124
Plucked revision from finchfeat to give different names to windows for
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18301
diff
changeset
|
642 | break; |
|
7301814a6124
Plucked revision from finchfeat to give different names to windows for
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18301
diff
changeset
|
643 | case PURPLE_CONV_TYPE_CHAT: |
|
7301814a6124
Plucked revision from finchfeat to give different names to windows for
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18301
diff
changeset
|
644 | gnt_widget_set_name(ggc->window, "conversation-window-chat" ); |
|
7301814a6124
Plucked revision from finchfeat to give different names to windows for
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18301
diff
changeset
|
645 | break; |
|
7301814a6124
Plucked revision from finchfeat to give different names to windows for
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18301
diff
changeset
|
646 | case PURPLE_CONV_TYPE_MISC: |
|
7301814a6124
Plucked revision from finchfeat to give different names to windows for
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18301
diff
changeset
|
647 | gnt_widget_set_name(ggc->window, "conversation-window-misc" ); |
|
7301814a6124
Plucked revision from finchfeat to give different names to windows for
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18301
diff
changeset
|
648 | break; |
|
7301814a6124
Plucked revision from finchfeat to give different names to windows for
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18301
diff
changeset
|
649 | case PURPLE_CONV_TYPE_ANY: |
|
7301814a6124
Plucked revision from finchfeat to give different names to windows for
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18301
diff
changeset
|
650 | gnt_widget_set_name(ggc->window, "conversation-window-any" ); |
|
7301814a6124
Plucked revision from finchfeat to give different names to windows for
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18301
diff
changeset
|
651 | break; |
|
7301814a6124
Plucked revision from finchfeat to give different names to windows for
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18301
diff
changeset
|
652 | } |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
653 | |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
654 | ggc->tv = gnt_text_view_new(); |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
655 | gnt_widget_set_name(ggc->tv, "conversation-window-textview"); |
| 15884 | 656 | gnt_widget_set_size(ggc->tv, purple_prefs_get_int(PREF_ROOT "/size/width"), |
| 657 | purple_prefs_get_int(PREF_ROOT "/size/height")); | |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
658 | |
|
16949
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
659 | if (type == PURPLE_CONV_TYPE_CHAT) { |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
660 | GntWidget *hbox, *tree; |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
661 | FinchConvChat *fc = ggc->u.chat = g_new0(FinchConvChat, 1); |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
662 | hbox = gnt_hbox_new(FALSE); |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
663 | gnt_box_set_pad(GNT_BOX(hbox), 0); |
|
17115
7295bc64f5fa
Show user flags in chat userlist.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17076
diff
changeset
|
664 | tree = fc->userlist = gnt_tree_new_with_columns(2); |
|
7295bc64f5fa
Show user flags in chat userlist.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17076
diff
changeset
|
665 | gnt_tree_set_col_width(GNT_TREE(tree), 0, 1); /* The flag column */ |
|
16949
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
666 | gnt_tree_set_compare_func(GNT_TREE(tree), (GCompareFunc)g_utf8_collate); |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
667 | gnt_tree_set_hash_fns(GNT_TREE(tree), g_str_hash, g_str_equal, g_free); |
|
19798
73b881a6c1f9
Use the proper column for searching users in the chat userlist.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19672
diff
changeset
|
668 | gnt_tree_set_search_column(GNT_TREE(tree), 1); |
|
16949
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
669 | GNT_WIDGET_SET_FLAGS(tree, GNT_WIDGET_NO_BORDER); |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
670 | gnt_box_add_widget(GNT_BOX(hbox), ggc->tv); |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
671 | gnt_box_add_widget(GNT_BOX(hbox), tree); |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
672 | gnt_box_add_widget(GNT_BOX(ggc->window), hbox); |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
673 | g_signal_connect(G_OBJECT(tree), "activate", G_CALLBACK(create_conv_from_userlist), ggc); |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
674 | gnt_widget_set_visible(tree, purple_prefs_get_bool(PREF_USERLIST)); |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
675 | } else { |
|
19449
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
676 | ggc->u.im = g_new0(FinchConvIm, 1); |
|
16949
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
677 | gnt_box_add_widget(GNT_BOX(ggc->window), ggc->tv); |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
678 | } |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
679 | |
|
16190
435e34f11655
Allow adding information widgets in the conversation window.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16186
diff
changeset
|
680 | ggc->info = gnt_vbox_new(FALSE); |
|
435e34f11655
Allow adding information widgets in the conversation window.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16186
diff
changeset
|
681 | gnt_box_add_widget(GNT_BOX(ggc->window), ggc->info); |
|
435e34f11655
Allow adding information widgets in the conversation window.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16186
diff
changeset
|
682 | |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
683 | ggc->entry = gnt_entry_new(NULL); |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
684 | gnt_box_add_widget(GNT_BOX(ggc->window), ggc->entry); |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
685 | gnt_widget_set_name(ggc->entry, "conversation-window-entry"); |
|
14153
9da98052a4e1
[gaim-migrate @ 16715]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14122
diff
changeset
|
686 | gnt_entry_set_history_length(GNT_ENTRY(ggc->entry), -1); |
|
9da98052a4e1
[gaim-migrate @ 16715]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14122
diff
changeset
|
687 | gnt_entry_set_word_suggest(GNT_ENTRY(ggc->entry), TRUE); |
|
9da98052a4e1
[gaim-migrate @ 16715]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14122
diff
changeset
|
688 | gnt_entry_set_always_suggest(GNT_ENTRY(ggc->entry), FALSE); |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
689 | |
|
16186
73cb5b43aaf9
Add a utility function to assist scrolling in a textview.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15931
diff
changeset
|
690 | gnt_text_view_attach_scroll_widget(GNT_TEXT_VIEW(ggc->tv), ggc->entry); |
|
18605
76230f659c3f
Use the utility function for the conversation and debug windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18423
diff
changeset
|
691 | gnt_text_view_attach_pager_widget(GNT_TEXT_VIEW(ggc->tv), ggc->entry); |
|
76230f659c3f
Use the utility function for the conversation and debug windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18423
diff
changeset
|
692 | |
|
21271
2b594093a1ca
I feel good when I am able to send messages, instead of just typing them.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20791
diff
changeset
|
693 | g_signal_connect_after(G_OBJECT(ggc->entry), "activate", G_CALLBACK(entry_key_pressed), ggc); |
|
18423
83cabde8668d
Use the completion-signal to append a ': ' after a tab-completed nick.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18305
diff
changeset
|
694 | g_signal_connect(G_OBJECT(ggc->entry), "completion", G_CALLBACK(completion_cb), NULL); |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
695 | g_signal_connect(G_OBJECT(ggc->window), "destroy", G_CALLBACK(closing_window), ggc); |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
696 | |
| 15884 | 697 | gnt_widget_set_position(ggc->window, purple_prefs_get_int(PREF_ROOT "/position/x"), |
| 698 | purple_prefs_get_int(PREF_ROOT "/position/y")); | |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
699 | gnt_widget_show(ggc->window); |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
700 | |
|
14072
4e64a4f18686
[gaim-migrate @ 16602]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14070
diff
changeset
|
701 | g_signal_connect(G_OBJECT(ggc->tv), "size_changed", G_CALLBACK(size_changed_cb), NULL); |
|
4e64a4f18686
[gaim-migrate @ 16602]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14070
diff
changeset
|
702 | g_signal_connect(G_OBJECT(ggc->window), "position_set", G_CALLBACK(save_position_cb), NULL); |
|
4e64a4f18686
[gaim-migrate @ 16602]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14070
diff
changeset
|
703 | |
| 15884 | 704 | if (type == PURPLE_CONV_TYPE_IM) { |
|
15841
f2c4347c1597
Typing notifications are relevant only for IMs.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15821
diff
changeset
|
705 | g_signal_connect(G_OBJECT(ggc->entry), "text_changed", G_CALLBACK(send_typing_notification), ggc); |
|
f2c4347c1597
Typing notifications are relevant only for IMs.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15821
diff
changeset
|
706 | } |
| 14612 | 707 | |
|
19986
7c725191167c
Remember the 'Enable Sounds' setting for a conversation. Closes #312.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19859
diff
changeset
|
708 | convnode = get_conversation_blist_node(conv); |
|
7c725191167c
Remember the 'Enable Sounds' setting for a conversation. Closes #312.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19859
diff
changeset
|
709 | if ((convnode && purple_blist_node_get_bool(convnode, "gnt-mute-sound")) || |
|
7c725191167c
Remember the 'Enable Sounds' setting for a conversation. Closes #312.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19859
diff
changeset
|
710 | !finch_sound_is_enabled()) |
|
19612
043dcbf3a36e
Fix #2767 (per-conversation/chat mute option).
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19611
diff
changeset
|
711 | ggc->flags |= FINCH_CONV_NO_SOUND; |
|
043dcbf3a36e
Fix #2767 (per-conversation/chat mute option).
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19611
diff
changeset
|
712 | |
|
19449
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
713 | gg_create_menu(ggc); |
|
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
714 | |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
715 | g_free(title); |
|
16949
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
716 | gnt_box_give_focus_to_child(GNT_BOX(ggc->window), ggc->entry); |
|
18173
2e65bc9fa310
Provide a 'unseen-count' data for the conversations so the dbus-docklet can use that information.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17854
diff
changeset
|
717 | g_signal_connect(G_OBJECT(ggc->window), "gained-focus", G_CALLBACK(gained_focus_cb), ggc); |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
718 | } |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
719 | |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
720 | static void |
| 15884 | 721 | finch_destroy_conversation(PurpleConversation *conv) |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
722 | { |
|
14450
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
723 | /* do stuff here */ |
|
15878
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15841
diff
changeset
|
724 | FinchConv *ggc = conv->ui_data; |
|
14450
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
725 | ggc->list = g_list_remove(ggc->list, conv); |
|
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
726 | if (ggc->list && conv == ggc->active_conv) |
|
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
727 | ggc->active_conv = ggc->list->data; |
|
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
728 | |
|
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
729 | if (ggc->list == NULL) { |
|
16949
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
730 | g_free(ggc->u.chat); |
|
18301
1988607deed3
Fix a few runtime warnings.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18273
diff
changeset
|
731 | if (ggc->window) |
|
1988607deed3
Fix a few runtime warnings.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18273
diff
changeset
|
732 | gnt_widget_destroy(ggc->window); |
|
14450
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
733 | g_free(ggc); |
|
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
734 | } |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
735 | } |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
736 | |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
737 | static void |
| 15884 | 738 | finch_write_common(PurpleConversation *conv, const char *who, const char *message, |
| 739 | PurpleMessageFlags flags, time_t mtime) | |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
740 | { |
|
15878
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15841
diff
changeset
|
741 | FinchConv *ggconv = conv->ui_data; |
|
14073
db4207d73bd7
[gaim-migrate @ 16603]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14072
diff
changeset
|
742 | char *strip, *newline; |
|
13993
8c12e7d15b40
[gaim-migrate @ 16458]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
13989
diff
changeset
|
743 | GntTextFormatFlags fl = 0; |
|
14092
191e12cbe464
[gaim-migrate @ 16632]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14086
diff
changeset
|
744 | int pos; |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
745 | |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
746 | g_return_if_fail(ggconv != NULL); |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
747 | |
|
14450
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
748 | if (ggconv->active_conv != conv) { |
| 15884 | 749 | if (flags & (PURPLE_MESSAGE_SEND | PURPLE_MESSAGE_RECV)) |
|
15878
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15841
diff
changeset
|
750 | finch_conversation_set_active(conv); |
|
14450
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
751 | else |
|
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
752 | return; |
|
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
753 | } |
|
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
754 | |
|
14284
6c99565d0f50
[gaim-migrate @ 16903]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14253
diff
changeset
|
755 | pos = gnt_text_view_get_lines_below(GNT_TEXT_VIEW(ggconv->tv)); |
|
6c99565d0f50
[gaim-migrate @ 16903]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14253
diff
changeset
|
756 | |
|
18935
902fd1b53149
Just show an empty line, instead of bouncing the text down when the user
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18605
diff
changeset
|
757 | gnt_text_view_tag_change(GNT_TEXT_VIEW(ggconv->tv), "typing", NULL, TRUE); |
|
14777
c0ad17caf8ad
[gaim-migrate @ 17469]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14750
diff
changeset
|
758 | gnt_text_view_append_text_with_flags(GNT_TEXT_VIEW(ggconv->tv), "\n", GNT_TEXT_FLAG_NORMAL); |
|
14284
6c99565d0f50
[gaim-migrate @ 16903]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14253
diff
changeset
|
759 | |
|
14296
ac12fbad24f7
[gaim-migrate @ 16916]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14284
diff
changeset
|
760 | /* Unnecessary to print the timestamp for delayed message */ |
|
16949
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
761 | if (purple_prefs_get_bool("/finch/conversations/timestamps")) |
|
14122
daf2aaa61829
[gaim-migrate @ 16678]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14121
diff
changeset
|
762 | gnt_text_view_append_text_with_flags(GNT_TEXT_VIEW(ggconv->tv), |
|
21855
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
763 | purple_utf8_strftime("(%H:%M:%S)", localtime(&mtime)), gnt_color_pair(color_timestamp)); |
|
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
764 | |
|
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
765 | gnt_text_view_append_text_with_flags(GNT_TEXT_VIEW(ggconv->tv), " ", GNT_TEXT_FLAG_NORMAL); |
|
14427
8af0c81db5b9
[gaim-migrate @ 17071]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14413
diff
changeset
|
766 | |
| 15884 | 767 | if (flags & PURPLE_MESSAGE_AUTO_RESP) |
|
14483
82b73e12ce27
[gaim-migrate @ 17129]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14470
diff
changeset
|
768 | gnt_text_view_append_text_with_flags(GNT_TEXT_VIEW(ggconv->tv), |
|
82b73e12ce27
[gaim-migrate @ 17129]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14470
diff
changeset
|
769 | _("<AUTO-REPLY> "), GNT_TEXT_FLAG_BOLD); |
|
82b73e12ce27
[gaim-migrate @ 17129]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14470
diff
changeset
|
770 | |
|
20625
de0fcfa2bbc1
Show 'buzz'/'nudge' etc. messages differently from regular messages.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20622
diff
changeset
|
771 | if (who && *who && (flags & (PURPLE_MESSAGE_SEND | PURPLE_MESSAGE_RECV)) && |
|
de0fcfa2bbc1
Show 'buzz'/'nudge' etc. messages differently from regular messages.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20622
diff
changeset
|
772 | !(flags & PURPLE_MESSAGE_NOTIFY)) |
|
13959
49d3a87c2679
[gaim-migrate @ 16382]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
13958
diff
changeset
|
773 | { |
|
14427
8af0c81db5b9
[gaim-migrate @ 17071]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14413
diff
changeset
|
774 | char * name = NULL; |
|
21859
5107469829ef
Do not append ':' after expanding a /me.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
21855
diff
changeset
|
775 | GntTextFormatFlags msgflags = GNT_TEXT_FLAG_NORMAL; |
|
5107469829ef
Do not append ':' after expanding a /me.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
21855
diff
changeset
|
776 | gboolean me = FALSE; |
|
14427
8af0c81db5b9
[gaim-migrate @ 17071]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14413
diff
changeset
|
777 | |
|
21855
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
778 | if (purple_message_meify((char*)message, -1)) { |
|
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
779 | name = g_strdup_printf("*** %s", who); |
|
21859
5107469829ef
Do not append ':' after expanding a /me.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
21855
diff
changeset
|
780 | msgflags = gnt_color_pair(color_message_action); |
|
5107469829ef
Do not append ':' after expanding a /me.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
21855
diff
changeset
|
781 | me = TRUE; |
|
21855
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
782 | } else { |
|
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
783 | name = g_strdup_printf("%s", who); |
|
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
784 | if (flags & PURPLE_MESSAGE_SEND) |
|
21859
5107469829ef
Do not append ':' after expanding a /me.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
21855
diff
changeset
|
785 | msgflags = gnt_color_pair(color_message_send); |
|
5107469829ef
Do not append ':' after expanding a /me.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
21855
diff
changeset
|
786 | else if (flags & PURPLE_MESSAGE_NICK) |
|
5107469829ef
Do not append ':' after expanding a /me.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
21855
diff
changeset
|
787 | msgflags = gnt_color_pair(color_message_highlight); |
|
21855
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
788 | else |
|
21859
5107469829ef
Do not append ':' after expanding a /me.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
21855
diff
changeset
|
789 | msgflags = gnt_color_pair(color_message_receive); |
|
21855
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
790 | } |
|
21859
5107469829ef
Do not append ':' after expanding a /me.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
21855
diff
changeset
|
791 | gnt_text_view_append_text_with_flags(GNT_TEXT_VIEW(ggconv->tv), |
|
5107469829ef
Do not append ':' after expanding a /me.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
21855
diff
changeset
|
792 | name, msgflags); |
|
5107469829ef
Do not append ':' after expanding a /me.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
21855
diff
changeset
|
793 | gnt_text_view_append_text_with_flags(GNT_TEXT_VIEW(ggconv->tv), me ? " " : ": ", GNT_TEXT_FLAG_NORMAL); |
|
13959
49d3a87c2679
[gaim-migrate @ 16382]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
13958
diff
changeset
|
794 | g_free(name); |
|
21855
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
795 | } else |
|
13959
49d3a87c2679
[gaim-migrate @ 16382]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
13958
diff
changeset
|
796 | fl = GNT_TEXT_FLAG_DIM; |
|
49d3a87c2679
[gaim-migrate @ 16382]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
13958
diff
changeset
|
797 | |
| 15884 | 798 | if (flags & PURPLE_MESSAGE_ERROR) |
|
13959
49d3a87c2679
[gaim-migrate @ 16382]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
13958
diff
changeset
|
799 | fl |= GNT_TEXT_FLAG_BOLD; |
|
49d3a87c2679
[gaim-migrate @ 16382]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
13958
diff
changeset
|
800 | |
|
14073
db4207d73bd7
[gaim-migrate @ 16603]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14072
diff
changeset
|
801 | /* XXX: Remove this workaround when textview can parse messages. */ |
| 15884 | 802 | newline = purple_strdup_withhtml(message); |
| 803 | strip = purple_markup_strip_html(newline); | |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
804 | gnt_text_view_append_text_with_flags(GNT_TEXT_VIEW(ggconv->tv), |
|
13959
49d3a87c2679
[gaim-migrate @ 16382]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
13958
diff
changeset
|
805 | strip, fl); |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
806 | |
|
14073
db4207d73bd7
[gaim-migrate @ 16603]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14072
diff
changeset
|
807 | g_free(newline); |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
808 | g_free(strip); |
|
13959
49d3a87c2679
[gaim-migrate @ 16382]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
13958
diff
changeset
|
809 | |
|
18935
902fd1b53149
Just show an empty line, instead of bouncing the text down when the user
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18605
diff
changeset
|
810 | if (purple_conversation_get_type(conv) == PURPLE_CONV_TYPE_IM && |
|
902fd1b53149
Just show an empty line, instead of bouncing the text down when the user
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18605
diff
changeset
|
811 | purple_conv_im_get_typing_state(PURPLE_CONV_IM(conv)) == PURPLE_TYPING) { |
| 15884 | 812 | strip = g_strdup_printf(_("\n%s is typing..."), purple_conversation_get_name(conv)); |
|
15233
fdd9e78534ad
[gaim-migrate @ 17957]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14939
diff
changeset
|
813 | gnt_text_view_append_text_with_tag(GNT_TEXT_VIEW(ggconv->tv), |
|
fdd9e78534ad
[gaim-migrate @ 17957]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14939
diff
changeset
|
814 | strip, GNT_TEXT_FLAG_DIM, "typing"); |
|
fdd9e78534ad
[gaim-migrate @ 17957]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14939
diff
changeset
|
815 | g_free(strip); |
|
fdd9e78534ad
[gaim-migrate @ 17957]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14939
diff
changeset
|
816 | } |
|
fdd9e78534ad
[gaim-migrate @ 17957]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14939
diff
changeset
|
817 | |
|
fdd9e78534ad
[gaim-migrate @ 17957]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14939
diff
changeset
|
818 | if (pos <= 1) |
|
fdd9e78534ad
[gaim-migrate @ 17957]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14939
diff
changeset
|
819 | gnt_text_view_scroll(GNT_TEXT_VIEW(ggconv->tv), 0); |
|
fdd9e78534ad
[gaim-migrate @ 17957]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14939
diff
changeset
|
820 | |
| 15884 | 821 | if (flags & (PURPLE_MESSAGE_RECV | PURPLE_MESSAGE_NICK | PURPLE_MESSAGE_ERROR)) |
|
13969
0541f389442e
[gaim-migrate @ 16402]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
13959
diff
changeset
|
822 | gnt_widget_set_urgent(ggconv->tv); |
|
18173
2e65bc9fa310
Provide a 'unseen-count' data for the conversations so the dbus-docklet can use that information.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17854
diff
changeset
|
823 | if (flags & PURPLE_MESSAGE_RECV && !gnt_widget_has_focus(ggconv->window)) { |
|
2e65bc9fa310
Provide a 'unseen-count' data for the conversations so the dbus-docklet can use that information.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17854
diff
changeset
|
824 | int count = GPOINTER_TO_INT(purple_conversation_get_data(conv, "unseen-count")); |
|
2e65bc9fa310
Provide a 'unseen-count' data for the conversations so the dbus-docklet can use that information.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17854
diff
changeset
|
825 | purple_conversation_set_data(conv, "unseen-count", GINT_TO_POINTER(count + 1)); |
|
2e65bc9fa310
Provide a 'unseen-count' data for the conversations so the dbus-docklet can use that information.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17854
diff
changeset
|
826 | purple_conversation_update(conv, PURPLE_CONV_UPDATE_UNSEEN); |
|
2e65bc9fa310
Provide a 'unseen-count' data for the conversations so the dbus-docklet can use that information.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17854
diff
changeset
|
827 | } |
|
13959
49d3a87c2679
[gaim-migrate @ 16382]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
13958
diff
changeset
|
828 | } |
|
49d3a87c2679
[gaim-migrate @ 16382]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
13958
diff
changeset
|
829 | |
|
49d3a87c2679
[gaim-migrate @ 16382]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
13958
diff
changeset
|
830 | static void |
| 15884 | 831 | finch_write_chat(PurpleConversation *conv, const char *who, const char *message, |
| 832 | PurpleMessageFlags flags, time_t mtime) | |
|
13959
49d3a87c2679
[gaim-migrate @ 16382]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
13958
diff
changeset
|
833 | { |
| 15884 | 834 | purple_conversation_write(conv, who, message, flags, mtime); |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
835 | } |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
836 | |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
837 | static void |
| 15884 | 838 | finch_write_im(PurpleConversation *conv, const char *who, const char *message, |
| 839 | PurpleMessageFlags flags, time_t mtime) | |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
840 | { |
| 15884 | 841 | PurpleAccount *account = purple_conversation_get_account(conv); |
| 842 | if (flags & PURPLE_MESSAGE_SEND) | |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
843 | { |
| 15884 | 844 | who = purple_connection_get_display_name(purple_account_get_connection(account)); |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
845 | if (!who) |
| 15884 | 846 | who = purple_account_get_alias(account); |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
847 | if (!who) |
| 15884 | 848 | who = purple_account_get_username(account); |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
849 | } |
| 15884 | 850 | else if (flags & PURPLE_MESSAGE_RECV) |
| 14070 | 851 | { |
| 15884 | 852 | PurpleBuddy *buddy; |
| 853 | who = purple_conversation_get_name(conv); | |
| 854 | buddy = purple_find_buddy(account, who); | |
| 14070 | 855 | if (buddy) |
| 15884 | 856 | who = purple_buddy_get_contact_alias(buddy); |
| 14070 | 857 | } |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
858 | |
| 15884 | 859 | purple_conversation_write(conv, who, message, flags, mtime); |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
860 | } |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
861 | |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
862 | static void |
| 15884 | 863 | finch_write_conv(PurpleConversation *conv, const char *who, const char *alias, |
| 864 | const char *message, PurpleMessageFlags flags, time_t mtime) | |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
865 | { |
|
13959
49d3a87c2679
[gaim-migrate @ 16382]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
13958
diff
changeset
|
866 | const char *name; |
|
49d3a87c2679
[gaim-migrate @ 16382]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
13958
diff
changeset
|
867 | if (alias && *alias) |
|
49d3a87c2679
[gaim-migrate @ 16382]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
13958
diff
changeset
|
868 | name = alias; |
|
49d3a87c2679
[gaim-migrate @ 16382]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
13958
diff
changeset
|
869 | else if (who && *who) |
|
49d3a87c2679
[gaim-migrate @ 16382]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
13958
diff
changeset
|
870 | name = who; |
|
49d3a87c2679
[gaim-migrate @ 16382]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
13958
diff
changeset
|
871 | else |
|
49d3a87c2679
[gaim-migrate @ 16382]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
13958
diff
changeset
|
872 | name = NULL; |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
873 | |
|
15878
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15841
diff
changeset
|
874 | finch_write_common(conv, name, message, flags, mtime); |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
875 | } |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
876 | |
|
17115
7295bc64f5fa
Show user flags in chat userlist.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17076
diff
changeset
|
877 | static const char * |
|
7295bc64f5fa
Show user flags in chat userlist.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17076
diff
changeset
|
878 | chat_flag_text(PurpleConvChatBuddyFlags flags) |
|
7295bc64f5fa
Show user flags in chat userlist.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17076
diff
changeset
|
879 | { |
|
7295bc64f5fa
Show user flags in chat userlist.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17076
diff
changeset
|
880 | if (flags & PURPLE_CBFLAGS_FOUNDER) |
|
7295bc64f5fa
Show user flags in chat userlist.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17076
diff
changeset
|
881 | return "~"; |
|
7295bc64f5fa
Show user flags in chat userlist.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17076
diff
changeset
|
882 | if (flags & PURPLE_CBFLAGS_OP) |
|
7295bc64f5fa
Show user flags in chat userlist.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17076
diff
changeset
|
883 | return "@"; |
|
7295bc64f5fa
Show user flags in chat userlist.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17076
diff
changeset
|
884 | if (flags & PURPLE_CBFLAGS_HALFOP) |
|
7295bc64f5fa
Show user flags in chat userlist.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17076
diff
changeset
|
885 | return "%"; |
|
7295bc64f5fa
Show user flags in chat userlist.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17076
diff
changeset
|
886 | if (flags & PURPLE_CBFLAGS_VOICE) |
|
7295bc64f5fa
Show user flags in chat userlist.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17076
diff
changeset
|
887 | return "+"; |
|
7295bc64f5fa
Show user flags in chat userlist.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17076
diff
changeset
|
888 | return " "; |
|
7295bc64f5fa
Show user flags in chat userlist.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17076
diff
changeset
|
889 | } |
|
7295bc64f5fa
Show user flags in chat userlist.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17076
diff
changeset
|
890 | |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
891 | static void |
| 15884 | 892 | finch_chat_add_users(PurpleConversation *conv, GList *users, gboolean new_arrivals) |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
893 | { |
|
15878
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15841
diff
changeset
|
894 | FinchConv *ggc = conv->ui_data; |
|
14153
9da98052a4e1
[gaim-migrate @ 16715]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14122
diff
changeset
|
895 | GntEntry *entry = GNT_ENTRY(ggc->entry); |
|
9da98052a4e1
[gaim-migrate @ 16715]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14122
diff
changeset
|
896 | |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
897 | if (!new_arrivals) |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
898 | { |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
899 | /* Print the list of users in the room */ |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
900 | GString *string = g_string_new(_("List of users:\n")); |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
901 | GList *iter; |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
902 | |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
903 | for (iter = users; iter; iter = iter->next) |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
904 | { |
| 15884 | 905 | PurpleConvChatBuddy *cbuddy = iter->data; |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
906 | char *str; |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
907 | |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
908 | if ((str = cbuddy->alias) == NULL) |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
909 | str = cbuddy->name; |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
910 | g_string_append_printf(string, "[ %s ]", str); |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
911 | } |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
912 | |
| 15884 | 913 | purple_conversation_write(conv, NULL, string->str, |
| 914 | PURPLE_MESSAGE_SYSTEM, time(NULL)); | |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
915 | g_string_free(string, TRUE); |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
916 | } |
|
14153
9da98052a4e1
[gaim-migrate @ 16715]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14122
diff
changeset
|
917 | |
|
9da98052a4e1
[gaim-migrate @ 16715]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14122
diff
changeset
|
918 | for (; users; users = users->next) |
|
9da98052a4e1
[gaim-migrate @ 16715]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14122
diff
changeset
|
919 | { |
| 15884 | 920 | PurpleConvChatBuddy *cbuddy = users->data; |
|
16949
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
921 | GntTree *tree = GNT_TREE(ggc->u.chat->userlist); |
|
14153
9da98052a4e1
[gaim-migrate @ 16715]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14122
diff
changeset
|
922 | gnt_entry_add_suggest(entry, cbuddy->name); |
|
9da98052a4e1
[gaim-migrate @ 16715]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14122
diff
changeset
|
923 | gnt_entry_add_suggest(entry, cbuddy->alias); |
|
16949
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
924 | gnt_tree_add_row_after(tree, g_strdup(cbuddy->name), |
|
17115
7295bc64f5fa
Show user flags in chat userlist.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17076
diff
changeset
|
925 | gnt_tree_create_row(tree, chat_flag_text(cbuddy->flags), cbuddy->alias), NULL, NULL); |
|
14153
9da98052a4e1
[gaim-migrate @ 16715]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14122
diff
changeset
|
926 | } |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
927 | } |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
928 | |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
929 | static void |
| 15884 | 930 | finch_chat_rename_user(PurpleConversation *conv, const char *old, const char *new_n, const char *new_a) |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
931 | { |
|
14318
07aba2cdc261
[gaim-migrate @ 16938]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14296
diff
changeset
|
932 | /* Update the name for string completion */ |
|
15878
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15841
diff
changeset
|
933 | FinchConv *ggc = conv->ui_data; |
|
14153
9da98052a4e1
[gaim-migrate @ 16715]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14122
diff
changeset
|
934 | GntEntry *entry = GNT_ENTRY(ggc->entry); |
|
16949
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
935 | GntTree *tree = GNT_TREE(ggc->u.chat->userlist); |
|
17115
7295bc64f5fa
Show user flags in chat userlist.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17076
diff
changeset
|
936 | PurpleConvChatBuddy *cb = purple_conv_chat_cb_find(PURPLE_CONV_CHAT(conv), new_n); |
|
7295bc64f5fa
Show user flags in chat userlist.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17076
diff
changeset
|
937 | |
|
14153
9da98052a4e1
[gaim-migrate @ 16715]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14122
diff
changeset
|
938 | gnt_entry_remove_suggest(entry, old); |
|
17115
7295bc64f5fa
Show user flags in chat userlist.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17076
diff
changeset
|
939 | gnt_tree_remove(tree, (gpointer)old); |
|
7295bc64f5fa
Show user flags in chat userlist.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17076
diff
changeset
|
940 | |
|
14153
9da98052a4e1
[gaim-migrate @ 16715]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14122
diff
changeset
|
941 | gnt_entry_add_suggest(entry, new_n); |
|
9da98052a4e1
[gaim-migrate @ 16715]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14122
diff
changeset
|
942 | gnt_entry_add_suggest(entry, new_a); |
|
16949
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
943 | gnt_tree_add_row_after(tree, g_strdup(new_n), |
|
17115
7295bc64f5fa
Show user flags in chat userlist.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17076
diff
changeset
|
944 | gnt_tree_create_row(tree, chat_flag_text(cb->flags), new_a), NULL, NULL); |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
945 | } |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
946 | |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
947 | static void |
|
17164
3a005b9e8f28
Death to more futuristic struct initialization. This should be the last.
Richard Laager <rlaager@pidgin.im>
parents:
17115
diff
changeset
|
948 | finch_chat_remove_users(PurpleConversation *conv, GList *list) |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
949 | { |
|
14318
07aba2cdc261
[gaim-migrate @ 16938]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14296
diff
changeset
|
950 | /* Remove the name from string completion */ |
|
15878
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15841
diff
changeset
|
951 | FinchConv *ggc = conv->ui_data; |
|
14153
9da98052a4e1
[gaim-migrate @ 16715]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14122
diff
changeset
|
952 | GntEntry *entry = GNT_ENTRY(ggc->entry); |
|
16949
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
953 | for (; list; list = list->next) { |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
954 | GntTree *tree = GNT_TREE(ggc->u.chat->userlist); |
|
14153
9da98052a4e1
[gaim-migrate @ 16715]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14122
diff
changeset
|
955 | gnt_entry_remove_suggest(entry, list->data); |
|
16949
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
956 | gnt_tree_remove(tree, list->data); |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
957 | } |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
958 | } |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
959 | |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
960 | static void |
| 15884 | 961 | finch_chat_update_user(PurpleConversation *conv, const char *user) |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
962 | { |
|
17115
7295bc64f5fa
Show user flags in chat userlist.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17076
diff
changeset
|
963 | PurpleConvChatBuddy *cb = purple_conv_chat_cb_find(PURPLE_CONV_CHAT(conv), user); |
|
7295bc64f5fa
Show user flags in chat userlist.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17076
diff
changeset
|
964 | FinchConv *ggc = conv->ui_data; |
|
7295bc64f5fa
Show user flags in chat userlist.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17076
diff
changeset
|
965 | gnt_tree_change_text(GNT_TREE(ggc->u.chat->userlist), (gpointer)user, 0, chat_flag_text(cb->flags)); |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
966 | } |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
967 | |
|
19611
1ea4a579fbfa
Add two missing conversation-uiops functions. (has_focus and present)
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19610
diff
changeset
|
968 | static void |
|
1ea4a579fbfa
Add two missing conversation-uiops functions. (has_focus and present)
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19610
diff
changeset
|
969 | finch_conv_present(PurpleConversation *conv) |
|
1ea4a579fbfa
Add two missing conversation-uiops functions. (has_focus and present)
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19610
diff
changeset
|
970 | { |
|
1ea4a579fbfa
Add two missing conversation-uiops functions. (has_focus and present)
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19610
diff
changeset
|
971 | FinchConv *fc = FINCH_CONV(conv); |
|
1ea4a579fbfa
Add two missing conversation-uiops functions. (has_focus and present)
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19610
diff
changeset
|
972 | if (fc && fc->window) |
|
20780
c48390a2851d
void functions shouldn't 'return'. Thanks tmcmahon2. Fixes #3151 (gntconv.c fails to compile in Solaris 9)
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20625
diff
changeset
|
973 | gnt_window_present(fc->window); |
|
19611
1ea4a579fbfa
Add two missing conversation-uiops functions. (has_focus and present)
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19610
diff
changeset
|
974 | } |
|
1ea4a579fbfa
Add two missing conversation-uiops functions. (has_focus and present)
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19610
diff
changeset
|
975 | |
|
1ea4a579fbfa
Add two missing conversation-uiops functions. (has_focus and present)
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19610
diff
changeset
|
976 | static gboolean |
|
1ea4a579fbfa
Add two missing conversation-uiops functions. (has_focus and present)
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19610
diff
changeset
|
977 | finch_conv_has_focus(PurpleConversation *conv) |
|
1ea4a579fbfa
Add two missing conversation-uiops functions. (has_focus and present)
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19610
diff
changeset
|
978 | { |
|
1ea4a579fbfa
Add two missing conversation-uiops functions. (has_focus and present)
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19610
diff
changeset
|
979 | FinchConv *fc = FINCH_CONV(conv); |
|
1ea4a579fbfa
Add two missing conversation-uiops functions. (has_focus and present)
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19610
diff
changeset
|
980 | if (fc && fc->window) |
|
1ea4a579fbfa
Add two missing conversation-uiops functions. (has_focus and present)
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19610
diff
changeset
|
981 | return gnt_widget_has_focus(fc->window); |
|
1ea4a579fbfa
Add two missing conversation-uiops functions. (has_focus and present)
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19610
diff
changeset
|
982 | return FALSE; |
|
1ea4a579fbfa
Add two missing conversation-uiops functions. (has_focus and present)
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19610
diff
changeset
|
983 | } |
|
1ea4a579fbfa
Add two missing conversation-uiops functions. (has_focus and present)
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19610
diff
changeset
|
984 | |
| 15884 | 985 | static PurpleConversationUiOps conv_ui_ops = |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
986 | { |
|
17164
3a005b9e8f28
Death to more futuristic struct initialization. This should be the last.
Richard Laager <rlaager@pidgin.im>
parents:
17115
diff
changeset
|
987 | finch_create_conversation, |
|
3a005b9e8f28
Death to more futuristic struct initialization. This should be the last.
Richard Laager <rlaager@pidgin.im>
parents:
17115
diff
changeset
|
988 | finch_destroy_conversation, |
|
3a005b9e8f28
Death to more futuristic struct initialization. This should be the last.
Richard Laager <rlaager@pidgin.im>
parents:
17115
diff
changeset
|
989 | finch_write_chat, |
|
3a005b9e8f28
Death to more futuristic struct initialization. This should be the last.
Richard Laager <rlaager@pidgin.im>
parents:
17115
diff
changeset
|
990 | finch_write_im, |
|
3a005b9e8f28
Death to more futuristic struct initialization. This should be the last.
Richard Laager <rlaager@pidgin.im>
parents:
17115
diff
changeset
|
991 | finch_write_conv, |
|
3a005b9e8f28
Death to more futuristic struct initialization. This should be the last.
Richard Laager <rlaager@pidgin.im>
parents:
17115
diff
changeset
|
992 | finch_chat_add_users, |
|
3a005b9e8f28
Death to more futuristic struct initialization. This should be the last.
Richard Laager <rlaager@pidgin.im>
parents:
17115
diff
changeset
|
993 | finch_chat_rename_user, |
|
3a005b9e8f28
Death to more futuristic struct initialization. This should be the last.
Richard Laager <rlaager@pidgin.im>
parents:
17115
diff
changeset
|
994 | finch_chat_remove_users, |
|
3a005b9e8f28
Death to more futuristic struct initialization. This should be the last.
Richard Laager <rlaager@pidgin.im>
parents:
17115
diff
changeset
|
995 | finch_chat_update_user, |
|
19611
1ea4a579fbfa
Add two missing conversation-uiops functions. (has_focus and present)
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19610
diff
changeset
|
996 | finch_conv_present, /* present */ |
|
1ea4a579fbfa
Add two missing conversation-uiops functions. (has_focus and present)
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19610
diff
changeset
|
997 | finch_conv_has_focus, /* has_focus */ |
|
17164
3a005b9e8f28
Death to more futuristic struct initialization. This should be the last.
Richard Laager <rlaager@pidgin.im>
parents:
17115
diff
changeset
|
998 | NULL, /* custom_smiley_add */ |
|
3a005b9e8f28
Death to more futuristic struct initialization. This should be the last.
Richard Laager <rlaager@pidgin.im>
parents:
17115
diff
changeset
|
999 | NULL, /* custom_smiley_write */ |
|
3a005b9e8f28
Death to more futuristic struct initialization. This should be the last.
Richard Laager <rlaager@pidgin.im>
parents:
17115
diff
changeset
|
1000 | NULL, /* custom_smiley_close */ |
|
3a005b9e8f28
Death to more futuristic struct initialization. This should be the last.
Richard Laager <rlaager@pidgin.im>
parents:
17115
diff
changeset
|
1001 | NULL, /* send_confirm */ |
|
3a005b9e8f28
Death to more futuristic struct initialization. This should be the last.
Richard Laager <rlaager@pidgin.im>
parents:
17115
diff
changeset
|
1002 | NULL, |
|
3a005b9e8f28
Death to more futuristic struct initialization. This should be the last.
Richard Laager <rlaager@pidgin.im>
parents:
17115
diff
changeset
|
1003 | NULL, |
|
3a005b9e8f28
Death to more futuristic struct initialization. This should be the last.
Richard Laager <rlaager@pidgin.im>
parents:
17115
diff
changeset
|
1004 | NULL, |
|
3a005b9e8f28
Death to more futuristic struct initialization. This should be the last.
Richard Laager <rlaager@pidgin.im>
parents:
17115
diff
changeset
|
1005 | NULL |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
1006 | }; |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
1007 | |
| 15884 | 1008 | PurpleConversationUiOps *finch_conv_get_ui_ops() |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
1009 | { |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
1010 | return &conv_ui_ops; |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
1011 | } |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
1012 | |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1013 | /* Xerox */ |
| 15884 | 1014 | static PurpleCmdRet |
| 1015 | say_command_cb(PurpleConversation *conv, | |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1016 | const char *cmd, char **args, char **error, void *data) |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1017 | { |
| 15884 | 1018 | if (purple_conversation_get_type(conv) == PURPLE_CONV_TYPE_IM) |
| 1019 | purple_conv_im_send(PURPLE_CONV_IM(conv), args[0]); | |
| 1020 | else if (purple_conversation_get_type(conv) == PURPLE_CONV_TYPE_CHAT) | |
| 1021 | purple_conv_chat_send(PURPLE_CONV_CHAT(conv), args[0]); | |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1022 | |
| 15884 | 1023 | return PURPLE_CMD_RET_OK; |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1024 | } |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1025 | |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1026 | /* Xerox */ |
| 15884 | 1027 | static PurpleCmdRet |
| 1028 | me_command_cb(PurpleConversation *conv, | |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1029 | const char *cmd, char **args, char **error, void *data) |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1030 | { |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1031 | char *tmp; |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1032 | |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1033 | tmp = g_strdup_printf("/me %s", args[0]); |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1034 | |
| 15884 | 1035 | if (purple_conversation_get_type(conv) == PURPLE_CONV_TYPE_IM) |
| 1036 | purple_conv_im_send(PURPLE_CONV_IM(conv), tmp); | |
| 1037 | else if (purple_conversation_get_type(conv) == PURPLE_CONV_TYPE_CHAT) | |
| 1038 | purple_conv_chat_send(PURPLE_CONV_CHAT(conv), tmp); | |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1039 | |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1040 | g_free(tmp); |
| 15884 | 1041 | return PURPLE_CMD_RET_OK; |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1042 | } |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1043 | |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1044 | /* Xerox */ |
| 15884 | 1045 | static PurpleCmdRet |
| 1046 | debug_command_cb(PurpleConversation *conv, | |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1047 | const char *cmd, char **args, char **error, void *data) |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1048 | { |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1049 | char *tmp, *markup; |
| 15884 | 1050 | PurpleCmdStatus status; |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1051 | |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1052 | if (!g_ascii_strcasecmp(args[0], "version")) { |
|
21106
b85fbef13eed
Add a --with-extraversion option to ./configure so packagers can fine tune
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
21076
diff
changeset
|
1053 | tmp = g_strdup_printf("me is using Finch v%s.", DISPLAY_VERSION); |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1054 | markup = g_markup_escape_text(tmp, -1); |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1055 | |
| 15884 | 1056 | status = purple_cmd_do_command(conv, tmp, markup, error); |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1057 | |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1058 | g_free(tmp); |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1059 | g_free(markup); |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1060 | return status; |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1061 | } else { |
| 15884 | 1062 | purple_conversation_write(conv, NULL, _("Supported debug options are: version"), |
| 1063 | PURPLE_MESSAGE_NO_LOG|PURPLE_MESSAGE_ERROR, time(NULL)); | |
| 1064 | return PURPLE_CMD_STATUS_OK; | |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1065 | } |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1066 | } |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1067 | |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1068 | /* Xerox */ |
| 15884 | 1069 | static PurpleCmdRet |
| 1070 | clear_command_cb(PurpleConversation *conv, | |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1071 | const char *cmd, char **args, char **error, void *data) |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1072 | { |
|
15878
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15841
diff
changeset
|
1073 | FinchConv *ggconv = conv->ui_data; |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1074 | gnt_text_view_clear(GNT_TEXT_VIEW(ggconv->tv)); |
|
19599
5d2c452fbc12
Clear the message history in the /clear callback.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
19550
diff
changeset
|
1075 | purple_conversation_clear_message_history(conv); |
| 15884 | 1076 | return PURPLE_CMD_STATUS_OK; |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1077 | } |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1078 | |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1079 | /* Xerox */ |
| 15884 | 1080 | static PurpleCmdRet |
| 1081 | help_command_cb(PurpleConversation *conv, | |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1082 | const char *cmd, char **args, char **error, void *data) |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1083 | { |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1084 | GList *l, *text; |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1085 | GString *s; |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1086 | |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1087 | if (args[0] != NULL) { |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1088 | s = g_string_new(""); |
| 15884 | 1089 | text = purple_cmd_help(conv, args[0]); |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1090 | |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1091 | if (text) { |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1092 | for (l = text; l; l = l->next) |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1093 | if (l->next) |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1094 | g_string_append_printf(s, "%s\n", (char *)l->data); |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1095 | else |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1096 | g_string_append_printf(s, "%s", (char *)l->data); |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1097 | } else { |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1098 | g_string_append(s, _("No such command (in this context).")); |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1099 | } |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1100 | } else { |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1101 | s = g_string_new(_("Use \"/help <command>\" for help on a specific command.\n" |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1102 | "The following commands are available in this context:\n")); |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1103 | |
| 15884 | 1104 | text = purple_cmd_list(conv); |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1105 | for (l = text; l; l = l->next) |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1106 | if (l->next) |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1107 | g_string_append_printf(s, "%s, ", (char *)l->data); |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1108 | else |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1109 | g_string_append_printf(s, "%s.", (char *)l->data); |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1110 | g_list_free(text); |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1111 | } |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1112 | |
| 15884 | 1113 | purple_conversation_write(conv, NULL, s->str, PURPLE_MESSAGE_NO_LOG, time(NULL)); |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1114 | g_string_free(s, TRUE); |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1115 | |
| 15884 | 1116 | return PURPLE_CMD_STATUS_OK; |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1117 | } |
|
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1118 | |
| 15884 | 1119 | static PurpleCmdRet |
| 1120 | cmd_show_window(PurpleConversation *conv, const char *cmd, char **args, char **error, gpointer data) | |
|
14086
732c14687955
[gaim-migrate @ 16622]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14073
diff
changeset
|
1121 | { |
|
732c14687955
[gaim-migrate @ 16622]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14073
diff
changeset
|
1122 | void (*callback)() = data; |
|
732c14687955
[gaim-migrate @ 16622]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14073
diff
changeset
|
1123 | callback(); |
| 15884 | 1124 | return PURPLE_CMD_STATUS_OK; |
|
14086
732c14687955
[gaim-migrate @ 16622]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14073
diff
changeset
|
1125 | } |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
1126 | |
|
16949
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
1127 | static PurpleCmdRet |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
1128 | users_command_cb(PurpleConversation *conv, const char *cmd, char **args, char **error, gpointer data) |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
1129 | { |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
1130 | FinchConv *fc = conv->ui_data; |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
1131 | FinchConvChat *ch; |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
1132 | if (!fc) |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
1133 | return PURPLE_CMD_STATUS_FAILED; |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
1134 | |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
1135 | ch = fc->u.chat; |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
1136 | gnt_widget_set_visible(ch->userlist, |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
1137 | (GNT_WIDGET_IS_FLAG_SET(ch->userlist, GNT_WIDGET_INVISIBLE))); |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
1138 | gnt_box_readjust(GNT_BOX(fc->window)); |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
1139 | gnt_box_give_focus_to_child(GNT_BOX(fc->window), fc->entry); |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
1140 | purple_prefs_set_bool(PREF_USERLIST, !(GNT_WIDGET_IS_FLAG_SET(ch->userlist, GNT_WIDGET_INVISIBLE))); |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
1141 | return PURPLE_CMD_STATUS_OK; |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
1142 | } |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
1143 | |
|
15878
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15841
diff
changeset
|
1144 | void finch_conversation_init() |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
1145 | { |
|
21855
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
1146 | color_message_send = gnt_style_get_color(NULL, "color-message-sent"); |
|
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
1147 | if (!color_message_send) |
|
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
1148 | color_message_send = gnt_color_add_pair(COLOR_CYAN, -1); |
|
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
1149 | color_message_receive = gnt_style_get_color(NULL, "color-message-received"); |
|
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
1150 | if (!color_message_receive) |
|
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
1151 | color_message_receive = gnt_color_add_pair(COLOR_RED, -1); |
|
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
1152 | color_message_highlight = gnt_style_get_color(NULL, "color-message-highlight"); |
|
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
1153 | if (!color_message_highlight) |
|
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
1154 | color_message_highlight = gnt_color_add_pair(COLOR_GREEN, -1); |
|
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
1155 | color_timestamp = gnt_style_get_color(NULL, "color-timestamp"); |
|
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
1156 | if (!color_timestamp) |
|
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
1157 | color_timestamp = gnt_color_add_pair(COLOR_BLUE, -1); |
|
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
1158 | color_message_action = gnt_style_get_color(NULL, "color-message-action"); |
|
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
1159 | if (!color_message_action) |
|
fc93ce6595e4
Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents:
21453
diff
changeset
|
1160 | color_message_action = gnt_color_add_pair(COLOR_YELLOW, -1); |
| 15884 | 1161 | purple_prefs_add_none(PREF_ROOT); |
| 1162 | purple_prefs_add_none(PREF_ROOT "/size"); | |
| 1163 | purple_prefs_add_int(PREF_ROOT "/size/width", 70); | |
| 1164 | purple_prefs_add_int(PREF_ROOT "/size/height", 20); | |
| 1165 | purple_prefs_add_none(PREF_ROOT "/position"); | |
| 1166 | purple_prefs_add_int(PREF_ROOT "/position/x", 0); | |
| 1167 | purple_prefs_add_int(PREF_ROOT "/position/y", 0); | |
|
16949
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
1168 | purple_prefs_add_none(PREF_CHAT); |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
1169 | purple_prefs_add_bool(PREF_USERLIST, FALSE); |
|
14072
4e64a4f18686
[gaim-migrate @ 16602]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14070
diff
changeset
|
1170 | |
|
4e64a4f18686
[gaim-migrate @ 16602]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14070
diff
changeset
|
1171 | /* Xerox the commands */ |
| 15884 | 1172 | purple_cmd_register("say", "S", PURPLE_CMD_P_DEFAULT, |
| 1173 | PURPLE_CMD_FLAG_CHAT | PURPLE_CMD_FLAG_IM, NULL, | |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1174 | say_command_cb, _("say <message>: Send a message normally as if you weren't using a command."), NULL); |
| 15884 | 1175 | purple_cmd_register("me", "S", PURPLE_CMD_P_DEFAULT, |
| 1176 | PURPLE_CMD_FLAG_CHAT | PURPLE_CMD_FLAG_IM, NULL, | |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1177 | me_command_cb, _("me <action>: Send an IRC style action to a buddy or chat."), NULL); |
| 15884 | 1178 | purple_cmd_register("debug", "w", PURPLE_CMD_P_DEFAULT, |
| 1179 | PURPLE_CMD_FLAG_CHAT | PURPLE_CMD_FLAG_IM, NULL, | |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1180 | debug_command_cb, _("debug <option>: Send various debug information to the current conversation."), NULL); |
| 15884 | 1181 | purple_cmd_register("clear", "", PURPLE_CMD_P_DEFAULT, |
| 1182 | PURPLE_CMD_FLAG_CHAT | PURPLE_CMD_FLAG_IM, NULL, | |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1183 | clear_command_cb, _("clear: Clears the conversation scrollback."), NULL); |
| 15884 | 1184 | purple_cmd_register("help", "w", PURPLE_CMD_P_DEFAULT, |
| 1185 | PURPLE_CMD_FLAG_CHAT | PURPLE_CMD_FLAG_IM | PURPLE_CMD_FLAG_ALLOW_WRONG_ARGS, NULL, | |
|
14033
127990de806d
[gaim-migrate @ 16529]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14028
diff
changeset
|
1186 | help_command_cb, _("help <command>: Help on a specific command."), NULL); |
|
16949
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
1187 | purple_cmd_register("users", "", PURPLE_CMD_P_DEFAULT, |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
1188 | PURPLE_CMD_FLAG_CHAT | PURPLE_CMD_FLAG_ALLOW_WRONG_ARGS, NULL, |
|
fd7fcea88ac0
Add a /users command to toggle the userlist in chat windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16948
diff
changeset
|
1189 | users_command_cb, _("users: Show the list of users in the chat."), NULL); |
|
14086
732c14687955
[gaim-migrate @ 16622]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14073
diff
changeset
|
1190 | |
|
732c14687955
[gaim-migrate @ 16622]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14073
diff
changeset
|
1191 | /* Now some commands to bring up some other windows */ |
| 15884 | 1192 | purple_cmd_register("plugins", "", PURPLE_CMD_P_DEFAULT, |
| 1193 | PURPLE_CMD_FLAG_CHAT | PURPLE_CMD_FLAG_IM, NULL, | |
|
15878
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15841
diff
changeset
|
1194 | cmd_show_window, _("plugins: Show the plugins window."), finch_plugins_show_all); |
| 15884 | 1195 | purple_cmd_register("buddylist", "", PURPLE_CMD_P_DEFAULT, |
| 1196 | PURPLE_CMD_FLAG_CHAT | PURPLE_CMD_FLAG_IM, NULL, | |
|
15878
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15841
diff
changeset
|
1197 | cmd_show_window, _("buddylist: Show the buddylist."), finch_blist_show); |
| 15884 | 1198 | purple_cmd_register("accounts", "", PURPLE_CMD_P_DEFAULT, |
| 1199 | PURPLE_CMD_FLAG_CHAT | PURPLE_CMD_FLAG_IM, NULL, | |
|
15878
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15841
diff
changeset
|
1200 | cmd_show_window, _("accounts: Show the accounts window."), finch_accounts_show_all); |
| 15884 | 1201 | purple_cmd_register("debugwin", "", PURPLE_CMD_P_DEFAULT, |
| 1202 | PURPLE_CMD_FLAG_CHAT | PURPLE_CMD_FLAG_IM, NULL, | |
|
15878
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15841
diff
changeset
|
1203 | cmd_show_window, _("debugwin: Show the debug window."), finch_debug_window_show); |
| 15884 | 1204 | purple_cmd_register("prefs", "", PURPLE_CMD_P_DEFAULT, |
| 1205 | PURPLE_CMD_FLAG_CHAT | PURPLE_CMD_FLAG_IM, NULL, | |
|
15878
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15841
diff
changeset
|
1206 | cmd_show_window, _("prefs: Show the preference window."), finch_prefs_show_all); |
| 15884 | 1207 | purple_cmd_register("status", "", PURPLE_CMD_P_DEFAULT, |
| 1208 | PURPLE_CMD_FLAG_CHAT | PURPLE_CMD_FLAG_IM, NULL, | |
|
15878
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15841
diff
changeset
|
1209 | cmd_show_window, _("statuses: Show the savedstatuses window."), finch_savedstatus_show_all); |
|
17076
9968d75058a4
Notify when you leave a chat, after /part or /kick.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17028
diff
changeset
|
1210 | |
|
9968d75058a4
Notify when you leave a chat, after /part or /kick.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17028
diff
changeset
|
1211 | purple_signal_connect(purple_conversations_get_handle(), "buddy-typing", finch_conv_get_handle(), |
|
9968d75058a4
Notify when you leave a chat, after /part or /kick.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17028
diff
changeset
|
1212 | PURPLE_CALLBACK(update_buddy_typing), NULL); |
|
9968d75058a4
Notify when you leave a chat, after /part or /kick.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17028
diff
changeset
|
1213 | purple_signal_connect(purple_conversations_get_handle(), "buddy-typing-stopped", finch_conv_get_handle(), |
|
9968d75058a4
Notify when you leave a chat, after /part or /kick.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17028
diff
changeset
|
1214 | PURPLE_CALLBACK(update_buddy_typing), NULL); |
|
9968d75058a4
Notify when you leave a chat, after /part or /kick.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17028
diff
changeset
|
1215 | purple_signal_connect(purple_conversations_get_handle(), "chat-left", finch_conv_get_handle(), |
|
9968d75058a4
Notify when you leave a chat, after /part or /kick.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17028
diff
changeset
|
1216 | PURPLE_CALLBACK(chat_left_cb), NULL); |
|
19449
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
1217 | purple_signal_connect(purple_blist_get_handle(), "buddy-signed-on", finch_conv_get_handle(), |
|
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
1218 | PURPLE_CALLBACK(buddy_signed_on_off), NULL); |
|
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
1219 | purple_signal_connect(purple_blist_get_handle(), "buddy-signed-off", finch_conv_get_handle(), |
|
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
1220 | PURPLE_CALLBACK(buddy_signed_on_off), NULL); |
|
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
1221 | purple_signal_connect(purple_connections_get_handle(), "signed-on", finch_conv_get_handle(), |
|
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
1222 | PURPLE_CALLBACK(account_signed_on_off), NULL); |
|
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
1223 | purple_signal_connect(purple_connections_get_handle(), "signed-off", finch_conv_get_handle(), |
|
a1a8233074ec
Update the 'send to' menu in conversation windows when necessary.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18935
diff
changeset
|
1224 | PURPLE_CALLBACK(account_signed_on_off), NULL); |
|
13947
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
1225 | } |
|
a77f6f615c20
[gaim-migrate @ 16365]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
1226 | |
|
15878
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15841
diff
changeset
|
1227 | void finch_conversation_uninit() |
|
13969
0541f389442e
[gaim-migrate @ 16402]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
13959
diff
changeset
|
1228 | { |
|
17076
9968d75058a4
Notify when you leave a chat, after /part or /kick.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17028
diff
changeset
|
1229 | purple_signals_disconnect_by_handle(finch_conv_get_handle()); |
|
13969
0541f389442e
[gaim-migrate @ 16402]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
13959
diff
changeset
|
1230 | } |
|
0541f389442e
[gaim-migrate @ 16402]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
13959
diff
changeset
|
1231 | |
| 15884 | 1232 | void finch_conversation_set_active(PurpleConversation *conv) |
|
14450
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
1233 | { |
|
15878
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15841
diff
changeset
|
1234 | FinchConv *ggconv = conv->ui_data; |
| 15884 | 1235 | PurpleAccount *account; |
|
14470
352d47a0724d
[gaim-migrate @ 17116]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14450
diff
changeset
|
1236 | char *title; |
|
14450
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
1237 | |
|
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
1238 | g_return_if_fail(ggconv); |
|
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
1239 | g_return_if_fail(g_list_find(ggconv->list, conv)); |
|
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
1240 | |
|
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
1241 | ggconv->active_conv = conv; |
| 15884 | 1242 | account = purple_conversation_get_account(conv); |
| 14612 | 1243 | title = get_conversation_title(conv, account); |
|
14470
352d47a0724d
[gaim-migrate @ 17116]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14450
diff
changeset
|
1244 | gnt_screen_rename_widget(ggconv->window, title); |
|
352d47a0724d
[gaim-migrate @ 17116]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14450
diff
changeset
|
1245 | g_free(title); |
|
14450
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
1246 | } |
|
1ac2b6e98ef8
[gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14427
diff
changeset
|
1247 | |
|
16190
435e34f11655
Allow adding information widgets in the conversation window.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16186
diff
changeset
|
1248 | void finch_conversation_set_info_widget(PurpleConversation *conv, GntWidget *widget) |
|
435e34f11655
Allow adding information widgets in the conversation window.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16186
diff
changeset
|
1249 | { |
|
435e34f11655
Allow adding information widgets in the conversation window.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16186
diff
changeset
|
1250 | FinchConv *fc = conv->ui_data; |
|
435e34f11655
Allow adding information widgets in the conversation window.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16186
diff
changeset
|
1251 | int height, width; |
|
435e34f11655
Allow adding information widgets in the conversation window.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16186
diff
changeset
|
1252 | |
|
435e34f11655
Allow adding information widgets in the conversation window.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16186
diff
changeset
|
1253 | gnt_box_remove_all(GNT_BOX(fc->info)); |
|
435e34f11655
Allow adding information widgets in the conversation window.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16186
diff
changeset
|
1254 | |
|
435e34f11655
Allow adding information widgets in the conversation window.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16186
diff
changeset
|
1255 | if (widget) { |
|
435e34f11655
Allow adding information widgets in the conversation window.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16186
diff
changeset
|
1256 | gnt_box_add_widget(GNT_BOX(fc->info), widget); |
|
435e34f11655
Allow adding information widgets in the conversation window.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16186
diff
changeset
|
1257 | gnt_box_readjust(GNT_BOX(fc->info)); |
|
435e34f11655
Allow adding information widgets in the conversation window.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16186
diff
changeset
|
1258 | } |
|
435e34f11655
Allow adding information widgets in the conversation window.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16186
diff
changeset
|
1259 | |
|
435e34f11655
Allow adding information widgets in the conversation window.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16186
diff
changeset
|
1260 | gnt_widget_get_size(fc->window, &width, &height); |
|
435e34f11655
Allow adding information widgets in the conversation window.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16186
diff
changeset
|
1261 | gnt_box_readjust(GNT_BOX(fc->window)); |
|
435e34f11655
Allow adding information widgets in the conversation window.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16186
diff
changeset
|
1262 | gnt_screen_resize_widget(fc->window, width, height); |
|
435e34f11655
Allow adding information widgets in the conversation window.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16186
diff
changeset
|
1263 | gnt_box_give_focus_to_child(GNT_BOX(fc->window), fc->entry); |
|
435e34f11655
Allow adding information widgets in the conversation window.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16186
diff
changeset
|
1264 | } |
|
435e34f11655
Allow adding information widgets in the conversation window.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16186
diff
changeset
|
1265 |