Skip to content

Commit

Permalink
Merge pull request #139 from ModuleArt/upgrade/dotnet-8
Browse files Browse the repository at this point in the history
Upgrade/dotnet 8
  • Loading branch information
Beelink authored Dec 21, 2023
2 parents 08f1375 + 7abcafc commit 0c16401
Show file tree
Hide file tree
Showing 10 changed files with 61 additions and 540 deletions.
32 changes: 21 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@
<a title="Crowdin" target="_blank" href="https://crowdin.com/project/quick-picture-viewer"><img src="https://badges.crowdin.net/quick-picture-viewer/localized.svg"></a>
<a alt="Trello roadmap" href="https://trello.com/b/mFgTs747/quick-picture-viewer">
<img src="https://img.shields.io/badge/planner-trello-%230079BF" />
</a>
</a><br>
<a href="https://moduleart.github.io/quick-picture-viewer">
<img src="/docs/screenshots/main.png">
</a>
<br>
v3.1.5 - December 21, 2023 - <a href="https://github.com/ModuleArt/quick-picture-viewer/releases/download/v3.1.5/QuickPictureViewer-Setup.exe">Download (3.4 MB)</a><br>
v3.1.4 (Stable) - May 9, 2021 - <a href="https://github.com/ModuleArt/quick-picture-viewer/releases/download/v3.1.4/QuickPictureViewer-Setup.exe">Download (3.4 MB)</a>
<br><br>
<a href="https://github.com/ModuleArt/quick-picture-viewer/releases">Older versions and release notes</a>
Expand Down Expand Up @@ -103,27 +104,36 @@ scoop install quick-picture-viewer

## 🔨 Contribution:

Help Module Art!
#### Help Module Art!

- Give us a star ⭐
- Fork and Clone! Awesome
- Select existing <a href="https://github.com/ModuleArt/quick-picture-viewer/issues">issues</a> or create a <a href="https://github.com/ModuleArt/quick-picture-viewer/issues/new">new issue</a> and give us a PR with your bugfix or improvement after. We love it ❤

How to clone:
#### How to clone:

1. Clone:

```powershell
git clone --recurse-submodules https://github.com/ModuleArt/quick-picture-viewer
git clone --recurse-submodules https://github.com/ModuleArt/qpv-plugins
```

2. Download submodules:

```
git submodule init
git submodule update
```

Code contributors:
3. Build submodules.

#### Code contributors:

- <a href="https://github.com/adriengivry">adriengivry</a> - Texture filtering modes
- <a href="https://github.com/FLeXyo">FLeXyo</a> - Open folder recursively feature
- <a href="https://github.com/adriengivry">adriengivry</a> - <a href="https://github.com/ModuleArt/quick-picture-viewer/pull/133">Texture filtering modes</a>
- <a href="https://github.com/FLeXyo">FLeXyo</a> - <a href="https://github.com/ModuleArt/quick-picture-viewer/pull/50">Open folder recursively feature</a>
- <a href="https://github.com/Beelink">Beelink</a> - Everything else 😘

Translation contributors:
#### Translation contributors:

- Arabic: <a href="https://github.com/Jalal-Althahab">Jalal-Althahab</a>
- Chinese: <a href="https://github.com/jiwangyihao">jiwangyihao</a>
Expand All @@ -138,10 +148,10 @@ Translation contributors:

<a href="https://github.com/ModuleArt/quick-picture-viewer/wiki/Help-us-translate-this-app">Help us translate this app</a>

## 🔗 Useful links:
## 📦 Related projects:

- <a href="https://www.howtogeek.com/224798/how-to-uninstall-windows-10s-built-in-apps-and-how-to-reinstall-them/">How to uninstall built-in photos app in Windows 10</a>
- <a href="https://github.com/tibold/svg-explorer-extension/">Extension module for Windows Explorer to render SVG thumbnails</a>
- <a href="https://github.com/ModuleArt/quick-library/">Quick Library</a> - Windows Forms Control class library for "Quick" apps (.NET Framework)<br>
- <a href="https://github.com/ModuleArt/qpv-plugins/">QPV Plugins</a> - Set of preinstalled plugins for the <a href="https://moduleart.github.io/quick-picture-viewer/">Quick Picture Viewer</a>

## 🧰 Other great apps:

Expand Down
2 changes: 1 addition & 1 deletion inno-setup/quick-picture-viewer.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "Quick Picture Viewer"
#define MyAppVersion "3.1.4"
#define MyAppVersion "3.1.5"
#define MyAppPublisher "Module Art"
#define MyAppURL "https://moduleart.github.io/quick-picture-viewer"
#define MyAppExeName "quick-picture-viewer.exe"
Expand Down
Binary file added libs/SimplePsd.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions quick-picture-viewer.sln
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@


Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34322.80
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "quick-picture-viewer", "quick-picture-viewer\quick-picture-viewer.csproj", "{53748C49-255E-424B-B789-5919CEFEF473}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "quick-picture-viewer", "quick-picture-viewer\quick-picture-viewer.csproj", "{53748C49-255E-424B-B789-5919CEFEF473}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuickLibrary", "dependencies\quick-library\QuickLibrary\QuickLibrary.csproj", "{90F913B5-1B48-4E7B-83AA-21C0946B4F81}"
EndProject
Expand Down
37 changes: 0 additions & 37 deletions quick-picture-viewer/Properties/AssemblyInfo.cs

This file was deleted.

2 changes: 1 addition & 1 deletion quick-picture-viewer/forms/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public MainForm(string openPath, bool darkMode)
zoomTextBox.Height = 21;
zoomTextBox.TextBox.MouseWheel += TextBox_MouseWheel;
zoomTextBox.LostFocus += PicturePanel_LostFocus;
zoomTextBox.TextBox.ContextMenu = new ContextMenu();
zoomTextBox.TextBox.ContextMenuStrip = new ContextMenuStrip();

SetDarkMode(darkMode);
InitLanguage();
Expand Down
12 changes: 11 additions & 1 deletion quick-picture-viewer/forms/SettingsForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ private struct Language
Authors = new string[] { "Beelink" }
},
new Language
{
Code = "ar",
Authors = new string[] { "Jalal-Althahab" }
},
new Language
{
Code = "cn",
Authors = new string[] { "jiwangyihao" }
Expand All @@ -39,7 +44,7 @@ private struct Language
new Language
{
Code = "de",
Authors = new string[] { "l-33ter" }
Authors = new string[] { "l-33ter", "tomo2403" }
},
new Language
{
Expand All @@ -55,6 +60,11 @@ private struct Language
{
Code = "es",
Authors = new string[] { "asluppiter", "Alplox" }
},
new Language
{
Code = "es",
Authors = new string[] { "ataberkcemunal" }
}
};

Expand Down
15 changes: 0 additions & 15 deletions quick-picture-viewer/packages.config

This file was deleted.

Loading

0 comments on commit 0c16401

Please sign in to comment.