From 2ed8bd814873e3b4d67ca19543bff8e87c072efc Mon Sep 17 00:00:00 2001 From: liufei Date: Thu, 17 Jun 2021 17:28:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E7=8F=AD=20=20=E8=BF=98=E6=9C=89?= =?UTF-8?q?=E4=B8=80=E4=BA=9B=E5=B0=8F=E9=97=AE=E9=A2=98=201.0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=B0=B1=E5=8F=AF=E4=BB=A5=E5=8F=91=E5=B8=83=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.xaml | 3 +- Control/Other/BacklogNotificatin.xaml | 43 ++++++ Control/Other/BacklogNotificatin.xaml.cs | 28 ++++ Control/{ => Other}/IconInfoDialog.xaml | 4 +- Control/{ => Other}/IconInfoDialog.xaml.cs | 4 +- Control/Other/MenuGeometryDialog.xaml | 56 +++++++ Control/Other/MenuGeometryDialog.xaml.cs | 28 ++++ .../UserControls/Backlog/BacklogControl.xaml | 57 +++++++ .../Backlog/BacklogControl.xaml.cs | 72 +++++++++ .../{ => Config}/AboutControl.xaml | 4 +- .../{ => Config}/AboutControl.xaml.cs | 2 +- .../{ => Config}/MotionControl.xaml | 2 +- .../{ => Config}/MotionControl.xaml.cs | 5 +- .../{ => Config}/ThemeControl.xaml | 4 +- .../{ => Config}/ThemeControl.xaml.cs | 2 +- .../{ => PannelCard}/LeftCardControl.xaml | 24 ++- .../{ => PannelCard}/LeftCardControl.xaml.cs | 22 ++- .../{ => PannelCard}/RightCardControl.xaml | 4 +- .../{ => PannelCard}/RightCardControl.xaml.cs | 3 +- Control/Windows/BacklogInfoWindow.xaml | 69 +++++++++ Control/Windows/BacklogInfoWindow.xaml.cs | 145 ++++++++++++++++++ Control/Windows/BacklogWindow.xaml | 99 ++++++++++++ Control/Windows/BacklogWindow.xaml.cs | 97 ++++++++++++ Control/{ => Windows}/ConfigWindow.xaml | 12 +- Control/{ => Windows}/ConfigWindow.xaml.cs | 15 +- Fonts/iconfont.css | 137 +++++++++++++++++ Fonts/iconfont.js | 1 + .../DefaultIconfont => Fonts}/iconfont.json | 0 Fonts/iconfont.ttf | Bin 0 -> 13524 bytes GeekDesk.csproj | 79 +++++++--- MainWindow.xaml | 13 +- MainWindow.xaml.cs | 35 +++-- Resource/DefaultIconfont/MyIcon.xaml | 12 ++ Resource/DefaultIconfont/iconfont.svg | 116 -------------- Resource/DefaultIconfont/iconfont.ttf | Bin 12332 -> 0 bytes Resource/Dictionary/Geometry.xaml | 30 +++- Task/BacklogTask.cs | 35 +++++ ViewModel/AppData.cs | 46 +++++- ViewModel/BacklogInfo.cs | 112 ++++++++++++++ ViewModel/MenuInfo.cs | 29 ++++ 40 files changed, 1265 insertions(+), 184 deletions(-) create mode 100644 Control/Other/BacklogNotificatin.xaml create mode 100644 Control/Other/BacklogNotificatin.xaml.cs rename Control/{ => Other}/IconInfoDialog.xaml (96%) rename Control/{ => Other}/IconInfoDialog.xaml.cs (95%) create mode 100644 Control/Other/MenuGeometryDialog.xaml create mode 100644 Control/Other/MenuGeometryDialog.xaml.cs create mode 100644 Control/UserControls/Backlog/BacklogControl.xaml create mode 100644 Control/UserControls/Backlog/BacklogControl.xaml.cs rename Control/UserControls/{ => Config}/AboutControl.xaml (90%) rename Control/UserControls/{ => Config}/AboutControl.xaml.cs (92%) rename Control/UserControls/{ => Config}/MotionControl.xaml (98%) rename Control/UserControls/{ => Config}/MotionControl.xaml.cs (98%) rename Control/UserControls/{ => Config}/ThemeControl.xaml (98%) rename Control/UserControls/{ => Config}/ThemeControl.xaml.cs (97%) rename Control/UserControls/{ => PannelCard}/LeftCardControl.xaml (81%) rename Control/UserControls/{ => PannelCard}/LeftCardControl.xaml.cs (88%) rename Control/UserControls/{ => PannelCard}/RightCardControl.xaml (98%) rename Control/UserControls/{ => PannelCard}/RightCardControl.xaml.cs (98%) create mode 100644 Control/Windows/BacklogInfoWindow.xaml create mode 100644 Control/Windows/BacklogInfoWindow.xaml.cs create mode 100644 Control/Windows/BacklogWindow.xaml create mode 100644 Control/Windows/BacklogWindow.xaml.cs rename Control/{ => Windows}/ConfigWindow.xaml (92%) rename Control/{ => Windows}/ConfigWindow.xaml.cs (80%) create mode 100644 Fonts/iconfont.css create mode 100644 Fonts/iconfont.js rename {Resource/DefaultIconfont => Fonts}/iconfont.json (100%) create mode 100644 Fonts/iconfont.ttf create mode 100644 Resource/DefaultIconfont/MyIcon.xaml delete mode 100644 Resource/DefaultIconfont/iconfont.svg delete mode 100644 Resource/DefaultIconfont/iconfont.ttf create mode 100644 Task/BacklogTask.cs create mode 100644 ViewModel/BacklogInfo.cs diff --git a/App.xaml b/App.xaml index d3dcada..6309427 100644 --- a/App.xaml +++ b/App.xaml @@ -7,9 +7,10 @@ d1p1:Ignorable="d" xmlns:d1p1="http://schemas.openxmlformats.org/markup-compatibility/2006"> - + + diff --git a/Control/Other/BacklogNotificatin.xaml b/Control/Other/BacklogNotificatin.xaml new file mode 100644 index 0000000..222214d --- /dev/null +++ b/Control/Other/BacklogNotificatin.xaml @@ -0,0 +1,43 @@ + + + + + + + + + + + + +