fixed distant peer naming in combo box for recipient selection.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8091 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2015-03-28 15:49:43 +00:00
parent ceac258552
commit 1991d6992d
2 changed files with 8 additions and 6 deletions

View file

@ -33,7 +33,7 @@ M [ ] sound is not working for some users on linux. We also need a "test
E [ ] some widgets in the GUI do not follow the system style => GUI looks bad on these systems E [ ] some widgets in the GUI do not follow the system style => GUI looks bad on these systems
[X] display version ID in windows version [X] display version ID in windows version
E [X] recommended friends messages have embedded buttons of wrong size. Use RSLinks instead! E [X] recommended friends messages have embedded buttons of wrong size. Use RSLinks instead!
E [ ] "Friends details" should show both PGP key and RS certs in different tabs with appropriate names. E [X] "Friends details" should show both PGP key and RS certs in different tabs with appropriate names.
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.
@ -45,8 +45,8 @@ M [X] sent messages to direct peers in the Sent box have inconsistent To
Raises an error if you click on it. Raises an error if you click on it.
H [ ] Merge the new messaging format? (or keep this for > 0.6) H [ ] Merge the new messaging format? (or keep this for > 0.6)
M [X] icons for GxsTreeWidgetItem are too small in distant messages list widget M [X] icons for GxsTreeWidgetItem are too small in distant messages list widget
E [ ] "from" should be disabled until we actually use a GXS id in the destination list. E [X] "from" should be disabled until we actually use a GXS id in the destination list.
E [ ] "show all" and "show everyone" in destination list are duplicate names for different things. E [X] "show all" and "show everyone" in destination list are duplicate names for different things.
Either remove one of them, or use appropriate names. Either remove one of them, or use appropriate names.
Channels Channels
@ -80,6 +80,9 @@ M [ ] allow to share identities between locations.
E [ ] Friends => Friend nodes E [ ] Friends => Friend nodes
E [ ] remove TCP, TOR, UDP from the status column, and move it in front of IP E [ ] remove TCP, TOR, UDP from the status column, and move it in front of IP
File transfer
H [ ] There's a bug sometimes causing re-hash of shared files at start. Find it and kill it.
News feed News feed
[X] remove the Ghost news feed items [X] remove the Ghost news feed items
[X] remove the double feed publication [X] remove the double feed publication
@ -95,7 +98,6 @@ E [ ] remove mktemp => use mkstemp
H [ ] RsGxsDataAccess::processRequests locks mDataMutex until all requests are processed. H [ ] RsGxsDataAccess::processRequests locks mDataMutex until all requests are processed.
Adding a new request or poll for the request status are freezing until the mutex is available. Adding a new request or poll for the request status are freezing until the mutex is available.
Packaging Packaging
[X] check compilation on debian [X] check compilation on debian
[X] check compilation on ARM [X] check compilation on ARM

View file

@ -245,7 +245,7 @@ MessageComposer::MessageComposer(QWidget *parent, Qt::WindowFlags flags)
/* Add filter types */ /* Add filter types */
ui.filterComboBox->addItem(tr("All")); ui.filterComboBox->addItem(tr("All"));
ui.filterComboBox->addItem(tr("Friend Nodes")); ui.filterComboBox->addItem(tr("Friend Nodes"));
ui.filterComboBox->addItem(tr("Everyone")); ui.filterComboBox->addItem(tr("Distant peer identities"));
ui.filterComboBox->setCurrentIndex(0); ui.filterComboBox->setCurrentIndex(0);
/*ui.comboStyle->addItem("Standard"); /*ui.comboStyle->addItem("Standard");