Skip to content

Commit

Permalink
- Updated project site to tintaescura.com.
Browse files Browse the repository at this point in the history
  • Loading branch information
aarnt committed Sep 10, 2023
1 parent ea12c84 commit 705f4e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
0.3.2 (dev)
Make code compatible with Qt5/Qt6 libs.
Updated project site to tintaescura.com.

0.3.1 (2023/09/08)
Added german translation (thanks to Leon Schumacher - 42LoCo42).
Expand Down
2 changes: 1 addition & 1 deletion notifier/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ void MainWindow::aboutOctoXBPSNotifier()
QLatin1String("<b>OctoXBPS Notifier</b><br>");
aboutText += StrConstants::getVersion() + QLatin1String(": ") + StrConstants::getApplicationVersion() + QLatin1String(" - ") + StrConstants::getQtVersion() + QLatin1String("<br>");
aboutText += StrConstants::getURL() + QLatin1String(": ") +
QStringLiteral("<a href=\"https://github.com/aarnt/octoxbps/\">https://github.com/aarnt/octoxbps</a><br>");
QStringLiteral("<a href=\"https://tintaescura.com/projects/octoxbps/\">https://tintaescura.com/projects/octoxbps</a><br>");
aboutText += StrConstants::getLicenses() + QLatin1String(": ") + QStringLiteral("<a href=\"http://www.gnu.org/licenses/gpl-2.0.html\">GPL v2</a><br>");
aboutText += QStringLiteral("&copy; Alexandre Albuquerque Arnt<br><br>");
aboutText += QStringLiteral("<b>XBPS</b><br>");
Expand Down
4 changes: 2 additions & 2 deletions src/mainwindow_help.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void MainWindow::initTabHelpUsage()
html +=
QString("<a href=\"http://www.gnu.org/licenses/gpl-2.0.html\">GPL v2</a>.</p></h3>") +
QString("<h4><p>") + strForMoreInfo + " " +
QString("<a href=\"https://github.com/aarnt/octoxbps\">https://github.com/aarnt/octoxbps</a>.</p></h4><br>");
QString("<a href=\"https://tintaescura.com/projects/octoxbps\">https://tintaescura.com/projects/octoxbps</a>.</p></h4><br>");

html += tr("Package classification:") +
QString("<ul type=\"square\"><li>") + iconPath + "installed.png\"/> " +
Expand Down Expand Up @@ -206,7 +206,7 @@ void MainWindow::onHelpAbout()
QLatin1String("<b>") + StrConstants::getApplicationName() + QLatin1String("</b><br>");
aboutText += StrConstants::getVersion() + QLatin1String(": ") + StrConstants::getApplicationVersion() + QLatin1String(" - ") + StrConstants::getQtVersion() + QLatin1String("<br>");
aboutText += StrConstants::getURL() + QLatin1String(": ") +
QStringLiteral("<a href=\"https://github.com/aarnt/octoxbps/\">https://github.com/aarnt/octoxbps</a><br>");
QStringLiteral("<a href=\"https://tintaescura.com/projects/octoxbps/\">https://tintaescura.com/projects/octoxbps</a><br>");
aboutText += StrConstants::getLicenses() + QLatin1String(": ") + QStringLiteral("<a href=\"http://www.gnu.org/licenses/gpl-2.0.html\">GPL v2</a><br>");
aboutText += QStringLiteral("&copy; Alexandre Albuquerque Arnt<br><br>");
aboutText += QStringLiteral("<b>XBPS</b><br>");
Expand Down

0 comments on commit 705f4e9

Please sign in to comment.