updated TODO list with small things collected recently

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8140 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2015-04-18 07:54:26 +00:00
parent 6b84be37de
commit 1257f276d4

View file

@ -40,8 +40,10 @@ E [X] "Friends details" should show both PGP key and RS certs in differen
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) [ ] Default appearance style on Ubuntu should be GTK (to allow correct tooltips)
[ ] Default layout should use toolbars. The "menu" look is inneficient
Messages Messages
[ ] right-click + send message on location from friendlist does not set the proper destination
H [ ] distant messages should be made async-ed H [ ] distant messages should be made async-ed
M [ ] distant messages are not re-sent when the peer is offline the first time M [ ] distant messages are not re-sent when the peer is offline the first time
M [X] sent messages to direct peers in the Sent box have inconsistent To field. M [X] sent messages to direct peers in the Sent box have inconsistent To field.
@ -67,6 +69,11 @@ H [X] Chat lobbies should use Identities. That's a significant change, pr
[X] Remove deprecated code in rschatitems. [X] Remove deprecated code in rschatitems.
[X] remove "change nickname" from drop menu [X] remove "change nickname" from drop menu
Profile creation wizard
[X] "Hidden node" should be an option at start. Apparently it becomes mandatory when one sets the advanced mode.
[ ] the blue button "Generate new node" does not have a clear state. It should be grey while disabled, then
not grey. Or maybe use an icon?
Settings Settings
[X] 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!! [ ] Default max upload should be a large number. Not 50KB/s!!
@ -100,6 +107,7 @@ H [X] There's a bug sometimes causing re-hash of shared files at start. F
[X] remove the double feed publication [X] remove the double feed publication
libretroshare libretroshare
[ ] make sure at least one location is kept when removing old locations as it avoids lots of connection problems.
[ ] some users can be declared as connected although they are not. Check Heart-Beat system. [ ] some users can be declared as connected although they are not. Check Heart-Beat system.
H [X] fix the data race in pqissl H [X] fix the data race in pqissl
H [ ] valgrind pass for data races H [ ] valgrind pass for data races