Commit graph

148 commits

Author SHA1 Message Date
Jefry Lagrange
e8df81ab31 sends file request after hash mismatch 2012-05-27 21:05:43 -04: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
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
3a3f99d618 upgrade copyright 2012-01-11 22:20:34 +01:00
Yann Leboulanger
49bc202421 merge from trunk 2011-12-29 11:39:02 +01:00
Yann Leboulanger
4a0b02ac3a correctly escape file names when showing them in dialogs. Fixes #7038 2011-11-06 12:25:41 +01:00
Yann Leboulanger
df040bb8e5 add infobar in chat window for file transfer events. Fixes #1205 2011-10-17 17:12:19 +02:00
Yann Leboulanger
b47248f09d merge from trunk 2011-06-20 23:03:06 +02:00
Denis Fomin
492b812eb5 filetransfer.Ability to send multi-line comment with the file 2011-02-03 22:55:39 +03:00
Yann Leboulanger
a3863703f0 merge from trunk 2010-08-16 17:32:23 +02:00
Yann Leboulanger
eb589020ed ability to send / receive file using IBB based on xmpppy implementation. Fixes #2331 2010-08-16 14:33:50 +02:00
Zhenchao Li
d55ba9269e fix bug: assign jingle session id as sid in file_props, so that file transfer window gets updated correctly for the sender. 2010-07-08 16:05:19 +08:00
Zhenchao Li
d62dd5a521 construct well-formed jingle FT session-initiate stanza 2010-06-08 16:39:44 +08:00
Zhenchao Li
048feb5528 added JingleFileTransfer for managing jingle ft content
code added to trigger jingle ft session when needed
2010-06-06 23:22:52 +08:00
Zhenchao Li
b7048aa0da fix typo. 'contacts' -> 'contact' 2010-06-01 15:14:18 +08:00
Zhenchao Li
01c1465dfb add namespace for jingle file transfer
add jingle FT to gajim.gajim_optional_features
2010-06-01 15:09:42 +08:00
Yann Leboulanger
90ddc1f595 fix arguments list of a on_cancel function 2010-05-25 09:00:42 +02:00
Yann Leboulanger
2be53c4aac update my copyright to 2010 2010-03-11 16:52:36 +01:00
Éric Araujo
357d7db07d fixed some whitespace thanks to 2to3 -f ws_comma 2010-02-10 19:24:11 +01:00
Éric Araujo
fedd7dc8e2 convert tabs to spaces in source code thanks to reindent.py
holy diff batman!
2010-02-08 15:08:40 +01:00
Yann Leboulanger
956accf010 Bye bye glade, Hi gtk builder. Fixes #4945 2010-01-22 19:57:59 +01:00
Stephan Erb
9bfb5753c2 Move three methods from filetransfer_window to protocol/bytestream.
One of the methods was duplicated. Additionally, apply a very few coding standards.
2009-12-10 23:53:39 +01:00
Alexander Cherniuk
7316d00766 New portion of doc-string refactoring 2009-11-25 19:52:56 +02:00
Stephan Erb
06129f45ef Let contact instances know their corresponding account.
contact.account and gc_contact.account contains the account name of the owning account. There is still code around in many placed which tries to workaround this missing information. Such code has to be migrated on per-need basis.
2009-11-05 15:57:43 +01:00
Yann Leboulanger
1c7b265c9c better file transfer error handling. Fixes #5064 2009-07-28 23:13:34 +02:00
Yann Leboulanger
2281527a5e put latest filetransfer on top 2009-06-06 19:05:49 +02:00
Yann Leboulanger
1b34a125c0 escape file name in file transfer accept dialog 2009-03-20 21:05:45 +00:00
Yann Leboulanger
e389e0b16b [thorstenp] remove whitespace at eol 2008-12-03 21:56:12 +00:00
Yann Leboulanger
31dc32eeb9 [thorstenp] fix redefined builtins 2008-12-03 17:16:04 +00:00
Yann Leboulanger
c163e90b10 [thorstenp] fix unused variables 2008-12-02 15:53:23 +00:00
Yann Leboulanger
f87a97b683 get var where it is (missing self.). Fixes #4459 2008-11-07 08:36:55 +00:00
Yann Leboulanger
4eb3a5b5ed [thorstenp] render filetransfer window icons on demand. See #4457 2008-11-05 18:26:58 +00:00
Yann Leboulanger
06ab4a7b6d revert thorstenp patches for now. They introduce bugs. 2008-10-20 21:38:06 +00:00
Yann Leboulanger
f801a50260 [thorstenp] fix unused variables 2008-10-20 21:17:48 +00:00
Yann Leboulanger
158538b81c [thorstenp] rename some var to not hide builts-in functions (list -> list_, ...) 2008-10-11 10:22:04 +00:00
Yann Leboulanger
567f1e17c1 [thorstenp] di not use emtpy except clauses 2008-10-11 09:37:13 +00:00
Yann Leboulanger
9d7c80d522 [thorstenp] replace has_key by key in dict. Fixes #4392 2008-10-07 20:41:59 +00:00
Yann Leboulanger
f321d52d24 fix var name. Fixes #4359 2008-10-03 10:17:30 +00:00
Yann Leboulanger
81c5b05943 prevent division by zero when computing filetransfer ETA. Fixes #4359 2008-10-01 16:11:59 +00:00
Julien Pivotto
de4a23e751 See #4200.
* remove js from some headers
 * set coding:utf-8 to allow real names in headers
2008-08-15 17:31:51 +00:00
Julien Pivotto
8bc9bc29ae * Big headers review
* Remove some licencing problems
 * To do: same for images
 * See #4200
2008-08-15 03:20:23 +00:00
Yann Leboulanger
9329bcc4c1 less and less blocking dialogs 2008-08-07 13:25:25 +00:00
js
8605cd3f38 For historical reasons, we have a tab width of 3. This is strange, but
we have that in all files. To at least lesser the confusion a bit, add
vim tags for that.
Additionally, fix wrong #! in a few files.
2008-07-29 19:49:31 +00:00
Yann Leboulanger
74c53da32a fix arguments order in contacts.py, some coding standards. should fix #4081 2008-07-05 19:04:27 +00:00
Yann Leboulanger
d88b93b1ff os.access() on a folder under windows doesn't mean anything. fixes #3587 2007-12-03 21:21:10 +00:00
Yann Leboulanger
114f519337 default description is '' instead of None 2007-11-20 21:39:21 +00:00
Yann Leboulanger
100360fe3e [tibg] ability to add a description when we send a file. Fixes #3491 2007-11-20 21:19:43 +00:00
Yann Leboulanger
605caae2b8 My name has changed 2007-10-22 11:33:50 +00:00
Yann Leboulanger
22c1aeda29 next release will be GPL v3. fixes #3290 2007-10-22 11:13:13 +00:00