Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This file describes who owns and is responsible for maintaining each extension registration

/registry/cristianadam.dracula @cristianadam
/registry/cristianadam.phantomstyle @cristianadam
/registry/theqtcompany.aiassistant @Maddimax @lupax
/registry/theqtcompany.vale @Maddimax
/registry/theqtcompany.cpp @Maddimax
Expand Down
2 changes: 1 addition & 1 deletion badges/extensions.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
131 changes: 131 additions & 0 deletions registry/cristianadam.phantomstyle/extension.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
{
"$schema": "../../schema/extension.schema.json",
"info": {
"id": "phantomstyle",
"vendor_id": "cristianadam",
"display_name": "PhantomStyle",
"display_vendor": "Cristian Adam",
"license": "open-source"
},
"latest": "16.0.82",
"versions": {
"16.0.82": {
"sources": [
{
"url": "https://github.com/cristianadam/qt-creator-phantomstyle/releases/download/v17.0.0-beta1/PhantomStylePlugin-17.0.0-beta1-Windows-x64.7z",
"sha256": "e17ee8cdca115a25f85b9f5640cf024dc8446d9d31804bdde75f0083ef37f0fb",
"platform": {
"name": "Windows",
"architecture": "x86_64"
}
},
{
"url": "https://github.com/cristianadam/qt-creator-phantomstyle/releases/download/v17.0.0-beta1/PhantomStylePlugin-17.0.0-beta1-Windows-arm64.7z",
"sha256": "22294950ded4b87ca9f6a6cfbd1f734fc77e786e990c3ab154318f3dceaec32f",
"platform": {
"name": "Windows",
"architecture": "arm64"
}
},
{
"url": "https://github.com/cristianadam/qt-creator-phantomstyle/releases/download/v17.0.0-beta1/PhantomStylePlugin-17.0.0-beta1-Linux-x64.7z",
"sha256": "af78cc8bb8d4e5bd21a644f6f3675359278e49234ae7a97c917636f67e33e005",
"platform": {
"name": "Linux",
"architecture": "x86_64"
}
},
{
"url": "https://github.com/cristianadam/qt-creator-phantomstyle/releases/download/v17.0.0-beta1/PhantomStylePlugin-17.0.0-beta1-Linux-arm64.7z",
"sha256": "f76de0d1ad4cebb2b77b9eb0a9f60c525dae66d183826307a2b3db3848c091fa",
"platform": {
"name": "Linux",
"architecture": "arm64"
}
},
{
"url": "https://github.com/cristianadam/qt-creator-phantomstyle/releases/download/v17.0.0-beta1/PhantomStylePlugin-17.0.0-beta1-macOS-universal.7z",
"sha256": "13e4f7620273ae4211309cc72bbe00b5f108b29c72f63ade39ac9d82326f28ce",
"platform": {
"name": "macOS",
"architecture": "x86_64"
}
},
{
"url": "https://github.com/cristianadam/qt-creator-phantomstyle/releases/download/v17.0.0-beta1/PhantomStylePlugin-17.0.0-beta1-macOS-universal.7z",
"sha256": "13e4f7620273ae4211309cc72bbe00b5f108b29c72f63ade39ac9d82326f28ce",
"platform": {
"name": "macOS",
"architecture": "arm64"
}
}
],
"metadata": {
"Id": "phantomstyle",
"Url": "https://github.com/cristianadam/qt-creator-phantomstyle",
"Name": "PhantomStyle",
"Vendor": "Cristian Adam",
"License": "GNU LGPL 2.1",
"Version": "16.0.82",
"VendorId": "cristianadam",
"Copyright": "(C) 2019 Andrew Richards, Cristian Adam, Copyright (C) The Qt Company Ltd. and other contributors.",
"Description": "PhantomStyle for Qt Creator",
"Dependencies": [
{
"Id": "core",
"Version": "16.0.82"
}
],
"SoftLoadable": true,
"CompatVersion": "16.0.82",
"LongDescription": [
"# Qt Creator PhantomStyle Plugin",
"",
"This plugin will set the PhantomStyle QStyle for Qt Creator.",
"",
"# Phantom Style",
"",
"\"Phantom is a QStyle for Qt which began as an overhaul of QFusionStyle. Similar to",
"Fusion, it's designed to be a looks-the-same cross-platform style. It looks native",
"to nobody, but familiar to many. It has the visual appearance of a traditional GUI,",
"and does not adopt a \"modern flat\" style. Compared to Fusion, it has many fixes,",
"objective improvements, and subjective improvements.\"",
"",
"For details see the [phantomstyle](https://github.com/cristianadam/phantomstyle) ",
"project page.",
"",
"# Screenshots",
"",
"![qtcreator-light-theme.png](https://raw.githubusercontent.com/cristianadam/qt-creator-phantomstyle/refs/heads/main/screenshots/qtcreator-light-theme.png)",
"",
"![qtcreator-dark-theme.png](https://raw.githubusercontent.com/cristianadam/qt-creator-phantomstyle/refs/heads/main/screenshots/qtcreator-dark-theme.png)",
"",
"# License",
"",
"LGPL 2.1.",
"",
"```",
"Phantom Style",
"Copyright (C) 2019 Andrew Richards",
"",
"This library is free software; you can redistribute it and/or",
"modify it under the terms of the GNU Library General Public",
"License as published by the Free Software Foundation; either",
"version 2 of the License, or (at your option) any later version.",
"",
"This library is distributed in the hope that it will be useful,",
"but WITHOUT ANY WARRANTY; without even the implied warranty of",
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU",
"Library General Public License for more details.",
"",
"You should have received a copy of the GNU Library General Public",
"License along with this library; if not, write to the",
"Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,",
"Boston, MA 02110-1301, USA.",
"```"
],
"DocumentationUrl": ""
}
}
}
}