Added edit of shared folders. The change of the virtual name results in a rehash of the shared folder.

Save and restore the position of the ShareManager window.
Fixed german translation.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3513 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-09-18 16:05:32 +00:00
parent 7baafb3f90
commit 831c73dd9d
9 changed files with 211 additions and 100 deletions

View file

@ -50,9 +50,11 @@ protected:
private slots:
/** Create the context popup menu and it's submenus */
void shareddirListCurrentCellChanged(int currentRow, int currentColumn, int previousRow, int previousColumn);
void shareddirListCostumPopupMenu( QPoint point );
void showShareDialog();
void editShareDirectory();
void removeShareDirectory();
void updateFlags(bool);
@ -62,8 +64,6 @@ private:
/** Define the popup menus for the Context menu */
QMenu* contextMnu;
/** Defines the actions for the context menu */
QAction* removeAct;
/** Qt Designer generated object */
Ui::ShareManager ui;