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

@ -109,7 +109,7 @@ p, li { white-space: pre-wrap; }
<property name="topMargin">
<number>6</number>
</property>
<item row="0" column="0" colspan="5">
<item row="0" column="0" colspan="6">
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Shared Folder Manager</string>
@ -231,6 +231,9 @@ p, li { white-space: pre-wrap; }
<height>200</height>
</size>
</property>
<property name="toolTip">
<string>Add a Share Directory</string>
</property>
<property name="text">
<string>Add</string>
</property>
@ -242,7 +245,7 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
<item row="1" column="1">
<item row="1" column="2">
<widget class="QPushButton" name="removeButton">
<property name="minimumSize">
<size>
@ -256,6 +259,9 @@ p, li { white-space: pre-wrap; }
<height>200</height>
</size>
</property>
<property name="toolTip">
<string>Stop sharing selected Directory</string>
</property>
<property name="text">
<string>Remove</string>
</property>
@ -267,7 +273,7 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
<item row="1" column="2">
<item row="1" column="3">
<spacer>
<property name="orientation">
<enum>Qt::Horizontal</enum>
@ -280,13 +286,23 @@ p, li { white-space: pre-wrap; }
</property>
</spacer>
</item>
<item row="1" column="3">
<item row="1" column="4">
<widget class="QPushButton" name="closeButton">
<property name="text">
<string>Close</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="editButton">
<property name="toolTip">
<string>Edit selected Shared Directory</string>
</property>
<property name="text">
<string>Edit</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>