Skip to content

Commit

Permalink
Brand update
Browse files Browse the repository at this point in the history
  • Loading branch information
dinerocoin committed Mar 5, 2018
1 parent b64fbb7 commit 0745fc2
Show file tree
Hide file tree
Showing 103 changed files with 662 additions and 723 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Dinero Core staging tree 1.0.0.5
Dinero Core staging tree 1.0.1.0
===============================

`master:` [![Build Status](https://travis-ci.org/dinerocoin/dinero.svg?branch=master)](https://travis-ci.org/dinerocoin/dinero) `develop:` [![Build Status](https://travis-ci.org/dinerocoin/dinero.svg?branch=develop)](https://travis-ci.org/dinerocoin/dinero/branches)
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 7)
define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2018)
AC_INIT([Dinero Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/dinerocoin/dinero/issues],[dinerocore])
Expand Down
2 changes: 1 addition & 1 deletion qa/rpc-tests/test_framework/mininode.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import dinero_hash

BIP0031_VERSION = 60000
MY_VERSION = 70208 # current MIN_PEER_PROTO_VERSION
MY_VERSION = 70209 # current MIN_PEER_PROTO_VERSION
MY_SUBVERSION = b"/python-mininode-tester:0.0.2/"

MAX_INV_SZ = 50000
Expand Down
13 changes: 6 additions & 7 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ class CMainParams : public CChainParams {
consensus.vDeployments[Consensus::DEPLOYMENT_DIP0001].nThreshold = 3226; // 80% of 4032

// The best chain should have at least this much work.
consensus.nMinimumChainWork = uint256S("0x00000000000000000000000000000000000000000000000000269381f52d8b0e"); //18800
consensus.nMinimumChainWork = uint256S("0x000000000000000000000000000000000000000000000000002df95bef9048bc"); //35000

// By default assume that the signatures in ancestors of this block are valid.
consensus.defaultAssumeValid = uint256S("0x0000000000680ef8b1222f64263e04a1c92c1bc7abf6d2c8e11e5325811288cf"); // 18800
consensus.defaultAssumeValid = uint256S("0x00000000063721e5ee07a09fe6fd73e76b4201728260dad77b5a8c4b8828c786"); // 35000

/**
* The message start string is designed to be unlikely to occur in normal data.
Expand Down Expand Up @@ -207,12 +207,11 @@ class CMainParams : public CChainParams {
( 11500, uint256S("0x000000000074a6869637495962c1a37e0a2c20bb00bf1384227a0dc715b0813c"))
( 12350, uint256S("0x0000000000882760711b236c7ccdbf033b57e0b27b3dea10eb6fe4556cf63d31"))
( 13400, uint256S("0x0000000001195f13e59033f4ee78521254bef3e3bf6a053a5662edba39c26632"))
( 18800, uint256S("0x0000000000680ef8b1222f64263e04a1c92c1bc7abf6d2c8e11e5325811288cf")),
( 18800, uint256S("0x0000000000680ef8b1222f64263e04a1c92c1bc7abf6d2c8e11e5325811288cf"))
( 35000, uint256S("0x00000000063721e5ee07a09fe6fd73e76b4201728260dad77b5a8c4b8828c786")),



1518722559, // * UNIX timestamp of last checkpoint block
23404, // * total number of transactions between genesis and last checkpoint
1520257736, // * UNIX timestamp of last checkpoint block
41400, // * total number of transactions between genesis and last checkpoint
// (the tx=... number in the SetBestChain debug.log lines)
2200 // * estimated number of transactions per day after checkpoint
};
Expand Down
4 changes: 2 additions & 2 deletions src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
//! These need to be macros, as clientversion.cpp's and dinero*-res.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 7
#define CLIENT_VERSION_REVISION 1
#define CLIENT_VERSION_BUILD 0

//! Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true
Expand Down
73 changes: 38 additions & 35 deletions src/qt/res/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,24 @@ color:#333;
}

QToolBar {
background-color:#39497C;
background-color:#3A3A3C;
border:0px solid #000;
padding:0;
margin:0;
}

QToolBar > QToolButton {
background-color:#39497C;
border:0px solid #333;
background-color:#3A3A3C;
border:0px solid #3A3A3C;
min-height:2.5em;
padding: 0em 1em;
font-weight:bold;
color:#fff;
}

QToolBar > QToolButton:checked {
background-color:#fff;
color:#333;
background-color:#3198A7;
color:#3198A7;
font-weight:bold;
}

Expand All @@ -68,12 +68,12 @@ background-color:#F8F6F6;
/*******************************************************/

QLabel { /* Base Text Size & Color */
font-size:12px;
color:#333333;
font-size:14px;
color:#3A3A3C;
}

.QCheckBox { /* Checkbox Labels */
color:#333333;
color:#3A3A3C;
background-color:transparent;
}

Expand All @@ -82,7 +82,7 @@ background-color:transparent;
}

.QValidatedLineEdit, .QLineEdit { /* Text Entry Fields */
border: 1px solid #82C3E6;
border: 1px solid #939598;
font-size:11px;
min-height:25px;
outline:0;
Expand All @@ -101,7 +101,7 @@ background-color:#f2f2f2;
/*******************************************************/

QPushButton { /* Global Button Style */
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #6C7FB9, stop: .1 #39497C, stop: .95 #39497C, stop: 1 #2F334E);
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #939598, stop: .1 #939598, stop: .95 #939598, stop: 1 #939598);
border:0;
border-radius:3px;
color:#ffffff;
Expand All @@ -114,7 +114,7 @@ padding-bottom:5px;
}

QPushButton:hover {
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #6C7FB9, stop: .1 #46AADE, stop: .95 #46AADE, stop: 1 #2F334E);
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #3197A7, stop: .1 #3197A7, stop: .95 #3197A7, stop: 1 #3197A7);
}

QPushButton:focus {
Expand All @@ -127,7 +127,7 @@ border:1px solid #333;
}

QComboBox { /* Dropdown Menus */
border:1px solid #82C3E6;
border:1px solid #939598;
padding: 3px 5px 3px 5px;
background:#fcfcfc;
min-height:25px;
Expand All @@ -139,7 +139,7 @@ background:#f2f2f2;
}

QComboBox:editable {
background: #39497C;
background: #939598;
color:#616161;
border:0px solid transparent;
}
Expand Down Expand Up @@ -183,7 +183,7 @@ selection-color:transparent;
}

QAbstractSpinBox {
border:1px solid #82C3E6;
border:1px solid #939598;
padding: 3px 5px 3px 5px;
background:#fcfcfc;
min-height:25px;
Expand All @@ -196,8 +196,8 @@ subcontrol-position: top right;
width:21px;
background:#fcfcfc;
border-left:0px;
border-right:1px solid #82C3E6;
border-top:1px solid #82C3E6;
border-right:1px solid #939598;
border-top:1px solid #939598;
border-bottom:0px;
padding-right:1px;
padding-left:5px;
Expand All @@ -215,8 +215,8 @@ width:21px;
background:#fcfcfc;
border-top:0px;
border-left:0px;
border-right:1px solid #82C3E6;
border-bottom:1px solid #82C3E6;
border-right:1px solid #939598;
border-bottom:1px solid #939598;
padding-right:1px;
padding-left:5px;
padding-bottom:2px;
Expand Down Expand Up @@ -275,7 +275,7 @@ background-color:transparent;

QHeaderView::section { /* Table Header Sections */
qproperty-alignment:center;
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #4c97bf, stop: 1 #6C7FB9);
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #939598, stop: 1 #939598);
color:#fff;
min-height:25px;
font-weight:bold;
Expand Down Expand Up @@ -500,7 +500,7 @@ padding-right:10px;
}

QDialog#SignVerifyMessageDialog QPlainTextEdit { /* Message Signing Text */
border:1px solid #82C3E6;
border:1px solid #939598;
background-color:#fff;
}

Expand Down Expand Up @@ -696,7 +696,7 @@ min-width:180px;
}

QDialog#RPCConsole QWidget#tab_peers QLabel#peerHeading { /* Peers Info Header */
color:#39497C;
color:#939598;
}

QDialog#RPCConsole QPushButton#openDebugLogfileButton {
Expand Down Expand Up @@ -742,15 +742,18 @@ border:0;

