RetroShare/retroshare-gui/src/gui/statusbar
thunder2 84a87fa11b New methods for calculating the count of peers and messages. It should be faster than getting all data in std::list.
Now used in MainWindow.cpp, MessagesDialog.cpp and peerstatus.cpp

void p3Peers::getPeerCount (unsigned int *pnFriendCount, unsigned int *pnOnlineCount);
void p3Msgs::getMessageCount(unsigned int *pnInbox, unsigned int *pnInboxNew, unsigned int *pnOutbox, unsigned int *pnDraftbox, unsigned int *pnSentbox);


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2898 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-13 19:20:40 +00:00
..
hashingstatus.cpp added the hashingstatus sources not enabled yet, for replacement which is written in MainWindow. 2009-07-07 11:23:25 +00:00
hashingstatus.h added the hashingstatus sources not enabled yet, for replacement which is written in MainWindow. 2009-07-07 11:23:25 +00:00
natstatus.cpp use green icon when stun or ext address is ok 2010-02-17 19:15:31 +00:00
natstatus.h added the basic natstatus feature for statusbar, 2009-05-01 12:45:27 +00:00
peerstatus.cpp New methods for calculating the count of peers and messages. It should be faster than getting all data in std::list. 2010-05-13 19:20:40 +00:00
peerstatus.h generated for statusRates own class to clean more MainWindow 2009-05-02 22:14:20 +00:00
ratesstatus.cpp Fixed translations on StatusBar display. 2010-04-03 20:33:10 +00:00
ratesstatus.h generated for statusRates own class to clean more MainWindow 2009-05-02 22:14:20 +00:00