mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-25 23:06:10 -05:00
re-enabled hide of status column in friends list
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8209 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
80e82dbde6
commit
a8458037d5
2
TODO.txt
2
TODO.txt
@ -77,7 +77,7 @@ To be done
|
|||||||
|
|
||||||
0031a[ ] ... the lobby name bar also seems redundant ....
|
0031a[ ] ... the lobby name bar also seems redundant ....
|
||||||
|
|
||||||
0032 [ ] In Network->friend list. Remove "[Connected]" to location names. Takes room and isn't useful since the text is in bold
|
0032 [X] In Network->friend list. Remove "[Connected]" to location names. Takes room and isn't useful since the text is in bold
|
||||||
when connected. Also put the avatar column first. Remove the "Busy" and "Idle" text since they are shown as icon already and
|
when connected. Also put the avatar column first. Remove the "Busy" and "Idle" text since they are shown as icon already and
|
||||||
set them as tooltip => lots of saved space.
|
set them as tooltip => lots of saved space.
|
||||||
|
|
||||||
|
@ -1981,7 +1981,7 @@ void FriendList::createDisplayMenu()
|
|||||||
menu->addAction(ui->actionShowAvatarColumn);
|
menu->addAction(ui->actionShowAvatarColumn);
|
||||||
menu->addAction(ui->actionShowLastContactColumn);
|
menu->addAction(ui->actionShowLastContactColumn);
|
||||||
menu->addAction(ui->actionShowIPColumn);
|
menu->addAction(ui->actionShowIPColumn);
|
||||||
//menu->addAction(ui->actionShowStatusColumn);
|
menu->addAction(ui->actionShowStatusColumn);
|
||||||
menu = displayMenu->addMenu(tr("Sort by"));
|
menu = displayMenu->addMenu(tr("Sort by"));
|
||||||
// menu->addAction(ui->actionSortByName);
|
// menu->addAction(ui->actionSortByName);
|
||||||
menu->addAction(ui->actionSortByState);
|
menu->addAction(ui->actionSortByState);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user