Skip to content

Commit

Permalink
update about psi-plus info
Browse files Browse the repository at this point in the history
  • Loading branch information
wadealer committed Oct 26, 2012
1 parent b7b72b9 commit 33890a2
Showing 1 changed file with 60 additions and 60 deletions.
120 changes: 60 additions & 60 deletions patches/9990-psiplus-aboutdlg.diff
@@ -1,57 +1,6 @@
--- git.orig/src/about.ui
+++ git/src/about.ui
@@ -8,12 +8,12 @@
<rect>
<x>0</x>
<y>0</y>
- <width>504</width>
+ <width>625</width>
<height>320</height>
</rect>
</property>
<property name="windowTitle" >
- <string>About Psi</string>
+ <string>About</string>
</property>
<layout class="QVBoxLayout" >
<property name="margin" >
@@ -39,7 +39,7 @@
<enum>QFrame::Plain</enum>
</property>
<property name="psiIconName" stdset="0" >
- <string>psi/logo_48</string>
+ <string>psi/psiplus_logo</string>
</property>
</widget>
</item>
@@ -221,7 +221,23 @@ Copyright © 2001-2012 The Psi Team.&lt;
</item>
</layout>
</widget>
- </widget>
+ <widget class="QWidget" name="tab_psiplus" >
+ <attribute name="title" >
+ <string>About Psi+</string>
+ </attribute>
+ <layout class="QVBoxLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item>
+ <widget class="PsiTextView" name="te_psiplus" />
+ </item>
+ </layout>
+ </widget>
+ </widget>
</item>
<item>
<layout class="QHBoxLayout" >
--- git.orig/src/aboutdlg.cpp
+++ git/src/aboutdlg.cpp
@@ -65,6 +65,58 @@ AboutDlg::AboutDlg(QWidget* parent)
--- psi.orig/src/aboutdlg.cpp
+++ psi/src/aboutdlg.cpp
@@ -71,6 +71,58 @@ AboutDlg::AboutDlg(QWidget* parent)
tr("Developer"));
ui_.te_authors->setText( authors );

Expand All @@ -70,8 +19,8 @@
+ "", "maj@jabber.ru", "",
+ tr("Founder, Designer and Patcher"));
+ psiplus += details(QString::fromUtf8("Dealer_WeARE"),
+ "", "", "",
+ tr("Lead Patcher and Plugins Writer"));
+ "wadealer@gmail.com", "", "",
+ tr("Lead Patcher and Plugins Writer; Mac OS X Packager"));
+ psiplus += details(QString::fromUtf8("tux-den"),
+ "", "", "",
+ tr("Designer and Patcher"));
Expand All @@ -96,21 +45,21 @@
+ psiplus += details(QString::fromUtf8("Z_God"),
+ "", "", "",
+ tr("Psimedia Patcher and Wiki English localization"));
+ psiplus += details(QString::fromUtf8("buharev.v.p"),
+ "", "", "",
+ tr("Mac OS X Packager"));
+ psiplus += details(QString::fromUtf8("liuch"),
+ "", "", "",
+ tr("Patcher and Plugins Writer"));
+ psiplus += details(QString::fromUtf8("Nirdosh"),
+ "", "", "",
+ tr("OpenSUSE Packager"));
+ psiplus += details(QString::fromUtf8("tehnick"),
+ "", "", "",
+ tr("Language coordinator"));
+ ui_.te_psiplus->setText( psiplus );
+
// fill in Thanks To tab...
QString thanks;
thanks += details(QString::fromUtf8("Frederik Schwarzer"),
@@ -156,7 +208,7 @@ QString AboutDlg::details( QString name,
@@ -182,7 +234,7 @@ QString AboutDlg::details( QString name,
if ( !email.isEmpty() )
ret += nbsp + "E-mail: " + "<a href=\"mailto:" + email + "\">" + email + "</a><br>\n";
if ( !jabber.isEmpty() )
Expand All @@ -119,3 +68,54 @@
if ( !www.isEmpty() )
ret += nbsp + "WWW: " + "<a href=\"" + www + "\">" + www + "</a><br>\n";
if ( !desc.isEmpty() )
--- psi.orig/src/about.ui
+++ psi/src/about.ui
@@ -8,12 +8,12 @@
<rect>
<x>0</x>
<y>0</y>
- <width>504</width>
+ <width>625</width>
<height>320</height>
</rect>
</property>
<property name="windowTitle" >
- <string>About Psi</string>
+ <string>About</string>
</property>
<layout class="QVBoxLayout" >
<property name="margin" >
@@ -39,7 +39,7 @@
<enum>QFrame::Plain</enum>
</property>
<property name="psiIconName" stdset="0" >
- <string>psi/logo_48</string>
+ <string>psi/psiplus_logo</string>
</property>
</widget>
</item>
@@ -221,7 +221,23 @@ Copyright © 2001-2012 The Psi Team.&lt;
</item>
</layout>
</widget>
- </widget>
+ <widget class="QWidget" name="tab_psiplus" >
+ <attribute name="title" >
+ <string>About Psi+</string>
+ </attribute>
+ <layout class="QVBoxLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item>
+ <widget class="PsiTextView" name="te_psiplus" />
+ </item>
+ </layout>
+ </widget>
+ </widget>
</item>
<item>
<layout class="QHBoxLayout" >

0 comments on commit 33890a2

Please sign in to comment.