Preparing for the release

This commit is contained in:
onryo
2024-01-06 15:18:25 +01:00
parent 6dca2fafa5
commit c01e7ac728
104 changed files with 120 additions and 110 deletions

View File

@@ -1,4 +1,4 @@
Copyright 2019-2023 The Hush developers Copyright 2019-2024 The Hush developers
Copyright 2018 adityapk Copyright 2018 adityapk

View File

@@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
# Copyright 2019-2023 The Hush Developers # Copyright 2019-2024 The Hush Developers
# Released under the GPLv3 # Released under the GPLv3
UNAME=$(uname) UNAME=$(uname)

View File

@@ -1,5 +1,5 @@
silentdragonlite (1.5.3) stable; urgency=medium silentdragonlite (1.5.4) stable; urgency=medium
* 1.5.3.1 release. * 1.5.4.1 release.
-- onryo <onryo@hush.land> Sat, 10 Jun 2023 15:20:30 +0200 -- onryo <onryo@hush.land> Sat, 06 Jan 2024 10:20:30 +0200

View File

@@ -1,5 +1,5 @@
Files: * Files: *
Copyright: 2019-2023, The Hush developers Copyright: 2019-2024, The Hush developers
2018-2019, The Zcash developers 2018-2019, The Zcash developers
License: GPLv3 License: GPLv3
Comment: https://hush.is/developers Comment: https://hush.is/developers

View File

@@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
# Copyright 2019-2023 The Hush developers # Copyright 2019-2024 The Hush developers
# Released under the GPLv3 # Released under the GPLv3
VERSION=1.0.18 VERSION=1.0.18

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
# Copyright 2019-2023 The Hush Developers # Copyright 2019-2024 The Hush Developers
./build.sh && ./SilentDragonLite ./build.sh && ./SilentDragonLite

View File

@@ -3,7 +3,7 @@
# Project created by QtCreator 2018-10-05T09:54:45 # Project created by QtCreator 2018-10-05T09:54:45
# #
#------------------------------------------------- #-------------------------------------------------
# Copyright 2019-2023 The Hush Developers # Copyright 2019-2024 The Hush Developers
# Released under the GPLv3 # Released under the GPLv3
QT += core gui network QT += core gui network

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef sodium_H #ifndef sodium_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "Chat.h" #include "Chat.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef CHAT_H #ifndef CHAT_H
#define CHAT_H #define CHAT_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// GPLv3 // GPLv3
#ifndef CHATDELEGATOR_H #ifndef CHATDELEGATOR_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "FileEncryption.h" #include "FileEncryption.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef FILEENCRYPTION_H #ifndef FILEENCRYPTION_H
#define FILEENCRYPTION_H #define FILEENCRYPTION_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "passwd.h" #include "passwd.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef PASSWD_H #ifndef PASSWD_H
#define PASSWD_H #define PASSWD_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "ChatDataStore.h" #include "ChatDataStore.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef CHATDATASTORE_H #ifndef CHATDATASTORE_H
#define CHATDATASTORE_H #define CHATDATASTORE_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// GPLv3 // GPLv3
#include "ContactDataStore.h" #include "ContactDataStore.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef CONTACTDATASTORE_H #ifndef CONTACTDATASTORE_H
#define CONTACTDATASTORE_H #define CONTACTDATASTORE_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef DATASTORE_H #ifndef DATASTORE_H
#define DATASTORE_H #define DATASTORE_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "DataStore.h" #include "DataStore.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef DATASTORE_H #ifndef DATASTORE_H
#define DATASTORE_H #define DATASTORE_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "SietchDataStore.h" #include "SietchDataStore.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef SIETCHDATASTORE_H #ifndef SIETCHDATASTORE_H
#define SIETCHDATASTORE_H #define SIETCHDATASTORE_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "FileSystem.h" #include "FileSystem.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// GPLv3 // GPLv3
#ifndef FILESYSTEM_H #ifndef FILESYSTEM_H
#define FILESYSTEM_H #define FILESYSTEM_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef LOGCONTEXT_H #ifndef LOGCONTEXT_H
#define LOGCONTEXT_H #define LOGCONTEXT_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef LOGCRITICAL_H #ifndef LOGCRITICAL_H
#define LOGCRITICAL_H #define LOGCRITICAL_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef LOGDEBUG_H #ifndef LOGDEBUG_H
#define LOGDEBUG_H #define LOGDEBUG_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef LOGERROR_H #ifndef LOGERROR_H
#define LOGERROR_H #define LOGERROR_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef LOGFATAL_H #ifndef LOGFATAL_H
#define LOGFATAL_H #define LOGFATAL_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef LOGINFO_H #ifndef LOGINFO_H
#define LOGINFO_H #define LOGINFO_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef LOGSTRATEGY_H #ifndef LOGSTRATEGY_H
#define LOGSTRATEGY_H #define LOGSTRATEGY_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef LOGSUCCESS_H #ifndef LOGSUCCESS_H
#define LOGSUCCESS_H #define LOGSUCCESS_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef LOGTYPE_H #ifndef LOGTYPE_H
#define LOGTYPE_H #define LOGTYPE_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef LOGWARNING_H #ifndef LOGWARNING_H
#define LOGWARNING_H #define LOGWARNING_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "LogWriter.h" #include "LogWriter.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef LOGWRITER_H #ifndef LOGWRITER_H
#define LOGWRITER_H #define LOGWRITER_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef LOGGER_H #ifndef LOGGER_H
#define LOGGER_H #define LOGGER_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef SIMPLELOGGER_H #ifndef SIMPLELOGGER_H
#define SIMPLELOGGER_H #define SIMPLELOGGER_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "SimpleLogger.h" #include "SimpleLogger.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "ChatItem.h" #include "ChatItem.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef CHATITEM_H #ifndef CHATITEM_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// GPLv3 // GPLv3
#include "ContactItem.h" #include "ContactItem.h"
#include "chatmodel.h" #include "chatmodel.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef CONTACTITEM_H #ifndef CONTACTITEM_H
#define CONTACTITEM_H #define CONTACTITEM_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// GPLv3 // GPLv3
#include "ContactRequest.h" #include "ContactRequest.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef CONTACTREQUEST_H #ifndef CONTACTREQUEST_H
#define CONTACTREQUEST_H #define CONTACTREQUEST_H

