diff --git a/CODEOWNERS b/CODEOWNERS index 6cf9b6e..6d2d2c4 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -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 diff --git a/badges/extensions.svg b/badges/extensions.svg index 89d68a2..eb55014 100644 --- a/badges/extensions.svg +++ b/badges/extensions.svg @@ -1 +1 @@ -Extensions: 4Extensions4 +Extensions: 5Extensions5 diff --git a/registry/cristianadam.phantomstyle/extension.json b/registry/cristianadam.phantomstyle/extension.json new file mode 100644 index 0000000..5e8b727 --- /dev/null +++ b/registry/cristianadam.phantomstyle/extension.json @@ -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": "" + } + } + } +}