Skip to content

Commit 9b4ad82

Browse files
Adding gitqlientplugin
1 parent 27d7e93 commit 9b4ad82

File tree

3 files changed

+102
-1
lines changed

3 files changed

+102
-1
lines changed

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
/registry/theqtcompany.aiassistant @Maddimax @lupax
1111
/registry/theqtcompany.vale @Maddimax
1212
/registry/theqtcompany.cpp @Maddimax
13+
/registry/gitqlient.gitqlient @francescmaestre
1314

1415
# The basic stuff is owned by the Qt Creator team
1516

badges/extensions.svg

Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
{
2+
"$schema": "../../schema/extension.schema.json",
3+
"info": {
4+
"id": "gitqlient",
5+
"vendor_id": "gitqlient",
6+
"display_name": "GitQlient",
7+
"display_vendor": "GitQlient",
8+
"license": "open-source"
9+
},
10+
"latest": "1.6.0",
11+
"versions": {
12+
"1.6.0": {
13+
"sources": [
14+
{
15+
"url": "https://github.com/francescmaestre/GitQlientPlugin/releases/download/v1.6.1/GitQlientPlugin-QtC18.0.0-Windows-x64.7z",
16+
"sha256": "e679a8b0783bcc3b6987c4f4de3afaecda14bc304164d575b91c40950d3b24eb",
17+
"platform": {
18+
"name": "Windows",
19+
"architecture": "x86_64"
20+
}
21+
},
22+
{
23+
"url": "https://github.com/francescmaestre/GitQlientPlugin/releases/download/v1.6.1/GitQlientPlugin-QtC18.0.0-Windows-arm64.7z",
24+
"sha256": "3a0ce408bfbe068413a19ab8f8403abaa3ed10c8fc1c9360d1bdb6b29ce8974a",
25+
"platform": {
26+
"name": "Windows",
27+
"architecture": "arm64"
28+
}
29+
},
30+
{
31+
"url": "https://github.com/francescmaestre/GitQlientPlugin/releases/download/v1.6.1/GitQlientPlugin-QtC18.0.0-Linux-x64.7z",
32+
"sha256": "777fb29c07ee1aa16862ad44dcf9fcf56ce036bb4752998b2d91c0de09516416",
33+
"platform": {
34+
"name": "Linux",
35+
"architecture": "x86_64"
36+
}
37+
},
38+
{
39+
"url": "https://github.com/francescmaestre/GitQlientPlugin/releases/download/v1.6.1/GitQlientPlugin-QtC18.0.0-Linux-arm64.7z",
40+
"sha256": "18c02232bd837c9ce0addcd2371e43da29fbcb177bc054f07253791973300ad0",
41+
"platform": {
42+
"name": "Linux",
43+
"architecture": "arm64"
44+
}
45+
},
46+
{
47+
"url": "https://github.com/francescmaestre/GitQlientPlugin/releases/download/v1.6.1/GitQlientPlugin-QtC18.0.0-macOS-universal.7z",
48+
"sha256": "8ed1cff7f7739e9d26e323c4f3e7ce73ba7e66552ae464cb10ebab32954e34c3",
49+
"platform": {
50+
"name": "macOS",
51+
"architecture": "x86_64"
52+
}
53+
},
54+
{
55+
"url": "https://github.com/francescmaestre/GitQlientPlugin/releases/download/v1.6.1/GitQlientPlugin-QtC18.0.0-macOS-universal.7z",
56+
"sha256": "8ed1cff7f7739e9d26e323c4f3e7ce73ba7e66552ae464cb10ebab32954e34c3",
57+
"platform": {
58+
"name": "macOS",
59+
"architecture": "arm64"
60+
}
61+
}
62+
],
63+
"metadata": {
64+
"Id": "gitqlient",
65+
"Name": "GitQlient",
66+
"Version": "1.6.1",
67+
"CompatVersion": "18.0.0",
68+
"Vendor": "GitQlient",
69+
"VendorId": "gitqlient",
70+
"Copyright": "(C) 2025 Francesc M.",
71+
"License": "GPLv3",
72+
"Description": "This plugins allows the user to work with GitQlient App embedded in QtCreator. It provides a Git UI.",
73+
"Url": "https://github.com/francescmaestre/GitQlientPlugin",
74+
"DocumentationUrl": "https://github.com/francescmaestre/GitQlientPlugin",
75+
"Dependencies": [
76+
{
77+
"Id": "core",
78+
"Version": "18.0.0"
79+
},
80+
{
81+
"Id": "texteditor",
82+
"Version": "18.0.0"
83+
},
84+
{
85+
"Id": "projectexplorer",
86+
"Version": "18.0.0"
87+
},
88+
{
89+
"Id": "cppeditor",
90+
"Version": "18.0.0"
91+
},
92+
{
93+
"Id": "core",
94+
"Version": "18.0.0"
95+
}
96+
]
97+
}
98+
}
99+
}
100+
}

0 commit comments

Comments
 (0)