View File

@@ -1,3 +1,3 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "ContactRequestChatItem.h" #include "ContactRequestChatItem.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifdef CONTACTREQUESTCHATITEM_H #ifdef CONTACTREQUESTCHATITEM_H
#define CONTACTREQUESTCHATITEM_H #define CONTACTREQUESTCHATITEM_H

View File

@@ -63,7 +63,7 @@
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Copyright (c) 2019-2023 The Hush developers GNU Public License V3&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Copyright (c) 2019-2024 The Hush developers GNU Public License V3&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Copyright (c) 2018-2019 Aditya Kulkarni, Duke Leto, Jane Mercer &lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Copyright (c) 2018-2019 Aditya Kulkarni, Duke Leto, Jane Mercer &lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "addressbook.h" #include "addressbook.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef ADDRESSBOOK_H #ifndef ADDRESSBOOK_H
#define ADDRESSBOOK_H #define ADDRESSBOOK_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "addresscombo.h" #include "addresscombo.h"
#include "addressbook.h" #include "addressbook.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef ADDRESSCOMBO_H #ifndef ADDRESSCOMBO_H
#define ADDRESSCOMBO_H #define ADDRESSCOMBO_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "balancestablemodel.h" #include "balancestablemodel.h"
#include "addressbook.h" #include "addressbook.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef BALANCESTABLEMODEL_H #ifndef BALANCESTABLEMODEL_H
#define BALANCESTABLEMODEL_H #define BALANCESTABLEMODEL_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "camount.h" #include "camount.h"
#include "settings.h" #include "settings.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef CAMOUNT_H #ifndef CAMOUNT_H
#define CAMOUNT_H #define CAMOUNT_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "chatbubbleme.h" #include "chatbubbleme.h"
#include "ui_chatbubbleme.h" #include "ui_chatbubbleme.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef CHATBUBBLEME_H #ifndef CHATBUBBLEME_H
#define CHATBUBBLEME_H #define CHATBUBBLEME_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "chatbubblepartner.h" #include "chatbubblepartner.h"
#include "ui_chatbubblepartner.h" #include "ui_chatbubblepartner.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef CHATBUBBLEPARTNER_H #ifndef CHATBUBBLEPARTNER_H
#define CHATBUBBLEPARTNER_H #define CHATBUBBLEPARTNER_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "chatmodel.h" #include "chatmodel.h"
#include "settings.h" #include "settings.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef CHATMODEL_H #ifndef CHATMODEL_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "connection.h" #include "connection.h"
#include "mainwindow.h" #include "mainwindow.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef CONNECTION_H #ifndef CONNECTION_H
#define CONNECTION_H #define CONNECTION_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// GPLv3 // GPLv3
#include "contactmodel.h" #include "contactmodel.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef CONTACTMODEL_H #ifndef CONTACTMODEL_H
#define CONTACTMODEL_H #define CONTACTMODEL_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "controller.h" #include "controller.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "datamodel.h" #include "datamodel.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef DATAMODEL_H #ifndef DATAMODEL_H
#define DATAMODEL_H #define DATAMODEL_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef FILLEDICONLABEL_H #ifndef FILLEDICONLABEL_H
#define FILLEDICONLABEL_H #define FILLEDICONLABEL_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "firsttimewizard.h" #include "firsttimewizard.h"
#include "ui_newseed.h" #include "ui_newseed.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef FIRSTTIMEWIZARD_H #ifndef FIRSTTIMEWIZARD_H
#define FIRSTTIMEWIZARD_H #define FIRSTTIMEWIZARD_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "liteinterface.h" #include "liteinterface.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef hushDRPC_H #ifndef hushDRPC_H
#define hushDRPC_H #define hushDRPC_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "logger.h" #include "logger.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef LOGGER_H #ifndef LOGGER_H
#define LOGGER_H #define LOGGER_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include <singleapplication.h> #include <singleapplication.h>

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "mainwindow.h" #include "mainwindow.h"
#include "addressbook.h" #include "addressbook.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef MAINWINDOW_H #ifndef MAINWINDOW_H
#define MAINWINDOW_H #define MAINWINDOW_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "memoedit.h" #include "memoedit.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef MEMOEDIT_H #ifndef MEMOEDIT_H
#define MEMOEDIT_H #define MEMOEDIT_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#if defined __cplusplus #if defined __cplusplus
/* Add C++ includes here */ /* Add C++ includes here */

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "qrcodelabel.h" #include "qrcodelabel.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef QRCODELABEL_H #ifndef QRCODELABEL_H
#define QRCODELABEL_H #define QRCODELABEL_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "recurring.h" #include "recurring.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef RECURRING_H #ifndef RECURRING_H
#define RECURRING_H #define RECURRING_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "requestdialog.h" #include "requestdialog.h"
#include "ui_requestdialog.h" #include "ui_requestdialog.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef REQUESTDIALOG_H #ifndef REQUESTDIALOG_H
#define REQUESTDIALOG_H #define REQUESTDIALOG_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "mainwindow.h" #include "mainwindow.h"
#include "ui_mainwindow.h" #include "ui_mainwindow.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "mainwindow.h" #include "mainwindow.h"
#include "settings.h" #include "settings.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef SETTINGS_H #ifndef SETTINGS_H
#define SETTINGS_H #define SETTINGS_H

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "txtablemodel.h" #include "txtablemodel.h"
#include "settings.h" #include "settings.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef STRINGSTABLEMODEL_H #ifndef STRINGSTABLEMODEL_H
#define STRINGSTABLEMODEL_H #define STRINGSTABLEMODEL_H

