Removed menus with friends in SharedFilesDialog.

Add a single action to send files as message.
Add send as message to the remote files too.
The files are now send as recommended files.
Disable context menus for the person item.
Auto hide the AttachFileItem in all dialogs after the successfully finish of the hash.
Removed the column source of the files in messages.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3759 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-11-07 21:33:48 +00:00
parent 4751295a3f
commit dd4c43cf7d
12 changed files with 287 additions and 463 deletions

View file

@ -477,6 +477,7 @@ void AttachFileItem::updateItem()
case AFI_STATE_LOCAL:
repeat = 0;
emit fileFinished(this);
hide(); // auto hide
break;
case AFI_STATE_UPLOAD: