diff --git a/retroshare-gui/src/gui/GenCertDialog.cpp b/retroshare-gui/src/gui/GenCertDialog.cpp index 70d8463ba..09d1960ba 100644 --- a/retroshare-gui/src/gui/GenCertDialog.cpp +++ b/retroshare-gui/src/gui/GenCertDialog.cpp @@ -428,6 +428,7 @@ void GenCertDialog::genPerson() ui.genButton->hide(); ui.importIdentity_PB->hide(); ui.genprofileinfo_label->hide(); + ui.hidden_checkbox->hide(); setCursor(Qt::WaitCursor) ; diff --git a/retroshare-gui/src/gui/GenCertDialog.ui b/retroshare-gui/src/gui/GenCertDialog.ui index 0c458216f..fe0b26bbc 100644 --- a/retroshare-gui/src/gui/GenCertDialog.ui +++ b/retroshare-gui/src/gui/GenCertDialog.ui @@ -7,7 +7,7 @@ 0 0 677 - 564 + 509 @@ -68,7 +68,7 @@ - + It looks like you don't own any profile (PGP keys). Please fill in the form below to create one, or import an existing profile. @@ -78,8 +78,8 @@ - - + + 6 @@ -118,6 +118,35 @@ + + + + + 16777215 + 32 + + + + Your profile is associated with a PGP key + + + Create a Hidden Location. + + + + :/images/tor-logo.png:/images/tor-logo.png + + + + 24 + 24 + + + + false + + + @@ -147,7 +176,7 @@ - + @@ -199,6 +228,13 @@ + + + + Tor Address + + + @@ -271,74 +307,45 @@ anonymous, you can use a fake email. + + + + 6 + + + + + 64 + + + + + + + Port + + + + + + + 1 + + + 65535 + + + 7812 + + + + + - - - - - 16777215 - 32 - - - - Your profile is associated with a PGP key - - - Create a Hidden Location. - - - - :/images/contact_new128.png:/images/contact_new128.png - - - - 32 - 32 - - - - false - - - - - - - Tor Address - - - - - - - 64 - - - - - - - Port - - - - - - - 1 - - - 65535 - - - 7812 - - - - + @@ -360,7 +367,7 @@ anonymous, you can use a fake email. - + <html><head/><body><p align="justify">Before proceeding, move your mouse around to help Retroshare collect as much randomness as possible. Filling the progressbar to 20% is needed, 100% is advised.</p></body></html> @@ -370,14 +377,14 @@ anonymous, you can use a fake email. - + 24 - + diff --git a/retroshare-gui/src/gui/images.qrc b/retroshare-gui/src/gui/images.qrc index 01ea99e68..58fd31250 100644 --- a/retroshare-gui/src/gui/images.qrc +++ b/retroshare-gui/src/gui/images.qrc @@ -19,6 +19,7 @@ images/blank_128_green.png images/blank_128_blue.png images/splash.png + images/tor-logo.png images/help/addafriend.png images/help/addfriendkey.png images/help/dhtgreen.png diff --git a/retroshare-gui/src/gui/images/tor-logo.png b/retroshare-gui/src/gui/images/tor-logo.png new file mode 100644 index 000000000..bf7e10536 Binary files /dev/null and b/retroshare-gui/src/gui/images/tor-logo.png differ