diff --git a/retroshare-gui/src/gui/PeersDialog.ui b/retroshare-gui/src/gui/PeersDialog.ui index 0371f6129..302ad0f04 100644 --- a/retroshare-gui/src/gui/PeersDialog.ui +++ b/retroshare-gui/src/gui/PeersDialog.ui @@ -965,6 +965,9 @@ background: white;} + + Messages entered here are sent to all collected friends + 30 diff --git a/retroshare-gui/src/gui/StartDialog.cpp b/retroshare-gui/src/gui/StartDialog.cpp index 5b2cc2ddf..4c3cc6eed 100644 --- a/retroshare-gui/src/gui/StartDialog.cpp +++ b/retroshare-gui/src/gui/StartDialog.cpp @@ -181,13 +181,13 @@ void StartDialog::loadCertificates() void StartDialog::on_labelProfile_linkActivated(QString link) { - if ((QMessageBox::question(this, tr("Create a New Profile"),tr("This will generate a new Profile\n Are you sure you want to continue?"),QMessageBox::Yes|QMessageBox::No, QMessageBox::Yes))== QMessageBox::Yes) - { +// if ((QMessageBox::question(this, tr("Create a New Profile"),tr("This will generate a new Profile\n Are you sure you want to continue?"),QMessageBox::Yes|QMessageBox::No, QMessageBox::Yes))== QMessageBox::Yes) +// { reqNewCert = true; close(); - } - else - return; +// } +// else +// return; } diff --git a/retroshare-gui/src/gui/StartDialog.ui b/retroshare-gui/src/gui/StartDialog.ui index bf7b3b96a..8ca527c53 100644 --- a/retroshare-gui/src/gui/StartDialog.ui +++ b/retroshare-gui/src/gui/StartDialog.ui @@ -435,7 +435,7 @@ RetroShare - + :/images/rstray3.png:/images/rstray3.png @@ -498,7 +498,7 @@ border-image: url(:/images/avatar_background.png); - + :/images/user/personal64.png:/images/user/personal64.png @@ -610,12 +610,17 @@ p, li { white-space: pre-wrap; } + + Opens a dialog for creating a new profile or +adding locations to an existing profile. +The current identities/locations will not be affected. + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="Create new Profile..."><span style=" text-decoration: underline; color:#0000ff;">Create new Profile...</span></a></p></body></html> +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="Create new Profile..."><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">Manage profiles and locations...</span></a></p></body></html> diff --git a/retroshare-gui/src/gui/settings/ServerPage.ui b/retroshare-gui/src/gui/settings/ServerPage.ui index 70cce5cad..6fa5fd0ce 100755 --- a/retroshare-gui/src/gui/settings/ServerPage.ui +++ b/retroshare-gui/src/gui/settings/ServerPage.ui @@ -7,7 +7,7 @@ 0 0 573 - 394 + 400 @@ -550,7 +550,15 @@ - Should be disabled if you don't want to share connection information between peers. + The DHT allows you to answer connection +requests from your friends using BitTorrent's DHT. +It greatly improves the connectivity. + +The Discovery service sends locations and GPG +identities of your trusted contacts to connected +peers, to help them choose new friends. +The friendship is never automatic however, and both +peers still need to trust each other to allow connection.