View File

@@ -1,3 +1,3 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#define APP_VERSION "1.5.4" #define APP_VERSION "1.5.4"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#include "viewalladdresses.h" #include "viewalladdresses.h"
#include "camount.h" #include "camount.h"

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2023 The Hush developers // Copyright 2019-2024 The Hush developers
// Released under the GPLv3 // Released under the GPLv3
#ifndef VIEWALLADDRESSES_H #ifndef VIEWALLADDRESSES_H
#define VIEWALLADDRESSES_H #define VIEWALLADDRESSES_H

View File

@@ -1,7 +1,7 @@
[Desktop Entry] [Desktop Entry]
Version=1.0 Version=1.0
Name=SilentDragonLite Name=SilentDragonLite
Comment=Full-node wallet for HUSH cryptocurrency Comment=Lite wallet for HUSH cryptocurrency
Exec=/home/user/SilentDragonLite/SilentDragonLite Exec=/home/user/SilentDragonLite/SilentDragonLite
Icon=/home/user/SilentDragonLite/res/SDLogo.png Icon=/home/user/SilentDragonLite/res/SDLogo.png
Terminal=false Terminal=false

View File

@@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
# Copyright 2019-2023 The Hush Developers # Copyright 2019-2024 The Hush Developers
username=$(id -un) username=$(id -un)
sed -i "s|\/home\/.*\/SilentDragonLite\/|\/home\/$username\/SilentDragonLite\/|g" SilentDragonLite.desktop sed -i "s|\/home\/.*\/SilentDragonLite\/|\/home\/$username\/SilentDragonLite\/|g" SilentDragonLite.desktop

Some files were not shown because too many files have changed in this diff Show More