Skip to content

Commit 14a0e46

Browse files
Ashley DaviesAshley Davies
authored andcommitted
improved local database update
improved database method improved search function
1 parent bdcd0e0 commit 14a0e46

36 files changed

Lines changed: 1811 additions & 6589 deletions

FileMasta/FileMasta.csproj

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
</ItemGroup>
9696
<ItemGroup>
9797
<Compile Include="Extensions\ImageExtensions.cs" />
98+
<Compile Include="Utilities\ExternalSearch.cs" />
9899
<Compile Include="Windows\FileDetailsWindow.cs">
99100
<SubType>Form</SubType>
100101
</Compile>
@@ -107,17 +108,8 @@
107108
<Compile Include="Windows\AboutWindow.Designer.cs">
108109
<DependentUpon>AboutWindow.cs</DependentUpon>
109110
</Compile>
110-
<Compile Include="Files\Query.cs" />
111-
<Compile Include="Files\Types.cs" />
112-
<Compile Include="GitHub\Resources.cs" />
113-
<Compile Include="Models\Bookmark.cs" />
111+
<Compile Include="Files\Type.cs" />
114112
<Compile Include="Models\Metadata.cs" />
115-
<Compile Include="Windows\BookmarksWindow.cs">
116-
<SubType>Form</SubType>
117-
</Compile>
118-
<Compile Include="Windows\BookmarksWindow.Designer.cs">
119-
<DependentUpon>BookmarksWindow.cs</DependentUpon>
120-
</Compile>
121113
<Compile Include="Windows\OptionsWindow.cs">
122114
<SubType>Form</SubType>
123115
</Compile>
@@ -135,12 +127,6 @@
135127
<Compile Include="Windows\SubmitWindow.Designer.cs">
136128
<DependentUpon>SubmitWindow.cs</DependentUpon>
137129
</Compile>
138-
<Compile Include="Windows\ServersWindow.cs">
139-
<SubType>Form</SubType>
140-
</Compile>
141-
<Compile Include="Windows\ServersWindow.Designer.cs">
142-
<DependentUpon>ServersWindow.cs</DependentUpon>
143-
</Compile>
144130
<Compile Include="Windows\DataWindow.cs">
145131
<SubType>Form</SubType>
146132
</Compile>
@@ -175,8 +161,7 @@
175161
<Compile Include="Program.cs" />
176162
<Compile Include="Properties\AssemblyInfo.cs" />
177163
<Compile Include="Extensions\LocalExtensions.cs" />
178-
<Compile Include="GitHub\OpenLink.cs" />
179-
<Compile Include="Files\Bookmarks.cs" />
164+
<Compile Include="Utilities\GitHub.cs" />
180165
<Compile Include="Extensions\StringExtensions.cs" />
181166
<Compile Include="Utilities\TextLineRemover.cs" />
182167
<Compile Include="Utilities\Updates.cs" />
@@ -189,18 +174,12 @@
189174
<EmbeddedResource Include="Controls\SplashScreen.resx">
190175
<DependentUpon>SplashScreen.cs</DependentUpon>
191176
</EmbeddedResource>
192-
<EmbeddedResource Include="Windows\BookmarksWindow.resx">
193-
<DependentUpon>BookmarksWindow.cs</DependentUpon>
194-
</EmbeddedResource>
195177
<EmbeddedResource Include="Windows\OptionsWindow.resx">
196178
<DependentUpon>OptionsWindow.cs</DependentUpon>
197179
</EmbeddedResource>
198180
<EmbeddedResource Include="Windows\SubmitWindow.resx">
199181
<DependentUpon>SubmitWindow.cs</DependentUpon>
200182
</EmbeddedResource>
201-
<EmbeddedResource Include="Windows\ServersWindow.resx">
202-
<DependentUpon>ServersWindow.cs</DependentUpon>
203-
</EmbeddedResource>
204183
<EmbeddedResource Include="Windows\DataWindow.resx">
205184
<DependentUpon>DataWindow.cs</DependentUpon>
206185
</EmbeddedResource>

FileMasta/Files/Bookmarks.cs

Lines changed: 0 additions & 98 deletions
This file was deleted.

0 commit comments

Comments
 (0)