Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
parsicoin committed Aug 21, 2018
1 parent df41106 commit c172de1
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Expand Up @@ -206,9 +206,9 @@ elseif (UNIX)
file(GLOB_RECURSE OBJC_SOURCES src/*.mm)
set(SOURCES ${SOURCES} ${OBJC_SOURCES})
set(PLATFORM_DIR OSX)
set(MACOSX_BUNDLE_INFO_STRING "ParsiCoin GUI wallet")
set(MACOSX_BUNDLE_INFO_STRING "parsipay")
set(MACOSX_BUNDLE_LONG_VERSION_STRING "${VERSION_VERSION}.${VERSION_MINOR}.${VERSION_PATCH}")
set(MACOSX_BUNDLE_BUNDLE_NAME "ParsiPay")
set(MACOSX_BUNDLE_BUNDLE_NAME "parsipay")
set(MACOSX_BUNDLE_SHORT_VERSION_STRING "${VERSION_VERSION}.${VERSION_MINOR}.${VERSION_PATCH}")
set(MACOSX_BUNDLE_BUNDLE_VERSION "$${VERSION_VERSION}.${VERSION_MINOR}.${VERSION_PATCH}")

Expand Down Expand Up @@ -269,7 +269,7 @@ qt5_use_modules(${PROJECT_NAME} Widgets Gui Network)
set(CPACK_PACKAGE_NAME ${CN_PROJECT_NAME})
set(CPACK_PACKAGE_VERSION ${CN_VERSION})
set(CPACK_PACKAGE_VENDOR "parsicoin-project")
set(CPACK_PACKAGE_CONTACT "http://parsicoin.net")
set(CPACK_PACKAGE_CONTACT "https://parsicoin.net")
set(CPACK_STRIP_FILES ON)
if (APPLE)
set(CPACK_GENERATOR DragNDrop)
Expand All @@ -280,7 +280,7 @@ elseif (UNIX)

install(PROGRAMS build/${PROJECT_NAME} DESTINATION bin
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
install(FILES src/parsicoinwallet.desktop DESTINATION share/applications)
install(FILES src/parsipay.desktop DESTINATION share/applications)
install(FILES src/images/parsicoinz.png DESTINATION share/pixmaps RENAME parsicoin.png)
install(FILES copyright DESTINATION share/doc/parsicoin)

Expand Down
4 changes: 2 additions & 2 deletions CryptoNoteWallet.cmake
@@ -1,5 +1,5 @@

set(CN_PROJECT_NAME "ParsiPay")
set(CN_PROJECT_NAME "parsipay")
set(CN_CURRENCY_DISPLAY_NAME "ParsiCoin")
set(CN_CURRENCY_TICKER "PARS")
set(CN_VERSION 1.0.3)
set(CN_VERSION 1.0.4)
4 changes: 2 additions & 2 deletions src/Settings.cpp
Expand Up @@ -63,7 +63,7 @@ void Settings::load() {
}

if (!m_settings.contains(OPTION_CONNECTION)) {
m_connectionMode = "remote";
m_connectionMode = "auto";
}

if (!m_settings.contains(OPTION_DAEMON_PORT)) {
Expand Down Expand Up @@ -239,7 +239,7 @@ QString Settings::getConnection() const {
connection = m_settings.value(OPTION_CONNECTION).toString();
}
else {
connection = "remote"; // default
connection = "auto"; // default
}
return connection;
}
Expand Down
16 changes: 8 additions & 8 deletions src/cryptonotewallet.rc
Expand Up @@ -2,15 +2,15 @@ IDI_ICON1 ICON "images\parsicoinz.ico"

#include <windows.h>

#define VER_FILEVERSION 1,0,3
#define VER_FILEVERSION_STR "1.0.3\0"
#define VER_PRODUCTVERSION 1,0,3
#define VER_PRODUCTVERSION_STR "1.0.3\0"
#define VER_FILEDESCRIPTION_STR "ParsiPay"
#define VER_INTERNALNAME_STR "ParsiCoin"
#define VER_FILEVERSION 1,0,4
#define VER_FILEVERSION_STR "1.0.4\0"
#define VER_PRODUCTVERSION 1,0,4
#define VER_PRODUCTVERSION_STR "1.0.4\0"
#define VER_FILEDESCRIPTION_STR "parsipay"
#define VER_INTERNALNAME_STR "parsipay"
#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 2018, Parsicoin Developers"
#define VER_ORIGINALFILENAME_STR "ParsiPay.exe"
#define VER_PRODUCTNAME_STR "ParsiCoin"
#define VER_ORIGINALFILENAME_STR "parsipay.exe"
#define VER_PRODUCTNAME_STR "parsipay"

VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
Expand Down
9 changes: 5 additions & 4 deletions src/gui/PrivateKeysDialog.cpp
Expand Up @@ -32,10 +32,11 @@ void PrivateKeysDialog::walletOpened() {
m_ui->m_privateKeyEdit->setText(privateKeys);
//m_ui->m_qrLabel->showQRCode(privateKeys);

QString spendSecretKey = QString::fromStdString(Common::podToHex(keys.spendSecretKey));
QString viewSecretKey = QString::fromStdString(Common::podToHex(keys.viewSecretKey));
m_ui->m_spendSecretKeyEdit->setText(spendSecretKey);
m_ui->m_viewSecretKeyEdit->setText(viewSecretKey);
QString spendSecretKey = QString::fromStdString(Common::podToHex(keys.spendSecretKey));
QString viewSecretKey = QString::fromStdString(Common::podToHex(keys.viewSecretKey));

m_ui->m_spendSecretKeyEdit->setText(spendSecretKey);
m_ui->m_viewSecretKeyEdit->setText(viewSecretKey);

}

Expand Down
2 changes: 1 addition & 1 deletion src/gui/ui/aboutdialog.ui
Expand Up @@ -98,7 +98,7 @@
</size>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;ParsiPay (ParsiCoin GUI Wallet) Version 1.0.3&lt;/p&gt;&lt;p&gt;ParsiCoin is A Private, Untraceable, Anonymous CryptoCurrency Based on CryptoNote&lt;/p&gt;&lt;p&gt;Copyright (c) 2018. ParsiCoin Developers&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://opensource.org/licenses/gpl-3.0&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://opensource.org/licenses/gpl-3.0&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;Https://ParsiCoin.Net/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;https://ParsiCoin.Net/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> </property>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;ParsiPay (ParsiCoin GUI Wallet) Version 1.0.4&lt;/p&gt;&lt;p&gt;ParsiCoin is A Private, Untraceable, Anonymous CryptoCurrency Based on CryptoNote&lt;/p&gt;&lt;p&gt;Copyright (c) 2018. ParsiCoin Developers&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://opensource.org/licenses/gpl-3.0&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://opensource.org/licenses/gpl-3.0&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;Https://ParsiCoin.Net/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;https://ParsiCoin.Net/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> </property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
Expand Down
1 change: 0 additions & 1 deletion src/gui/ui/privatekeysdialog.ui
Expand Up @@ -37,7 +37,6 @@
</property>
</widget>
</item>
<item>
<item row="1" column="0">
<widget class="QLabel" name="label">
<property name="text">
Expand Down
2 changes: 1 addition & 1 deletion src/parsicoinwallet.desktop → src/parsipay.desktop
Expand Up @@ -21,4 +21,4 @@ Type=Application
Icon=parsicoin
MimeType=x-scheme-handler/parsipay;
Categories=Office;Finance;
Version=1.0.3
Version=1.0.4

0 comments on commit c172de1

Please sign in to comment.