Modifications to enable Sync Pausing for all operations
authorpkanavos <pkanavos@gmail.com>
Sun, 29 Apr 2012 20:43:41 +0000 (23:43 +0300)
committerpkanavos <pkanavos@gmail.com>
Sun, 29 Apr 2012 20:43:41 +0000 (23:43 +0300)
commit2341c6036d5af50def10d2696063955ce199360d
treef482ee919b7083082dcf158124670c1a53d746f9
parent85c6af0726fcc9ec8878150392bf77809895e9ba
Modifications to enable Sync Pausing for all operations
Added cancellation of the current operation
22 files changed:
trunk/Pithos.Client.WPF/Images/Pause.png [new file with mode: 0644]
trunk/Pithos.Client.WPF/Images/Play.png [new file with mode: 0644]
trunk/Pithos.Client.WPF/Pithos.Client.WPF.csproj
trunk/Pithos.Client.WPF/Shell/MiniStatusView.xaml
trunk/Pithos.Client.WPF/Shell/MiniStatusViewModel.cs
trunk/Pithos.Client.WPF/Shell/ShellView.xaml
trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs
trunk/Pithos.Client.WPF/Utils/EnumerableExtensions.cs
trunk/Pithos.Core.Test/NetworkAgentTest.cs
trunk/Pithos.Core/Agents/Agent.cs
trunk/Pithos.Core/Agents/Downloader.cs
trunk/Pithos.Core/Agents/FileAgent.cs
trunk/Pithos.Core/Agents/NetworkAgent.cs
trunk/Pithos.Core/Agents/PollAgent.cs
trunk/Pithos.Core/Agents/SelectiveUris.cs [new file with mode: 0644]
trunk/Pithos.Core/Agents/Uploader.cs
trunk/Pithos.Core/Agents/WorkflowAgent.cs
trunk/Pithos.Core/Pithos.Core.csproj
trunk/Pithos.Core/PithosMonitor.cs
trunk/Pithos.Network.Test/NetworkOpsTest.cs
trunk/Pithos.Network/CloudFilesClient.cs
trunk/Pithos.Network/ICloudClient.cs