Yann Leboulanger
4f50fda145
[Nico Gulden] updated german translation
2008-09-27 14:56:17 +00:00
Yann Leboulanger
3d46bf0b6e
[dwd] fix reconnection when we get wrong XML with undeclared namespaces. Fixes #3083
2008-09-27 14:26:50 +00:00
Yann Leboulanger
5da238ee54
show free for chat contacts before online contacts in roster when sorting by status. Fixes #4301
2008-09-27 14:20:44 +00:00
Yann Leboulanger
c797a14b8c
fix listing and leaving groupchats from adhoc commands. Fixes #4344
2008-09-26 17:41:07 +00:00
Yann Leboulanger
22cc993fa7
ability to sort by status in roster and in muc separatly. Fixes #3823
2008-09-26 15:22:16 +00:00
Yann Leboulanger
62fe4b1874
fix command requesting XML
2008-09-26 13:03:25 +00:00
Yann Leboulanger
e236382f3d
handle XEP-0203 (Delayed Delivery) and use it when forwarding unread messages via adhoc commands. Fixes #4347
2008-09-26 11:11:38 +00:00
Yann Leboulanger
941b7cf974
sort group chats by status if option is checked. Fixes #3823
2008-09-23 14:39:04 +00:00
Yann Leboulanger
10af522af6
disable proxy resolution. See #4299 .
2008-09-23 12:43:59 +00:00
Yann Leboulanger
363277cc69
allow all features if a contact has no resource until we fall back to disco query. Fixes #4327
2008-09-22 09:35:19 +00:00
Yann Leboulanger
35a9cf5d89
coding standards
2008-09-22 09:10:18 +00:00
Yann Leboulanger
b4a645e882
use spec version instead of program version to determine which spec to use for notification-daemon. Fixes #4126
2008-09-22 09:04:16 +00:00
Yann Leboulanger
a49138ccec
updated polish translation
2008-09-19 06:19:37 +00:00
Yann Leboulanger
c71269c9ec
remove event for full jid and bar jid when we scroll conversation window. Fixes #4243
2008-09-17 19:16:08 +00:00
Yann Leboulanger
6df6e9ddf1
coding standards
2008-09-17 19:04:17 +00:00
Yann Leboulanger
c876e8f65e
don't remove contact instance when we remove last event if a chat is stil opened, but when we close the window. Should fix #4272
2008-09-16 21:51:48 +00:00
Yann Leboulanger
3e2f9fcbec
prevent affiliatio spoofing by checking namespace. Fixes #4323
2008-09-16 08:30:27 +00:00
Yann Leboulanger
330dd0e7a1
prevent traceback when removing an account. Fixes #4322
2008-09-16 07:55:33 +00:00
Yann Leboulanger
b7a899fe15
[nyco] typo in french translation
2008-09-15 21:14:57 +00:00
Yann Leboulanger
1b1ad16781
[nyco] better french translation
2008-09-15 19:42:55 +00:00
Yann Leboulanger
e8eead4cd9
fix right click on multiple contacts from different accounts. Fixes #4312
2008-09-15 16:56:23 +00:00
Yann Leboulanger
8c381dee81
send new presence to correct account in account modification window. Fixes #4313
2008-09-15 15:30:45 +00:00
Yann Leboulanger
85d5748800
test server name in discover services windows. Fixes #4314
2008-09-14 07:15:15 +00:00
Brendan Taylor
f640e7c860
add verified/not verified title text to the body of the esession dialog
2008-09-12 05:25:10 +00:00
Yann Leboulanger
887fd9f374
remove useless file in win32 installer
2008-09-11 20:03:07 +00:00
js
f4f87b0401
Fix the 2 pixels that were off in thoughtful.png.
2008-09-10 18:05:14 +00:00
Yann Leboulanger
ad751dc0cd
prevent traceback when creating account to an unknown host. Fixes #4309
2008-09-10 17:59:53 +00:00
Yann Leboulanger
3826f3dbba
[avm] updated russion translation:
...
- Many punctuation fixes
- remove "please" (like in the GNOME project).
The translation guidelines at
http://gnome.org.ru/wacko/TranslationPrinciples
warn against using "пожалуйста" (please)
in Russian technical texts.
- change voice/aspect of some verbs
- Fix a space before bang in a string.
AFAIK, French is the only language to use " !",
all other languages use exclamation marks without
spaces (certainly true for English!).
2008-09-10 11:25:34 +00:00
Yann Leboulanger
1df341ce55
fix accelerator in roster window in french translation. Fixes #4307
2008-09-10 05:07:35 +00:00
Yann Leboulanger
7982dac728
correct dialog and stanza when removing a not in roster contact. Fixes #4303
2008-09-09 19:20:00 +00:00
Yann Leboulanger
a01c992eaa
add Manage Bookmarks to systray popup menu
2008-09-09 17:34:31 +00:00
Yann Leboulanger
b2c1506d4d
don't depend on python2.5 for now. Fixes #4306
2008-09-09 16:44:24 +00:00
Yann Leboulanger
8d3c1c59ad
decode string before splitting it.
2008-09-08 18:36:15 +00:00
Yann Leboulanger
3b4875e38e
[avm] always encode data in utf-8 in database. see #4254
2008-09-08 17:37:44 +00:00
Yann Leboulanger
a4bab043b9
[avm] Gzip don't support unicode strings. Fixes #4254
2008-09-08 16:31:02 +00:00
Brendan Taylor
9adc632d67
consolidate e2e status messages
2008-09-08 15:51:13 +00:00
Yann Leboulanger
5f2e4c818c
[Alex V. Myltsev] idle.c: cleanup.
...
Replace METH_VARARGS with METH_NOARGS, discard win32 ifdefs (it's no more compiled on win32 anyway).
2008-09-08 12:00:27 +00:00
Yann Leboulanger
140e922733
[Alex V. Myltsev] timeout_add -> timeout_add_seconds to forget GPG passphrase.
2008-09-08 11:55:51 +00:00
Yann Leboulanger
b004a32df9
[Alex V. Myltsev] toggle_ipython is already in GajimRemote.commands, no need to add it twice.
2008-09-08 11:54:52 +00:00
Yann Leboulanger
93149f6936
don't delete pep when a second resource of our jid goes offline. Maybe addresses #4284 ?
2008-09-08 11:52:29 +00:00
Yann Leboulanger
9a8dd5db02
show better icon for send file menuitems / buttons. Fixes #4282
2008-09-08 11:27:37 +00:00
js
f260d83c80
Fix #4290
2008-09-05 19:09:01 +00:00
Yann Leboulanger
238ee10039
prevent traceback when connection is lost while waiting for user to accept plain connection or ssl certificate. Fixes #4285
2008-09-05 18:24:51 +00:00
js
adaaf358f2
And this shows how a translation can compromise security...
...
verified and NOT verified is _NOT_ both "Verwende Authentifizierung".
That's just super wrong and leads the user to the false impression of
security.
2008-09-04 11:56:34 +00:00
Yann Leboulanger
9fd16413fe
[Fomin Denis] updated russion translation
2008-09-04 07:26:45 +00:00
Yann Leboulanger
292ac9573f
[Dicson] fix string. Fixes #4280
2008-09-03 14:16:13 +00:00
Yann Leboulanger
c8d97aaa17
coding standards
2008-09-03 11:25:27 +00:00
Yann Leboulanger
aba6fc2599
correctly remove contacts (force = True when we re-add them after)
2008-09-03 07:24:42 +00:00
Yann Leboulanger
ea7a97b1df
some more coding standards
2008-09-02 20:34:11 +00:00
Yann Leboulanger
cf0b44d7fc
coding standards
2008-09-02 20:31:05 +00:00