mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
d2c4c3bb09
commit
9e31d2714d
2
TODO.txt
2
TODO.txt
@ -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
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user