瀏覽代碼

修改程序集及更新信息

liufei 3 年之前
父節點
當前提交
f763ba7565
共有 4 個文件被更改,包括 10 次插入14 次删除
  1. 5 5
      Control/UserControls/PannelCard/RightCardControl.xaml
  2. 0 4
      GeekDesk.csproj
  3. 2 2
      Properties/AssemblyInfo.cs
  4. 3 3
      Update.json

+ 5 - 5
Control/UserControls/PannelCard/RightCardControl.xaml

@@ -66,10 +66,10 @@
             <Grid>
                 <StackPanel Panel.ZIndex="1" Margin="0,-10,-300,0" hc:Growl.GrowlParent="True" hc:Growl.Token="MainWindowGrowl"/>
                 <WrapPanel Orientation="Horizontal" VirtualizingPanel.VirtualizationMode="Recycling"  
-                   VirtualizingPanel.IsVirtualizing="True"  
+                   VirtualizingPanel.IsVirtualizing="True" 
                    VirtualizingPanel.IsContainerVirtualizable="True"
                    >
-                    <ListBox x:Name="IconListBox" ItemsSource="{Binding AppConfig.SelectedMenuIcons, Mode=TwoWay}" 
+                    <ListBox x:Name="IconListBox" ItemsSource="{Binding AppConfig.SelectedMenuIcons, Mode=OneWay}" 
                                  BorderThickness="0"
                                 Padding="0,10,0,0"
                                  >
@@ -159,9 +159,9 @@
                    VirtualizingPanel.IsContainerVirtualizable="True"
                    >
                     <ListBox ItemsSource="{Binding Source={StaticResource SearchIconList},Path=IconList}" 
-                                 BorderThickness="0"
-                                Padding="0,10,0,0"
-                                 >
+                             BorderThickness="0"
+                             Padding="0,10,0,0"
+                             >
                         <ListBox.Background>
                             <SolidColorBrush Opacity="0"/>
                         </ListBox.Background>

+ 0 - 4
GeekDesk.csproj

@@ -210,18 +210,14 @@
     <Compile Include="Util\AeroGlassHelper.cs" />
     <Compile Include="Util\GlobalHotKey.cs" />
     <Compile Include="Util\CommonCode.cs" />
-    <Compile Include="Util\ConsoleManager.cs" />
-    <Compile Include="Util\DragAdorner.cs" />
     <Compile Include="Util\FileIcon.cs" />
     <Compile Include="Util\FileUtil.cs" />
     <Compile Include="Util\LogUtil.cs" />
     <Compile Include="Util\MarginHide.cs" />
     <Compile Include="Util\HttpUtil.cs" />
     <Compile Include="Util\ImageUtil.cs" />
-    <Compile Include="Util\ListViewDragDropManager.cs" />
     <Compile Include="Converts\MenuWidthConvert.cs" />
     <Compile Include="Util\MouseUtil.cs" />
-    <Compile Include="Util\MouseUtilities.cs" />
     <Compile Include="Util\RegisterUtil.cs" />
     <Compile Include="Util\ShellContextMenu.cs" />
     <Compile Include="Util\ShowWindowFollowMouse.cs" />

+ 2 - 2
Properties/AssemblyInfo.cs

@@ -49,5 +49,5 @@ using System.Windows;
 //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
 //通过使用 "*",如下所示:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("2.4.1.2")]
-[assembly: AssemblyFileVersion("2.4.1.2")]
+[assembly: AssemblyVersion("2.4.1.4")]
+[assembly: AssemblyFileVersion("2.4.1.4")]

+ 3 - 3
Update.json

@@ -1,9 +1,9 @@
 {
 	"title": "GeekDesk版本更新",
-	"subTitle": "V2.4.12",
+	"subTitle": "V2.4.14",
 	"msgTitle": "本次更新内容如下",
-	"msg": "['各位兄弟去给我点个免费Star呗','这是个修复版本,主要修复上个版本的bug','修复图标无法拖动','修复界面遮挡任务栏']",
+	"msg": "['增加图标排序功能','增加鼠标悬停切换菜单','增加搜索功能','其它已知问题修复','老规矩兄弟萌, 我用爱发电, 你们点免费Star']",
 	"githubUrl": "https://github.com/Demo-Liu/GeekDesk/releases",
 	"giteeUrl": "https://gitee.com/demo_liu/GeekDesk/releases",
-	"version": "2.4.12"
+	"version": "2.4.14"
 }