Skip to content

Commit

Permalink
v1.9.5.1 build revisions.
Browse files Browse the repository at this point in the history
  • Loading branch information
EverGreenCoinDev committed Mar 18, 2022
1 parent 8168b12 commit 280029c
Show file tree
Hide file tree
Showing 9 changed files with 100 additions and 12 deletions.
2 changes: 1 addition & 1 deletion EverGreenCoin-qt.pro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TEMPLATE = app
DEFINES += fName1 fName2
fName1 = "EverGreenCoin-Qt"
macx:TARGET = "EverGreenCoin-Qt"
VERSION = 1.9.5.0
VERSION = 1.9.5.1
QMAKE_TARGET_BUNDLE_PREFIX = co.evergreen
contains(QT_ARCH, i386) {
fName2 = "-qt-x86-v"
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 9
#define CLIENT_VERSION_REVISION 5
#define CLIENT_VERSION_BUILD 0
#define CLIENT_VERSION_BUILD 1

// Converts the parameter X to a string after macro replacement on X has been performed.
// Don't merge these into one macro!
Expand Down
2 changes: 1 addition & 1 deletion src/qt/bitcoingui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ BitcoinGUI::BitcoinGUI(QWidget *parent):
QApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
#endif

resize(1000, 700);
resize(1250, 1000);
this->setGeometry(QStyle::alignedRect(Qt::LeftToRight, Qt::AlignCenter, this->size(), QApplication::desktop()->screenGeometry()));
setWindowTitle(tr("EverGreenCoin® Core - Wallet v1.9.5") );
#ifndef Q_OS_MAC
Expand Down
1 change: 0 additions & 1 deletion src/qt/charitydialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ void StakeForCharityDialog::on_enableButton_clicked()
ui->message->setStyleSheet("QLabel { color: red; font-weight: 900; }");
ui->message->setText(tr("Please enter whole numbers, 1 through 100, for percentage")+ " \n\n\n");
ui->charityPercentEdit->setFocus();
ui->charityPercentEdit->setStyleSheet("border-color: #ffffff;");
return;
}

Expand Down
51 changes: 46 additions & 5 deletions src/qt/forms/charitydialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,14 @@
<height>40</height>
</size>
</property>
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="toolTip">
<string>Save any changes and enable EverGreenCoin Dynamic Stake For Charity</string>
<string>&lt;p&gt;&lt;span style=&quot; color:#ffffff; background-color: #000000; white-space:nowrap;&quot;&gt;Save any changes and enable EverGreenCoin Dynamic Stake For Charity&lt;/span&gt;</string>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
Expand All @@ -306,8 +312,14 @@
<height>40</height>
</size>
</property>
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="toolTip">
<string>Disable EverGreenCoin Dynamic Stake For Charity</string>
<string>&lt;span style=&quot; color:#ffffff; background-color: #000000; white-space:nowrap;&quot;&gt;Disable EverGreenCoin Dynamic Stake For Charity&lt;/span&gt;</string>
</property>
<property name="styleSheet">
<string notr="true">background: rgba(1,132,87,150);</string>
Expand Down Expand Up @@ -721,9 +733,14 @@
</item>
<item row="3" column="1">
<widget class="QComboBox" name="comboBox">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="toolTip">
<string>Select an EverGreenCoin Authorized Effort™
</string>
<string>Select an EverGreenCoin Authorized Effort™ or select 'Manual Address Entry' to enter any EverGreenCoin address.</string>
</property>
<property name="styleSheet">
<string notr="true">border: 2px solid #000000;</string>
Expand All @@ -742,6 +759,12 @@
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_7">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="toolTip">
<string>Account address to send percentage of network rewards to</string>
</property>
Expand All @@ -761,6 +784,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="toolTip">
<string>Percentage of your network rewards (stake rewards) to send</string>
</property>
Expand Down Expand Up @@ -918,6 +947,12 @@
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_5">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="toolTip">
<string>Account address to send percentage of network rewards to</string>
</property>
Expand Down Expand Up @@ -968,8 +1003,14 @@
<height>0</height>
</size>
</property>
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="toolTip">
<string>EverGreenCoin address to send percentage of network rewards to or select an EverGreenCoin Authorized Effort™ from the drop-down menu above</string>
<string>EverGreenCoin address to send percentage of network rewards to after maturity.</string>
</property>
<property name="styleSheet">
<string notr="true">border: 2px solid #000000;</string>
Expand Down
17 changes: 15 additions & 2 deletions src/qt/forms/overviewpage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,9 @@
<property name="font">
<font>
<family>Sans Serif</family>
<weight>50</weight>
<bold>false</bold>
<pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
Expand Down Expand Up @@ -1342,6 +1343,12 @@
<height>30</height>
</size>
</property>
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Your Recent Transactions&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
Expand Down Expand Up @@ -1426,6 +1433,12 @@
<height>16777214</height>
</size>
</property>
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="toolTip">
<string/>
</property>
Expand Down
9 changes: 8 additions & 1 deletion src/qt/forms/sendcoinsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@
<x>0</x>
<y>0</y>
<width>832</width>
<height>169</height>
<height>166</height>
</rect>
</property>
<property name="styleSheet">
Expand Down Expand Up @@ -1612,6 +1612,13 @@
<height>0</height>
</size>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="toolTip">
<string>Confirm the send action</string>
</property>
Expand Down
21 changes: 21 additions & 0 deletions src/qt/forms/sendcoinsentry.ui
Original file line number Diff line number Diff line change
Expand Up @@ -878,6 +878,13 @@
</disabled>
</palette>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: #000000;</string>
</property>
Expand Down Expand Up @@ -1309,6 +1316,13 @@
</disabled>
</palette>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: #000000;</string>
</property>
Expand Down Expand Up @@ -1740,6 +1754,13 @@
</disabled>
</palette>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: #000000;</string>
</property>
Expand Down
7 changes: 7 additions & 0 deletions src/qt/forms/statisticspage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,13 @@
</disabled>
</palette>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:16pt; font-weight:900; color: #000000;&quot;&gt;EverGreenCoin Network Statistics&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
Expand Down

0 comments on commit 280029c

Please sign in to comment.