Page 1 of 1
Network Activity Graph w/ Preferences *Updated: 8/9/07*
Posted: Wed Aug 08, 2007 10:28 pm
by Ultrafusion
In not so many words, I've updated the Network Activity Graph plugin by giving it a preference dialog.
Things you can change:
- Whether graph lines and fills are shown for upload and download graphs individually
- The colors for lines and fills
- Line width
- Whether mean speed is shown
- Whether max speed is shown
I coded it on a whim for myself, but figured I should share.
Update: 8/9/07
- Added Legend
- Better handling for graph size when only one of the two graphs is shown
- A few little tweaks

- Screenshot-Network Activity Graph Preferences.png (18.76 KiB) Viewed 7939 times

- Screenshot-Deluge.png (12.01 KiB) Viewed 7939 times
Re: Network Activity Graph w/ Preferences
Posted: Wed Aug 08, 2007 11:48 pm
by markybob
Ultrafusion wrote:In not so many words, I've updated the Network Activity Graph plugin by giving it a preference dialog.
Things you can change:
- Whether graph lines and fills are shown for upload and download graphs individually
- The colors for lines and fills
- Line width
- Whether mean speed is shown
- Whether max speed is shown
I coded it on a whim for myself, but figured I should share.
thanks, this is great stuff. i'll add your changes upstream
Re: Network Activity Graph w/ Preferences
Posted: Fri Aug 10, 2007 2:37 am
by Ultrafusion
I updated it again. I decided to give the graph a legend, and make it better handle when only one of the two graphs are displayed. If I end up adding anything further, I'll post it here as well.
I am going to go up and add a few screen shots as well.
Re: Network Activity Graph w/ Preferences *Updated: 8/9/07*
Posted: Mon Sep 10, 2007 4:53 pm
by dtg
Not sure if this is intentional but why is it in a tab at the bottom and displaying network traffic for all of deluge? That seems counter intuitive because every other tab represents data/information about the selected torrent and not overall information.
Re: Network Activity Graph w/ Preferences *Updated: 8/9/07*
Posted: Tue Oct 09, 2007 8:42 am
by csulok
is it just me, or does the graph only update when it's visible at everybody else too?
if this is the intended version, i'd like to suggest a change in this behaviour

Re: Network Activity Graph w/ Preferences *Updated: 8/9/07*
Posted: Thu Oct 11, 2007 3:32 pm
by zachtib
csulok wrote:is it just me, or does the graph only update when it's visible at everybody else too?
if this is the intended version, i'd like to suggest a change in this behaviour

each tab only updates while it is selected, this is to reduce cpu usage rather than update all the tabs all the time
Re: Network Activity Graph w/ Preferences *Updated: 8/9/07*
Posted: Sat Oct 13, 2007 12:20 pm
by andar
zachtib wrote:csulok wrote:is it just me, or does the graph only update when it's visible at everybody else too?
if this is the intended version, i'd like to suggest a change in this behaviour

each tab only updates while it is selected, this is to reduce cpu usage rather than update all the tabs all the time
The graphic doesn't need to be updated, but the stats should be updated irregardless to the visibility of the tab. That way when the tab is presented the data can be used to properly show the past usage while graph was not in view.
Re: Network Activity Graph w/ Preferences *Updated: 8/9/07*
Posted: Wed Oct 17, 2007 2:58 am
by markybob
andar wrote:zachtib wrote:csulok wrote:is it just me, or does the graph only update when it's visible at everybody else too?
if this is the intended version, i'd like to suggest a change in this behaviour

each tab only updates while it is selected, this is to reduce cpu usage rather than update all the tabs all the time
The graphic doesn't need to be updated, but the stats should be updated irregardless to the visibility of the tab. That way when the tab is presented the data can be used to properly show the past usage while graph was not in view.
i just fixed this in svn rev 2015