Skip to content

Commit 12a0a57

Browse files
authored
Update phantomstyle to v18.0.0 (#41)
2 parents 20351a0 + 3833004 commit 12a0a57

File tree

1 file changed

+119
-1
lines changed

1 file changed

+119
-1
lines changed

registry/cristianadam.phantomstyle/extension.json

Lines changed: 119 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,126 @@
77
"display_vendor": "Cristian Adam",
88
"license": "open-source"
99
},
10-
"latest": "17.0.0",
10+
"latest": "18.0.0",
1111
"versions": {
12+
"18.0.0": {
13+
"sources": [
14+
{
15+
"url": "https://github.com/cristianadam/qt-creator-phantomstyle/releases/download/v18.0.0/PhantomStylePlugin-18.0.0-Windows-x64.7z",
16+
"sha256": "a47172fd5c0b77718b5f199ab30331fee3227af40074cc538f2221f8e6a66746",
17+
"platform": {
18+
"name": "Windows",
19+
"architecture": "x86_64"
20+
}
21+
},
22+
{
23+
"url": "https://github.com/cristianadam/qt-creator-phantomstyle/releases/download/v18.0.0/PhantomStylePlugin-18.0.0-Windows-arm64.7z",
24+
"sha256": "a7cd3459051c4b9d7bcb523b8d6736ff50b1314c5f08d3fef0cdefb7e782c7d3",
25+
"platform": {
26+
"name": "Windows",
27+
"architecture": "arm64"
28+
}
29+
},
30+
{
31+
"url": "https://github.com/cristianadam/qt-creator-phantomstyle/releases/download/v18.0.0/PhantomStylePlugin-18.0.0-Linux-x64.7z",
32+
"sha256": "a6be0f00b292157a0dce4a654d185e0a0fadba19cab7eb2a154987e9bbcd9ee8",
33+
"platform": {
34+
"name": "Linux",
35+
"architecture": "x86_64"
36+
}
37+
},
38+
{
39+
"url": "https://github.com/cristianadam/qt-creator-phantomstyle/releases/download/v18.0.0/PhantomStylePlugin-18.0.0-Linux-arm64.7z",
40+
"sha256": "a547554a3dd48854560adb71a77fedfe18ced252f2d7f35fb13beb773e0b5fb5",
41+
"platform": {
42+
"name": "Linux",
43+
"architecture": "arm64"
44+
}
45+
},
46+
{
47+
"url": "https://github.com/cristianadam/qt-creator-phantomstyle/releases/download/v18.0.0/PhantomStylePlugin-18.0.0-macOS-universal.7z",
48+
"sha256": "7a3a8cd73600bd09b99f136ff760c83522c8d05da9b4c8633ff7d6b24329b7d3",
49+
"platform": {
50+
"name": "macOS",
51+
"architecture": "x86_64"
52+
}
53+
},
54+
{
55+
"url": "https://github.com/cristianadam/qt-creator-phantomstyle/releases/download/v18.0.0/PhantomStylePlugin-18.0.0-macOS-universal.7z",
56+
"sha256": "7a3a8cd73600bd09b99f136ff760c83522c8d05da9b4c8633ff7d6b24329b7d3",
57+
"platform": {
58+
"name": "macOS",
59+
"architecture": "arm64"
60+
}
61+
}
62+
],
63+
"metadata": {
64+
"Id": "phantomstyle",
65+
"Url": "https://github.com/cristianadam/qt-creator-phantomstyle",
66+
"Name": "PhantomStyle",
67+
"Vendor": "Cristian Adam",
68+
"License": "GNU LGPL 2.1",
69+
"Version": "18.0.0",
70+
"VendorId": "cristianadam",
71+
"Copyright": "(C) 2019 Andrew Richards, Cristian Adam, Copyright (C) The Qt Company Ltd. and other contributors.",
72+
"Description": "PhantomStyle for Qt Creator",
73+
"Dependencies": [
74+
{
75+
"Id": "core",
76+
"Version": "18.0.0"
77+
}
78+
],
79+
"SoftLoadable": true,
80+
"CompatVersion": "18.0.0",
81+
"LongDescription": [
82+
"# Qt Creator PhantomStyle Plugin",
83+
"",
84+
"This plugin will set the PhantomStyle QStyle for Qt Creator.",
85+
"",
86+
"# Phantom Style",
87+
"",
88+
"\"Phantom is a QStyle for Qt which began as an overhaul of QFusionStyle. Similar to",
89+
"Fusion, it's designed to be a looks-the-same cross-platform style. It looks native",
90+
"to nobody, but familiar to many. It has the visual appearance of a traditional GUI,",
91+
"and does not adopt a \"modern flat\" style. Compared to Fusion, it has many fixes,",
92+
"objective improvements, and subjective improvements.\"",
93+
"",
94+
"For details see the [phantomstyle](https://github.com/cristianadam/phantomstyle) ",
95+
"project page.",
96+
"",
97+
"# Screenshots",
98+
"",
99+
"![qtcreator-light-theme.png](https://raw.githubusercontent.com/cristianadam/qt-creator-phantomstyle/refs/heads/main/screenshots/qtcreator-light-theme.png)",
100+
"",
101+
"![qtcreator-dark-theme.png](https://raw.githubusercontent.com/cristianadam/qt-creator-phantomstyle/refs/heads/main/screenshots/qtcreator-dark-theme.png)",
102+
"",
103+
"# License",
104+
"",
105+
"LGPL 2.1.",
106+
"",
107+
"```",
108+
"Phantom Style",
109+
"Copyright (C) 2019 Andrew Richards",
110+
"",
111+
"This library is free software; you can redistribute it and/or",
112+
"modify it under the terms of the GNU Library General Public",
113+
"License as published by the Free Software Foundation; either",
114+
"version 2 of the License, or (at your option) any later version.",
115+
"",
116+
"This library is distributed in the hope that it will be useful,",
117+
"but WITHOUT ANY WARRANTY; without even the implied warranty of",
118+
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU",
119+
"Library General Public License for more details.",
120+
"",
121+
"You should have received a copy of the GNU Library General Public",
122+
"License along with this library; if not, write to the",
123+
"Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,",
124+
"Boston, MA 02110-1301, USA.",
125+
"```"
126+
],
127+
"DocumentationUrl": ""
128+
}
129+
},
12130
"17.0.0": {
13131
"sources": [
14132
{

0 commit comments

Comments
 (0)