diff --git a/retroshare-gui/src/changelog.txt b/retroshare-gui/src/changelog.txt index 7da0fd0b4..0daa2becc 100644 --- a/retroshare-gui/src/changelog.txt +++ b/retroshare-gui/src/changelog.txt @@ -14,10 +14,10 @@ Changes for v0.5.0a * added commandline option '-U' to allow user to access different profile - in the situation where autologin is enabled - BUG found (or rather autologin induced it), if one asks to make friends to a - peer (in ConfCertDialg) 'within' a session that uses autologin it freezes + peer (in ConfCertDialog) 'within' a session that uses autologin it freezes * add the internal counter mutex lock. Move the code of the rw mutec to the rsthreads.cc file * fix a code bug -* add a read / write lock and r +* add a read / write lock and refactor authgpg with it * Fix a bug when adding a cert * Fixed new message string * added gpg initialization for autologin diff --git a/retroshare-gui/src/gui/MessengerWindow.ui b/retroshare-gui/src/gui/MessengerWindow.ui index 5943e8c4c..2295d09da 100644 --- a/retroshare-gui/src/gui/MessengerWindow.ui +++ b/retroshare-gui/src/gui/MessengerWindow.ui @@ -107,7 +107,7 @@ stop: 0.9 #4c4c4c, stop: 1 #333333); - true + false <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -372,7 +372,9 @@ stop:0 #FEFEFE, stop:1 #E8E8E8); Qt::CustomContextMenu - border: 1px solid #CCCCCC; + QTreeWidget#messengertreeWidget{ +border: 1px solid #CCCCCC; +}