mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-23 14:41:04 -04:00
Added a new checbox in the settings (NotifyPage) to enable/disable the new SecurityItem. It is enabled by default, but all existing users need to enable it.
Added new buttons to SecurityItem to add/remove the peer and view peer details. Added new call to notifyListChange with NOTIFY_LIST_FRIENDS in AuthGPGimpl::AllowConnection. Fixed german language. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4572 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
2e9d5663c9
commit
01fa9eec3f
17 changed files with 419 additions and 1297 deletions
|
@ -292,9 +292,9 @@ void NotifyQt::notifyListChange(int list, int type)
|
|||
{
|
||||
case NOTIFY_LIST_NEIGHBOURS:
|
||||
#ifdef NOTIFY_DEBUG
|
||||
std::cerr << "received neighbrs changed" << std::endl ;
|
||||
std::cerr << "received neighbours changed" << std::endl ;
|
||||
#endif
|
||||
emit neighborsChanged();
|
||||
emit neighboursChanged();
|
||||
break;
|
||||
case NOTIFY_LIST_FRIENDS:
|
||||
#ifdef NOTIFY_DEBUG
|
||||
|
@ -433,7 +433,7 @@ void NotifyQt::UpdateGUI()
|
|||
if(!already_updated)
|
||||
{
|
||||
emit messagesChanged() ;
|
||||
emit neighborsChanged();
|
||||
emit neighboursChanged();
|
||||
emit configChanged();
|
||||
|
||||
already_updated = true ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue