add file button to general message; add extra file sending from chat dialog; Add a link when sending a file; Add a link for downloading in the reciever chat dialog; Little gui improvement

Merge branch 'extraFile'


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1181 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2009-05-06 21:15:12 +00:00
parent e34173759e
commit 8e6f082025
8 changed files with 441 additions and 269 deletions

View file

@ -63,6 +63,7 @@ public:
bool done();
bool ready();
uint32_t getState();
public slots:
void download();
@ -93,6 +94,10 @@ private:
/* for display purposes */
float amountDone;
signals:
void fileFinished(SubFileItem * subFileItem) const ;
};