Added UI for SelectiveSynch
authorPanagiotis Kanavos <pkanavos@gmail.com>
Tue, 18 Oct 2011 17:04:16 +0000 (20:04 +0300)
committerPanagiotis Kanavos <pkanavos@gmail.com>
Tue, 18 Oct 2011 17:04:16 +0000 (20:04 +0300)
commitd3a13891999cabfadd39a9a1d5659baf3677d6b3
tree847281ea55246e5c9b89201f71e662503950893d
parentc28a075a5149de9d2d7fe8710bb3cf226f6bacc8
Added UI for SelectiveSynch

Tested multi-user and shared objects.
14 files changed:
trunk/Pithos.Client.WPF/Pithos.Client.WPF.csproj
trunk/Pithos.Client.WPF/PreferencesView.xaml
trunk/Pithos.Client.WPF/PreferencesViewModel.cs
trunk/Pithos.Client.WPF/SelectiveSynch/DirectoryRecord.cs [new file with mode: 0644]
trunk/Pithos.Client.WPF/SelectiveSynch/SelectiveSynchChanges.cs [new file with mode: 0644]
trunk/Pithos.Client.WPF/SelectiveSynch/SelectiveSynchView.xaml [new file with mode: 0644]
trunk/Pithos.Client.WPF/SelectiveSynch/SelectiveSynchView.xaml.cs [new file with mode: 0644]
trunk/Pithos.Client.WPF/SelectiveSynch/SelectiveSynchViewModel.cs [new file with mode: 0644]
trunk/Pithos.Client.WPF/SelectiveSynch/VirtualToggleButton.cs [new file with mode: 0644]
trunk/Pithos.Client.WPF/ShellViewModel.cs
trunk/Pithos.Core/Agents/FileAgent.cs
trunk/Pithos.Core/Agents/NetworkAgent.cs
trunk/Pithos.Core/PithosMonitor.cs
trunk/Pithos.Network/CloudFilesClient.cs