Commit Graph

5260 Commits

Author SHA1 Message Date
Nikos Kouremenos 0c6606c514 comments and 80 char margin 2006-03-13 23:25:00 +00:00
Nikos Kouremenos bffcec6899 remove switch to menuitems. fixes #1674 2006-03-13 21:55:21 +00:00
Yann Leboulanger d59178c385 redraw gc contacts instead of remove / re-add them 2006-03-13 19:40:06 +00:00
Yann Leboulanger db6c9e7a05 call draw_avatar only in gc controls 2006-03-13 19:00:05 +00:00
Yann Leboulanger 658ca026ab remove unneeded call to update_ui 2006-03-13 18:22:44 +00:00
Dimitur Kirov def6fbe56d always decode input strings to unicode
assume that encoding is UTF-8 if getpreferred-
encoding failed
2006-03-13 18:20:08 +00:00
Yann Leboulanger a9e25ce434 align avatar on the right in gc 2006-03-13 18:04:19 +00:00
Yann Leboulanger 7a542bb473 remove unneeded call to draw_avatar in draw_contact 2006-03-13 13:27:05 +00:00
Yann Leboulanger dce057d29e avatars are in gc roster. gc avatar images are saved in room_jid folder. Fixes #1121 2006-03-13 13:25:51 +00:00
Yann Leboulanger 2f3fe1b158 don't show an empty line in groupchat banner if there is no subject. Fixes #1688 2006-03-13 09:04:50 +00:00
Nikos Kouremenos ea50611b8f [Jim++] do not print (None) if status msg is None on chat 2006-03-12 23:07:04 +00:00
Nikos Kouremenos e8223e1d9d add sound for buddy bounce [future feature]. this snd is borrowed from GnomeBaker burnok sound 2006-03-12 21:20:08 +00:00
Yann Leboulanger 46e637ad5d if status is '', don't print it 2006-03-12 21:17:26 +00:00
Yann Leboulanger a6a72ccf8d forbid resource when we add a contact. Fixes #1117 2006-03-12 20:53:28 +00:00
Yann Leboulanger 26f33196d7 when we connect and already have opened chat windows, update them with new contact instances. Fixes #1590 2006-03-12 20:33:36 +00:00
Yann Leboulanger 1eeb16dc2d [Jim++] fix TB in unconnected gc. Fixes #1687 2006-03-12 18:55:59 +00:00
Yann Leboulanger f19dc78297 don't show hidden contacts that are not in observer group. Fixes #1494 2006-03-12 18:35:10 +00:00
Yann Leboulanger 4f2460e21c remove contact when we get sub=none and ask=none and no name and no group. See #1494 2006-03-12 18:30:01 +00:00
Nikos Kouremenos f95a7c5d3e remove psyco as speed is not an issue anymore but high mem usage is. fixes #1666 2006-03-11 11:08:27 +00:00
Yann Leboulanger 3d61688111 typo. Fixes #1684 2006-03-10 22:06:21 +00:00
Yann Leboulanger 903393d172 prevent TB 2006-03-10 21:58:23 +00:00
Dimitur Kirov 59283050e1 close connection when invalid xml is received
call sys.exc_clear in catched exceptions
2006-03-10 20:36:15 +00:00
Yann Leboulanger adb62eb628 jids are now punycoded before we store avatars on HD. Fixes #1030 2006-03-10 18:58:28 +00:00
Yann Leboulanger f9d0421d33 jids and nicks are now punycoded before we store on HD. See #1030 2006-03-10 18:48:14 +00:00
Yann Leboulanger b1ebd06fe9 we now show sign in/out notif, even if a chat is opened with this contact. Fixes #1682 2006-03-10 17:56:03 +00:00
Yann Leboulanger e335c53247 nicer code 2006-03-10 14:01:57 +00:00
Nikos Kouremenos bf72124b6c enrich comment 2006-03-10 13:54:04 +00:00
Nikos Kouremenos b057235977 do not show comment if empty. show somehow smaller string 2006-03-10 13:43:20 +00:00
Yann Leboulanger 9cd8f04322 fix TB (#1681) 2006-03-10 13:17:21 +00:00
Nikos Kouremenos 98d03e2855 [geobert] fix having None as chatstate after recv single message 2006-03-10 10:53:30 +00:00
Yann Leboulanger 3355cf4ea3 room_contacts vcards are now saved in room_jid folder. Fixes #1105 2006-03-09 18:41:57 +00:00
Yann Leboulanger 9d045fc69b avatar is now 200x200 max in vcar window. Fixes #1582 2006-03-08 16:01:01 +00:00
Yann Leboulanger 549872473c cleaner code 2006-03-08 15:56:49 +00:00
Nikos Kouremenos e8f33c7c9c [Yavor Doganov] name in gajim.desktop from Gajim now is Gajim Instant Messenger [as Gaim and Gossip do it] 2006-03-08 15:18:26 +00:00
Nikos Kouremenos b6a02b00d8 fix typo. thx baze 2006-03-08 14:27:04 +00:00
Yann Leboulanger 9f837ededb check if we are conencted when we press send button. Fixes #1562 2006-03-08 12:29:34 +00:00
Yann Leboulanger e108ccb617 use the always_comptact_view_gc option. Fixes #1670 2006-03-08 12:23:05 +00:00
Nikos Kouremenos 7515e1d433 better varname for list of jids for auto auth 2006-03-08 11:42:15 +00:00
Yann Leboulanger d4cbe39fc2 auto_authorization is now keept in mem. This way it works correctly, but doesn't if you close gajim before your contact ask your auth. Fixes #1630 2006-03-08 10:46:36 +00:00
Yann Leboulanger 119c5ed55f typo 2006-03-08 08:29:09 +00:00
Nikos Kouremenos b3f9fc764e fix a TB in trayicon menu functionality. fix varname which lead to bad functionality for single message [we were doing new message] and also fix functionality for it, add %s in strings and not +, use gtkgui helper function 2006-03-08 01:27:01 +00:00
Nikos Kouremenos 27b221d9cf update THANKS for oscar 2006-03-07 23:40:59 +00:00
Nikos Kouremenos d3cc68c577 [Oscar Hellström] update swedish transl 2006-03-07 23:38:52 +00:00
Yann Leboulanger 213b36a692 [avm] add -lpython2.[3/4] in Makefiles. Fixes #1668 2006-03-07 17:53:05 +00:00
Nikos Kouremenos 80c58110e2 now we can save preset messages from change status message dialog. we also use ComboBox and not ComboBoxEntry because the first shows clearer that it is not editable. fixes #1407 2006-03-07 14:02:45 +00:00
Yann Leboulanger 37c84ef192 when we open a message window by clicking popup menu or systray or doubble click on roster, treate it as long time ago message (don't show 2 seconds confirmation when closing it). Fixes #1591 2006-03-07 13:44:42 +00:00
Yann Leboulanger e6200b599a add 2 advanced options: confirm_close_muc_rooms and noconfirm_close_muc_rooms. Fixes #1622 2006-03-07 13:13:36 +00:00
Dimitur Kirov bc7d9a2943 clean last exception to prevent printing TB
( #1629 )
2006-03-07 11:54:45 +00:00
Yann Leboulanger 0c8079f8b2 add an option to add_contact_to_roster to force the adding of children contacts. Fixes #1657 2006-03-06 12:50:38 +00:00
Yann Leboulanger 97183e141c fix add_contact_to_roster so it handles correctly sub-child contacts. Fixes #1650 2006-03-06 12:24:04 +00:00