/* About Dinero Dialog */
QDialog#AboutDialog {
background-color:#F8F6F6;
background-color:#242a96;
color:#fff;
}

QDialog#AboutDialog QLabel#label, QDialog#AboutDialog QLabel#copyrightLabel, QDialog#AboutDialog QLabel#label_2 { /* About Dinero Contents */
margin-left:10px;
color:#fff;
}

QDialog#AboutDialog QLabel#label_2 { /* Margin for About Dinero text */
margin-right:10px;
color:#fff;
}

/* Edit Address Dialog */
Expand Down Expand Up @@ -806,7 +809,7 @@ margin-left:16px;
QWidget .QFrame#frame .QLabel#labelBalanceText { /* Available Balance Label */
qproperty-alignment: 'AlignVCenter | AlignRight';
min-width:160px;
background-color:#6C7FB9;
background-color:#939598;
color:#ffffff;
margin-right:5px;
padding-right:5px;
Expand All @@ -819,7 +822,7 @@ QWidget .QFrame#frame .QLabel#labelBalance { /* Available Balance */
qproperty-alignment: 'AlignVCenter | AlignLeft';
font-size:12px;
font-weight:bold;
color:#6C7FB9;
color:#939598;
margin-left:0px;
}

Expand Down Expand Up @@ -909,7 +912,7 @@ min-width: 421px;
QWidget .QFrame#framePrivateSend .QLabel#labelPrivateSendHeader { /* PrivateSend Header */
qproperty-alignment: 'AlignVCenter | AlignRight';
min-width:160px;
background-color:#6C7FB9;
background-color:#939598;
color:#fff;
margin-right:5px;
padding-right:5px;
Expand Down Expand Up @@ -965,7 +968,7 @@ color:#818181;
}

QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QProgressBar#privateSendProgress::chunk {
background-color: #39497C;
background-color: #939598;
width:1px;
}

Expand Down Expand Up @@ -1109,7 +1112,7 @@ background-repeat:none;

QWidget .QFrame#frame_2 .QLabel#label_4 { /* Recent Transactions Label */
min-width:180px;
color:#39497C;
color:#939598;
margin-left:67px;
margin-top:83px;
margin-right:5px;
Expand Down Expand Up @@ -1181,7 +1184,7 @@ min-height:25px;
}

QDialog#SendCoinsDialog .QFrame#frameCoinControl .QLabel#labelCoinControlFeatures { /* Coin Control Header */
color:#39497C;
color:#939598;
font-weight:bold;
font-size:14px;
}
Expand Down Expand Up @@ -1287,7 +1290,7 @@ min-height:27px;
QDialog#SendCoinsDialog QLabel#labelBalance {
margin-left:0px;
padding-left:0px;
color:#333333;
color:#3A3A3C;
/* font-weight:bold;
border-radius:5px;
padding-top:20px;
Expand All @@ -1302,7 +1305,7 @@ padding-left:10px;
/* SEND COINS ENTRY */

QStackedWidget#SendCoinsEntry .QFrame#SendCoins > .QLabel { /* Send Coin Entry Labels */
background-color:#6C7FB9;
background-color:#939598;
min-width:102px;
font-weight:bold;
font-size:11px;
Expand Down Expand Up @@ -1489,7 +1492,7 @@ QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::indicator { /* Coin
/* RECEIVE COINS */

QWidget#ReceiveCoinsDialog .QFrame#frame2 .QLabel#label_2 { /* Label Label */
background-color:#6C7FB9;
background-color:#939598;
min-width:102px;
color:#ffffff;
font-weight:bold;
Expand All @@ -1507,7 +1510,7 @@ padding-right:5px;
}

QWidget#ReceiveCoinsDialog .QFrame#frame2 .QLabel#label_3 { /* Message Label */
background-color:#6C7FB9;
background-color:#939598;
min-width:102px;
color:#ffffff;
font-weight:bold;
Expand Down Expand Up @@ -1567,7 +1570,7 @@ border:1px solid #9e9e9e;
}

QWidget#ReceiveCoinsDialog .QFrame#frame .QLabel#label_6 { /* Requested Payments History Label */
color:#39497C;
color:#939598;
font-weight:bold;
font-size:14px;
}
Expand Down Expand Up @@ -1611,12 +1614,12 @@ margin-right:1px;
}

