thunder2
9495648d16
Optimized call to p3Peers::getPeerCount in MainWindow::updateStatus
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3263 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-07-06 21:17:41 +00:00
leander-256
4dc30963cb
Fix GCC 4.5 errors, which does not accept any more calling the constructor like
...
this: C::C()
For a more detailed and correct explanation see Harald van Dijk's comment here:
http://blog.flameeyes.eu/2010/06/02/tinderbox-summary-for-may-2010-gcc-4-5-berkeley-db-5-0-libpng-1-4
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3132 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-06-14 11:57:22 +00:00
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
defnax
e315d2efc7
Fixed translations on StatusBar display.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2677 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-03 20:33:10 +00:00
joss17
b1d6e2606b
Change the status bar network display
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2588 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-21 17:24:15 +00:00
defnax
04cb3e6380
use green icon when stun or ext address is ok
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2351 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-17 19:15:31 +00:00
joss17
9976b80566
remove the ssl cert storage. Big rewrite of ssl cert and friend management
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2017 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-13 21:22:52 +00:00
joss17
61c570b0f0
remove DHT from the gui
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1873 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-12-14 13:47:04 +00:00
joss17
2e5130a1da
rewrite connection manager
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1769 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-10-30 00:41:24 +00:00
joss17
b8be372c4d
changed net status gui
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1753 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-10-30 00:36:33 +00:00
joss17
32ea1bfd0f
remove unimplemented tcpOk flag
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1750 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-10-30 00:35:44 +00:00
defnax
902c475b9d
added the hashingstatus sources not enabled yet, for replacement which is written in MainWindow.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1329 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-07-07 11:23:25 +00:00
defnax
dbfe103e03
changend string names for logs
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1239 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-14 22:30:30 +00:00
joss17
705a51ac1f
Merge translation branch, add translated string to peerstats and ratestatus
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1199 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-08 18:56:01 +00:00
defnax
bdd56208ac
fixed statusrates it doesnt worked correct
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1159 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-02 23:34:25 +00:00
defnax
1c5db15325
grey user icon when online is 0 on statusbar
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1158 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-02 22:45:31 +00:00
defnax
69914204db
generated for statusRates own class to clean more MainWindow
...
clean up some namings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1157 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-02 22:14:20 +00:00
defnax
130143192f
clean up source structure
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1154 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-02 00:12:29 +00:00
defnax
255b5dca39
added the basic natstatus feature for statusbar,
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1150 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-01 12:45:27 +00:00
defnax
63ea6946c7
Added DHT status to statusbar, it will be change his color and changes the tooltip .
...
Added Network Status for Log Tab too in NetworkDialog at the moment realy basic,every 100 seconds checks for the actually status.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1148 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-01 02:39:57 +00:00
defnax
834dba0b68
* fixed Color
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@955 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-01-26 01:09:20 +00:00
defnax
4eddc7b3f9
* set colors for Online, Friends, Network and set First Tab of Peer Details to first
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@954 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-01-25 22:58:15 +00:00
defnax
74104d71e7
* Fixed Create Forum Message Dialog
...
* Fixed some Displaying isues for statusbar
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@846 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-11-27 23:59:08 +00:00
defnax
1dd4274f2e
changend icons
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@653 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-07-29 18:53:27 +00:00
drbob
0d6471433c
* Fixed Defnax's Status Bar.
...
* Fixed 'Offline' bug in MessengerWindow.
* Added isOnline function to rspeers interface.
* Cleaned up some stuff.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@610 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-06-16 20:28:16 +00:00
defnax
ad5694c8e5
added new source statusbar folder
...
added for show each vote with the correct icon in Link Cloud
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@608 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-06-15 15:34:56 +00:00