Commit Graph

12676 Commits

Author SHA1 Message Date
Yann Leboulanger aecfc39a7c missing commit 2012-08-24 10:13:55 +02:00
Yann Leboulanger 95875d63c6 fix var name 2012-08-24 09:50:50 +02:00
Yann Leboulanger 689f8370b8 send decline to the same jid (bare or full) from which we received he invite 2012-08-24 09:37:40 +02:00
Yann Leboulanger f790007b06 print decline reason in groupchat 2012-08-24 09:27:31 +02:00
Yann Leboulanger 2540ba7493 don't call GTK functions inside a Thread. 2012-08-24 09:14:08 +02:00
Denis Fomin 5800e28bba merge 2012-08-24 10:36:21 +04:00
Denis Fomin 2be71aa9ea typo 2012-08-24 10:33:46 +04:00
Jefry Lagrange 6d95385102 commenting debugging code 2012-08-23 23:24:43 -04:00
Jefry Lagrange e025d54fb1 get file_tag from file request 2012-08-23 23:16:25 -04:00
Jefry Lagrange 6120c81a78 use contact with highest priority when requesting file 2012-08-23 22:42:59 -04:00
Jefry Lagrange db7bba378a coding standards 2012-08-23 17:53:17 -04:00
Jefry Lagrange 4585c85458 coding standards 2012-08-23 17:45:38 -04:00
Yann Leboulanger 4928275537 print in groupchat when the invited contact declines the invitation 2012-08-23 22:11:21 +02:00
Yann Leboulanger 130d9525e4 decline groupchat invitation. 2012-08-23 21:34:03 +02:00
Yann Leboulanger e96432b648 prevent traceback 2012-08-23 14:21:26 +02:00
Yann Leboulanger 96dd70050b Jingle FT is now functionnal!! Thanks Jefry for the long time debugging with me 2012-08-23 13:10:30 +02:00
Yann Leboulanger fccf0e2050 clean file props after we have tested proxies 2012-08-23 12:13:20 +02:00
Yann Leboulanger 35b9f5da6c fix is_transfer_stopped() function. Fixes #7170 2012-08-23 12:12:19 +02:00
Yann Leboulanger fb5d58de11 don't do SSL over SSL and correctly shutdown SSL sockets. 2012-08-23 11:36:51 +02:00
Jefry Lagrange 1dc1adf073 only delete file_props in the ft_window 2012-08-22 15:30:12 -04:00
Denis Fomin b1125bbab8 fix unexpected indent 2012-08-22 22:42:00 +04:00
Denis Fomin aa116a08c1 revert test patch. fix previous commit 2012-08-22 22:28:41 +04:00
Denis Fomin bb5db97546 plugin system. checking the type of stored data. Fix #7220 2012-08-22 22:21:26 +04:00
Yann Leboulanger 1a3e4508ff make using receiver proxy work 2012-08-22 18:09:40 +02:00
Yann Leboulanger 5178543517 add a try/except 2012-08-22 14:49:44 +02:00
Yann Leboulanger f832900d2b coding standards 2012-08-22 12:55:57 +02:00
Yann Leboulanger 133593e1ca coding standards 2012-08-22 12:21:45 +02:00
Yann Leboulanger f801d33b53 fix coding standards 2012-08-22 11:54:21 +02:00
Yann Leboulanger e183975e0a re-enable jingle FT 2012-08-22 11:53:51 +02:00
Yann Leboulanger 62449c03b8 fix var name 2012-08-22 11:53:22 +02:00
Yann Leboulanger dce12f3f98 print that we invite someone in a room when we do Drag and Drop or when we create a new room. Fixes #7219 2012-08-20 15:46:20 +02:00
Yann Leboulanger afb77ff52f show in groupchat when we invite someone. Fixes #7219 2012-08-20 15:23:42 +02:00
Yann Leboulanger da4f8cad82 correctly unset sessions 2012-08-20 14:58:15 +02:00
Yann Leboulanger e8426d4cef try to improve behavour with contacs connected with several resources 2012-08-20 14:49:29 +02:00
Yann Leboulanger aaccec79cf don't try only last_connection_type, but try it it first. Fixes #7002 2012-08-19 22:35:46 +02:00
Denis Fomin 96cb66c04d [Isratine Citizen]. Update Hebrew translation. 2012-08-19 14:46:42 +04:00
Denis Fomin 688b3ca66f make button label ranslatable 2012-08-17 23:09:24 +04:00
Denis Fomin f3700b2bec fix wrong commit 2012-08-17 00:02:54 +04:00
Denis Fomin c102771279 split long lines 2012-08-16 20:22:29 +04:00
Denis Fomin e9e5066aca D-Bus Support. sdd icon 2012-08-16 22:02:10 +04:00
Denis Fomin dbdb3cf035 plugin system. add plugin icon support 2012-08-16 17:58:00 +04:00
Denis Fomin 74b6ba5ca1 coding style 2012-08-16 16:56:02 +04:00
Denis Fomin 3b860457ef [Darlan and I].added the ability to restore the old tray icon (envelope).'trayicon_blink' in the ACE. Fixes #7176 2012-08-14 22:36:16 +04:00
Denis Fomin 2959ca91a2 Fix russian translation 2012-08-12 22:04:20 +04:00
Denis Fomin 9016441fcf remove command_system modules from demandimport.ignore 2012-08-12 11:24:22 +04:00
Denis Fomin 24bcc25348 remove dbus.glib from demandimport.ignore 2012-08-12 10:33:41 +04:00
Yann Leboulanger a581f10236 remove imort dbus.glib to remove a warning 2012-08-11 22:46:39 +02:00
Anaël Verrier 50ddf56b58 Remove an useless import in conversation_textview.py.
common.latex was removed in r13821, so there is no reason to keep code which
imports it.
2012-08-11 22:34:44 +02:00
Denis Fomin 07cd259bed Add 'role' and 'affiliate' command to command system. 2012-08-11 14:59:05 +04:00
Yann Leboulanger 8d5ddb2d16 handle see-other-host at different state of connection (after authentication). Fixes #7179 2012-08-10 10:43:02 +02:00