forked from QL-Win/QuickLook
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Translations.config * Update Translations.config * Update Translations.config * Create Privacy.md * Rename Privacy.md to PRIVACY.md * Update PRIVACY.md * Update PRIVACY.md * Fix QL-Win#579: search box changed in Windows 10 1909 * Fix QL-Win#579: also deal with non-English UIs * don't bring existing window to the front * Revert "Fix QL-Win#644: still use focusable window on Windows 7 and 8" This reverts commit 452574e. Revert "Fix QL-Win#644 step 1: correctly bring window back to top when clicked" This reverts commit af608dc. * Fix QL-Win#401: use the native image provider to render static GIFs * Update Translations.config Hungarian language added. * Fix QL-Win#669: convert image to sRGB only when the original ColorSpace is RGB, sRGB, or scRGB * Upgrade Magick.NET packages * Fix QL-Win#669 again: stupid syntax mistake :( * Bulk update NuGet packages * Update Translations.config Typo correction on line 61 and 69. Fixing slight translation mistakes and some words also replaced with more commonly used words. * Support File Path longer than 260 (tweak needed: https://www.tenforums.com/tutorials/51704-enable-disable-win32-long-paths-windows-10-a.html) * Add EXR to ImageViewer * Add MXF to VideoViewer * Decrease update checking frequency to monthly * Fix QL-Win#715: add 1s timeout before any previewing request * Fix QL-Win#711: adjust UI before loading any PDF page * Fix QL-Win#729: add a config flag to hide the tray icon * Fix QL-Win#731: use app folder for saving data in the portable mode * Fix QL-Win#733: detect Markdown encoding * Fix QL-Win#734: add AVIF format * Update .appveyor.yml * added german translation for newly added string * fix a typo * Fix QL-Win#744: Components are not correctly disposed upon exit * Fix QL-Win#477: Add JFIF files * Update bug_report.md * typo * Fix QL-Win#420, QL-Win#452, QL-Win#757: windows positioning for monitors with different DPIs * Update Common to fix plugin resize * Fix QL-Win#759: fix thumbnail orientation for some camera models * Fix QL-Win#760, support CR3 * removed dup of ".asf" and added ".mka" for testing Co-authored-by: Piteriuz <piteriuz@outlook.com> Co-authored-by: Pengfei Xu <xupaddy@gmail.com> Co-authored-by: Bobcruise <bobcruise07@gmail.com> Co-authored-by: davinhanif <39960696+davinhanif@users.noreply.github.com> Co-authored-by: Alexander Raab <alexander.raab1@gmx.de>
- Loading branch information
1 parent
431bf8e
commit d14fa5b
Showing
46 changed files
with
473 additions
and
260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,5 +45,4 @@ deploy: | |
artifact: QuickLook-$(APPVEYOR_REPO_TAG_NAME) | ||
draft: true | ||
on: | ||
branch: master | ||
APPVEYOR_REPO_TAG: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# QuickLook Privacy Policy | ||
|
||
## Website | ||
|
||
When accessing our Website, QuickLook website will learn certain information about you during your visit. How we will handle information we learn about you depends upon what you do when visiting our site. | ||
|
||
If you visit our site to read or download information on our pages, we collect and store only the following information about you: | ||
|
||
* The name of the domain from which you access the Internet | ||
* The date and time you access our site | ||
* The Internet address of the website you used to link directly to our site. | ||
* Third party vendors, including Google and GitHub, use cookies to serve ads based on a user’s prior visits to your website. | ||
* If you identify yourself by sending us an e-mail containing personal information, then the information collected will be solely used to respond to your message. | ||
|
||
The information collected is for statistical purposes. QuickLook website may use software programs to create summary statistics, which are used for such purposes as assessing the number of visitors to the different sections of our site, what information is of most and least interest, determining technical design specifications, and identifying system performance or problem areas. | ||
|
||
QuickLook website will not obtain personally-identifying information about you when you visit our site, unless you choose to provide such information to us, nor will such information be sold or otherwise transferred to unaffiliated third parties without the approval of the user at the time of collection. | ||
|
||
## Desktop | ||
|
||
The software application doesn’t collect anything personal information from you. | ||
|
||
The software application exchange data only with https://github.com using the GitHub Releases API. If you are viewing a remote content via the software, data exchange will happen between you and the remote content. |
Submodule QuickLook.Common
updated
7 files
+59 −7 | Helpers/DpiHelper.cs | |
+29 −0 | Helpers/FileHelper.cs | |
+13 −1 | Helpers/SettingHelper.cs | |
+32 −16 | Helpers/WindowHelper.cs | |
+12 −0 | NativeMethods/Kernel32.cs | |
+12 −0 | NativeMethods/User32.cs | |
+1 −1 | Plugin/ContextObject.cs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,3 +33,5 @@ | |
#include<Shellapi.h> | ||
#include<Psapi.h> | ||
#include<AppModel.h> | ||
|
||
#define MAX_PATH_EX 32767 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,3 +31,4 @@ | |
|
||
|
||
// TODO: reference additional headers your program requires here | ||
#define MAX_PATH_EX 32767 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 6 additions & 2 deletions
8
QuickLook.Plugin/QuickLook.Plugin.ArchiveViewer/packages.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="SharpCompress" version="0.23.0" targetFramework="net462" /> | ||
<package id="UTF.Unknown" version="2.0.0-rc1" targetFramework="net462" /> | ||
<package id="SharpCompress" version="0.25.1" targetFramework="net462" /> | ||
<package id="System.Buffers" version="4.5.1" targetFramework="net462" /> | ||
<package id="System.Memory" version="4.5.4" targetFramework="net462" /> | ||
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net462" /> | ||
<package id="System.Runtime.CompilerServices.Unsafe" version="4.5.3" targetFramework="net462" /> | ||
<package id="UTF.Unknown" version="2.3.0" targetFramework="net462" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="CsvHelper" version="12.1.2" targetFramework="net462" /> | ||
<package id="CsvHelper" version="12.3.2" targetFramework="net462" /> | ||
<package id="Microsoft.CSharp" version="4.5.0" targetFramework="net462" /> | ||
<package id="System.Runtime.CompilerServices.Unsafe" version="4.5.3" targetFramework="net462" /> | ||
<package id="System.ValueTuple" version="4.5.0" targetFramework="net462" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.