mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-10 15:20:25 -04:00
Added new dialog to set service permissions for friends.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6085 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
62a22fe0fe
commit
439ccc94f4
11 changed files with 474 additions and 102 deletions
|
@ -284,6 +284,7 @@ HEADERS += rshare.h \
|
|||
gui/MessengerWindow.h \
|
||||
gui/FriendsDialog.h \
|
||||
gui/FriendRecommendDialog.h \
|
||||
gui/ServicePermissionDialog.h \
|
||||
gui/RemoteDirModel.h \
|
||||
gui/RetroShareLink.h \
|
||||
gui/SearchTreeWidget.h \
|
||||
|
@ -485,6 +486,7 @@ FORMS += gui/StartDialog.ui \
|
|||
gui/HelpDialog.ui \
|
||||
gui/DetailsDialog.ui \
|
||||
gui/FriendRecommendDialog.ui \
|
||||
gui/ServicePermissionDialog.ui \
|
||||
gui/bwgraph/bwgraph.ui \
|
||||
gui/profile/ProfileWidget.ui \
|
||||
gui/profile/StatusMessage.ui \
|
||||
|
@ -586,6 +588,7 @@ SOURCES += main.cpp \
|
|||
gui/MessengerWindow.cpp \
|
||||
gui/FriendsDialog.cpp \
|
||||
gui/FriendRecommendDialog.cpp \
|
||||
gui/ServicePermissionDialog.cpp \
|
||||
gui/RemoteDirModel.cpp \
|
||||
gui/RsAutoUpdatePage.cpp \
|
||||
gui/RetroShareLink.cpp \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue