mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 15:39:27 -05: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:
|
Identities:
|
||||||
[X] "Owned by you" => "Owned by node [nodename]"
|
[X] "Owned by you" => "Owned by node [nodename]"
|
||||||
[X] Bold face should only be used for keys with admin credentials
|
[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
|
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
|
whenever the identity is used for checking signatures. This should
|
||||||
be extented to any group and stored into meta data. Would allow to
|
be extented to any group and stored into meta data. Would allow to
|
||||||
|
@ -226,6 +226,10 @@ IdDialog::IdDialog(QWidget *parent) :
|
|||||||
|
|
||||||
// load settings
|
// load settings
|
||||||
processSettings(true);
|
processSettings(true);
|
||||||
|
|
||||||
|
// hide reputation sice it's currently unused
|
||||||
|
ui->reputationGroupBox->hide();
|
||||||
|
ui->tweakGroupBox->hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
IdDialog::~IdDialog()
|
IdDialog::~IdDialog()
|
||||||
|
Loading…
Reference in New Issue
Block a user