hide reputations which are not used yet (patch from sehraf

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7956 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2015-02-18 22:09:51 +00:00
parent d2c4c3bb09
commit 9e31d2714d
2 changed files with 5 additions and 1 deletions

View File

@ -57,7 +57,7 @@ H [ ] Distant chat should work with shared identities
Identities:
[X] "Owned by you" => "Owned by node [nodename]"
[X] Bold face should only be used for keys with admin credentials
E [ ] reputations are not used yet. We should hide them.
E [X] reputations are not used yet. We should hide them.
H [ ] Add timeout to Identities that are unused. Need to keep a time stamp list, updated
whenever the identity is used for checking signatures. This should
be extented to any group and stored into meta data. Would allow to

View File

@ -226,6 +226,10 @@ IdDialog::IdDialog(QWidget *parent) :
// load settings
processSettings(true);
// hide reputation sice it's currently unused
ui->reputationGroupBox->hide();
ui->tweakGroupBox->hide();
}
IdDialog::~IdDialog()