RetroPooh
9b66e7e83d
fix non-latin peer name display in bw stats
2017-11-10 18:32:18 +03:00
Pooh
a0f6a741b1
Merge branch 'master' into hid1
2017-10-23 11:46:39 +03:00
RetroPooh
78037a66be
disable nat/dht indicators for hidden mode, hide irrelevant network options elements
2017-10-23 11:42:03 +03:00
RetroPooh
b48916ca46
add windows size/pos saving
2017-10-22 13:49:38 +03:00
csoler
e66c0d1349
removed updateTotals() method. Replaced it with costless on-the-fly update of totals
2017-09-27 22:26:14 +02:00
csoler
181a824d11
fixed memory leak in BWGraphSource due to missing destructor
2017-07-25 21:56:20 +02:00
Phenom
f2fb05db58
Fix clang warning: unused variables 'PARTIAL_VIEW_SIZE', ...
...
/retroshare-gui/src/gui/statistics/GxsTransportStatistics.cpp:67:
warning: unused variable 'PARTIAL_VIEW_SIZE' [-Wunused-const-variable]
static const int PARTIAL_VIEW_SIZE = 9 ;
/retroshare-gui/src/gui/statistics/GxsTransportStatistics.cpp:68:
warning: unused variable 'MAX_TUNNEL_REQUESTS_DISPLAY' [-Wunused-const-
variable]
static const int MAX_TUNNEL_REQUESTS_DISPLAY = 10 ;
/retroshare-gui/src/gui/statistics/GxsTransportStatistics.cpp:69:
warning: unused variable 'GXSTRANS_STATISTICS_DELAY_BETWEEN_GROUP_REQ'
[-Wunused-const-variable]
static const int GXSTRANS_STATISTICS_DELAY_BETWEEN_GROUP_REQ = 30 ;
// never request more than every 30 secs.
2017-07-16 21:42:23 +02:00
Phenom
6ee65bc98a
Fix clang warning: using floating point absolute value function 'fabsf'
...
when argument is of integer type
/retroshare-gui/src/gui/statistics/BWGraph.cpp:83: warning: using
floating point absolute value function 'fabsf' when argument is of
integer type [-Wabsolute-value]
if(!lst.empty() && fabsf(lst.back().first - ms) >
_update_period_msecs*1.2 )
2017-07-16 21:42:00 +02: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
Phenom
6fd03087d2
Fix warning: this statement may fall through
...
/retroshare-gui/src/gui/statistics/BWGraph.cpp:245: warning: this
statement may fall through [-Wimplicit-fallthrough=]
case GRAPH_TYPE_ALL: std::cerr << "(WW) Impossible situation. Cannot
draw graph in mode All/All. Reverting to sum." << std::endl;
2017-07-16 20:56:46 +02:00
Phenom
f27ce82e22
Fix warning: comparison between signed and unsigned integer expressions
...
, misleading-indentation and unused-variable
/retroshare-gui/src/gui/statistics/GxsTransportStatistics.cpp:242:
warning: comparison between signed and unsigned integer expressions [-
Wsign-compare]
for(uint32_t i=0;i<groupTreeWidget->topLevelItemCount();++i)
/retroshare-gui/src/gui/statistics/GxsTransportStatistics.cpp:242:
warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for(uint32_t i=0;i<groupTreeWidget->topLevelItemCount();++i)
/retroshare-gui/src/gui/statistics/GxsTransportStatistics.cpp:203:
warning: unused variable ‘now’ [-Wunused-variable]
time_t now = time(NULL) ;
2017-07-16 20:56:18 +02:00
csoler
f1362100ce
fixed layout in GxsTrans stats
2017-07-01 16:20:39 +02:00
csoler
244e8a810a
fixed display of GxsTrans statistics
2017-07-01 15:29:48 +02:00
csoler
4b94b2ec4a
improved display of GxsTrans statistics
2017-06-29 21:12:02 +02:00
csoler
51c7e18a3a
added last msg time in GxsTrans stats. Added mutex to protect non atomic mPreferredGroup
2017-06-27 19:56:21 +02:00
csoler
c451d3a12c
Merge pull request #873 from RetroPooh/tunnstats
...
stats tunnels rearranged columns for better readablilty
2017-06-12 22:18:34 +02:00
csoler
1766087f71
fixed update notification and display in GxsTransStatistics
2017-06-07 23:10:59 +02:00
csoler
318ea310f8
fixed layout of GxsTrans stats
2017-06-07 20:14:27 +02:00
RetroPooh
2d8fd0764b
stats tunnels rearranged columns for better readablilty
2017-06-05 14:25:09 +03:00
csoler
e3cd3b6f6c
fixed bug causing display of null group in GxsTransportStatistics
2017-06-02 23:26:24 +02:00
csoler
f4c167c256
improved display of GXS Transport stats
2017-05-30 13:57:11 +02:00
csoler
2e3f62a4bb
added msg ids to GxsTransport statistics.
2017-05-29 23:06:31 +02:00
csoler
eea63ac217
minor code cleaning in p3GxsTrans (struct->class for consistency, sendMail->sendData), added popularity+subscribed status display in statistics
2017-05-27 22:19:52 +02:00
csoler
6da8b2a04d
fixed up icons in statistics window
2017-05-27 15:13:23 +02:00
csoler
e06bd9b6ec
added icon for GxsTransport
2017-05-27 14:48:08 +02:00
csoler
4fef4d63bc
added display of the various GxsTrans groups and their respective sizes
2017-05-27 14:23:16 +02:00
csoler
a3096f26a5
added data hash to GxsTrans display
2017-05-26 20:28:44 +02:00
csoler
4fa6cbe6e6
fixed display in GxsTrans stats widget
2017-05-26 18:42:52 +02:00
csoler
14b9a54773
added group data retrieval to GxsTransStatistics
2017-05-25 16:56:29 +02:00
csoler
a136fb6fda
added display of ongoing record status for GxsTrans. Unfinished.
2017-05-22 23:54:55 +02:00
csoler
fbeb6ff98d
added infrastructure for gathering statistics about GxsTransport. Unfinished.
2017-05-21 15:57:10 +02:00
csoler
eb30af57bd
improved display in bw statistics
2017-05-11 21:22:07 +02:00
csoler
6484ea66f7
improved graph widget
2017-05-04 21:19:23 +02:00
csoler
5f8bf03dfe
added mechanism to allow services to document the names of their items, and improved bandwidth graph to show names for GXS services. Other services still need to supply their own names
2017-04-20 20:54:51 +02:00
Phenom
d8a73132c1
Fix Clang warnings: implicit conversion from 'double' to 'int'
...
warning: implicit conversion from 'double' to 'int' changes value from
0.5 to 0 [-Wliteral-conversion]
painter.setPen(QColor::fromRgb(0.5,0.5,0.5));
2017-04-17 21:51:08 +02:00
RetroPooh
f5e7217bb4
statistics - router - fix bold marking for tunnel speeds over 1mbs
2017-03-21 17:24:59 +03:00
RetroPooh
d3f0f9dde3
router stats - mark active tunnels bold
2017-03-07 17:50:13 +03:00
csoler
b14e4d50cf
removed memory leak due to missing delete for BWGraph
2017-03-04 21:08:10 +01:00
unknown
bc43cb8cf0
small gui tweaks
2017-01-07 23:29:24 +03:00
Phenom
9780f1ff78
Add AutoHide to RSImageBlockWidget
2016-08-17 23:33:41 +02:00
csoler
f55b283887
second pass over compilation warnings
2016-06-05 11:05:52 -04:00
csoler
927f782bef
pass over compiler warnings
2016-06-05 10:43:57 -04:00
csoler
ff4c360e27
fixed display bug in bw statistics graph
2016-04-04 21:16:05 -04:00
csoler
b97c5df581
fixed culumn name in GR stats
2016-03-11 17:47:12 -05:00
csoler
aa194caea3
fixed bug preventing save of routage info in distant messaging
2016-01-31 20:27:53 -05:00
csoler
f0a49a427e
changed global router routing strategy. Should be more effective now.
2016-01-30 20:27:56 -05:00
csoler
b3df4c19dc
made the Global router stats widget more efficient/compact/explicit
2016-01-21 23:55:22 -05:00
csoler
8296fa9f22
added checkbox to toggle logscale in statistics
2016-01-16 11:30:15 -05:00
csoler
9193d3579b
merged with latest master before creating PR
2015-12-04 21:24:51 -05: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