Commit Graph

9282 Commits

Author SHA1 Message Date
Stephan Erb 3f61182c7a Only remove pep when a contact really signs out. 2008-08-31 12:36:40 +00:00
Yann Leboulanger ab694e09ee revert [10361]: doesn't work in a non-utf-8 environment 2008-08-31 12:24:45 +00:00
Yann Leboulanger 0ce5c0678e affect variable before using it. Fixes #4264 2008-08-31 12:09:13 +00:00
Yann Leboulanger 643e47175a get result of nslookup command using unicode. really fixes #4194 2008-08-31 11:53:54 +00:00
Yann Leboulanger ed1ed3450b [Le Coz Florent & I] updated french translation 2008-08-31 09:36:28 +00:00
Stephan Erb 19866c99a9 Do not traceback when disconnecting from a minimized groupchat. Fixes #4255. 2008-08-30 19:33:13 +00:00
Yann Leboulanger b2e3c2cc72 fix missing import 2008-08-30 18:48:06 +00:00
Yann Leboulanger b5b27227ea fix parsing SRV result with idna names. Fixes #4194 2008-08-30 18:24:07 +00:00
Yann Leboulanger aa6c163506 check that connection is still active in all handlers. Fixes #4261, #4258 2008-08-30 17:14:27 +00:00
Brendan Taylor 5d6b60be68 fix GPG mysteriously turning on when you open a chat window 2008-08-30 02:50:10 +00:00
Brendan Taylor 32b56a2328 move most of is_loggable out of the session object. fixes #4103 2008-08-30 01:31:25 +00:00
Brendan Taylor 29c6af7e1e removed some odd flow control left behind when one of the session negotiation dialogs was removed 2008-08-30 01:31:11 +00:00
Yann Leboulanger f64cd6d238 don't add twice the same room jid in browser. fixes #4256 2008-08-29 10:38:34 +00:00
Yann Leboulanger 7f1a132caa fix typo 2008-08-29 09:38:34 +00:00
Yann Leboulanger 15b9b3e1c2 show role and affiliation in groupchat correctly. fixes #3871 2008-08-29 09:35:44 +00:00
Yann Leboulanger bcc39c4e1c ask to change nickname for a groupchat only once. Fixes #4250 2008-08-29 08:06:28 +00:00
Yann Leboulanger 88103f03df fix missing self. 2008-08-29 07:37:55 +00:00
Yann Leboulanger 358ac948b7 patch has been announce and is in gettext upstream. Debian includes it, let's remove the FIXME. Fixes #4166 2008-08-29 07:25:34 +00:00
Yann Leboulanger 4d8a301da2 [Nico Gulden] updated german translation 2008-08-29 06:09:56 +00:00
Julien Pivotto 45122a3381 beter way to delete PEP when a user goes oflline 2008-08-28 22:43:28 +00:00
Stephan Erb a16c65873a Small enhancements for test_roster_window.
* Make sure that contacts show up under the correct parent
* Add check support for SelfContacts
2008-08-28 22:07:40 +00:00
Yann Leboulanger d63133d765 [erlehmann] some typo in german translation 2008-08-28 13:53:51 +00:00
Yann Leboulanger 851798a74d rename and remove had the same shortcur in manage sub-menu 2008-08-28 13:38:53 +00:00
Julien Pivotto 1c2ce732b1 E2E dialogs
* String changes
* Improve SAS visibility
* Add ability to re-verify
* espace text and buttons
* Should fix #3468
2008-08-28 13:14:54 +00:00
Yann Leboulanger 64cc3f907e prevent a traceback when we get 2 'received' XEP-184 message for the same sent message 2008-08-28 13:04:04 +00:00
Yann Leboulanger a0e9a0d905 handle correctly forwarded messages. fixes #4246 2008-08-28 12:24:31 +00:00
Julien Pivotto 269e5a31c7 hide pep-stuffs if a contact goes offline. fix #4206 2008-08-28 11:43:10 +00:00
Yann Leboulanger 5f88d06487 [paszczus] updated polish translation 2008-08-28 10:02:30 +00:00
Mateusz Biliński f0822dcdb4 Fixed problem with saving window properties (position, size) when closing window through window close button (closing through tab close button worked properly). 2008-08-28 09:51:45 +00:00
Yann Leboulanger a2df7d22ed don't pass iters to menuitems callback, that are quickly invalid. Fixes #4034 2008-08-28 08:23:31 +00:00
Stephan Erb 9f52881d6e Fix option handling of the unittest runner. 2008-08-27 18:55:18 +00:00
Yann Leboulanger 4c4fe501d6 [Sławomir Paszkiewicz] updated polish translation 2008-08-27 13:22:15 +00:00
Yann Leboulanger 9618bb77a4 fix FT proxy testing. We needed a receiver to connect to proxy to really test it 2008-08-27 13:11:46 +00:00
Yann Leboulanger 95b6855aa3 remove test thing 2008-08-27 10:09:38 +00:00
Yann Leboulanger 5b6da9fbe0 fix dispatcher test. <x:y> in a message are not allowed 2008-08-27 07:56:02 +00:00
Yann Leboulanger 8a83033816 add some options to runtests.py to be able to tune verbosity and wether we want to run tests that require X or not 2008-08-27 07:55:06 +00:00
Yann Leboulanger 1e8e0f6067 no need of GUI classes in connection_handlers.py, socks5.py and secrets.py 2008-08-27 07:53:12 +00:00
Yann Leboulanger ea99cb3682 coding standards 2008-08-27 07:51:05 +00:00
Yann Leboulanger 12f2c89070 coding standards 2008-08-27 07:49:41 +00:00
Yann Leboulanger b5753fec60 test hash computation in caps test 2008-08-27 07:49:11 +00:00
Yann Leboulanger 8f89d24407 [Niels] updated danish translation 2008-08-27 05:25:56 +00:00
Yann Leboulanger 2b5139cfcf use Ctrl+Shift+A to open acctouns window. Fixes #3894 2008-08-26 15:28:15 +00:00
js 10e386121b Fix #4087. 2008-08-26 13:32:44 +00:00
Yann Leboulanger 20ed561650 better code: list[2:][0] -> list[2] 2008-08-26 12:08:36 +00:00
Yann Leboulanger 26334c7064 fix some coding standards and remove + to merge strings in translated strings. fixes #4211 2008-08-26 11:10:13 +00:00
Yann Leboulanger fc8d21fd5e fix traceback when changing month/year in history window with no selected jid. Fixes #4240 2008-08-26 10:55:18 +00:00
Yann Leboulanger b284b586da allow to renamed the zeroconf account even if not enabled. Fixes #4238 2008-08-26 10:48:24 +00:00
Yann Leboulanger f63dcff5d3 prevent a traceback. Fixes #4236 2008-08-26 10:07:53 +00:00
Yann Leboulanger ef4eb3e291 [Florob] ESC in accounts window now works. Fixes #4225 2008-08-26 09:41:14 +00:00
Julien Pivotto 4df776851f Valid IANI schemes are highlighted. Fix #4229 2008-08-25 21:47:23 +00:00