Commit graph

3934 commits

Author SHA1 Message Date
Nikos Kouremenos
f95a7c5d3e remove psyco as speed is not an issue anymore but high mem usage is. fixes 2006-03-11 11:08:27 +00:00
Yann Leboulanger
3d61688111 typo. Fixes 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 2006-03-10 18:58:28 +00:00
Yann Leboulanger
f9d0421d33 jids and nicks are now punycoded before we store on HD. See 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 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 () 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 2006-03-09 18:41:57 +00:00
Yann Leboulanger
9d045fc69b avatar is now 200x200 max in vcar window. Fixes 2006-03-08 16:01:01 +00:00
Yann Leboulanger
549872473c cleaner code 2006-03-08 15:56:49 +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 2006-03-08 12:29:34 +00:00
Yann Leboulanger
e108ccb617 use the always_comptact_view_gc option. Fixes 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 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
Yann Leboulanger
213b36a692 [avm] add -lpython2.[3/4] in Makefiles. Fixes 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 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 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 2006-03-07 13:13:36 +00:00
Dimitur Kirov
bc7d9a2943 clean last exception to prevent printing TB
(  )
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 2006-03-06 12:50:38 +00:00
Yann Leboulanger
97183e141c fix add_contact_to_roster so it handles correctly sub-child contacts. Fixes 2006-03-06 12:24:04 +00:00
Yann Leboulanger
aa796665c5 get_contact_iter now handles sub child. Fixes 2006-03-06 10:34:51 +00:00
Yann Leboulanger
15a1451f7f missing import 2006-03-05 22:13:37 +00:00
Yann Leboulanger
743d514997 strftime returns local-encoded string. decode it. Fixes 2006-03-05 22:09:39 +00:00
Yann Leboulanger
e8f810f7cb [Geobert] fix chatstate thing. See 2006-03-05 21:41:49 +00:00
Yann Leboulanger
cb6347ebac typo. Fixes 2006-03-05 21:32:51 +00:00
Yann Leboulanger
fe43649db9 move a contact on himself in another group now moves it there. see 2006-03-05 21:32:33 +00:00
Yann Leboulanger
7594b7c0ab [misc] better regex to catch url. Fixes 2006-03-05 20:33:54 +00:00
Yann Leboulanger
d3417371c0 clear _expected dict when callback is called. This way when another stanza arrives with the same id, it isn't catched as expected. 2006-03-05 20:30:38 +00:00
Nikos Kouremenos
0349c4ad23 fix typo 2006-03-05 19:43:41 +00:00
Yann Leboulanger
a3ddb8981c clean info about last exception. Fixes 2006-03-05 19:40:56 +00:00
Yann Leboulanger
d54915c62a base64.encodestring() adds some \n in the string. Remove it 2006-03-05 19:39:07 +00:00
Nikos Kouremenos
35e7328e19 systray show prefs menuitem now works again 2006-03-05 16:07:27 +00:00
Yann Leboulanger
6ae027fe20 drop a child to a group row now works. Fixes 2006-03-05 15:59:51 +00:00
Yann Leboulanger
cdc15278b1 drop on a group without control move contact and doesn't copy. Fixes 2006-03-05 15:51:38 +00:00
Nikos Kouremenos
11d9f5398d preferences window is created on the fly like every other window (well apart from FT [TODO for that]); this is good as we do not want such window to sit in memory; also fix some border width and spacing in prefs window 2006-03-05 12:18:47 +00:00
Nikos Kouremenos
9ec5e798b1 improve a comment 2006-03-05 11:42:42 +00:00
Nikos Kouremenos
c205010d88 clarify in tooltip for chatstates in prefs that we configure what WE SEND 2006-03-05 11:35:09 +00:00
Yann Leboulanger
89f2afd048 Be sure not to create a loop when we drag parent on one of his child. Fixes 2006-03-05 10:19:36 +00:00
Yann Leboulanger
0c2ba59f98 fix TB 2006-03-05 09:46:50 +00:00
Yann Leboulanger
45ca90bbe1 fix TB 2006-03-05 09:46:37 +00:00
Nikos Kouremenos
644e744bd2 order jids in left col by name; fixes 1658 2006-03-04 21:00:58 +00:00