Yann Leboulanger
e90375bad3
check if remote contact support esession or session. If it supports esession, it supports session but may not announce it. see #4429
2008-12-02 09:49:49 +00:00
Yann Leboulanger
bb33069da9
[Jeff Bailes] updated british translation
2008-12-02 07:13:28 +00:00
Yann Leboulanger
1640ef04cc
[Serbian translation] Serbian translation
2008-12-01 21:36:01 +00:00
Yann Leboulanger
3a548491a9
strftime doesn't support %T. It works under linux (why?) but not under windows. Fixes #4526
2008-12-01 10:56:14 +00:00
Yann Leboulanger
27bc3bba1a
revert r10690 and r10691, it's not translatable
2008-12-01 10:03:04 +00:00
Yann Leboulanger
3ce1baa5d3
[urandom] fix position of notification when attach_to_systray is enabled. Fixes #4537
2008-11-30 21:37:50 +00:00
Yann Leboulanger
e9b1726e99
coding standard
2008-11-30 21:32:59 +00:00
Yann Leboulanger
1d4455bc20
fix missing argument
2008-11-30 18:59:34 +00:00
Yann Leboulanger
941ab84d22
fix typo
2008-11-30 18:58:32 +00:00
Yann Leboulanger
3e88fdf41e
check session support instead of Esession support, and announce we support it. Fixes #4429
2008-11-30 18:53:02 +00:00
js
68b41e43ae
Also apply our notexistant caps trick to XHTML.
2008-11-30 18:16:11 +00:00
Stephan Erb
8d0ff396b1
Do not duplicate a contact in roster on subscription changes. Fixes #4524 .
...
For performance reasons, get_contact_iters() cannot find a contact if get_shown_groups() returns something different to what has been applied to roster model. The contact was therefore duplicated as it was believed not to be there...
2008-11-29 23:43:23 +00:00
Yann Leboulanger
8907f71c86
fix session problem when other part don't support sessions. Fixes #4429
2008-11-29 18:50:03 +00:00
js
766284354c
Fix building on win32. There is no import named roman.
2008-11-29 14:48:19 +00:00
js
5a5937d96d
Really fix #4517 .
2008-11-29 13:37:06 +00:00
Julien Pivotto
d310ce1dde
A little fix in the french translation
2008-11-29 13:10:56 +00:00
Yann Leboulanger
df1e5ee990
better handling of sessions in zeroconf. Fixes #4529
2008-11-28 15:34:56 +00:00
Yann Leboulanger
9963bea638
module names have changed with py2exe 0.6.9
2008-11-28 14:51:23 +00:00
Yann Leboulanger
9d471b700c
prevent traceback when Connection fails. Fixes #4532
2008-11-28 09:59:36 +00:00
Yann Leboulanger
91cc491173
[Simo Sorce] fix GSSAPI to use FQDN. See #2465
2008-11-28 07:27:42 +00:00
Yann Leboulanger
961e4426ff
coding standards
2008-11-28 07:25:31 +00:00
Yann Leboulanger
4bef0e5cdf
no need to create html twice
2008-11-28 07:25:00 +00:00
Yann Leboulanger
e35dacecfa
remove useless config.h.in file. It's generated by autogen.sh
2008-11-27 06:27:07 +00:00
Yann Leboulanger
fbd1127930
send empty tune when we disconnect an account. Fixes #4512
2008-11-26 22:44:17 +00:00
Stephan Erb
afd8e1819d
Correctly remove Observer and NotInRoster contact in one special case. Does not affect pending bug. See #4524 .
2008-11-26 21:15:15 +00:00
Stephan Erb
e0a365a234
Indicate that some methods are only intended for internal usage.
2008-11-26 21:11:08 +00:00
Yann Leboulanger
4cf9d0d622
if a SASL mechanism fails, try the others before abording authentification
2008-11-26 12:45:05 +00:00
Yann Leboulanger
73e4e000b9
fix typo. Fixes #4525
2008-11-26 08:50:33 +00:00
Yann Leboulanger
f9034952e0
allow sending None tune on startup. Fixes #4512
2008-11-25 15:00:23 +00:00
Stephan Erb
239d041b08
Fix IndentationError.
2008-11-25 14:02:24 +00:00
Yann Leboulanger
d155b90c3c
fix zeroconf to handle parameters of send_message (xhtml, forward_from, delayed). Fixes #4514
2008-11-25 12:51:31 +00:00
Yann Leboulanger
3b13665574
use correct title from quodlibet. fixes #4510
2008-11-25 06:11:16 +00:00
Yann Leboulanger
04e88bab3c
coding standards
2008-11-24 17:00:20 +00:00
Yann Leboulanger
482cb1ee1d
[sjm] quodlibet support. Fixes #4510
2008-11-24 15:58:48 +00:00
js
0afc538f7b
Fix translation. (There are even more of those. Who translated it?)
2008-11-24 14:51:05 +00:00
Yann Leboulanger
bbafb36ada
escape text before sending it to notification daemin. Fixes #4517
2008-11-24 09:48:27 +00:00
Yann Leboulanger
c294fa0d6e
fix previous commit
2008-11-24 09:43:06 +00:00
Yann Leboulanger
0c6b1a391b
[nebm51] don't open a console window under windows when runnin latex. Fixes #4519
2008-11-24 09:38:28 +00:00
js
5e6d15837c
Make previous patch translatable.
2008-11-23 19:26:45 +00:00
js
bc5795a10b
[killerfox] Show chatstate in title if no tabs left
2008-11-23 19:23:21 +00:00
js
2c7c345a7c
[kaylan] Remember size and position of history window. Closes #2824 .
2008-11-23 19:17:58 +00:00
Stephan Erb
917f6fc3a5
Prevent a group from being hidden when its renamed in roster.
2008-11-23 18:25:27 +00:00
Yann Leboulanger
750af45abe
don't consider buggy messages as groupchat messages if there is no nickname. Fixes #3700
2008-11-23 17:17:44 +00:00
Yann Leboulanger
1c0dd1fd3b
[Fomin Denis] updated russion translation
2008-11-23 16:57:54 +00:00
Brendan Taylor
2bb2d0132e
don't autonegotiate after you've disabled e2e
2008-11-23 04:52:55 +00:00
js
1b1ef68860
Fix typo.
2008-11-21 22:32:35 +00:00
Jean-Marie Traissard
c785aee667
[Astro] typo
2008-11-21 13:11:05 +00:00
Yann Leboulanger
f059f3948f
[Florob] handle xmpp: and mailto: in a nicer way in conversations. Fixes #4245
2008-11-21 11:05:11 +00:00
Yann Leboulanger
c69b4e90b6
detect and handle incorrect stream start. Fixes #4499
2008-11-21 10:02:16 +00:00
js
4728a3d960
Show warning after 3 seconds - I don't want to wait 4 before I see if
...
my message has been received. This is a compromise between my 2 secs
and Jim's 4 sec :).
2008-11-20 16:20:19 +00:00