removed unwanted entry to change nickname in chat lobbies

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8131 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2015-04-13 19:06:24 +00:00
parent dc4d33d621
commit 9677cb4934
2 changed files with 6 additions and 4 deletions

View File

@ -39,6 +39,7 @@ E [X] "Friends details" should show both PGP key and RS certs in differen
It should specify clearly which one should be used to make friends. It should specify clearly which one should be used to make friends.
E [X] addFriend does not work when the cert contains signatures. E [X] addFriend does not work when the cert contains signatures.
E [X] PGP signatures are not transmited by discovery2. E [X] PGP signatures are not transmited by discovery2.
[ ] Default appearance style on Ubuntu should be GTK (to allow correct tooltips)
Messages Messages
H [ ] distant messages should be made async-ed H [ ] distant messages should be made async-ed
@ -64,10 +65,11 @@ M [ ] popularity calculation seems wrong. To reproduce: create a new channel a
Chat lobbies Chat lobbies
H [X] Chat lobbies should use Identities. That's a significant change, probably not backward compatible. H [X] Chat lobbies should use Identities. That's a significant change, probably not backward compatible.
[X] Remove deprecated code in rschatitems. [X] Remove deprecated code in rschatitems.
[ ] remove "change nickname" from drop menu [X] remove "change nickname" from drop menu
Settings Settings
[ ] remove HiddenNode fom config->server netWork mode drop menu, or disable it in non hidden mode. [X] remove HiddenNode fom config->server netWork mode drop menu, or disable it in non hidden mode.
[ ] Default max upload should be a large number. Not 50KB/s!!
Chat Chat
[X] Distant chat window should show GXS avatars [X] Distant chat window should show GXS avatars

View File

@ -219,7 +219,7 @@ void ChatLobbyDialog::init()
rsIdentity->getIdDetails(gxs_id,details) ; rsIdentity->getIdDetails(gxs_id,details) ;
ui.chatWidget->setName(QString::fromUtf8(details.mNickname.c_str())); ui.chatWidget->setName(QString::fromUtf8(details.mNickname.c_str()));
ui.chatWidget->addToolsAction(ui.actionChangeNickname); //ui.chatWidget->addToolsAction(ui.actionChangeNickname);
ui.chatWidget->setDefaultExtraFileFlags(RS_FILE_REQ_ANONYMOUS_ROUTING); ui.chatWidget->setDefaultExtraFileFlags(RS_FILE_REQ_ANONYMOUS_ROUTING);
lastUpdateListTime = 0; lastUpdateListTime = 0;