Skip to content

Commit

Permalink
Update about dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Feb 3, 2024
1 parent c465dad commit 917a9e7
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions src/gui/aboutdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include "aboutdialog.h"
#include "ui_aboutdialog.h"

#include "common/shortcuts.h"
#include "common/textdata.h"
#include "common/version.h"
#include "gui/icons.h"
Expand Down Expand Up @@ -31,12 +30,6 @@ QString helpLink(const QString &name, const QString &link, ushort icon)
"</tr>";
}

QString helpDeveloper(const char *name, const char *mail)
{
return QString::fromLatin1("<div>%1 &nbsp;&nbsp;&nbsp;<span class='info'>%2</span></div>")
.arg(QString::fromUtf8(name), mail);
}

QString helpLib(const char *name, const QString &copyright, const char *url)
{
return QString("<p><span class='library'>%1</span>"
Expand Down Expand Up @@ -103,33 +96,12 @@ QString AboutDialog::aboutPage()
"</table>"
"</p>"

"<p class='copyright'>Copyright (c) 2009 - 2023</p>"
"<p class='copyright'>Copyright (c) 2009 - 2024</p>"

"<p></p>"

+ "<p>"
+ helpUrl("https://github.com/hluk/CopyQ/graphs/contributors")
+ helpDeveloper("Adam Batkin", "[email protected]")
+ helpDeveloper("Giacomo Margarito", "[email protected]")
+ helpDeveloper("Greg Carp", "[email protected]")
+ helpDeveloper("Ilya Plenne", "[email protected]")
+ helpDeveloper("Jörg Thalheim", "[email protected]")
+ helpDeveloper("Kim Jzhone", "[email protected]")
+ helpDeveloper("Kos Ivantsov", "[email protected]")
+ helpDeveloper("lightonflux", "[email protected]")
+ helpDeveloper("Lukas Holecek", "[email protected]")
+ helpDeveloper("Marjolein Hoekstra", "http://twitter.com/cleverclogs")
+ helpDeveloper("Martin Lepadusch", "[email protected]")
+ helpDeveloper("Matt d'Entremont", "[email protected]")
+ helpDeveloper("Michal Čihař", "[email protected]")
+ helpDeveloper("Patricio M. Ros", "[email protected]")
+ helpDeveloper("Robert Orzanna", "[email protected]")
+ helpDeveloper("Ryan Wooden", "[email protected]")
+ helpDeveloper("Scott Kostyshak", "[email protected]")
+ helpDeveloper("Sebastian Schuberth", "[email protected]")
+ helpDeveloper("Tomas Nilzon", "[email protected]")
+ helpDeveloper("Wilfried Caruel", "[email protected]")
+ helpDeveloper("x2357", "[email protected]")
+
"</p>"

Expand Down

0 comments on commit 917a9e7

Please sign in to comment.