[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonOptions.m
From: |
mldonkey-commits |
Subject: |
[Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonOptions.ml |
Date: |
Thu, 14 Jul 2005 10:00:28 -0400 |
Index: mldonkey/src/daemon/common/commonOptions.ml
diff -u mldonkey/src/daemon/common/commonOptions.ml:1.65
mldonkey/src/daemon/common/commonOptions.ml:1.66
--- mldonkey/src/daemon/common/commonOptions.ml:1.65 Sun Jul 10 23:19:16 2005
+++ mldonkey/src/daemon/common/commonOptions.ml Thu Jul 14 14:00:19 2005
@@ -593,6 +593,15 @@
let html_vd_barheight = define_expert_option current_section
["html_vd_barheight"] "Change height of download indicator bar in vd
output" int_option 2
+let html_vd_chunk_graph = define_expert_option current_section
+ ["html_vd_chunk_graph"] "Whether to display chunks list as graph or text
in vd output" bool_option true
+
+let html_vd_chunk_graph_style = define_expert_option current_section
+ ["html_vd_chunk_graph_style"] "Change style of chunk graph" int_option 0
+
+let html_vd_chunk_graph_max_width = define_expert_option current_section
+ ["html_vd_chunk_graph_max_width"] "Change max width of chunk graph"
int_option 880
+
let html_mods_show_pending = define_expert_option current_section
["html_mods_show_pending"] "Whether to display the pending slots in
uploaders command" bool_option true
- [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonOptions.ml, mldonkey-commits, 2005/07/05
- [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonOptions.ml, mldonkey-commits, 2005/07/06
- [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonOptions.ml, mldonkey-commits, 2005/07/10
- [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonOptions.ml, mldonkey-commits, 2005/07/10
- [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonOptions.ml,
mldonkey-commits <=
- [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonOptions.ml, mldonkey-commits, 2005/07/14
- [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonOptions.ml, mldonkey-commits, 2005/07/14
- [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonOptions.ml, mldonkey-commits, 2005/07/17
- [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonOptions.ml, mldonkey-commits, 2005/07/19
- [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonOptions.ml, mldonkey-commits, 2005/07/22
- [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonOptions.ml, mldonkey-commits, 2005/07/23
- [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonOptions.ml, mldonkey-commits, 2005/07/26
- [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonOptions.ml, mldonkey-commits, 2005/07/27
- [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonOptions.ml, mldonkey-commits, 2005/07/28
- [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonOptions.ml, mldonkey-commits, 2005/07/29