From 4074efc9db0356da75b344c54dfce68fe70587f3 Mon Sep 17 00:00:00 2001 From: csoler Date: Mon, 13 Apr 2015 18:42:37 +0000 Subject: [PATCH] updated todo list git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8129 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- TODO.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO.txt b/TODO.txt index 965fbc6f4..e1a146737 100644 --- a/TODO.txt +++ b/TODO.txt @@ -23,6 +23,7 @@ E [X] it's not possible to create a Forum thread without a Owner. [X] the tooltip over GXS ids should show the avatar on the left side. [X] fix data race between GXS ID default icons [X] Share of key shows "Not implemented". Since forums are public, share key should be hidden. + [ ] switching between forums might cause a crash. Seems to be due to GxsIdDetails::instance not always initialised when used. GUI General E [ ] do we keep "Getting Started" ? the look needs to be improved @@ -63,7 +64,11 @@ M [ ] popularity calculation seems wrong. To reproduce: create a new channel a Chat lobbies H [X] Chat lobbies should use Identities. That's a significant change, probably not backward compatible. [X] Remove deprecated code in rschatitems. + [ ] remove "change nickname" from drop menu + Settings + [ ] remove HiddenNode fom config->server netWork mode drop menu, or disable it in non hidden mode. + Chat [X] Distant chat window should show GXS avatars H [ ] Distant chat should work with shared identities @@ -93,6 +98,7 @@ H [X] There's a bug sometimes causing re-hash of shared files at start. F [X] remove the double feed publication libretroshare + [ ] some users can be declared as connected although they are not. Check Heart-Beat system. H [X] fix the data race in pqissl H [ ] valgrind pass for data races H [ ] valgrind pass for memory leaks