Changed proxy settings to request update if the proxy requires authentication
authorPanagiotis Kanavos <pkanavos@gmail.com>
Mon, 23 Jan 2012 16:53:20 +0000 (18:53 +0200)
committerPanagiotis Kanavos <pkanavos@gmail.com>
Mon, 23 Jan 2012 17:01:13 +0000 (19:01 +0200)
commit65282d581a3b699b3de9320a4d2418fc98da6cf0
tree402ae44bf8f1c9c9384a553a57aba5042a9091ee
parent133f83c2f0c6a07dc3d3e835bf724c067c9d69f0
Changed proxy settings to request update if the proxy requires authentication
22 files changed:
trunk/Pithos.Client.WPF/Configuration/PithosSettings.cs
trunk/Pithos.Client.WPF/Pithos.Client.WPF.csproj
trunk/Pithos.Client.WPF/Preferences/PreferencesView.xaml
trunk/Pithos.Client.WPF/Preferences/ProxyAccountView.xaml [new file with mode: 0644]
trunk/Pithos.Client.WPF/Preferences/ProxyAccountView.xaml.cs [new file with mode: 0644]
trunk/Pithos.Client.WPF/Preferences/ProxyAccountViewModel.cs [new file with mode: 0644]
trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs
trunk/Pithos.Client.WPF/Properties/Settings.settings
trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs
trunk/Pithos.Client.WPF/app.config
trunk/Pithos.Core.Test/MockSettings.cs
trunk/Pithos.Core/PithosMonitor.cs
trunk/Pithos.Interfaces/IPithosSettings.cs
trunk/Pithos.Interfaces/Pithos.Interfaces.csproj
trunk/Pithos.Interfaces/PithosSettingsData.cs
trunk/Pithos.Network/CloudFilesClient.cs
trunk/Pithos.Network/ICloudClient.cs
trunk/Pithos.Network/Pithos.Network.csproj
trunk/Pithos.Network/RestClient.cs
trunk/Pithos.ShellExtensions.Test/TestPithosSettings.cs
trunk/Pithos.ShellExtensions/ShellSettings.cs
trunk/Pithos.ShellExtensions/TestPithosSettings.cs