mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-16 09:03:51 -05:00
updated TODO list.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8147 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8d7842739c
commit
69612c0c86
2 changed files with 4 additions and 3 deletions
5
TODO.txt
5
TODO.txt
|
|
@ -26,7 +26,7 @@ E [X] it's not possible to create a Forum thread without a Owner.
|
||||||
[ ] switching between forums might cause a crash. Seems to be due to GxsIdDetails::instance not always initialised when used.
|
[ ] switching between forums might cause a crash. Seems to be due to GxsIdDetails::instance not always initialised when used.
|
||||||
|
|
||||||
GUI General
|
GUI General
|
||||||
E [ ] do we keep "Getting Started" ? the look needs to be improved
|
E [ ] do we keep "Getting Started" ? the look needs to be improved. Any help doing this is welcome!
|
||||||
E [X] Recommendation messages do not show complete links. Links show up in some buttons and the text is truncated
|
E [X] Recommendation messages do not show complete links. Links show up in some buttons and the text is truncated
|
||||||
E [X] Recommendation messages should not be signed by the retroshare team!!
|
E [X] Recommendation messages should not be signed by the retroshare team!!
|
||||||
E [X] when adding a friend through clicking on cert links, the add friend wizard is shown twice!
|
E [X] when adding a friend through clicking on cert links, the add friend wizard is shown twice!
|
||||||
|
|
@ -65,6 +65,7 @@ M [ ] popularity calculation seems wrong. To reproduce: create a new chan
|
||||||
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.
|
||||||
[X] remove "change nickname" from drop menu
|
[X] remove "change nickname" from drop menu
|
||||||
|
[ ] there's no way to remove auto-subscribe when connected to a lobby. Show auto-subscribe status in tooltip, add menu entries.
|
||||||
|
|
||||||
Profile creation wizard
|
Profile creation wizard
|
||||||
[X] "Hidden node" should be an option at start. Apparently it becomes mandatory when one sets the advanced mode.
|
[X] "Hidden node" should be an option at start. Apparently it becomes mandatory when one sets the advanced mode.
|
||||||
|
|
@ -92,7 +93,7 @@ H [X] Add timeout to Identities that are unused. Need to keep a time stam
|
||||||
M [ ] allow to share identities between locations.
|
M [ ] allow to share identities between locations.
|
||||||
|
|
||||||
Network
|
Network
|
||||||
E [ ] Friends => Friend nodes
|
E [X] Friends => Friend nodes
|
||||||
E [X] remove TCP, TOR, UDP from the status column, and move it in front of IP
|
E [X] remove TCP, TOR, UDP from the status column, and move it in front of IP
|
||||||
|
|
||||||
File transfer
|
File transfer
|
||||||
|
|
|
||||||
|
|
@ -110,7 +110,7 @@
|
||||||
</attribute>
|
</attribute>
|
||||||
<column>
|
<column>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Friends</string>
|
<string>Friend nodes</string>
|
||||||
</property>
|
</property>
|
||||||
</column>
|
</column>
|
||||||
<column>
|
<column>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue