Commit graph

259 commits

Author SHA1 Message Date
Emmanuel Gil Peyrot
ab7ce2b42e Use log.warning instead of the deprecated log.warn. 2013-01-05 11:26:22 +01:00
Yann Leboulanger
86b256ac96 fix style / color things 2013-01-05 15:53:14 +01:00
Yann Leboulanger
0519253ff8 fix traceback with Gtk3.6 2013-01-05 10:38:39 +01:00
Denis Fomin
ac9253e04a Merge 2013-01-02 22:13:27 +04:00
Denis Fomin
59a621bd87 fix some CursorType 2013-01-02 17:30:54 +04:00
Denis Fomin
4e16b113b3 fix pixbuf saves and missing import 2012-12-31 19:38:32 +04:00
Yann Leboulanger
912f0e921d fix imports and many py3 changements 2013-01-02 13:54:02 +01:00
Yann Leboulanger
d27591076f fix exception handling 2013-01-01 23:18:36 +01:00
Yann Leboulanger
069bddbbcb remove call to unicode() 2013-01-01 21:06:16 +01:00
Yann Leboulanger
414e349345 python uses unicode internally 2013-01-01 19:44:25 +01:00
Yann Leboulanger
e71188a6fa print -> print() 2013-01-01 19:36:56 +01:00
Yann Leboulanger
8f71d9f219 start porting Gajim to gobject introspection and GTK3 2012-12-23 16:23:43 +01:00
Yann Leboulanger
77775cf0af Gajim now uses python-nbxmpp library instead of embedding it. 2012-12-09 21:37:51 +01:00
Jefry Lagrange
d3048a0ac7 only compare file hashes when we actually have a hash 2012-10-13 14:31:16 -04:00
Jefry Lagrange
bfc4dccc0f add new FT in FT window when we are requesting file 2012-09-07 10:01:11 -04:00
Yann Leboulanger
94bc66dfab fix missing part of the commit. Fixes #7225 2012-08-31 11:46:45 +02:00
Jefry Lagrange
b522ab6583 dont alert the user if we get a request for a file 2012-08-30 23:57:20 -04:00
Jefry Lagrange
5bec8c7a09 make file_props use session sid as the default sid 2012-08-25 12:09:50 -04:00
Yann Leboulanger
1663c42b66 don't print reason where there is none 2012-08-25 11:32:14 +02:00
Jefry Lagrange
b1d206d2ec refactoring 2012-08-24 20:13:25 -04:00
Yann Leboulanger
c42b00702d improve decline implementation 2012-08-24 12:54:27 +02:00
Yann Leboulanger
30d033c7c3 store full from jid in gc-invite event.
fix receiving decline tag
2012-08-24 10:27:51 +02:00
Yann Leboulanger
aecfc39a7c missing commit 2012-08-24 10:13:55 +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
Yann Leboulanger
4928275537 print in groupchat when the invited contact declines the invitation 2012-08-23 22:11:21 +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
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
e8426d4cef try to improve behavour with contacs connected with several resources 2012-08-20 14:49:29 +02:00
Denis Fomin
9c2573980a fix set parent window for ProfileWindow and ChoseGPGKeyDialog. 2012-07-06 01:38:18 +04:00
Jefry Lagrange
2af1af2011 file_props refactoring 2012-06-14 12:27:23 -04:00
Jefry Lagrange
e8df81ab31 sends file request after hash mismatch 2012-05-27 21:05:43 -04:00
Yann Leboulanger
08fabfe02e remove latex support. Will be in a plugin. Fixes #4176 2012-04-30 00:19:55 +02:00
Yann Leboulanger
ddb8a59ea6 remove useless spaces 2012-04-19 14:01:28 +02:00
Yann Leboulanger
0c36f50196 merge from trunk 2012-04-12 22:07:30 +02:00
Jefry Lagrange
66df7c30ca dont compare hashes on SI transfer 2012-04-07 23:12:15 -04:00
Yann Leboulanger
794a66e435 correctly forward unread printed messages to other resources. Fixes #7094 2012-04-01 19:39:26 +02:00
Jefry Lagrange
48524a60c0 fix handling file transfer cancel properly 2012-03-22 00:56:11 -04:00
Jefry Lagrange
c5ebac3f77 handles file transfer cancel properly 2012-03-21 15:54:46 -04:00
Yann Leboulanger
2a1f9d2abb handle data forms in groupchat messages. This way room admins can handle voice
requests.
2012-03-13 17:30:48 +01:00
Yann Leboulanger
c9fa13e458 revert debug test 2012-02-18 21:21:00 +01:00
Yann Leboulanger
df17f8751d handle GUI while checking file hash. Show show re-request dialog when hash is incorrect. TODO: re-request file to sender. 2012-02-18 21:06:08 +01:00
Yann Leboulanger
3b5cabac5b coding standards 2012-01-24 07:28:40 +01:00
Jefry Lagrange
5142ebd626 check file integrity when transfer is completed 2012-01-23 22:28:07 -05:00
Yann Leboulanger
3a3f99d618 upgrade copyright 2012-01-11 22:20:34 +01:00
Jefry Lagrange
f3b09203d6 dont use content-remove for FT use session-terminate 2011-12-29 17:22:51 -05:00
Yann Leboulanger
49bc202421 merge from trunk 2011-12-29 11:39:02 +01:00