Skip to content

Commit

Permalink
Ver. 1.3.0.1 update
Browse files Browse the repository at this point in the history
* Added advanced options tab(disable by default until version 1.3.0.2)
* Updated wallet logos
* Minor changes
  • Loading branch information
phantomx-beta committed May 6, 2018
1 parent 6405d9f commit 36ef700
Show file tree
Hide file tree
Showing 287 changed files with 161,749 additions and 4,115 deletions.
127,767 changes: 127,767 additions & 0 deletions Makefile

Large diffs are not rendered by default.

Binary file added Ubuntu-L.ttf
Binary file not shown.
Binary file added build/aboutdialog.o
Binary file not shown.
Binary file added build/addressbookpage.o
Binary file not shown.
Binary file added build/addresstablemodel.o
Binary file not shown.
Binary file added build/addrman.o
Binary file not shown.
Binary file added build/alert.o
Binary file not shown.
Binary file added build/bitcoin.o
Binary file not shown.
Binary file added build/bitcoinaddressvalidator.o
Binary file not shown.
Binary file added build/bitcoinamountfield.o
Binary file not shown.
Binary file added build/bitcoingui.o
Binary file not shown.
Binary file added build/bitcoinstrings.o
Binary file not shown.
Binary file added build/blake.o
Binary file not shown.
Binary file added build/bloom.o
Binary file not shown.
Binary file added build/bmw.o
Binary file not shown.
2 changes: 2 additions & 0 deletions build/build.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// No build information available
#define BUILD_DATE "2018-04-08 22:18:47 +0200"
Binary file added build/chainparams.o
Binary file not shown.
Binary file added build/checkpoints.o
Binary file not shown.
Binary file added build/clientmodel.o
Binary file not shown.
Binary file added build/coincontroldialog.o
Binary file not shown.
Binary file added build/coincontroltreewidget.o
Binary file not shown.
Binary file added build/core.o
Binary file not shown.
Binary file added build/cubehash.o
Binary file not shown.
Binary file added build/db.o
Binary file not shown.
Binary file added build/echo.o
Binary file not shown.
Binary file added build/eckey.o
Binary file not shown.
Binary file added build/editaddressdialog.o
Binary file not shown.
Binary file added build/groestl.o
Binary file not shown.
Binary file added build/guiutil.o
Binary file not shown.
Binary file added build/hash.o
Binary file not shown.
Binary file added build/init.o
Binary file not shown.
Binary file added build/jh.o
Binary file not shown.
Binary file added build/keccak.o
Binary file not shown.
Binary file added build/key.o
Binary file not shown.
Binary file added build/keystore.o
Binary file not shown.
Binary file added build/luffa.o
Binary file not shown.
Binary file added build/main.o
Binary file not shown.
Binary file added build/miner.o
Binary file not shown.
Binary file added build/monitoreddatamapper.o
Binary file not shown.
Binary file added build/net.o
Binary file not shown.
Binary file added build/netbase.o
Binary file not shown.
Binary file added build/optionsdialog.o
Binary file not shown.
Binary file added build/optionsmodel.o
Binary file not shown.
Binary file added build/rpcclient.o
Binary file not shown.
Binary file added build/rpcdump.o
Binary file not shown.
Binary file added build/rpcprotocol.o
Binary file not shown.
Binary file added build/rpcserver.o
Binary file not shown.
Binary file added build/script.o
Binary file not shown.
Binary file added build/scrypt.o
Binary file not shown.
Binary file added build/sendcoinsdialog.o
Binary file not shown.
Binary file added build/shavite.o
Binary file not shown.
Binary file added build/signverifymessagedialog.o
Binary file not shown.
Binary file added build/simd.o
Binary file not shown.
Binary file added build/skein.o
Binary file not shown.
Binary file added build/sync.o
Binary file not shown.
Binary file added build/trafficgraphwidget.o
Binary file not shown.
Binary file added build/transactiondesc.o
Binary file not shown.
Binary file added build/transactiondescdialog.o
Binary file not shown.
Binary file added build/transactionfilterproxy.o
Binary file not shown.
Binary file added build/transactionrecord.o
Binary file not shown.
Binary file added build/transactiontablemodel.o
Binary file not shown.
Binary file added build/transactionview.o
Binary file not shown.
Binary file added build/txdb-leveldb.o
Binary file not shown.
Binary file added build/txmempool.o
Binary file not shown.
162 changes: 162 additions & 0 deletions build/ui_aboutdialog.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,162 @@
/********************************************************************************
** Form generated from reading UI file 'aboutdialog.ui'
**
** Created by: Qt User Interface Compiler version 5.10.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/

#ifndef UI_ABOUTDIALOG_H
#define UI_ABOUTDIALOG_H

#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QDialog>
#include <QtWidgets/QDialogButtonBox>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QVBoxLayout>

QT_BEGIN_NAMESPACE

class Ui_AboutDialog
{
public:
QHBoxLayout *horizontalLayout_2;
QLabel *label_4;
QVBoxLayout *verticalLayout_2;
QSpacerItem *verticalSpacer_2;
QHBoxLayout *horizontalLayout;
QLabel *label;
QLabel *versionLabel;
QSpacerItem *horizontalSpacer;
QLabel *copyrightLabel;
QLabel *label_3;
QLabel *label_2;
QDialogButtonBox *buttonBox;

void setupUi(QDialog *AboutDialog)
{
if (AboutDialog->objectName().isEmpty())
AboutDialog->setObjectName(QStringLiteral("AboutDialog"));
AboutDialog->resize(593, 319);
QFont font;
font.setFamily(QStringLiteral("Tahoma"));
AboutDialog->setFont(font);
horizontalLayout_2 = new QHBoxLayout(AboutDialog);
horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
label_4 = new QLabel(AboutDialog);
label_4->setObjectName(QStringLiteral("label_4"));
QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Ignored);
sizePolicy.setHorizontalStretch(0);
sizePolicy.setVerticalStretch(0);
sizePolicy.setHeightForWidth(label_4->sizePolicy().hasHeightForWidth());
label_4->setSizePolicy(sizePolicy);
label_4->setPixmap(QPixmap(QString::fromUtf8(":/images/about")));

horizontalLayout_2->addWidget(label_4);

verticalLayout_2 = new QVBoxLayout();
verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);

verticalLayout_2->addItem(verticalSpacer_2);

horizontalLayout = new QHBoxLayout();
horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
label = new QLabel(AboutDialog);
label->setObjectName(QStringLiteral("label"));
label->setCursor(QCursor(Qt::IBeamCursor));
label->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);

horizontalLayout->addWidget(label);

versionLabel = new QLabel(AboutDialog);
versionLabel->setObjectName(QStringLiteral("versionLabel"));
versionLabel->setCursor(QCursor(Qt::IBeamCursor));
versionLabel->setText(QStringLiteral("0.3.666-beta"));
versionLabel->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);

horizontalLayout->addWidget(versionLabel);

horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

horizontalLayout->addItem(horizontalSpacer);


verticalLayout_2->addLayout(horizontalLayout);

copyrightLabel = new QLabel(AboutDialog);
copyrightLabel->setObjectName(QStringLiteral("copyrightLabel"));
copyrightLabel->setFont(font);
copyrightLabel->setCursor(QCursor(Qt::IBeamCursor));
copyrightLabel->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);

verticalLayout_2->addWidget(copyrightLabel);

label_3 = new QLabel(AboutDialog);
label_3->setObjectName(QStringLiteral("label_3"));
label_3->setMouseTracking(true);
label_3->setTextFormat(Qt::RichText);

verticalLayout_2->addWidget(label_3);

label_2 = new QLabel(AboutDialog);
label_2->setObjectName(QStringLiteral("label_2"));
label_2->setFont(font);
label_2->setCursor(QCursor(Qt::IBeamCursor));
label_2->setTextFormat(Qt::RichText);
label_2->setWordWrap(true);
label_2->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);

verticalLayout_2->addWidget(label_2);

buttonBox = new QDialogButtonBox(AboutDialog);
buttonBox->setObjectName(QStringLiteral("buttonBox"));
buttonBox->setOrientation(Qt::Horizontal);
buttonBox->setStandardButtons(QDialogButtonBox::Ok);

verticalLayout_2->addWidget(buttonBox);


horizontalLayout_2->addLayout(verticalLayout_2);


retranslateUi(AboutDialog);
QObject::connect(buttonBox, SIGNAL(accepted()), AboutDialog, SLOT(accept()));
QObject::connect(buttonBox, SIGNAL(rejected()), AboutDialog, SLOT(reject()));

QMetaObject::connectSlotsByName(AboutDialog);
} // setupUi

void retranslateUi(QDialog *AboutDialog)
{
AboutDialog->setWindowTitle(QApplication::translate("AboutDialog", "About PhantomX", nullptr));
label->setText(QApplication::translate("AboutDialog", "<html><head/><body><p><span style=\" font-weight:600;\">PhantomX</span> version</p></body></html>", nullptr));
copyrightLabel->setText(QApplication::translate("AboutDialog", "Copyright \302\251 2009-2014 The Bitcoin developers\n"
"Copyright \302\251 2017-2018 The PhantomX developers", nullptr));
label_3->setText(QApplication::translate("AboutDialog", "\n"
"Visit PhantomX:\n"
"<a href=\"http://www.phantomx.co\">http://www.phantomx.co</a>\n"
"\n"
"", nullptr));
label_2->setText(QApplication::translate("AboutDialog", "This is experimental software.\n"
"\n"
"Distributed under the MIT/X11 software license, see the accompanying file COPYING or <a href=\"http://www.opensource.org/licenses/mit-license.php\">http://www.opensource.org/licenses/mit-license.php</a>.\n"
"\n"
"This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (<a href=\"https://www.openssl.org/\">https://www.openssl.org/</a>) and cryptographic software written by Eric Young (<a href=\"mailto:eay@cryptsoft.com\">eay@cryptsoft.com</a>) and UPnP software written by Thomas Bernard.", nullptr));
} // retranslateUi

};

namespace Ui {
class AboutDialog: public Ui_AboutDialog {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_ABOUTDIALOG_H
170 changes: 170 additions & 0 deletions build/ui_addeditadrenalinenode.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,170 @@
/********************************************************************************
** Form generated from reading UI file 'addeditadrenalinenode.ui'
**
** Created by: Qt User Interface Compiler version 5.10.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/

#ifndef UI_ADDEDITADRENALINENODE_H
#define UI_ADDEDITADRENALINENODE_H

#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QDialog>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QVBoxLayout>

QT_BEGIN_NAMESPACE

class Ui_AddEditAdrenalineNode
{
public:
QVBoxLayout *verticalLayout;
QVBoxLayout *verticalLayout_2;
QLabel *label_3;
QHBoxLayout *horizontalLayout;
QLabel *label;
QLineEdit *aliasLineEdit;
QHBoxLayout *horizontalLayout_2;
QLabel *label_2;
QLineEdit *addressLineEdit;
QHBoxLayout *horizontalLayout_3;
QHBoxLayout *horizontalLayout_Buttons;
QSpacerItem *horizontalSpacer_1;
QLabel *statusLabel;
QSpacerItem *horizontalSpacer_2;
QPushButton *okButton;
QPushButton *cancelButton;

void setupUi(QDialog *AddEditAdrenalineNode)
{
if (AddEditAdrenalineNode->objectName().isEmpty())
AddEditAdrenalineNode->setObjectName(QStringLiteral("AddEditAdrenalineNode"));
AddEditAdrenalineNode->resize(552, 279);
AddEditAdrenalineNode->setModal(true);
verticalLayout = new QVBoxLayout(AddEditAdrenalineNode);
verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
verticalLayout_2 = new QVBoxLayout();
verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
verticalLayout_2->setContentsMargins(-1, 0, -1, 0);
label_3 = new QLabel(AddEditAdrenalineNode);
label_3->setObjectName(QStringLiteral("label_3"));
QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding);
sizePolicy.setHorizontalStretch(0);
sizePolicy.setVerticalStretch(0);
sizePolicy.setHeightForWidth(label_3->sizePolicy().hasHeightForWidth());
label_3->setSizePolicy(sizePolicy);
label_3->setWordWrap(true);

verticalLayout_2->addWidget(label_3);

horizontalLayout = new QHBoxLayout();
horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
horizontalLayout->setContentsMargins(-1, -1, -1, 0);
label = new QLabel(AddEditAdrenalineNode);
label->setObjectName(QStringLiteral("label"));

horizontalLayout->addWidget(label);

aliasLineEdit = new QLineEdit(AddEditAdrenalineNode);
aliasLineEdit->setObjectName(QStringLiteral("aliasLineEdit"));

horizontalLayout->addWidget(aliasLineEdit);


verticalLayout_2->addLayout(horizontalLayout);

horizontalLayout_2 = new QHBoxLayout();
horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
horizontalLayout_2->setContentsMargins(-1, -1, -1, 0);
label_2 = new QLabel(AddEditAdrenalineNode);
label_2->setObjectName(QStringLiteral("label_2"));

horizontalLayout_2->addWidget(label_2);

addressLineEdit = new QLineEdit(AddEditAdrenalineNode);
addressLineEdit->setObjectName(QStringLiteral("addressLineEdit"));

horizontalLayout_2->addWidget(addressLineEdit);


verticalLayout_2->addLayout(horizontalLayout_2);

horizontalLayout_3 = new QHBoxLayout();
horizontalLayout_3->setObjectName(QStringLiteral("horizontalLayout_3"));
horizontalLayout_3->setContentsMargins(-1, -1, -1, 0);

verticalLayout_2->addLayout(horizontalLayout_3);


verticalLayout->addLayout(verticalLayout_2);

horizontalLayout_Buttons = new QHBoxLayout();
horizontalLayout_Buttons->setObjectName(QStringLiteral("horizontalLayout_Buttons"));
horizontalSpacer_1 = new QSpacerItem(40, 48, QSizePolicy::Expanding, QSizePolicy::Minimum);

horizontalLayout_Buttons->addItem(horizontalSpacer_1);

statusLabel = new QLabel(AddEditAdrenalineNode);
statusLabel->setObjectName(QStringLiteral("statusLabel"));
QFont font;
font.setBold(true);
font.setWeight(75);
statusLabel->setFont(font);
statusLabel->setTextFormat(Qt::PlainText);
statusLabel->setWordWrap(true);

horizontalLayout_Buttons->addWidget(statusLabel);

horizontalSpacer_2 = new QSpacerItem(40, 48, QSizePolicy::Expanding, QSizePolicy::Minimum);

horizontalLayout_Buttons->addItem(horizontalSpacer_2);

okButton = new QPushButton(AddEditAdrenalineNode);
okButton->setObjectName(QStringLiteral("okButton"));

horizontalLayout_Buttons->addWidget(okButton);

cancelButton = new QPushButton(AddEditAdrenalineNode);
cancelButton->setObjectName(QStringLiteral("cancelButton"));
cancelButton->setAutoDefault(false);

horizontalLayout_Buttons->addWidget(cancelButton);


verticalLayout->addLayout(horizontalLayout_Buttons);


retranslateUi(AddEditAdrenalineNode);

QMetaObject::connectSlotsByName(AddEditAdrenalineNode);
} // setupUi

void retranslateUi(QDialog *AddEditAdrenalineNode)
{
AddEditAdrenalineNode->setWindowTitle(QApplication::translate("AddEditAdrenalineNode", "Add/Edit phantomxNodes Node", nullptr));
label_3->setText(QApplication::translate("AddEditAdrenalineNode", "<html><head/><body><p>Enter an Alias (friendly name) for your PhantomX Node and its address (either clearnet IP and port). The address should be in the format 123.456.789.123:9999 or example.com:9999. </p><p>A masternode private key and a collateral address will both be automatically generated for you. <span style=\" font-weight:600;\">You must send exactly 20000 PNX to the collateral address</span>.</p></body></html>", nullptr));
label->setText(QApplication::translate("AddEditAdrenalineNode", "Alias", nullptr));
label_2->setText(QApplication::translate("AddEditAdrenalineNode", "Address", nullptr));
statusLabel->setText(QString());
okButton->setText(QApplication::translate("AddEditAdrenalineNode", "&OK", nullptr));
cancelButton->setText(QApplication::translate("AddEditAdrenalineNode", "&Cancel", nullptr));
} // retranslateUi

};

namespace Ui {
class AddEditAdrenalineNode: public Ui_AddEditAdrenalineNode {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_ADDEDITADRENALINENODE_H
Loading

0 comments on commit 36ef700

Please sign in to comment.