Logging changes, first changes to multi account support
authorPanagiotis Kanavos <pkanavos@gmail.com>
Fri, 14 Oct 2011 14:12:56 +0000 (17:12 +0300)
committerPanagiotis Kanavos <pkanavos@gmail.com>
Fri, 14 Oct 2011 14:12:56 +0000 (17:12 +0300)
commit5120f3cb5e1678e7a142e00f463b502427f60c88
treefdd4d4e9ce7702390fc51a9f71075fb91b6151d9
parentcfed7823a8bd55d0a338f8ffb60e5734f930fb8b
Logging changes, first changes to multi account support
27 files changed:
trunk/Pithos.Client.WPF/AppBootstrapper.cs
trunk/Pithos.Client.WPF/Pithos.Client.WPF.csproj
trunk/Pithos.Client.WPF/PithosAccount.cs
trunk/Pithos.Client.WPF/PreferencesView.xaml
trunk/Pithos.Client.WPF/PreferencesView.xaml.cs
trunk/Pithos.Client.WPF/PreferencesViewModel.cs
trunk/Pithos.Client.WPF/Wpf32Window.cs [new file with mode: 0644]
trunk/Pithos.Client.WPF/app.config
trunk/Pithos.Core.Test/MockStatusKeeper.cs
trunk/Pithos.Core.Test/Pithos.Core.Test.csproj
trunk/Pithos.Core.Test/StatusCheckerTest.cs
trunk/Pithos.Core/Agents/CloudTransferAction.cs
trunk/Pithos.Core/Agents/FileAgent.cs
trunk/Pithos.Core/Agents/NetworkAgent.cs
trunk/Pithos.Core/Agents/StatusAgent.cs
trunk/Pithos.Core/Agents/WorkflowAgent.cs
trunk/Pithos.Core/FileState.cs
trunk/Pithos.Core/IStatusKeeper.cs
trunk/Pithos.Core/PithosMonitor.cs
trunk/Pithos.Network/CloudFilesClient.cs
trunk/Pithos.Network/Pithos.Network.csproj
trunk/Pithos.Network/RestClient.cs
trunk/Pithos.ShellExtensions/IoC.cs
trunk/Pithos.ShellExtensions/Menus/FileContextMenu.cs
trunk/Pithos.ShellExtensions/Overlays/IconOverlayBase.cs
trunk/Pithos.ShellExtensions/ShellSettings.cs
trunk/Pithos.ShellExtensions/ShellStatusChecker.cs