mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Updated TODO file
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8411 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d71d26f026
commit
337cb38d33
24
TODO.txt
24
TODO.txt
@ -10,6 +10,16 @@ Legend:
|
||||
|
||||
To be done
|
||||
|
||||
GUI
|
||||
|
||||
[ ] http://www.cjoint.com/c/EFlhWgeLg4F. Strings too long in Add Friends Wizard on the conclusion page.
|
||||
[X] RS crashes when right clicking on the People tabs when there's nobody yet
|
||||
[ ] Network tab cannot shrink the avatar column
|
||||
[ ] newsfeed default:
|
||||
Options -- Notify -- Feed
|
||||
Security <-- Make as Default Enabled
|
||||
Connect attempt <-- Make as Default Enabled
|
||||
|
||||
0000 [ ] merge the various help systems. there's 3 of them: (1) help buttons on most tabs that pop a flat panel with some
|
||||
info; (2) help wizard accessible from the "!" button in friends details->Trust; (3) 'getting started tab'
|
||||
|
||||
@ -265,6 +275,20 @@ E [-] remove mktemp => use mkstemp
|
||||
note: mkstemp is not available on Windows
|
||||
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.
|
||||
[ ] crash at shutdown
|
||||
|
||||
#0 0x0000000000da52eb in RsMemoryManagement:¿mallObject:¿mallObject() ()
|
||||
#1 0x0000000000da3694 in RsItem::RsItem(unsigned int) ()
|
||||
#2 0x0000000000dcb365 in RsRawItem::RsRawItem (this=0x0, t=33559555, size=38) at ./serialiser/rsserial.h:182
|
||||
#3 0x0000000000fc1643 in RsServiceSerialiser::deserialise(void*, unsigned int*) ()
|
||||
#4 0x0000000000da4451 in RsSerialiser::deserialise(void*, unsigned int*) ()
|
||||
#5 0x0000000000fb5b4b in pqistreamer::handleincoming_locked() ()
|
||||
#6 0x0000000000fb4b3e in pqistreamer::tick_recv(unsigned int) ()
|
||||
#7 0x0000000000fb744a in pqithreadstreamer::data_tick() ()
|
||||
#8 0x0000000000e19b27 in RsTickingThread::runloop (this=0x7fffb004e7e8) at util/rsthreads.cc:196
|
||||
#9 0x0000000000e19748 in RsThread::rsthread_init (p=0x7fffb004e7e8) at util/rsthreads.cc:63
|
||||
#10 0x00007ffff4006f6b in start_thread () from /lib64/libpthread.so.0
|
||||
#11 0x00007ffff351c7ed in clone () from /lib64/libc.so.6
|
||||
|
||||
Packaging
|
||||
[X] check compilation on debian
|
||||
|
Loading…
Reference in New Issue
Block a user