Added upload/download/delete/hashing notifications
authorpkanavos <pkanavos@gmail.com>
Tue, 19 Jun 2012 20:27:22 +0000 (23:27 +0300)
committerpkanavos <pkanavos@gmail.com>
Tue, 19 Jun 2012 20:27:22 +0000 (23:27 +0300)
commit42af59dcf12e2b6f97e396653f295d99243bd782
tree1ebf22dadf973ccd150f9de195dbc89132842132
parent6e6477252c8be86cbcb072ad69c75557e6e7d352
Added upload/download/delete/hashing notifications
Fixed cases where execution would switch to the UI thread due to SynchronizationContext capturing
Mini Status now opens when left clicking on the tray icon
14 files changed:
trunk/Pithos.Client.WPF/FileProperties/ContainerPropertiesViewModel.cs
trunk/Pithos.Client.WPF/FileProperties/FilePropertiesViewModel.cs
trunk/Pithos.Client.WPF/PithosAccount.cs
trunk/Pithos.Client.WPF/Preferences/AddAccountViewModel.cs
trunk/Pithos.Client.WPF/Shell/ShellView.xaml
trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs
trunk/Pithos.Core.Test/NetworkAgentTest.cs
trunk/Pithos.Core/Agents/Downloader.cs
trunk/Pithos.Core/Agents/PollAgent.cs
trunk/Pithos.Core/Agents/Uploader.cs
trunk/Pithos.Core/PithosMonitor.cs
trunk/Pithos.Network/BlockHashAlgorithms.cs
trunk/Pithos.Network/CloudFilesClient.cs
trunk/Pithos.Network/TreeHash.cs