Add some missing names to about
This commit is contained in:
parent
b2c26eb4ed
commit
6ee9f9d1ad
|
@ -50,13 +50,23 @@ About::About(QWidget *parent):QDialog(parent) {
|
|||
thanks_to_ \
|
||||
<< Person("Mark Kretschmann", "kretschmann@kde.org")
|
||||
<< Person("Max Howell", "max.howell@methylblue.com")
|
||||
<< Person(QString::fromUtf8("Bartłomiej Burdukiewicz"), "dev.strikeu@gmail.com")
|
||||
<< Person("Jakub Stachowski", "qbast@go2.pl")
|
||||
<< Person("Paul Cifarelli", "paul@cifarelli.net")
|
||||
<< Person("Felipe Rivera", "liebremx@users.sourceforge.net")
|
||||
<< Person("Alexander Peitz")
|
||||
<< Person("Artur Rona", "artur.rona@gmail.com")
|
||||
<< Person("Andreas Muttscheller", "asfa194@gmail.com");
|
||||
<< Person("Andreas Muttscheller", "asfa194@gmail.com")
|
||||
<< Person("Mark Furneaux", "mark@furneaux.ca")
|
||||
<< Person("Florian Bigard", "florian.bigard@gmail.com")
|
||||
<< Person("Alex Bikadorov")
|
||||
<< Person("Mattias Andersson")
|
||||
<< Person("Alan Briolat", "alan.briolat@gmail.com")
|
||||
<< Person("Arun Narayanankutty")
|
||||
<< Person(QString::fromUtf8("Bartłomiej Burdukiewicz"), "dev.strikeu@gmail.com")
|
||||
<< Person("Andre Siviero", "altsiviero@gmail.com")
|
||||
<< Person("Santiago Gil")
|
||||
<< Person("Tyler Rhodes");
|
||||
|
||||
|
||||
QString Title = "";
|
||||
|
||||
|
@ -89,8 +99,8 @@ QString About::MakeHtml() const {
|
|||
ret += tr("<p>");
|
||||
|
||||
ret += tr("Strawberry is a audio player and music collection organizer.<br />");
|
||||
ret += tr("It is a fork of Clementine. The name is inspired by the band Strawbs.");
|
||||
ret += tr("</p>");
|
||||
ret += tr("It's based on Clementine and Amarok 1.4, especially aimed at audiophiles.<br />");
|
||||
ret += tr("The name is inspired by the band Strawbs.</p>");
|
||||
|
||||
//ret += tr("<p><a href=\"%1\">%2</a></p><p><b>%3:</b>").arg(kUrl, kUrl, tr("Authors"));
|
||||
|
||||
|
@ -112,7 +122,7 @@ QString About::MakeHtml() const {
|
|||
ret += "<br />" + MakeHtml(person);
|
||||
}
|
||||
|
||||
ret += QString("<br />%1</p>").arg(tr("...and all the Amarok and Clementine contributors"));
|
||||
ret += QString("<br />%1</p>").arg(tr("... and all the Amarok and Clementine contributors"));
|
||||
|
||||
return ret;
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>600</width>
|
||||
<height>650</height>
|
||||
<height>700</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
|
@ -19,13 +19,7 @@
|
|||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>600</width>
|
||||
<height>650</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>600</width>
|
||||
<height>650</height>
|
||||
<height>700</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="baseSize">
|
||||
|
@ -109,7 +103,7 @@
|
|||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>16777215</width>
|
||||
<height>20</height>
|
||||
<height>25</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="text">
|
||||
|
|
Loading…
Reference in New Issue