]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
About: update UI, remove contributors, update acknowledgements
authortobtoht <thotbot@protonmail.com>
Thu, 21 Oct 2021 20:47:26 +0000 (22:47 +0200)
committertobtoht <thotbot@protonmail.com>
Thu, 21 Oct 2021 20:47:26 +0000 (22:47 +0200)
src/assets/about.txt
src/assets/ack.txt
src/assets/contributors.txt [deleted file]
src/dialog/AboutDialog.cpp
src/dialog/AboutDialog.h
src/dialog/AboutDialog.ui

index 84af5c19de1ef23e0a2e7f71d6862d4ab4086abc..db366e947450db31391924823ded3ed3d4d043fa 100644 (file)
@@ -1,12 +1,5 @@
 Feather <feather_version> (<feather_git_head>)
 
-Website: https://featherwallet.org
-E-mail: dev@featherwallet.org
-
-Created by dsc, tobtoht, and contributors.
-
-Uses icons from the Icons8 icon pack (icons8.com).
-
 Copyright (c) 2020-<current_year>, The Monero Project
 
 All rights reserved.
index c02598604d255624bb318e169bfa1763d0d9a672..07e7329bbb634a519670f773acffb312ce8cce3b 100644 (file)
@@ -1,12 +1,33 @@
-The wallet UI is heavily inspired by Electrum. We would like to recognize Thomas Voegtlin for his pioneering work on Bitcoin.
+• The wallet UI is heavily inspired by Electrum. We would like to recognize Thomas Voegtlin for his pioneering work on Bitcoin.
 
-Feather uses monero-seed written by Tevador, for 14 word mnemonic seeds.
+• Feather uses the monero-seed libary written by Tevador for 14 word mnemonic seeds.
 
-Wizard banner art was adapted from a paper wallet design by the themonera (themonera.art).
+• Wizard banner art was adapted from a paper wallet design by the themonera (themonera.art).
 
-Initial CMake support for the Monero GUI was coded by TheCharlatan/xiphon.
+• Uses icons from the Icons8 icon pack (icons8.com).
 
-Huge thanks to nioc, fluffypony, wowario, thrmo for help during development.
+• Initial CMake support for the Monero GUI was coded by TheCharlatan/xiphon.
 
-Some more shoutouts for people for hosting nodes and/or having good ideas:
-dnale0r, dEBRUYNE, binaryFate, lza_menace, jwinterm, kico, wowario
+Shoutouts:
+
+binaryFate
+blasty
+dEBRUYNE
+dnale0r
+fluffypony
+geonic
+jwinterm
+kico
+lozbek
+lyza
+lza_menace
+nioc
+rbrunner
+rehrar
+samsunggalaxyplayer
+selsta
+sethsimmons
+spoontechtips
+tevador
+thrmo
+wowario
\ No newline at end of file
diff --git a/src/assets/contributors.txt b/src/assets/contributors.txt
deleted file mode 100644 (file)
index 92c9122..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-dsc
-tobtoht
-selsta
-Diego Salazar
-Matt Smith
\ No newline at end of file
index 6825400b6d603ec5c64b8a4ebfaee30e8377efe0..5e8d701bd3bffc7c4a30890fb333e3c857637b0f 100644 (file)
 AboutDialog::AboutDialog(QWidget *parent)
         : QDialog(parent)
         , ui(new Ui::AboutDialog)
-        , m_model(new QStringListModel(this))
 {
     ui->setupUi(this);
-    this->setWindowIcon(QIcon("://assets/images/appicons/64x64.png"));
+
     // cute fox (c) Diego "rehrar" Salazar :-D
     QPixmap p(":assets/images/cutexmrfox.png");
     ui->aboutImage->setPixmap(p.scaled(128, 128, Qt::KeepAspectRatio, Qt::SmoothTransformation));
@@ -28,14 +27,6 @@ AboutDialog::AboutDialog(QWidget *parent)
     auto ack_text = Utils::barrayToString(ack);
     ui->ackText->setText(ack_text);
 
-    QString contributors = Utils::barrayToString(Utils::fileOpenQRC(":assets/contributors.txt"));
-    QStringList contributor_list = contributors.split("\n");
-    m_model->setStringList(contributor_list);
-
-    ui->authorView->setHeaderHidden(true);
-    ui->authorView->setModel(this->m_model);
-    ui->authorView->header()->setSectionResizeMode(QHeaderView::Stretch);
-
     this->adjustSize();
 }
 
index 4853e4fbcd272d3b3c7e335ce557896c75095c61..2f2e404b3be9bf26d713cb77da29c67264e143d0 100644 (file)
@@ -21,7 +21,6 @@ public:
 
 private:
     QScopedPointer<Ui::AboutDialog> ui;
-    QStringListModel *m_model;
 };
 
 #endif // FEATHER_ABOUT_H
index 84f2a76c0b3a6cd5787b0d06a1f294a06e1e4aff..8956d86f6ff6395715bc5d97ed2ddc5854888183 100644 (file)
@@ -43,7 +43,7 @@
        <item>
         <widget class="QLabel" name="label">
          <property name="text">
-          <string>a free, open-source Monero wallet</string>
+          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Feather&lt;/span&gt;: a free, open-source Monero wallet&lt;/p&gt;&lt;p&gt;Created by dsc, tobtoht and contributors&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
          </property>
          <property name="alignment">
           <set>Qt::AlignCenter</set>
        </item>
       </layout>
      </widget>
-     <widget class="QWidget" name="Authors">
-      <attribute name="title">
-       <string>Authors</string>
-      </attribute>
-      <layout class="QVBoxLayout" name="verticalLayout_3">
-       <item>
-        <widget class="QTreeView" name="authorView">
-         <property name="editTriggers">
-          <set>QAbstractItemView::NoEditTriggers</set>
-         </property>
-         <property name="rootIsDecorated">
-          <bool>false</bool>
-         </property>
-        </widget>
-       </item>
-      </layout>
-     </widget>
      <widget class="QWidget" name="acknowledgements">
       <attribute name="title">
        <string>Acknowledgements</string>