csoler
|
66887db369
|
fixed licenses in statistics
|
2018-12-23 20:09:23 +01:00 |
|
csoler
|
34e924f99b
|
added visualisation for GXS net tunnels (unfinished)
|
2018-07-15 14:40:50 +02:00 |
|
csoler
|
6fe14136ae
|
added limiter in number of responses forwarded back by turtle search, which should avoid bursts of bandwidth for popular requests
|
2018-02-17 23:37:25 +01:00 |
|
Phenom
|
a0ac6b7ca0
|
Fix clang warning: unused variable 'MAX_TUNNEL_REQUESTS_DISPLAY'
/retroshare-gui/src/gui/statistics/TurtleRouterStatistics.cpp:36:
warning: unused variable 'MAX_TUNNEL_REQUESTS_DISPLAY' [-Wunused-const-
variable]
static const int MAX_TUNNEL_REQUESTS_DISPLAY = 10 ;
/retroshare-gui/src/gui/statistics/GlobalRouterStatistics.cpp:58:
warning: unused variable 'MAX_TUNNEL_REQUESTS_DISPLAY' [-Wunused-const-
variable]
static const int MAX_TUNNEL_REQUESTS_DISPLAY = 10 ;
|
2017-07-16 21:41:14 +02:00 |
|
csoler
|
318be3a2ad
|
fixed a few bugs in distant chat: disabled history (for now), improved tunnel handling
|
2015-12-04 00:06:14 -05:00 |
|
csoler
|
60d948b509
|
added void GUI for authenticated tunnels
|
2015-11-30 21:52:15 -05:00 |
|
csoler
|
7d541318b3
|
further improvements to layouts and sizes for high DPI screens
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8554 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-25 20:11:39 +00:00 |
|
csoler
|
7334e4d5de
|
first attempt at fixing statistics layout for high DPI screens, using the font metrics to determine the scaling ratio
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8553 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-24 20:55:09 +00:00 |
|
electron128
|
d9e1473533
|
fixed whitespaces in strings (patch from Henry)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8421 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-12 08:27:26 +00:00 |
|
csoler
|
c462801772
|
fixed black background in statistics with qt5 (patch from sehraf)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8279 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-05-20 19:50:10 +00:00 |
|
csoler
|
b593a918a0
|
optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7627 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-10-21 22:33:02 +00:00 |
|
csoler
|
8c1bf3cf8d
|
improved RSGraph class. Used it for Turtle statistics and bandwidth statistics as well
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7612 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-10-15 22:00:49 +00:00 |
|
defnax
|
49cc42ae7d
|
Added to display Turtle Router Dialog in Statistics
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7524 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-09-10 14:26:37 +00:00 |
|
defnax
|
1fdd6d6447
|
Renamed some defines
Added background color for RTT stats graph
Moved statistics pages to statistics folder
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7522 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-09-10 13:53:48 +00:00 |
|