Skip to content

Commit

Permalink
Release-ready changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoltanar committed Sep 24, 2017
1 parent 274f43e commit d6192e2
Show file tree
Hide file tree
Showing 14 changed files with 61 additions and 123 deletions.
27 changes: 0 additions & 27 deletions HappySearchObjectClasses/Happy Apps Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,6 @@
<None Include="Program Data\Certificates\letsencryptauthorityx2.pem">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Program Data\Default Files\defaultfilters.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Program Data\Default Files\tags.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down Expand Up @@ -365,30 +362,6 @@
<Content Include="Program Data\Flags\zht.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Program Data\Help\favoriteproducers.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Program Data\Help\filtering.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Program Data\Help\getstarted.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Program Data\Help\listingandsearching.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Program Data\Help\listresults.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Program Data\Help\StyleSheet1.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Program Data\Help\tagfiltering.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Program Data\Help\traitfiltering.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\System.Data.SQLite.Core.1.0.105.2\build\net46\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.105.2\build\net46\System.Data.SQLite.Core.targets')" />
Expand Down
21 changes: 0 additions & 21 deletions HappySearchObjectClasses/Program Data/Help/filtering.html

This file was deleted.

35 changes: 0 additions & 35 deletions HappySearchObjectClasses/Program Data/Help/tagfiltering.html

This file was deleted.

36 changes: 0 additions & 36 deletions HappySearchObjectClasses/Program Data/Help/traitfiltering.html

This file was deleted.

1 change: 1 addition & 0 deletions HappySearchObjectClasses/VNDatabaseFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ private void CreateVNListTable()
`Anime` TEXT,
`Aliases` TEXT,
`Languages` TEXT,
`DateFullyUpdated` DATE,
PRIMARY KEY(`VNID`),
FOREIGN KEY(`ProducerID`) REFERENCES `ProducerID` )";
var command = new SQLiteCommand(createCommand, Conn);
Expand Down
8 changes: 4 additions & 4 deletions Visual Novel Database/FormMain.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions Visual Novel Database/Happy Search.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,37 @@
</None>
</ItemGroup>
<ItemGroup>
<None Include="x64\SQLite.Interop.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="x86\SQLite.Interop.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Program Data\Default Files\defaultfilters.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Resources\splashloading.gif" />
<None Include="Resources\nsfw-image.png" />
<None Include="Resources\no-image.png" />
<None Include="Resources\dark-striped.jpg" />
<None Include="Program Data\Help\favoriteproducers.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Program Data\Help\filtering.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Program Data\Help\getstarted.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Program Data\Help\listingandsearching.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Program Data\Help\listresults.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Program Data\Help\StyleSheet1.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<Content Include="Resources\logo copy.ico" />
</ItemGroup>
<ItemGroup>
Expand Down
29 changes: 29 additions & 0 deletions Visual Novel Database/Program Data/Help/filtering.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>

<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Help - Filtering</title>
<link href="StyleSheet1.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>Filtering</h1>
<p>
This section can be used to filter the results in the main tab.<br />
Select the type of filter and then the value, then click the Add Filter button to add it to the current custom filter, or Add Permanent Filter to add it to the permanent filter.
</p>
<h2>Permanent Filters</h2>
<p>
Filters added to this section will persist regardless of Custom Filter selected, an example of how this is useful is to always hide blacklisted titles, or exclude titles in certain languages.<br />
This is saved to file.
</p>
<h2>Custom Filter</h2>
<p>A custom filter is a selection of filters which can be saved to file, these filters can be quickly changed in this tab and in the main tab.</p>
<h2>Other Information</h2>
<ul>
<li>You can add any amount of filters to permanent and custom sections.</li>
<li>Each filter can be positive or negative (Include/Exclude).</li>
<li>Filters are added by default to the AND group, which means titles must meet the filter's criteria.</li>
<li>Optionally, a filter can be added to the OR group, which means titles must meet the criteria of at least one of the filters in the OR group.</li>
</ul>
</body>
</html>

0 comments on commit d6192e2

Please sign in to comment.