Finished account wizard that allows adding an account either by logging to the Pithos...
authorPanagiotis Kanavos <pkanavos@gmail.com>
Thu, 1 Dec 2011 20:41:02 +0000 (22:41 +0200)
committerPanagiotis Kanavos <pkanavos@gmail.com>
Thu, 1 Dec 2011 20:41:02 +0000 (22:41 +0200)
commit3ddbb7b80f0abb2a5234e94d14a2776cf3f64439
treea52562de070bb1082198c4914d968d8c5f59e13d
parentf1b708a61e236d4a6c0382be48e39bacfc872f6c
Finished account wizard that allows adding an account either by logging to the Pithos site or by entering credentials by hand

Closes #1708, #1703
15 files changed:
trunk/Pithos.Client.WPF/Converters/NullToVisibilityConverter.cs [new file with mode: 0644]
trunk/Pithos.Client.WPF/Images/favicon.ico [new file with mode: 0644]
trunk/Pithos.Client.WPF/Images/logo.png [new file with mode: 0644]
trunk/Pithos.Client.WPF/Pithos.Client.WPF.csproj
trunk/Pithos.Client.WPF/Preferences/AddAccountView.xaml
trunk/Pithos.Client.WPF/Preferences/AddAccountView.xaml.cs
trunk/Pithos.Client.WPF/Preferences/AddAccountViewModel.cs
trunk/Pithos.Client.WPF/Preferences/FileExistsRule.cs [new file with mode: 0644]
trunk/Pithos.Client.WPF/Preferences/PreferencesViewModel.cs
trunk/Pithos.Client.WPF/Shell/AboutView.xaml
trunk/Pithos.Client.WPF/Shell/AboutViewModel.cs
trunk/Pithos.Client.WPF/Shell/ShellView.xaml
trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs
trunk/Pithos.Interfaces/ObjectInfo.cs
trunk/Pithos.ShellExtensions/PithosHost.cs