Added WPF client based on Caliburn.Micro
authorPanagiotis Kanavos <pkanavos@gmail.com>
Tue, 16 Aug 2011 14:01:53 +0000 (17:01 +0300)
committerPanagiotis Kanavos <pkanavos@gmail.com>
Tue, 16 Aug 2011 14:01:53 +0000 (17:01 +0300)
commit9bae55d17fb966bc8c5b68c4e45eafb0cc179b73
tree668892625c53353379b6a5815daebfe483a27f9d
parent03d17f6123af5af51cd1f7c3db8658a8d9038b7d
Added WPF client based on Caliburn.Micro
132 files changed:
trunk/NotifyIconWpf/BalloonIcon.cs [new file with mode: 0644]
trunk/NotifyIconWpf/DefaultTrayIcon.ico [new file with mode: 0644]
trunk/NotifyIconWpf/Diagrams/TaskbarIcon Overview.cd [new file with mode: 0644]
trunk/NotifyIconWpf/Interop/BalloonFlags.cs [new file with mode: 0644]
trunk/NotifyIconWpf/Interop/IconDataMembers.cs [new file with mode: 0644]
trunk/NotifyIconWpf/Interop/IconState.cs [new file with mode: 0644]
trunk/NotifyIconWpf/Interop/MouseEvent.cs [new file with mode: 0644]
trunk/NotifyIconWpf/Interop/NotifyCommand.cs [new file with mode: 0644]
trunk/NotifyIconWpf/Interop/NotifyIconData.cs [new file with mode: 0644]
trunk/NotifyIconWpf/Interop/NotifyIconVersion.cs [new file with mode: 0644]
trunk/NotifyIconWpf/Interop/Point.cs [new file with mode: 0644]
trunk/NotifyIconWpf/Interop/TrayInfo.cs [new file with mode: 0644]
trunk/NotifyIconWpf/Interop/WinApi.cs [new file with mode: 0644]
trunk/NotifyIconWpf/Interop/WindowClass.cs [new file with mode: 0644]
trunk/NotifyIconWpf/Interop/WindowMessageSink.cs [new file with mode: 0644]
trunk/NotifyIconWpf/NotifyIconWpf.csproj [new file with mode: 0644]
trunk/NotifyIconWpf/PopupActivationMode.cs [new file with mode: 0644]
trunk/NotifyIconWpf/Properties/AssemblyInfo.cs [new file with mode: 0644]
trunk/NotifyIconWpf/Properties/Resources.Designer.cs [new file with mode: 0644]
trunk/NotifyIconWpf/Properties/Resources.resx [new file with mode: 0644]
trunk/NotifyIconWpf/RoutedEventHelper.cs [new file with mode: 0644]
trunk/NotifyIconWpf/TaskbarIcon.Declarations.cs [new file with mode: 0644]
trunk/NotifyIconWpf/TaskbarIcon.cs [new file with mode: 0644]
trunk/NotifyIconWpf/Util.cs [new file with mode: 0644]
trunk/NotifyIconWpf/pithos.snk [new file with mode: 0644]
trunk/Pithos.Client.WPF/App.xaml [new file with mode: 0644]
trunk/Pithos.Client.WPF/App.xaml.cs [new file with mode: 0644]
trunk/Pithos.Client.WPF/AppBootstrapper.cs [new file with mode: 0644]
trunk/Pithos.Client.WPF/Caliburn/Micro/Logging/DebugLogger.cs [new file with mode: 0644]
trunk/Pithos.Client.WPF/Configuration/PithosSettings.cs [new file with mode: 0644]
trunk/Pithos.Client.WPF/FileEntry.cs [new file with mode: 0644]
trunk/Pithos.Client.WPF/IShell.cs [new file with mode: 0644]
trunk/Pithos.Client.WPF/Images/Accounts.png [new file with mode: 0644]
trunk/Pithos.Client.WPF/Images/Advanced.png [new file with mode: 0644]
trunk/Pithos.Client.WPF/Images/Bandwidth.png [new file with mode: 0644]
trunk/Pithos.Client.WPF/Images/General.png [new file with mode: 0644]
trunk/Pithos.Client.WPF/Images/Network.png [new file with mode: 0644]
trunk/Pithos.Client.WPF/Images/Tray.ico [new file with mode: 0644]
trunk/Pithos.Client.WPF/Images/TrayInSynch.ico [new file with mode: 0644]
trunk/Pithos.Client.WPF/Images/TraySynching.ico [new file with mode: 0644]
trunk/Pithos.Client.WPF/MainWindow.xaml [new file with mode: 0644]
trunk/Pithos.Client.WPF/MainWindow.xaml.cs [new file with mode: 0644]
trunk/Pithos.Client.WPF/Pithos.Client.WPF.csproj [new file with mode: 0644]
trunk/Pithos.Client.WPF/PithosCommand.cs [new file with mode: 0644]
trunk/Pithos.Client.WPF/PithosStyles.xaml [new file with mode: 0644]
trunk/Pithos.Client.WPF/PreferencesView.xaml [new file with mode: 0644]
trunk/Pithos.Client.WPF/PreferencesView.xaml.cs [new file with mode: 0644]
trunk/Pithos.Client.WPF/PreferencesViewModel.cs [new file with mode: 0644]
trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs [new file with mode: 0644]
trunk/Pithos.Client.WPF/Properties/Resources.Designer.cs [new file with mode: 0644]
trunk/Pithos.Client.WPF/Properties/Resources.resx [new file with mode: 0644]
trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs [new file with mode: 0644]
trunk/Pithos.Client.WPF/Properties/Settings.settings [new file with mode: 0644]
trunk/Pithos.Client.WPF/ShellExtensionController.cs [new file with mode: 0644]
trunk/Pithos.Client.WPF/ShellView.xaml [new file with mode: 0644]
trunk/Pithos.Client.WPF/ShellViewModel.cs [new file with mode: 0644]
trunk/Pithos.Client.WPF/WhistlerBlue.xaml [new file with mode: 0644]
trunk/Pithos.Client.WPF/app.config [new file with mode: 0644]
trunk/Pithos.Client.WPF/packages.config [new file with mode: 0644]
trunk/Pithos.sln
trunk/packages/Caliburn.Micro.1.2.0/Caliburn.Micro.1.2.0.nupkg [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/Net40/Caliburn.Micro.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/Net40/Caliburn.Micro.xml [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/Net40/System.Windows.Interactivity.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/Net40/System.Windows.Interactivity.xml [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40-wp/Caliburn.Micro.Extensions.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40-wp/Caliburn.Micro.Extensions.xml [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40-wp/Caliburn.Micro.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40-wp/Caliburn.Micro.xml [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40-wp/System.Windows.Interactivity.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40-wp/System.Windows.Interactivity.xml [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/Caliburn.Micro.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/Caliburn.Micro.xml [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/System.Windows.Controls.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/System.Windows.Controls.xml [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/System.Windows.Interactivity.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/System.Windows.Interactivity.xml [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/ar/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/bg/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/ca/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/cs/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/da/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/de/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/el/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/es/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/et/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/eu/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/fi/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/fr/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/he/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/hr/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/hu/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/id/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/it/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/ja/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/ko/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/lt/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/lv/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/ms/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/nl/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/no/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/pl/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/pt-BR/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/pt/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/ro/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/ru/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/sk/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/sl/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/sr-Cyrl-CS/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/sr-Latn-CS/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/sv/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/th/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/tr/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/uk/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/vi/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/zh-Hans/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/lib/SL40/zh-Hant/System.Windows.Controls.resources.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/tools/NET40/AppBootstrapper.cs [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/tools/NET40/IShell.cs [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/tools/NET40/ShellView.xaml [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/tools/NET40/ShellViewModel.cs [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/tools/SL40-WP/AppBootstrapper.cs [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/tools/SL40-WP/MainPageViewModel.cs [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/tools/SL40/AppBootstrapper.cs [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/tools/SL40/IShell.cs [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/tools/SL40/ShellView.xaml [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/tools/SL40/ShellViewModel.cs [new file with mode: 0644]
trunk/packages/Caliburn.Micro.1.2.0/tools/install.ps1 [new file with mode: 0644]
trunk/packages/Caliburn.Micro.Logging.1.2/Caliburn.Micro.Logging.1.2.nupkg [new file with mode: 0644]
trunk/packages/Caliburn.Micro.Logging.1.2/content/Caliburn/Micro/Logging/DebugLogger.cs [new file with mode: 0644]
trunk/packages/Caliburn.Micro.Logging.1.2/lib/net40-client/Caliburn.Micro.Logging.dll [new file with mode: 0644]
trunk/packages/Caliburn.Micro.Logging.1.2/lib/net40/Caliburn.Micro.Logging.dll [new file with mode: 0644]