mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 05:22:31 -04:00
attempt to improve/clarify relationship between nodes and PGP keys. Removed duplicate options and splitted ConfCerDialog into a dialog to show nodes certificates and PGP key information
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8232 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b5bf3ce130
commit
e449e709b5
14 changed files with 1159 additions and 835 deletions
|
@ -406,6 +406,7 @@ HEADERS += rshare.h \
|
|||
gui/chat/ChatUserNotify.h \
|
||||
gui/chat/ChatLobbyUserNotify.h \
|
||||
gui/connect/ConfCertDialog.h \
|
||||
gui/connect/PGPKeyDialog.h \
|
||||
gui/msgs/MessageInterface.h \
|
||||
gui/msgs/MessageComposer.h \
|
||||
gui/msgs/MessageWindow.h \
|
||||
|
@ -590,6 +591,7 @@ FORMS += gui/StartDialog.ui \
|
|||
gui/chat/CreateLobbyDialog.ui \
|
||||
gui/ChatLobbyWidget.ui \
|
||||
gui/connect/ConfCertDialog.ui \
|
||||
gui/connect/PGPKeyDialog.ui \
|
||||
gui/connect/ConnectFriendWizard.ui \
|
||||
gui/connect/ConnectProgressDialog.ui \
|
||||
gui/msgs/MessageComposer.ui \
|
||||
|
@ -746,6 +748,7 @@ SOURCES += main.cpp \
|
|||
gui/chat/ChatUserNotify.cpp \
|
||||
gui/chat/ChatLobbyUserNotify.cpp \
|
||||
gui/connect/ConfCertDialog.cpp \
|
||||
gui/connect/PGPKeyDialog.cpp \
|
||||
gui/msgs/MessageComposer.cpp \
|
||||
gui/msgs/MessageWidget.cpp \
|
||||
gui/msgs/MessageWindow.cpp \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue