Commit graph

4170 commits

Author SHA1 Message Date
Yann Leboulanger
6213a1e586 typo 2005-11-08 14:32:14 +00:00
Nikos Kouremenos
51f6e125f6 align avatar and padlock to to right 2005-11-08 14:25:23 +00:00
Yann Leboulanger
0b7a740874 add the date in time when msg if from another day 2005-11-08 14:23:11 +00:00
Nikos Kouremenos
99636d5ccf [gjc]commit better analogy for colors in contact row 2005-11-08 14:09:56 +00:00
Nikos Kouremenos
58ae3ed63f typo. thx yann 2005-11-08 13:46:09 +00:00
Nikos Kouremenos
52a861afc2 fix syntax error 2005-11-08 13:43:23 +00:00
Nikos Kouremenos
0020731a36 catch IOError so no TB 2005-11-08 13:21:43 +00:00
Nikos Kouremenos
4034efa762 we now have avatars in roster. I default to 48x48 (gaim defaults to that too) u can change that to whatever you want via ACE and you can take avatars off via PREFS; defaulting to 32x32 is too small. njoy 2005-11-08 13:04:59 +00:00
Nikos Kouremenos
a3cd40ac84 fix a logic bug. thanks deluge 2005-11-08 11:13:47 +00:00
Nikos Kouremenos
20aac96c8d correct which entry we insenitive 2005-11-07 21:40:01 +00:00
Nikos Kouremenos
edb16de6b4 remove a leftover comment 2005-11-07 21:33:18 +00:00
Yann Leboulanger
b8476426a2 insensitivie jid_entry when we add a contact from which we know the jid (right click on email -> add contact, accept a sub request, ...) 2005-11-07 21:30:35 +00:00
Yann Leboulanger
bd868245e0 support JEP 162 (show / hide some contacts according to their subscription / ask status) 2005-11-07 21:15:15 +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
Yann Leboulanger
02d88c5915 add a "Set an avatar when I connect" checkbutton in wizard, so that when we connect it open the vcard in the about tab and opens the filechooser 2005-11-07 15:43:47 +00:00
Nikos Kouremenos
183d59333f fix missing var 2005-11-07 14:06:39 +00:00
Yann Leboulanger
e422a1807d SRV now works (hopefully !)
we use a new Client instance for each try
fix a typo in the use of pydns
2005-11-07 14:04:18 +00:00
Nikos Kouremenos
1c9f70638d fix major tb 2005-11-07 13:26:22 +00:00
Nikos Kouremenos
974b893229 fix logic 2005-11-07 13:11:26 +00:00
Nikos Kouremenos
68ac516bce make dnspython work 2005-11-07 13:04:58 +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
846e9881fb [gjc] color for status msg under roster is half between fg and bg color no matter the state (selected or not) 2005-11-07 10:50:40 +00:00
Nikos Kouremenos
7aa63e2fc5 remove print 2005-11-06 21:02:20 +00:00
Nikos Kouremenos
7ec7276797 better var names and add aprint for stian 2005-11-06 20:58:22 +00:00
Nikos Kouremenos
a1d8b08d90 no need to save var, and better comment 2005-11-06 20:57:52 +00:00
Nikos Kouremenos
6202203856 add a fixme and print traceback 2005-11-06 20:29:08 +00:00
Travis Shirk
cf9d5705b5 Reset chatstates when tab/window is closed. Closes ticket [1034] 2005-11-06 20:14:49 +00:00
Travis Shirk
6840f97c1f Keep name banner up to date with chatstate info. 2005-11-06 18:58:35 +00:00
Nikos Kouremenos
1c89061483 fix tb 2005-11-06 17:10:55 +00:00
Nikos Kouremenos
8c4217fd5c status msg under gc roster too 2005-11-06 16:29:52 +00:00
Yann Leboulanger
039eb20c0a forget password only when needed (when we don't save it ad connection failed) 2005-11-06 15:51:18 +00:00
Nikos Kouremenos
4d3784e2f7 fix for good spaces identation pb 2005-11-06 15:08:54 +00:00
Yann Leboulanger
8c9bf693e7 fix indentation 2005-11-06 15:04:35 +00:00
Nikos Kouremenos
ea11076a0e we now show status message under contact name in roster thanks to initial patch by Michał Sobiegraj. if you do not like that, go to prefs and uncheck it. dimgrey to become white when row is selected 2005-11-06 14:30:17 +00:00
Nikos Kouremenos
2d46c5e8a8 However, the server MUST NOT deliver the stanza
to an available resource with a negative priority; if the
           only available resource has a negative priority, the server
           SHOULD handle the message as if there were no available
           resources (defined below). so forbidding negative prio
2005-11-06 12:36:26 +00:00
Yann Leboulanger
5a0a33681a add missing arg 2005-11-06 10:42:29 +00:00
Yann Leboulanger
6d3fe8e459 hack in order to register our Event handler as soon as Dispatcher is pluged in 2005-11-06 10:12:22 +00:00
Yann Leboulanger
004cb9c5d3 first popuped message is a new message 2005-11-05 23:43:43 +00:00
Yann Leboulanger
164973ff82 prevent to print chatstate = 'None' 2005-11-05 20:49:28 +00:00
Yann Leboulanger
79d611032a always update self.previous_status_combobox_active, even when we don't manually change the combobox 2005-11-05 18:09:57 +00:00
Yann Leboulanger
51d2175b18 ChangeStatusMessageDialog now shows the last_status_message even when we choose "change status message" menuitem 2005-11-05 17:52:49 +00:00
Yann Leboulanger
969bd9fa0d fix bug in xmpppy about SASL with TLS 2005-11-05 15:23:33 +00:00
Nikos Kouremenos
b96c24fe77 fix typo in comment 2005-11-05 11:33:41 +00:00
Yann Leboulanger
6556b2724e account name is now the server name 2005-11-05 11:30:42 +00:00
Nikos Kouremenos
8d26752f48 fix strings, add code for progressbar to work, fix a bit of ui 2005-11-05 11:28:19 +00:00
Yann Leboulanger
e0b1dd77f8 at the end of the account creatio we don't need to enter the password if we entered it in the paramteres (even is save pass is not checked) 2005-11-05 11:21:41 +00:00
Yann Leboulanger
febe8d4a1a correctly show the result of an account creation (success / fail) 2005-11-04 21:27:14 +00:00
Yann Leboulanger
ca05945f63 prevent TB when vcard is buggy
new event: ACC_NOT_OK when account creation failed
2005-11-04 19:06:54 +00:00
Nikos Kouremenos
f262486352 fix syntax error 2005-11-04 15:36:25 +00:00