mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 02:55:18 -04:00
Added the hability to create and handle collection files. A collection file contains a directory structure
and files that RS can DL seamlessly in the DL directory. Collection files are created from shared files and can be handled by righ-clicking on them in Transfers and Shared files. Handling is based on the extension, that must be "rscollection". git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4664 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ded1707151
commit
50d5c1159d
10 changed files with 385 additions and 8 deletions
|
@ -55,6 +55,7 @@ class RetroshareDirModel : public QAbstractItemModel
|
|||
|
||||
/* Callback from GUI */
|
||||
void downloadSelected(const QModelIndexList &list);
|
||||
void createCollectionFile(const QModelIndexList &list);
|
||||
|
||||
void getDirDetailsFromSelect (const QModelIndexList &list, std::vector <DirDetails>& dirVec);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue