Skip to content

Commit 22485af

Browse files
committed
QPV Plugins v1.2.1
Changes: - Minor UI fixes - QPV Plugins updated to v1.2.1
1 parent 5fbcc7b commit 22485af

25 files changed

+81
-10
lines changed

.vs/quick-picture-viewer/v16/.suo

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
32 KB
Binary file not shown.
117 KB
Binary file not shown.

LICENSE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -631,8 +631,8 @@ to attach them to the start of each source file to most effectively
631631
state the exclusion of warranty; and each file should have at least
632632
the "copyright" line and a pointer to where the full notice is found.
633633

634-
Quick Picture Viewer
635-
Copyright (C) 2021 Module Art (module.art.team@gmail.com)
634+
Quick Picture Viewer is a lightweight, versatile desktop image viewer
635+
Copyright (C) 2021 Module Art (moduleart.github.io)
636636

637637
This program is free software: you can redistribute it and/or modify
638638
it under the terms of the GNU General Public License as published by
@@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
652652
If the program does terminal interaction, make it output a short
653653
notice like this when it starts in an interactive mode:
654654

655-
Quick Picture Viewer Copyright (C) 2021 Module Art (module.art.team@gmail.com)
655+
Quick Picture Viewer Copyright (C) 2021 Module Art (moduleart.github.io)
656656
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657657
This is free software, and you are welcome to redistribute it
658658
under certain conditions; type `show c' for details.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Translation contributors:
7878
- <a href="https://github.com/jiwangyihao">jiwangyihao</a> (Chinese)
7979
- <a href="https://github.com/KristofKekesi">KristofKekesi</a> (Hungarian)
8080
- <a href="https://github.com/Beelink">Beelink</a> (Russian)
81-
- <a href="https://github.com/IpsumRy">IpsumRy</a> (Spanish)
81+
- <a href="https://github.com/asluppiter">asluppiter</a> (Spanish)
8282

8383
## 🔗 Useful links:
8484

quick-picture-viewer/MainForm.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2261,7 +2261,12 @@ private void Tsmi_Output(object sender, PluginMan.OutputEventArgs e)
22612261
if (e.input != null)
22622262
{
22632263
directoryLabel.Visible = false;
2264-
string title = string.Format(LangMan.Get("from-format"), sender.ToString());
2264+
string title = sender.ToString();
2265+
if (title.Length > 4 && title.Substring(title.Length - 4, 4) == " ...")
2266+
{
2267+
title = title.Substring(0, title.Length - 4);
2268+
}
2269+
title = string.Format(LangMan.Get("from-format"), title);
22652270

22662271
if((sender as PluginMenuItem).OwnerItem.Name == "effectsBtn")
22672272
{

quick-picture-viewer/SettingsForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ private struct Language
4040
new Language
4141
{
4242
Code = "es",
43-
Authors = new string[] { "IpsumRy" }
43+
Authors = new string[] { "asluppiter" }
4444
}
4545
};
4646

quick-picture-viewer/bin/Debug/plugins/qpv-plugins.json

Lines changed: 52 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "qpv-plugins",
3-
"version": "1.1.1",
3+
"version": "1.2.1",
44
"title": "QPV Plugins",
55
"description": {
66
"en": "Set of preinstalled plugins",
7+
"cn": "一组预装的插件",
8+
"hu": "Előre telepített bővítmények készlete",
79
"ru": "Набор предустановленных плагинов",
810
"es": "Conjunto de complementos preinstalados"
911
},
@@ -21,19 +23,65 @@
2123
{
2224
"name": "blur",
2325
"title": {
24-
"en": "Blur region",
25-
"ru": "Размыть область",
26-
"es": "Área de desenfoque"
26+
"en": "Blur",
27+
"cn": "模糊",
28+
"hu": "Elhomályosít",
29+
"ru": "Размытие",
30+
"es": "Difuminar"
2731
},
2832
"type": "effect",
2933
"inputRequired": true,
3034
"dialog": true,
3135
"hideMainForm": false
36+
},
37+
{
38+
"name": "grayscale",
39+
"title": {
40+
"en": "Grayscale",
41+
"cn": "灰阶",
42+
"hu": "Szürkeárnyalatos",
43+
"ru": "Оттенки серого",
44+
"es": "Escala de grises"
45+
},
46+
"type": "effect",
47+
"inputRequired": true,
48+
"dialog": false,
49+
"hideMainForm": false
50+
},
51+
{
52+
"name": "invert",
53+
"title": {
54+
"en": "Invert colors",
55+
"cn": "反转颜色",
56+
"hu": "Invert színek",
57+
"ru": "Инвертировать цвета",
58+
"es": "Captura de pantalla"
59+
},
60+
"type": "effect",
61+
"inputRequired": true,
62+
"dialog": false,
63+
"hideMainForm": false
64+
},
65+
{
66+
"name": "rainbow",
67+
"title": {
68+
"en": "Rainbow",
69+
"cn": "彩虹",
70+
"hu": "Szivárvány",
71+
"ru": "Радуга",
72+
"es": "Arcoíris"
73+
},
74+
"type": "effect",
75+
"inputRequired": true,
76+
"dialog": false,
77+
"hideMainForm": false
3278
},
3379
{
3480
"name": "screenshot",
3581
"title": {
3682
"en": "Screenshot",
83+
"cn": "截屏",
84+
"hu": "Pillanatkép",
3785
"ru": "Скриншот",
3886
"es": "Captura de pantalla"
3987
},
328 Bytes
Loading

0 commit comments

Comments
 (0)