Commit graph

225 commits

Author SHA1 Message Date
Yann Leboulanger
d5e09e98b5 send_button and message_textview are insensitive when we are not connected to gc 2005-08-04 11:14:52 +00:00
Yann Leboulanger
8018890427 clean some vars when we close (group)chat windows/tabs 2005-08-03 11:36:00 +00:00
Nikos Kouremenos
6591574a8a fixing #618 2005-08-03 10:40:29 +00:00
Yann Leboulanger
4e203be8bc we now know when we are connected in a room or not (fix #570) 2005-08-03 09:23:36 +00:00
Nikos Kouremenos
6aefa6ae86 use plural forms (ngettext) in a string. please convert your strings that way 2005-08-02 23:03:21 +00:00
Nikos Kouremenos
a9525b4a61 fix a commit 2005-08-01 15:25:11 +00:00
Dimitur Kirov
d02118264a long subject in group chat makes window
bigger than the screen
2005-08-01 15:03:26 +00:00
Nikos Kouremenos
e3e1065e49 add leave part close in muc_commands; add some fixmes 2005-08-01 14:07:16 +00:00
Nikos Kouremenos
f198b6d9f5 /close /part /leave for Group chat window [basic IRC emulation is finished I think] 2005-07-31 17:15:42 +00:00
Nikos Kouremenos
cae7a202bb fix a tb 2005-07-30 07:17:32 +00:00
Dimitur Kirov
8a78e767ab ask for all rooms 2005-07-30 00:22:52 +00:00
Dimitur Kirov
e731f6caed fixed typo 2005-07-29 17:23:45 +00:00
Dimitur Kirov
c43b72434e bug 461 - comfirm for close MUC dialog 2005-07-29 17:18:51 +00:00
Yann Leboulanger
a3cbad7ad7 move groupchat.contacts to gajim.gc_contacts 2005-07-25 20:04:24 +00:00
Nikos Kouremenos
fdebbc40bc do not accept /topicX 2005-07-25 19:33:03 +00:00
Nikos Kouremenos
11b81d269d just /topic prints the subject of the room 2005-07-23 16:32:04 +00:00
Nikos Kouremenos
9550e80220 use in which is cleaner and add a FIXME for discussion 2005-07-23 14:12:59 +00:00
Nikos Kouremenos
332ce86bc1 forgot an import 2005-07-23 13:13:15 +00:00
Nikos Kouremenos
8b24eb4cb8 escape subject in set_subject and do not TB 2005-07-23 13:09:36 +00:00
Nikos Kouremenos
5a304cbdd6 get subject from correct place 2005-07-22 23:25:29 +00:00
Nikos Kouremenos
c6046f9373 typo 2005-07-22 17:31:46 +00:00
Yann Leboulanger
d67179053b print when someone is banned in gc 2005-07-22 17:04:24 +00:00
Nikos Kouremenos
b5fe60112d nick was utf8, room_jid was unicode so we had a problem. it is fixed [stills Tracebacks because of TODO: use gc_contacts in common/gaim.py] 2005-07-22 14:30:35 +00:00
Nikos Kouremenos
bdf5342824 to ban we know real jid 2005-07-22 12:50:14 +00:00
Yann Leboulanger
e9db8ef4c8 fix role things 2005-07-22 12:47:58 +00:00
Nikos Kouremenos
ef6643b24d status message in the banner instaed of jid; remove_user => remove_contact 2005-07-21 17:54:58 +00:00
Nikos Kouremenos
ef252ead1e s/list_users/contacts_list/ 2005-07-20 22:15:35 +00:00
Yann Leboulanger
b4ff6fd116 vcard now works in gc 2005-07-20 12:48:11 +00:00
Yann Leboulanger
903a466f83 in GC, contact.jid now contain nothing if we don't have the real jid 2005-07-20 11:53:30 +00:00
Yann Leboulanger
37f725f7ae better var names 2005-07-20 11:52:43 +00:00
Yann Leboulanger
c048984641 typo 2005-07-19 19:43:34 +00:00
Yann Leboulanger
d11e91a00c we don't take into account the presence in gc if it's the same nick, same show, same status, same role and same affiliation 2005-07-19 19:40:36 +00:00
Nikos Kouremenos
b28f405963 .set_text('', -1) becomes .set_text('') 2005-07-19 17:11:33 +00:00
Nikos Kouremenos
6f4f126c90 introducing some helpers for jid and nick and using them to have /ban irc emulation 2005-07-19 11:57:50 +00:00
Nikos Kouremenos
c10ace87fe /topic irc emulation 2005-07-19 09:59:21 +00:00
Nikos Kouremenos
bee9df2142 evil send_message in TC sends in active jid. so you need to set_active_tab before sending message. I put that as a comment in both places 2005-07-18 17:18:25 +00:00
Nikos Kouremenos
39e122016c roles are now translatable 2005-07-18 14:14:40 +00:00
Nikos Kouremenos
f2cb015f73 user --> contact in some functions name, also type is contact too now 2005-07-07 16:38:36 +00:00
Nikos Kouremenos
a231b1fd16 menu suck when they reposition 2005-07-04 21:30:35 +00:00
Yann Leboulanger
669b7bde6b last_message_time is now saved in gajim.py so we begin to count time when we receive the message and not when we print it (fix #162) 2005-07-03 15:27:41 +00:00
Nikos Kouremenos
043d480359 comment never hurt 2005-07-02 23:03:40 +00:00
Nikos Kouremenos
513a4c9f4f Gajim now asks reason for ban/kick (thanks liorithiel!) 2005-07-02 18:33:51 +00:00
Nikos Kouremenos
34f9313afb applying liorithiel's patch to make gc occupant popup via glade and more ergonomic 2005-07-02 16:35:27 +00:00
Yann Leboulanger
8133fd61d2 bugfix 2005-07-01 19:29:20 +00:00
Yann Leboulanger
c53a3286bd don't show text formating button for 0.8 release 2005-07-01 17:55:41 +00:00
Yann Leboulanger
2554613339 prevent another TB 2005-06-30 21:33:12 +00:00
Yann Leboulanger
b8505eec7e prevent a TB 2005-06-30 21:30:06 +00:00
Nikos Kouremenos
8c5d719814 fix a traceback 2005-06-30 16:09:55 +00:00
Nikos Kouremenos
3a85cc83a7 invisible contact is now not shown in GC muc list 2005-06-30 15:16:57 +00:00
Nikos Kouremenos
4fef38de93 do gc and tabbedchat menus via glade; and various other fixes 2005-06-30 13:31:31 +00:00