Skip to content

Commit ff27099

Browse files
committed
All: migrate missing pieces to new github space
1 parent f9ec850 commit ff27099

2 files changed

Lines changed: 14 additions & 9 deletions

File tree

src/plugins/help/help_plg.cpp

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,8 @@ void HelpPlugin::actionAbout_triggered() {
504504
<h2>%1 %2</h2>
505505
<p>A versatile text editor</p>
506506
<p>Home page: <a href="%3">%3</a></p>
507+
<p>Mirror: <a href="%4">%4</a></p>
508+
507509
508510
<p>Licensed under the GNU General Public License v2 (GPLv2) or later</p>
509511
@@ -513,6 +515,7 @@ void HelpPlugin::actionAbout_triggered() {
513515
<li><a href="https://github.com/diegoiast/qmdilib">qmdilib</a></li>
514516
<li><a href="https://github.com/diegoiast/qutepart-cpp">qutepart-cpp</a></li>
515517
<li><a href="https://github.com/diegoiast/command-palette-widget">command-palette-widget</a></li>
518+
<li><a href="https://github.com/diegoiast/KodoTerm">KodoTerm</a></li>
516519
<li><a href="https://github.com/palacaze/image-viewer">image-viewer</a></li>
517520
<li><a href="https://github.com/Dax89/QHexView">QHexView</a></li>
518521
<li><a href="https://github.com/alex-spataru/QSimpleUpdater">QSimpleUpdater</a></li>
@@ -535,7 +538,9 @@ void HelpPlugin::actionAbout_triggered() {
535538
auto contentWidget = new QWidget;
536539
auto contentLayout = new QVBoxLayout(contentWidget);
537540
auto textLabel = new QLabel(
538-
aboutText.arg(appName).arg(version).arg("https://gitlab.com/codepointer/codepointer"));
541+
aboutText.arg(appName).arg(version)
542+
.arg("https://github.com/codepointerapp/codepointer")
543+
.arg("https://gitlab.com/codepointer/codepointer"));
539544
textLabel->setWordWrap(true);
540545
textLabel->setOpenExternalLinks(true);
541546
textLabel->setTextFormat(Qt::RichText);

updates.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
22
"updates": {
33
"windows": {
4-
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.1.0",
4+
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.0",
55
"latest-version": "0.1.0",
6-
"download-url": "https://github.com/diegoiast/qtedit4/releases/download/v0.1.0/qtedit4-qt6.8.3-v0.1.0-x86_64.exe",
6+
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.0/codepointer-v0.1.0-x86_64.exe",
77
"changelog": "Various bug fixes, hide toolbars",
88
"mandatory": true
99
},
1010
"windows-testing": {
11-
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.1.0",
11+
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.0",
1212
"latest-version": "0.1.0",
13-
"download-url": "https://github.com/diegoiast/qtedit4/releases/download/v0.1.0/qtedit4-qt6.8.3-v0.1.0-x86_64.exe",
13+
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.0/codepointer-v0.1.0-x86_64.exe",
1414
"changelog": "Various bug fixes, hide toolbars",
1515
"mandatory": true
1616
},
1717
"linux": {
18-
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.1.0",
18+
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.0",
1919
"latest-version": "0.1.0",
20-
"download-url": "https://github.com/diegoiast/qtedit4/releases/download/v0.1.0/qtedit4-qt6.8.3-v0.1.0-x86_64.AppImage",
20+
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.0/codepointer-v0.1.0-x86_64.AppImage",
2121
"changelog": "Various bug fixes, hide toolbars",
2222
"mandatory": true
2323
},
2424
"linux-testing": {
25-
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.1.0",
25+
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.0",
2626
"latest-version": "0.1.0",
27-
"download-url": "https://github.com/diegoiast/qtedit4/releases/download/v0.1.0/qtedit4-qt6.8.3-v0.1.0-x86_64.AppImage",
27+
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.0/codepointer-v0.1.0-x86_64.AppImage",
2828
"changelog": "Various bug fixes, hide toolbars",
2929
"mandatory": true
3030
}

0 commit comments

Comments
 (0)