mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-28 18:42:20 -04:00
Added new Patch from Phenom (AddRSCollectionEditor_v0.6_7386)
Some Improvements : added submenu, Edit and view mode. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7388 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5e1099f47f
commit
e65f73a44d
23 changed files with 2693 additions and 811 deletions
|
@ -67,6 +67,11 @@ private slots:
|
|||
void addLinkToCloud();
|
||||
#endif
|
||||
|
||||
void collCreate();
|
||||
void collModif();
|
||||
void collView();
|
||||
void collOpen();
|
||||
|
||||
//== void showFrame(bool show);
|
||||
//== void showFrameRemote(bool show);
|
||||
//== void showFrameSplitted(bool show);
|
||||
|
@ -80,7 +85,7 @@ private slots:
|
|||
void startFilter();
|
||||
|
||||
public slots:
|
||||
void changeCurrentViewModel(int) ;
|
||||
void changeCurrentViewModel(int viewTypeIndex);
|
||||
signals:
|
||||
void playFiles(QStringList files);
|
||||
|
||||
|
@ -115,6 +120,11 @@ protected:
|
|||
QAction* sendchatlinkAct;
|
||||
QAction* copylinkhtmlAct;
|
||||
|
||||
QAction *collCreateAct;
|
||||
QAction *collModifAct;
|
||||
QAction *collViewAct;
|
||||
QAction *collOpenAct;
|
||||
|
||||
/* RetroshareDirModel */
|
||||
RetroshareDirModel *tree_model;
|
||||
RetroshareDirModel *flat_model;
|
||||
|
@ -147,7 +157,6 @@ class LocalSharedFilesDialog : public SharedFilesDialog
|
|||
|
||||
private slots:
|
||||
void addShares();
|
||||
void createCollectionFile();
|
||||
void checkUpdate() ;
|
||||
void editSharePermissions();
|
||||
void playselectedfiles();
|
||||
|
@ -161,10 +170,10 @@ class LocalSharedFilesDialog : public SharedFilesDialog
|
|||
|
||||
private:
|
||||
QAction* openfileAct;
|
||||
QAction* createcollectionfileAct;
|
||||
QAction* openfolderAct;
|
||||
QAction* editshareAct;
|
||||
};
|
||||
|
||||
class RemoteSharedFilesDialog : public SharedFilesDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue