Skip to content

Commit

Permalink
Merge pull request #12 from dev0tion/master
Browse files Browse the repository at this point in the history
Update to new logo and bump version
  • Loading branch information
alpho2k committed Jan 16, 2017
2 parents a83b60c + b7bb5c2 commit 2f8b4d6
Show file tree
Hide file tree
Showing 29 changed files with 21 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/clientversion.h
Expand Up @@ -9,7 +9,7 @@
#define CLIENT_VERSION_MAJOR 2
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 1
#define CLIENT_VERSION_BUILD 2

// Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true
Expand Down
10 changes: 5 additions & 5 deletions src/qt/bitcoin.qrc
@@ -1,10 +1,8 @@
<!DOCTYPE RCC><RCC version="1.0">
<RCC>
<qresource prefix="/icons">
<file alias="bitcoin">res/icons/novacoin-80.png</file>
<file alias="address-book">res/icons/address-book.png</file>
<file alias="quit">res/icons/quit.png</file>
<file alias="send">res/icons/send.png</file>
<file alias="toolbar">res/icons/novacoin-16.png</file>
<file alias="connect_0">res/icons/connect0_16.png</file>
<file alias="connect_1">res/icons/connect1_16.png</file>
<file alias="connect_2">res/icons/connect2_16.png</file>
Expand All @@ -23,8 +21,6 @@
<file alias="editpaste">res/icons/editpaste.png</file>
<file alias="editcopy">res/icons/editcopy.png</file>
<file alias="add">res/icons/add.png</file>
<file alias="bitcoin_testnet">res/icons/novacoin-80.png</file>
<file alias="toolbar_testnet">res/icons/novacoin-16.png</file>
<file alias="edit">res/icons/edit.png</file>
<file alias="history">res/icons/history.png</file>
<file alias="overview">res/icons/overview.png</file>
Expand All @@ -43,6 +39,10 @@
<file alias="debugwindow">res/icons/debugwindow.png</file>
<file alias="staking_off">res/icons/staking_off.png</file>
<file alias="staking_on">res/icons/staking_on.png</file>
<file alias="bitcoin">res/icons/stratis80.png</file>
<file alias="toolbar">res/icons/stratis16.png</file>
<file alias="bitcoin_testnet">res/icons/stratis_testnet.png</file>
<file alias="toolbar_testnet">res/icons/stratis_testnet_toolbar.png</file>
</qresource>
<qresource prefix="/icons/black">
<file alias="connect_0">res/icons/black/connect0_16.png</file>
Expand Down
2 changes: 1 addition & 1 deletion src/qt/bitcoingui.cpp
Expand Up @@ -367,7 +367,7 @@ void BitcoinGUI::createToolBars()
QWidget* header = new QWidget();
header->setMinimumSize(160, 116);
header->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
header->setStyleSheet("QWidget { background-color: rgb(24,26,30); background-repeat: no-repeat; background-image: url(:/images/header); background-position: top center; }");
header->setStyleSheet("QWidget { background-color: rgb(24,26,30); background-repeat: no-repeat; background-image: url(:/images/header); background-position: center center; }");
toolbar->addWidget(header);
toolbar->addWidget(makeToolBarSpacer());
}
Expand Down
14 changes: 10 additions & 4 deletions src/qt/forms/aboutdialog.ui
Expand Up @@ -6,10 +6,16 @@
<rect>
<x>0</x>
<y>0</y>
<width>593</width>
<height>319</height>
<width>600</width>
<height>351</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>600</width>
<height>350</height>
</size>
</property>
<property name="windowTitle">
<string>About Stratis</string>
</property>
Expand Down Expand Up @@ -93,8 +99,8 @@
<property name="text">
<string>Copyright © 2009-2014 The Bitcoin developers
Copyright © 2012-2014 The NovaCoin developers
Copyright © 2014 The Blackcoin developers
Copyright © 2016 The Stratis developers</string>
Copyright © 2014-2016 The Blackcoin developers
Copyright © 2016-2017 The Stratis developers</string>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
Expand Down
2 changes: 1 addition & 1 deletion src/qt/guiutil.cpp
Expand Up @@ -485,7 +485,7 @@ void SetBlackThemeQSS(QApplication& app)
"QTabBar::tab:!selected { background: rgb(24,26,30); margin-top: 2px; }"
"QTabWidget::pane { border: 1px solid rgb(78,79,83); }"
"QToolButton { background: rgb(30,32,36); color: rgb(116,122,134); border: none; border-left-color: rgb(30,32,36); border-left-style: solid; border-left-width: 6px; margin-top: 8px; margin-bottom: 8px; }"
"QToolButton:checked { color: rgb(255,255,255); border: none; border-left-color: rgb(0,153,202); border-left-style: solid; border-left-width: 6px; }"
"QToolButton:checked { color: rgb(255,255,255); border: none; border-left-color: rgb(28,135,200); border-left-style: solid; border-left-width: 6px; }"
"QProgressBar { color: rgb(149,148,148); border-color: rgb(255,255,255); border-width: 1px; border-style: solid; }"
"QProgressBar::chunk { background: rgb(255,255,255); }"
"QTreeView::item { background: rgb(41,44,48); color: rgb(212,213,213); }"
Expand Down
2 changes: 1 addition & 1 deletion src/qt/res/bitcoin-qt.rc
@@ -1,4 +1,4 @@
IDI_ICON1 ICON DISCARDABLE "icons/novacoin.ico"
IDI_ICON1 ICON DISCARDABLE "icons/stratis.ico"

