Commit graph

309 commits

Author SHA1 Message Date
Yann Leboulanger
761528f213 don't remove contact in gc roster when he leaves if there are awaiting events from him, but only when we read his messages 2005-12-13 22:13:07 +00:00
Yann Leboulanger
c7b36b781c clean message textview after we enter a command 2005-12-13 21:05:36 +00:00
Nikos Kouremenos
495803a48a send_on_ctrl_enter works as it should; now works in GC too 2005-12-12 21:55:22 +00:00
Nikos Kouremenos
b6de586940 default to 16x16 for gc roster 2005-12-12 15:17:07 +00:00
Yann Leboulanger
612716e2db change copyright from "Gajim Team" to real people 2005-12-09 23:30:28 +00:00
Yann Leboulanger
cae7ce3bac "Gajim Team" in all hearders become "Contributors for this file" 2005-12-09 17:15:30 +00:00
Yann Leboulanger
34255e5682 Vincent left us a long time ago 2005-12-07 23:09:10 +00:00
Nikos Kouremenos
9f2a002351 put the gc subject tooltip with text not pango escaped 2005-12-06 15:33:25 +00:00
Nikos Kouremenos
b9ec8e9109 needs_highlight --> needs_visual_notification 2005-12-05 13:26:08 +00:00
Nikos Kouremenos
a1d3a26464 I am with nick amen and someone says hamen; I do not get highlighted but as is I get * and [] and urgency hint from another place of code I cannot find. what must be done: merge that code with needs_highlight method which should be renamed to needs_visual_notification 2005-12-03 23:52:39 +00:00
Nikos Kouremenos
a0df80aed6 underline a string 2005-11-27 12:47:40 +00:00
Yann Leboulanger
58138ce994 ask confirmation when we close one tab in groupchat window 2005-11-25 07:43:51 +00:00
Yann Leboulanger
c9ad61044d awaiting_events now keep resource of sender when event_type is chat or normal 2005-11-23 18:15:24 +00:00
Nikos Kouremenos
1e2e0d4de2 gc: last selected contact can be in a closed room, so prevent KeyError tb 2005-11-22 16:39:48 +00:00
Nikos Kouremenos
d028f98655 better string (inform about /say) 2005-11-22 13:11:25 +00:00
Yann Leboulanger
c3feaf89cf fix some strings 2005-11-21 18:28:34 +00:00
Yann Leboulanger
04d14b82e6 gc hostory now always call fake_jid history and not real_jid history 2005-11-21 15:28:50 +00:00
Yann Leboulanger
dc2cbfe7cf fix some strings and pango escape nicks 2005-11-21 12:20:46 +00:00
Yann Leboulanger
6ef71ef1a2 typo 2005-11-16 20:44:00 +00:00
Yann Leboulanger
9ce32c8211 add a gc command: /say that send the message without looking for commands ("/say /help" sends "/help") 2005-11-16 20:25:06 +00:00
Nikos Kouremenos
1e78707dab clean ups 2005-11-15 16:48:40 +00:00
Yann Leboulanger
f3eef962c6 gc now have draw_contact, draw_roster and draw_all_roster functions and they are used to update style, iconset ... 2005-11-15 09:08:08 +00:00
Yann Leboulanger
a3e0d6afec always talk to fake jid even if we know real jid (revert [4172]) so we can find the contact from the jid (before we couldn't find from real jid cause in gc_contacts it's fake jid) 2005-11-14 20:18:34 +00:00
Nikos Kouremenos
1921c43a94 try to prevent circular imports 2005-11-13 20:25:04 +00:00
Nikos Kouremenos
082fc7aaa9 fixing dict name: gajim.interface.windows --> gajim.interface.instances 2005-11-13 15:08:47 +00:00
Nikos Kouremenos
a38263dcdb his --> his or her 2005-11-12 14:15:32 +00:00
Nikos Kouremenos
92c879ee0f fix tb 2005-11-11 15:07:58 +00:00
Yann Leboulanger
0833043975 when we know the real_jid and we open a chat window, we talk with the real jid and not the fake jid (jix avatar pb: we now ask the avatar of the real jid and not fake jid which is saved in the wrong file) 2005-11-10 09:46:20 +00:00
Nikos Kouremenos
3492272881 only one line for status msg under contact 2005-11-08 15:24:19 +00:00
Yann Leboulanger
fd99c19954 remove print 2005-11-07 16:18:10 +00:00
Yann Leboulanger
8877d45bc5 prevent wrong color to be shown when no bgcolor is selected (do the same as in roster) 2005-11-07 16:17:06 +00:00
Nikos Kouremenos
b89fe57543 inital patch to make status msg change color in gc too [does not work yet] 2005-11-07 11:07:55 +00:00
Nikos Kouremenos
8c4217fd5c status msg under gc roster too 2005-11-06 16:29:52 +00:00
Nikos Kouremenos
5161226e0a remove ununsed vars 2005-11-03 21:03:51 +00:00
Nikos Kouremenos
b5831c5e8d damn copy paste 2005-11-03 17:20:52 +00:00
Nikos Kouremenos
dd03ac29a5 typo. thanks deluge 2005-11-03 16:37:18 +00:00
Nikos Kouremenos
b8fce2f1fe do not ask xml anymore 2005-11-03 15:21:18 +00:00
Nikos Kouremenos
1ab95cdc6a if gtk has default action for a widget, bindings never work, so we must use key_press_event for those and return True after we do the job in key_press_event CB 2005-11-03 15:10:00 +00:00
shteef
3594e582a3 Fix groupchat highlighting again, for real now. 2005-11-02 11:00:16 +00:00
Yann Leboulanger
9121514778 don't open a tabbedchat or a groupchat window over another one 2005-11-01 15:42:08 +00:00
Nikos Kouremenos
9f063a02f3 verbosely comment code 2005-11-01 13:33:13 +00:00
Nikos Kouremenos
0f9f404000 please use tupples; only use list when need to append later etc 2005-11-01 12:54:57 +00:00
Yann Leboulanger
7b96dbc0fe connect the key_press_event in messagetextview so that we know when we press a normal key (a, b, ...) and we can reset last_key_tabs[room_jid] variable 2005-11-01 09:04:23 +00:00
shteef
258e13c625 Fixed highlighting nicks with spaces.
muc_highlight_words config option is now semicolon separated.
2005-10-30 15:01:57 +00:00
Nikos Kouremenos
3e7c2c563f MessageTextView also used in Group Chat. at last! 2005-10-29 16:33:59 +00:00
Yann Leboulanger
0cbb37e865 here is a new widget: conversation_textview: it displays url, emoticons, ... 2005-10-28 21:46:55 +00:00
Travis Shirk
af826817fc Only highlight if the entire nick is mentioned, not just individual words.
Closes #1038
2005-10-27 05:18:34 +00:00
Yann Leboulanger
fe105d5b7a tooltip for line in gc is ready except the position is wrong 2005-10-21 22:06:26 +00:00
Yann Leboulanger
726640ef4b the old self.plugin variable becomes gajim.interface, no need to pass it to every functions/classes 2005-10-20 11:17:17 +00:00
Yann Leboulanger
f24c2db136 remove only the line when we want to remove it 2005-10-19 21:49:16 +00:00