Commit graph

9313 commits

Author SHA1 Message Date
Alexander Cherniuk
d8b17e0166 Correct a timestamp for the XEP-0080 implementation. Thanks to Dicson. Fixes #5727 2010-04-29 22:20:07 +03:00
Yann Leboulanger
25d251b455 add new ad-hoc command to forward unread messages then disconnect. Thanks Geobert. 2010-04-27 11:31:36 +02:00
Yann Leboulanger
3d6f65defb merge with default 2010-04-26 17:47:49 +02:00
Yann Leboulanger
e0e8a2ac04 one EntryCompletion cannot be used for 2 Entry. So use 2 EntryCompletion for both server comboboxes in add account wizard. Fixed #5629 2010-04-26 17:46:52 +02:00
Yann Leboulanger
bc0844f7f1 fix indentation 2010-04-26 17:23:35 +02:00
Alexander Cherniuk
120e983d49 Coding style improvements 2010-04-25 21:59:53 +03:00
Yann Leboulanger
de32ffcd34 [lemonyogster] don't allow to put @ in room entry in join groupchat dialog and automatically switch to server entry. see #5528 2010-04-25 20:18:41 +02:00
Yann Leboulanger
8ca195131b don't try to resize groupchat contact list that are not yet re-added to window when we change window mode behaviour. Fixes #5663 2010-04-25 19:35:22 +02:00
Yann Leboulanger
d3ae49ea60 catch all ssl exception. Fixes #5706 2010-04-24 13:49:12 +02:00
Yann Leboulanger
fe48933d5f fix BOSH connection over SSL. Fixes #5710 2010-04-24 12:31:19 +02:00
Yann Leboulanger
ad6c4d7500 enable "invite to" submenu when we select several contacts. Fixes #5711 2010-04-24 09:51:32 +02:00
Yann Leboulanger
a359b06912 [Dicson] try to run geoclue service id it's not running. Fixes #5715 2010-04-24 09:21:09 +02:00
Yann Leboulanger
9081b465ed better var name. 2010-04-24 09:06:07 +02:00
Alexander Cherniuk
378096f797 Fixed a typo. Thanks to Dicson. Fixes #5714 2010-04-23 21:13:41 +03:00
Alexander Cherniuk
08eb94ed61 Unobvious code execution order. Minor fix. Fixes #5713 2010-04-23 15:08:42 +03:00
Thibaut Girka
8209f4543d [Jingle] Fix misplaced tags in error stanzas ; added error type support (for types other than cancel) 2010-04-21 20:25:27 +02:00
Alexander Cherniuk
3353e0cb23 <confirm/> must be included if it's a message instead of an IQ. Fixes #5690 2010-04-21 14:59:46 +03:00
Alexander Cherniuk
6d62571da3 Fix the check of whether command succeeded or not 2010-04-19 17:26:59 +03:00
Alexander Cherniuk
5d56decdc4 A fix for the SASL EXTERNAL. Thanks to Calmar. Fixes #5704 2010-04-19 13:28:25 +03:00
Alexander Cherniuk
6bf8a13a26 gtk.Builder.get_widget is now known as gtk.Builder.get_object. Fixes #5709 2010-04-19 12:37:08 +03:00
Yann Leboulanger
e6f6f65746 better coding style 2010-04-18 20:57:47 +02:00
Yann Leboulanger
d44c30373f [Calamar and me]sasl-external c2s authentication. Fixes #5704 2010-04-18 20:43:40 +02:00
Alexander Cherniuk
dd4af8cd6c Do not clear the input, when there has been a command-related error 2010-04-17 21:53:09 +03:00
Yann Leboulanger
3728658933 [Stefan] handle user/password from HTTP_PROXY environment variable. Fixes #5691 2010-04-09 22:49:17 +02:00
Yann Leboulanger
292a78abc3 merge trunk 2010-04-09 21:25:50 +02:00
Yann Leboulanger
974001196d [Gabriel] add <confirm> tag when we reply to XEP-0070 request when it's a message. Fixes #5690 2010-04-09 15:11:04 +02:00
Éric Araujo
56da0c19d8 More whitespace fixes. 2010-04-08 01:20:22 +02:00
Éric Araujo
9b5ee1e13b convert tabs to spaces in source code thanks to reindent.py
Also use sed to remove now unneeded Vim lines, 2to3 -f ws_comma to fix
some whitespace, and fix some other madness manually.
2010-04-08 01:20:17 +02:00
Éric Araujo
dd6062319a More whitespace mini fixes. 2010-04-08 01:10:17 +02:00
Alexander Cherniuk
cf0bc0b478 Refactored the Q_ translation function 2010-04-07 04:09:58 +03:00
Alexander Cherniuk
d57dd3adaa Apply some cosmetics to the GCTooltip as well 2010-04-03 21:38:54 +03:00
Alexander Cherniuk
1c1fb442b4 Make GCTooltip behave more like the RosterTooltip 2010-04-03 21:08:09 +03:00
Alexander Cherniuk
d359879c2c Reflect recent changes in translation 2010-04-03 20:49:31 +03:00
Alexander Cherniuk
af1785ebe8 Fixed the translation issue with the tooltip 2010-04-03 20:46:57 +03:00
Alexander Cherniuk
f0492c2f8f Fixed the pattern to be PEP8 compatible 2010-04-03 20:23:15 +03:00
Alexander Cherniuk
a7d14c329c Missed the Busy translation 2010-04-03 18:50:26 +03:00
Alexander Cherniuk
7b2d351003 A condition typo 2010-04-03 18:40:40 +03:00
Alexander Cherniuk
63d1ef9e43 Do not show the idle time in the tooltip, unless it's meaningful 2010-04-03 18:37:41 +03:00
Alexander Cherniuk
ab0353a13c Made a fix to consider translation of a status 2010-04-03 18:17:54 +03:00
Alexander Cherniuk
bf344627dd Improved roster's tooltip cosmetics 2010-04-03 18:06:42 +03:00
Alexander Cherniuk
918b8d5c32 Disambiguation of some words to translate. Thanks to mako. Fixes #5686 2010-04-03 14:38:12 +03:00
Yann Leboulanger
87d430d726 don't go before 1/1/1900 in history window. Fixes #5684 2010-04-02 09:21:56 +02:00
Yann Leboulanger
1d6378e5c1 auto-enable XML logging when opening XML console, and destroy window on closing. Fixes #5664 2010-04-01 11:40:27 +02:00
Yann Leboulanger
50f1567bc8 check we have a cached vcard before looking in it. Fixes #5670 2010-04-01 11:28:21 +02:00
Alexander Cherniuk
c6389decfb Does not look like we need to emulate gobject.timeout_add_second anymore 2010-03-31 17:05:58 +03:00
Alexander Cherniuk
a5ec7232a6 Moved a call to gobject.set_prgname a bit up 2010-03-31 09:19:21 +03:00
Alexander Cherniuk
da6b4c031e Added a call to gobject.set_prgname 2010-03-31 09:05:17 +03:00
Alexander Cherniuk
31ddc4ae66 Fixed a typo 2010-03-30 21:28:50 +03:00
Alexander Cherniuk
5c1a462e1c No need to separate %s from translatable strings 2010-03-30 18:14:03 +03:00
Alexander Cherniuk
c407084e7a Forgot the translation 2010-03-30 17:09:14 +03:00