From 2de33134ce6f541a26aa3f81944b81400ef739df Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Tue, 29 Mar 2016 21:29:02 -0400 Subject: [PATCH] Add feed chooser window when dragging in an HTML link with multiple feeds --- Application/FeedCenter.csproj | 7 +++ Application/FeedChooserWindow.xaml | 65 ++++++++++++++++++++ Application/FeedChooserWindow.xaml.cs | 52 ++++++++++++++++ Application/MainWindow.xaml.cs | 16 +++-- Application/Properties/Resources.Designer.cs | 11 +++- Application/Properties/Resources.resx | 3 + 6 files changed, 148 insertions(+), 6 deletions(-) create mode 100644 Application/FeedChooserWindow.xaml create mode 100644 Application/FeedChooserWindow.xaml.cs diff --git a/Application/FeedCenter.csproj b/Application/FeedCenter.csproj index e31cf55..13d466b 100644 --- a/Application/FeedCenter.csproj +++ b/Application/FeedCenter.csproj @@ -187,6 +187,9 @@ + + FeedChooserWindow.xaml + MSBuild:Compile @@ -266,6 +269,10 @@ SplashWindow.xaml + + Designer + MSBuild:Compile + Designer MSBuild:Compile diff --git a/Application/FeedChooserWindow.xaml b/Application/FeedChooserWindow.xaml new file mode 100644 index 0000000..a3d7e45 --- /dev/null +++ b/Application/FeedChooserWindow.xaml @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + +