gtorrent / gtorrent-gtk

Gtk client built on gtorrent-core
GNU General Public License v3.0
30 stars 9 forks source link

GtkGraph needs an option to set time axis #95

Closed nyanpasu closed 10 years ago

nyanpasu commented 10 years ago

In orders of hours, minutes, etc.

Do you think it's a good idea to store accumulated data over time into the state? Make it optional, maybe. But the option would be nice. Especially if we're going to consider daemonizing core, so that users can see how gtorrent has been downloading unconnected.

IGI-111 commented 10 years ago

Well I don't know about daemonizing, but varying the size of the history already has the effect of making the time axis vary. The current setup is that it scales up to a max value, I'd say make that value an option. And maybe mark the abscissa accordingly?

IGI-111 commented 10 years ago

done in #97