From: tobtoht Date: Thu, 21 Oct 2021 20:47:26 +0000 (+0200) Subject: About: update UI, remove contributors, update acknowledgements X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=516a73fc2cb072acf48942f94a13045feff30920;p=gamesguru%2Ffeather.git About: update UI, remove contributors, update acknowledgements --- diff --git a/src/assets/about.txt b/src/assets/about.txt index 84af5c19..db366e94 100644 --- a/src/assets/about.txt +++ b/src/assets/about.txt @@ -1,12 +1,5 @@ Feather () -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-, The Monero Project All rights reserved. diff --git a/src/assets/ack.txt b/src/assets/ack.txt index c0259860..07e7329b 100644 --- a/src/assets/ack.txt +++ b/src/assets/ack.txt @@ -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 index 92c91224..00000000 --- a/src/assets/contributors.txt +++ /dev/null @@ -1,5 +0,0 @@ -dsc -tobtoht -selsta -Diego Salazar -Matt Smith \ No newline at end of file diff --git a/src/dialog/AboutDialog.cpp b/src/dialog/AboutDialog.cpp index 6825400b..5e8d701b 100644 --- a/src/dialog/AboutDialog.cpp +++ b/src/dialog/AboutDialog.cpp @@ -10,10 +10,9 @@ 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(); } diff --git a/src/dialog/AboutDialog.h b/src/dialog/AboutDialog.h index 4853e4fb..2f2e404b 100644 --- a/src/dialog/AboutDialog.h +++ b/src/dialog/AboutDialog.h @@ -21,7 +21,6 @@ public: private: QScopedPointer ui; - QStringListModel *m_model; }; #endif // FEATHER_ABOUT_H diff --git a/src/dialog/AboutDialog.ui b/src/dialog/AboutDialog.ui index 84f2a76c..8956d86f 100644 --- a/src/dialog/AboutDialog.ui +++ b/src/dialog/AboutDialog.ui @@ -43,7 +43,7 @@ - a free, open-source Monero wallet + <html><head/><body><p><span style=" font-weight:600;">Feather</span>: a free, open-source Monero wallet</p><p>Created by dsc, tobtoht and contributors</p></body></html> Qt::AlignCenter @@ -71,23 +71,6 @@ - - - Authors - - - - - - QAbstractItemView::NoEditTriggers - - - false - - - - - Acknowledgements