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 |
|
csoler
|
81b196d38d
|
added GUI to display authenticated tunnel info. Added counting of data sent/recvd.
|
2015-12-01 23:40:35 -05:00 |
|
csoler
|
60d948b509
|
added void GUI for authenticated tunnels
|
2015-11-30 21:52:15 -05:00 |
|
defnax
|
397729bd93
|
Added to count downloads/uploads items
Enabled to get copy the DHT label values via mouse
Added counting on DHT Window & added context menu for DHT Tree, to copy IP addresses to clipboard
|
2015-11-24 19:41:13 +01:00 |
|
defnax
|
c89ff9f059
|
Added nickname column to pending packets & context menu action to view details
Fixed ui layout.
|
2015-11-21 13:47:50 +01:00 |
|
defnax
|
66670315dc
|
Moved to display pending packets on a QTreeWidget.
Fixed People layout/spacing & display votes column.
|
2015-10-15 02:14:52 +02:00 |
|
hunbernd
|
bd3f7f6d38
|
Removed limit on opacity setting with recent windows versions on BandwidthGraphDialog
Conflicts:
retroshare-gui/src/gui/statistics/BandwidthGraphWindow.cpp
|
2015-08-30 22:53:38 +02:00 |
|
hunbernd
|
acc3e4bb62
|
Replaced Q_WS_ --> Q_OS_
Q_WS macros are not available in Qt5
Restores some functions in Options->General dialog that were not available under Qt5
|
2015-08-30 22:51:15 +02:00 |
|
Cyril Soler
|
7bd41e9fcb
|
Merge pull request #4 from chozabu/grouter_stats_basic_names
minor tweak to list friends in order they are shown on graph
|
2015-08-23 10:15:10 -04:00 |
|
defnax
|
783465bc89
|
forget to commit this, for the Search Filter DHT IPs
|
2015-08-10 18:27:29 +02:00 |
|
defnax
|
c168765bb2
|
Added tab for the DHT TreeWidgets for better view
Added a search Filter for DHT IP addresses
|
2015-08-07 15:14:47 +02:00 |
|
Chozabu
|
453415fd3e
|
minor tweak to list friends in order they are shown on graph
|
2015-07-31 16:42:39 -04:00 |
|
csoler
|
2a47095599
|
removed unused method for OutQueue statistics; improved BW curve display; fixed a few display bugs
|
2015-07-31 17:24:19 +02:00 |
|
csoler
|
685ddbbf0a
|
fixed a few bugs in statistics GUI. Still misses names and proper curve display
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8612 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-07-31 17:23:31 +02:00 |
|
csoler
|
989f80786e
|
saving current work on new bandwidth display. Still need to add names for services/peers, and use an appropriate curve style
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8608 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-07-13 03:04:36 +00:00 |
|
electron128
|
951a1f9454
|
fixed wrong include line in ui file
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8602 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-07-12 11:41:40 +00:00 |
|
electron128
|
402e77d532
|
added missing include
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8601 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-07-12 08:57:38 +00:00 |
|
csoler
|
9471a91795
|
added basic functions to collect bandwidth info in pqistreamer both ways; added a sorting method in BWGraphSource to create curves from extracted BW info. Still not yet functional
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8600 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-07-12 04:04:18 +00:00 |
|
csoler
|
6e4045124c
|
fixed wrong include line in ui file
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8588 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-07-11 23:30:07 +00:00 |
|
csoler
|
2d04a991fb
|
added missing file
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8587 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-07-11 21:07:21 +00:00 |
|
csoler
|
975b2d8783
|
moved all bw graph files in statistics. Removed outqueue info widget. Created new cpp files to host the bw graph code. Started minimal UI to display bw information. The goal is to create a widget for displaying selective bw info [work in progress]
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8586 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-07-10 03:24:39 +00:00 |
|
csoler
|
765e2a15ed
|
fixed fnt size problems in global router stats window
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8558 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-26 18:33:03 +00:00 |
|