QLabel#transactionSumLabel { /* Example of setObjectName for widgets without name */
color:#333333;
color:#3A3A3C;
font-weight:bold;
}

QLabel#transactionSum { /* Example of setObjectName for widgets without name */
color:#333333;
color:#3A3A3C;
}

/* TRANSACTION DETAIL DIALOG */
Expand Down
Binary file modified src/qt/res/icons/bitcoin.icns
Binary file not shown.
Binary file modified src/qt/res/icons/bitcoin.ico
Binary file not shown.
Binary file modified src/qt/res/icons/bitcoin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/chevron.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/default/about.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/default/add.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/default/address-book.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/default/bitcoin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/default/bitcoin_testnet.ico
Binary file not shown.
Binary file modified src/qt/res/icons/default/bitcoin_testnet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/default/browse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/default/clock1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/default/clock2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/default/clock3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/default/clock4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/default/clock5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/default/configure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/default/connect0_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/default/connect1_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/default/connect2_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/default/connect3_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/default/connect4_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/default/debugwindow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/default/default_address-book.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/default/default_editcopy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/default/default_editpaste.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/default/default_remove.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/default/edit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/default/editcopy.png
Binary file modified src/qt/res/icons/default/editpaste.png
Binary file modified src/qt/res/icons/default/export.png
Binary file modified src/qt/res/icons/default/eye.png
Binary file modified src/qt/res/icons/default/eye_minus.png
Binary file modified src/qt/res/icons/default/eye_plus.png
Binary file modified src/qt/res/icons/default/filesave.png
Binary file modified src/qt/res/icons/default/fontbigger.png
Binary file modified src/qt/res/icons/default/fontsmaller.png
Binary file modified src/qt/res/icons/default/hd_disabled.png
Binary file modified src/qt/res/icons/default/hd_enabled.png
Binary file modified src/qt/res/icons/default/history.png
Binary file modified src/qt/res/icons/default/key.png
Binary file modified src/qt/res/icons/default/lock_closed.png
Binary file modified src/qt/res/icons/default/lock_open.png
Binary file modified src/qt/res/icons/default/masternodes.png
Binary file modified src/qt/res/icons/default/network_disabled.png
Binary file modified src/qt/res/icons/default/notsynced.png
Binary file modified src/qt/res/icons/default/overview.png
Binary file modified src/qt/res/icons/default/quit.png
Binary file modified src/qt/res/icons/default/receive.png
Binary file modified src/qt/res/icons/default/remove.png
Binary file modified src/qt/res/icons/default/send.png
Binary file modified src/qt/res/icons/default/synced.png
Binary file modified src/qt/res/icons/default/transaction0.png
Binary file modified src/qt/res/icons/default/transaction2.png
Binary file modified src/qt/res/icons/default/transaction_abandoned.png
Binary file modified src/qt/res/icons/default/transaction_conflicted.png
Binary file modified src/qt/res/icons/default/tx_inout.png
Binary file modified src/qt/res/icons/default/tx_input.png
Binary file modified src/qt/res/icons/default/tx_mined.png
Binary file modified src/qt/res/icons/default/tx_output.png
Binary file modified src/qt/res/icons/default/verify.png
Binary file modified src/qt/res/icons/warning.png
Binary file modified src/qt/res/images/default/about.png
Binary file modified src/qt/res/images/default/checked.png
Binary file modified src/qt/res/images/default/default_downArrow.png
Binary file modified src/qt/res/images/default/default_downArrow_small.png
Binary file modified src/qt/res/images/default/default_leftArrow_small.png
Binary file modified src/qt/res/images/default/default_qtreeview_selected.png
Binary file modified src/qt/res/images/default/default_rightArrow_small.png
Binary file modified src/qt/res/images/default/default_upArrow_small.png
Binary file modified src/qt/res/images/default/default_walletFrame_bg.png
Binary file modified src/qt/res/images/default/dinero_logo_horizontal.png
Binary file modified src/qt/res/images/default/splash.png
Binary file modified src/qt/res/images/default/splash_testnet.png
Binary file modified src/qt/res/images/default/unchecked.png
Loading

0 comments on commit 0745fc2

Please sign in to comment.