#include <windows.h> // needed for VERSIONINFO
#include "../../clientversion.h" // holds the needed client version information
Expand Down
Binary file removed src/qt/res/icons/bitcoin.icns
Binary file not shown.
Binary file removed src/qt/res/icons/bitcoin_testnet.png
Binary file not shown.
Binary file removed src/qt/res/icons/novacoin-128.png
Binary file not shown.
Binary file removed src/qt/res/icons/novacoin-16.png
Binary file not shown.
Binary file removed src/qt/res/icons/novacoin-32.png
Binary file not shown.
Binary file removed src/qt/res/icons/novacoin-48.png
Binary file not shown.
Binary file removed src/qt/res/icons/novacoin-80.png
Binary file not shown.
Binary file removed src/qt/res/icons/novacoin.ico
Binary file not shown.
Binary file removed src/qt/res/icons/novacoin.png
Binary file not shown.
Binary file added src/qt/res/icons/stratis.icns
Binary file not shown.
Binary file added src/qt/res/icons/stratis.ico
Binary file not shown.
Binary file added src/qt/res/icons/stratis.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/qt/res/icons/stratis128.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/qt/res/icons/stratis16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/qt/res/icons/stratis32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/qt/res/icons/stratis48.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/qt/res/icons/stratis80.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/qt/res/icons/stratis_testnet.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/qt/res/icons/stratis_testnet_toolbar.png
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/images/about.png
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/images/header.png
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/images/splash3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions stratis-qt.pro
@@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = stratis-qt
VERSION = 2.0.0
VERSION = 2.0.0.2
INCLUDEPATH += src src/json src/qt
QT += network
DEFINES += ENABLE_WALLET
Expand Down Expand Up @@ -426,7 +426,7 @@ macx:HEADERS += src/qt/macdockiconhandler.h src/qt/macnotificationhandler.h
macx:OBJECTIVE_SOURCES += src/qt/macdockiconhandler.mm src/qt/macnotificationhandler.mm
macx:LIBS += -framework Foundation -framework ApplicationServices -framework AppKit
macx:DEFINES += MAC_OSX MSG_NOSIGNAL=0
macx:ICON = src/qt/res/icons/bitcoin.icns
macx:ICON = src/qt/res/icons/stratis.icns
macx:TARGET = "Stratis-Qt"
macx:QMAKE_CFLAGS_THREAD += -pthread
macx:QMAKE_LFLAGS_THREAD += -pthread
Expand Down

0 comments on commit 2f8b4d6

Please sign in to comment.