Commit Graph

298 Commits

Author SHA1 Message Date
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
Nikos Kouremenos 947c7c59c4 improve and add comments to make code more readable 2005-10-18 12:41:56 +00:00
Yann Leboulanger 77cb852057 single messages are well handled: they are saved in awaiting_events if needed and are printed when we dubble click a contact row, or systray or popup window 2005-10-16 13:18:34 +00:00
Yann Leboulanger 966afbb031 awaiting_messages is now named awaiting events
it now contains subject of messages
2005-10-15 20:49:08 +00:00
Nikos Kouremenos 6b097f465a fix a TB. thanks deluge 2005-10-14 21:42:04 +00:00
Nikos Kouremenos 59213b3279 also recover comment 2005-10-14 14:03:25 +00:00
Travis Shirk 879459bd8a Restore 'attention' chatstate which was broke in [3768] 2005-10-14 02:52:08 +00:00
Nikos Kouremenos 79a893bff8 focus-out line now works in windoz too 2005-10-11 14:26:50 +00:00
Nikos Kouremenos 4d15c54010 center focus out line 2005-10-08 15:37:07 +00:00
Nikos Kouremenos d473aa7a8b use better unicode char 2005-10-08 15:09:25 +00:00
Nikos Kouremenos f3584e3e3c fix logic in focus out line. thanks Norman for spotting it 2005-10-08 13:43:17 +00:00
Nikos Kouremenos 2317c96c9b one less signal 2005-10-08 13:00:32 +00:00