- Removed randomly forced updating of GUI in RsGxsUpdateBroadcastBase

- Added group changed notify when visible count or suppliers count of a group has changed
- Fixed suppliers count

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8277 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2015-05-19 21:40:19 +00:00
parent 1f759c4004
commit 69c1df7e2d
5 changed files with 27 additions and 9 deletions

View file

@ -40,11 +40,6 @@ void RsGxsUpdateBroadcastBase::securedUpdateDisplay()
emit fillDisplay(mFillComplete);
mFillComplete = false;
// Randomly force updating popularity, and other statistics that can only be retrieved through a
// complete update.
if(RSRandom::random_f32() < 0.2)
mFillComplete = true ;
/* Clear updated ids */
mGrpIds.clear();
mGrpIdsMeta.clear(),