mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
ceac258552
commit
1991d6992d
12
TODO.txt
12
TODO.txt
@ -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
|
||||
[X] display version ID in windows version
|
||||
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.
|
||||
E [X] addFriend does not work when the cert contains signatures.
|
||||
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.
|
||||
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
|
||||
E [ ] "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] "from" should be disabled until we actually use a GXS id in the destination list.
|
||||
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.
|
||||
|
||||
Channels
|
||||
@ -66,7 +66,7 @@ H [ ] Distant chat should work with shared identities
|
||||
[X] Distant chat fails (tunnel bullet never gets green) when re-openning a distant chat window after closing a tunnel
|
||||
[X] Distant chat fails (chat window never appears) when re-openning a distant chat window after closing a tunnel
|
||||
[X] You should not be enabled to distant-chat yourself!
|
||||
[ ] Nickname completion is broken. It only works with @
|
||||
[ ] Nickname completion is broken. It only works with @
|
||||
|
||||
Identities:
|
||||
[X] "Owned by you" => "Owned by node [nodename]"
|
||||
@ -80,6 +80,9 @@ M [ ] allow to share identities between locations.
|
||||
E [ ] Friends => Friend nodes
|
||||
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
|
||||
[X] remove the Ghost news feed items
|
||||
[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.
|
||||
Adding a new request or poll for the request status are freezing until the mutex is available.
|
||||
|
||||
|
||||
Packaging
|
||||
[X] check compilation on debian
|
||||
[X] check compilation on ARM
|
||||
|
@ -245,7 +245,7 @@ MessageComposer::MessageComposer(QWidget *parent, Qt::WindowFlags flags)
|
||||
/* Add filter types */
|
||||
ui.filterComboBox->addItem(tr("All"));
|
||||
ui.filterComboBox->addItem(tr("Friend Nodes"));
|
||||
ui.filterComboBox->addItem(tr("Everyone"));
|
||||
ui.filterComboBox->addItem(tr("Distant peer identities"));
|
||||
ui.filterComboBox->setCurrentIndex(0);
|
||||
|
||||
/*ui.comboStyle->addItem("Standard");
|
||||
|
Loading…
Reference in New Issue
Block a user