Modified loggers to use their enclosing class
[pithos-ms-client] / trunk / Pithos.Client.WPF / Properties / Settings.Designer.cs
index df2bd9e..cec2bff 100644 (file)
@@ -97,7 +97,7 @@ namespace Pithos.Client.WPF.Properties {
         
         [global::System.Configuration.UserScopedSettingAttribute()]
         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
-        [global::System.Configuration.DefaultSettingValueAttribute("False")]
+        [global::System.Configuration.DefaultSettingValueAttribute("True")]
         public bool ProxyAuthentication {
             get {
                 return ((bool)(this["ProxyAuthentication"]));
@@ -214,7 +214,7 @@ namespace Pithos.Client.WPF.Properties {
         
         [global::System.Configuration.ApplicationScopedSettingAttribute()]
         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
-        [global::System.Configuration.DefaultSettingValueAttribute("http://pithos.dev.grnet.gr/im/login")]
+        [global::System.Configuration.DefaultSettingValueAttribute("https://pithos.dev.grnet.gr/login")]
         public string PithosLoginUrl {
             get {
                 return ((string)(this["PithosLoginUrl"]));
@@ -223,7 +223,7 @@ namespace Pithos.Client.WPF.Properties {
         
         [global::System.Configuration.ApplicationScopedSettingAttribute()]
         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
-        [global::System.Configuration.DefaultSettingValueAttribute("http://pithos.dev.grnet.gr/tools/feedback")]
+        [global::System.Configuration.DefaultSettingValueAttribute("https://pithos.dev.grnet.gr/im/feedback")]
         public string FeedbackUri {
             get {
                 return ((string)(this["FeedbackUri"]));
@@ -244,7 +244,7 @@ namespace Pithos.Client.WPF.Properties {
         
         [global::System.Configuration.ApplicationScopedSettingAttribute()]
         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
-        [global::System.Configuration.DefaultSettingValueAttribute("http://plus.pithos.grnet.gr")]
+        [global::System.Configuration.DefaultSettingValueAttribute("https://plus.pithos.grnet.gr")]
         public string ProductionServer {
             get {
                 return ((string)(this["ProductionServer"]));
@@ -253,7 +253,7 @@ namespace Pithos.Client.WPF.Properties {
         
         [global::System.Configuration.ApplicationScopedSettingAttribute()]
         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
-        [global::System.Configuration.DefaultSettingValueAttribute("http://pithos.dev.grnet.gr")]
+        [global::System.Configuration.DefaultSettingValueAttribute("https://pithos.dev.grnet.gr")]
         public string DevelopmentServer {
             get {
                 return ((string)(this["DevelopmentServer"]));
@@ -270,5 +270,53 @@ namespace Pithos.Client.WPF.Properties {
                 this["Accounts"] = value;
             }
         }
+        
+        [global::System.Configuration.UserScopedSettingAttribute()]
+        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [global::System.Configuration.DefaultSettingValueAttribute("10")]
+        public int PollingInterval {
+            get {
+                return ((int)(this["PollingInterval"]));
+            }
+            set {
+                this["PollingInterval"] = value;
+            }
+        }
+        
+        [global::System.Configuration.UserScopedSettingAttribute()]
+        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [global::System.Configuration.DefaultSettingValueAttribute("")]
+        public string ProxyDomain {
+            get {
+                return ((string)(this["ProxyDomain"]));
+            }
+            set {
+                this["ProxyDomain"] = value;
+            }
+        }
+        
+        [global::System.Configuration.UserScopedSettingAttribute()]
+        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [global::System.Configuration.DefaultSettingValueAttribute("1")]
+        public byte HashingParallelism {
+            get {
+                return ((byte)(this["HashingParallelism"]));
+            }
+            set {
+                this["HashingParallelism"] = value;
+            }
+        }
+        
+        [global::System.Configuration.UserScopedSettingAttribute()]
+        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [global::System.Configuration.DefaultSettingValueAttribute("00:01:00")]
+        public global::System.TimeSpan StartupDelay {
+            get {
+                return ((global::System.TimeSpan)(this["StartupDelay"]));
+            }
+            set {
+                this["StartupDelay"] = value;
+            }
+        }
     }
 }