update qt resources
@ -319,7 +319,7 @@ SOURCES += src/qt/test/test_main.cpp \
|
||||
HEADERS += src/qt/test/uritests.h
|
||||
DEPENDPATH += src/qt/test
|
||||
QT += testlib
|
||||
TARGET = anoncoin-qt_test
|
||||
TARGET = gostcoin-qt_test
|
||||
DEFINES += BITCOIN_QT_TEST
|
||||
macx: CONFIG -= app_bundle
|
||||
}
|
||||
@ -423,7 +423,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 -framework CoreServices
|
||||
macx:DEFINES += MAC_OSX MSG_NOSIGNAL=0
|
||||
macx:ICON = src/qt/res/icons/anoncoin.icns
|
||||
macx:ICON = src/qt/res/icons/gostcoin.icns
|
||||
macx:QMAKE_CFLAGS_THREAD += -pthread
|
||||
macx:QMAKE_LFLAGS_THREAD += -pthread
|
||||
macx:QMAKE_CXXFLAGS_THREAD += -pthread
|
||||
|
@ -3,11 +3,11 @@
|
||||
<plist version="0.9">
|
||||
<dict>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>anoncoin.icns</string>
|
||||
<string>gostcoin.icns</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>$VERSION, Copyright © 2009-$YEAR The Bitcoin developers</string>
|
||||
<string>$VERSION, Copyright © 2009-$YEAR The Bitcoin developers, 2011-$YEAR The Litecoin developers, 2013-$YEAR The Anoncoin developers, 2017-$YEAR The Gostcoin developers</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>$VERSION</string>
|
||||
<key>CFBundleVersion</key>
|
||||
@ -15,19 +15,19 @@
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>Anoncoin-Qt</string>
|
||||
<string>Gostcoin-Qt</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>net.anoncoin.Anoncoin-Qt</string>
|
||||
<string>org.purplei2p.Gostcoin-Qt</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>Editor</string>
|
||||
<key>CFBundleURLName</key>
|
||||
<string>net.anoncoin.AnoncoinPayment</string>
|
||||
<string>org.purplei2p.GostcoinPayment</string>
|
||||
<key>CFBundleURLSchemes</key>
|
||||
<array>
|
||||
<string>anoncoin</string>
|
||||
<string>gostcoin</string>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
CXX ?= g++
|
||||
|
||||
USE_IPV6:=1
|
||||
USE_IPV6:=0
|
||||
USE_DEBUG:=0
|
||||
|
||||
DEPSDIR?=/usr/local
|
||||
|
@ -315,10 +315,10 @@ void BitcoinGUI::setClientModel(ClientModel *clientModel)
|
||||
{
|
||||
setWindowTitle(windowTitle() + QString(" ") + tr("[testnet]"));
|
||||
#ifndef Q_OS_MAC
|
||||
QApplication::setWindowIcon(QIcon(":icons/bitcoin_testnet"));
|
||||
setWindowIcon(QIcon(":icons/bitcoin_testnet"));
|
||||
QApplication::setWindowIcon(QIcon(":icons/gostcoin_testnet"));
|
||||
setWindowIcon(QIcon(":icons/gostcoin_testnet"));
|
||||
#else
|
||||
MacDockIconHandler::instance()->setIcon(QIcon(":icons/bitcoin_testnet"));
|
||||
MacDockIconHandler::instance()->setIcon(QIcon(":icons/gostcoin_testnet"));
|
||||
#endif
|
||||
if(trayIcon)
|
||||
{
|
||||
|
@ -272,7 +272,7 @@ int main(int argc, char *argv[])
|
||||
#ifdef Q_OS_MAC
|
||||
// on mac, also change the icon now because it would look strange to have a testnet splash (green) and a std app icon (orange)
|
||||
if(GetBoolArg("-testnet")) {
|
||||
MacDockIconHandler::instance()->setIcon(QIcon(":icons/bitcoin_testnet"));
|
||||
MacDockIconHandler::instance()->setIcon(QIcon(":icons/gostcoin_testnet"));
|
||||
}
|
||||
#endif
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
<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/bitcoin_testnet.png</file>
|
||||
<file alias="gostcoin_testnet">res/icons/gostcoin_testnet.png</file>
|
||||
<file alias="toolbar_testnet">res/icons/toolbar_testnet.png</file>
|
||||
<file alias="edit">res/icons/edit.png</file>
|
||||
<file alias="history">res/icons/history.png</file>
|
||||
@ -42,7 +42,6 @@
|
||||
<file alias="debugwindow">res/icons/debugwindow.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="/images">
|
||||
<file alias="about">res/images/about.png</file>
|
||||
<file alias="splash">res/images/splash.png</file>
|
||||
<file alias="mask">res/images/mask.png</file>
|
||||
<file alias="splash_testnet">res/images/splash_testnet.png</file>
|
||||
|
@ -8,7 +8,7 @@ IDI_ICON2 ICON DISCARDABLE "icons/gostcoin_testnet.ico"
|
||||
#define VER_PRODUCTVERSION_STR STRINGIZE(CLIENT_VERSION_MAJOR) "." STRINGIZE(CLIENT_VERSION_MINOR) "." STRINGIZE(CLIENT_VERSION_REVISION) "." STRINGIZE(CLIENT_VERSION_BUILD)
|
||||
#define VER_FILEVERSION VER_PRODUCTVERSION
|
||||
#define VER_FILEVERSION_STR VER_PRODUCTVERSION_STR
|
||||
#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin developers 2011-" STRINGIZE(COPYRIGHT_YEAR) " The Litecoin developers 2013-" STRINGIZE(COPYRIGHT_YEAR) " The Anoncoin developers 2013-" STRINGIZE(COPYRIGHT_YEAR) " The i2pd developers " STRINGIZE(COPYRIGHT_YEAR) " The Gostcoin developers"
|
||||
#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin developers, 2011-" STRINGIZE(COPYRIGHT_YEAR) " The Litecoin developers, 2013-" STRINGIZE(COPYRIGHT_YEAR) " The Anoncoin developers, 2013-" STRINGIZE(COPYRIGHT_YEAR) " The i2pd developers, " STRINGIZE(COPYRIGHT_YEAR) " The Gostcoin developers"
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION VER_FILEVERSION
|
||||
|
Before ![]() (image error) Size: 38 KiB |
BIN
src/qt/res/icons/gostcoin.icns
Normal file
Before (image error) Size: 216 KiB After (image error) Size: 215 KiB |
BIN
src/qt/res/icons/gostcoin_testnet.png
Normal file
After ![]() (image error) Size: 204 KiB |
Before ![]() (image error) Size: 3.2 KiB |
Before ![]() (image error) Size: 2.9 KiB |
Before ![]() (image error) Size: 2.7 KiB |
Before ![]() (image error) Size: 2.6 KiB |
Before ![]() (image error) Size: 2.2 KiB |
Before ![]() (image error) Size: 900 B After ![]() (image error) Size: 874 B ![]() ![]() |
Before ![]() (image error) Size: 3.4 KiB |
Before ![]() (image error) Size: 239 KiB After ![]() (image error) Size: 204 KiB ![]() ![]() |
@ -8,7 +8,7 @@ IDI_ICON2 ICON DISCARDABLE "qt/res/icons/gostcoin_testnet.ico"
|
||||
#define VER_PRODUCTVERSION_STR STRINGIZE(CLIENT_VERSION_MAJOR) "." STRINGIZE(CLIENT_VERSION_MINOR) "." STRINGIZE(CLIENT_VERSION_REVISION) "." STRINGIZE(CLIENT_VERSION_BUILD)
|
||||
#define VER_FILEVERSION VER_PRODUCTVERSION
|
||||
#define VER_FILEVERSION_STR VER_PRODUCTVERSION_STR
|
||||
#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin developers 2011-" STRINGIZE(COPYRIGHT_YEAR) " The Litecoin developers 2013-" STRINGIZE(COPYRIGHT_YEAR) " The Anoncoin developers 2013-" STRINGIZE(COPYRIGHT_YEAR) " The i2pd developers " STRINGIZE(COPYRIGHT_YEAR) " The Gostcoin developers"
|
||||
#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin developers, 2011-" STRINGIZE(COPYRIGHT_YEAR) " The Litecoin developers, 2013-" STRINGIZE(COPYRIGHT_YEAR) " The Anoncoin developers, 2013-" STRINGIZE(COPYRIGHT_YEAR) " The i2pd developers, " STRINGIZE(COPYRIGHT_YEAR) " The Gostcoin developers"
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION VER_FILEVERSION
|
||||
|