cryptozeny / sugarchain-v0.16.3

OUTDATED! This repo is moved to:
https://github.com/sugarchain-project/sugarchain
MIT License
0 stars 1 forks source link

QT SplashScreen CopyrightHolders Years #27

Closed cryptozeny closed 5 years ago

cryptozeny commented 5 years ago

image

init.cpp.LicenseInfo
util.cpp.CopyrightHolders

Add another holders copying

Copyright (c) 2009-2010 Satoshi Nakamoto
Copyright (c) 2009-2018 The Bitcoin Core developers
Copyright (c) 2013-2018 Alexander Peslyak - yespower 1.0.0
Copyright (c) 2016-2018 The Zcash developers - DigiShieldZEC
Copyright (c) 2018-2019 The Sugarchain developers
cryptozeny commented 5 years ago

About has same issue

image

cryptozeny commented 5 years ago

image

fail all removed

open About, crash

terminate called without an active exception
Aborted (core dumped)
cryptozeny commented 5 years ago

image

image

comment out

// strCopyrightHolders += "\n" + strPrefix + "The Bitcoin Core developers";

it works.

cryptozeny commented 5 years ago

TODO: add another holders (include BTC)

Copyright (c) 2009-2010 Satoshi Nakamoto
Copyright (c) 2009-2018 The Bitcoin Core developers
Copyright (c) 2013-2018 Alexander Peslyak - yespower 1.0.0
Copyright (c) 2016-2018 The Zcash developers - DigiShieldZEC
Copyright (c) 2018-2019 The Sugarchain developers << 
cryptozeny commented 5 years ago

2009-2018

image

image

cryptozeny commented 5 years ago

2018-2018 fixed

image

image

cryptozeny commented 5 years ago
$ ./src/sugarchain-cli --help
Sugarchain Yumekawa RPC client version v0.16.3.8-49cb712
cryptozeny commented 5 years ago
$ ./src/sugarchaind --version
Sugarchain Yumekawa Daemon version v0.16.3.8-49cb712
Copyright (C) 2018-2018 The Sugarchain developers
cryptozeny commented 5 years ago
$ ./src/qt/sugarchain-qt --version
Sugarchain Yumekawa version v0.16.3.8-49cb712 (64-bit)
Copyright (C) 2018-2018 The Sugarchain developers
cryptozeny commented 5 years ago
$ ./src/sugarchain-tx --help
Sugarchain Yumekawa sugarchain-tx utility version v0.16.3.8-49cb712
cryptozeny commented 5 years ago

WIP 1 fixed https://github.com/cryptozeny/sugarchain-v0.16.3/commit/6babd351787e99664ca86a3683bbacfdde22df82

cryptozeny commented 5 years ago

WIP 2 fixed https://github.com/cryptozeny/sugarchain-v0.16.3/commit/269c873bf6d325480fe45ee9710503c2020e6d04

cryptozeny commented 5 years ago

WIP 3 fixed https://github.com/cryptozeny/sugarchain-v0.16.3/commit/49cb7121cc427f46dde2b4f1f407501e97836e88

cryptozeny commented 5 years ago

TODO: add other copyright holders

cryptozeny commented 5 years ago

error

image

cryptozeny commented 5 years ago

image no space

cryptozeny commented 5 years ago

image add BTC

cryptozeny commented 5 years ago

image reorder

cryptozeny commented 5 years ago

image it works

cryptozeny commented 5 years ago

image window size

cryptozeny commented 5 years ago

2019 image

image

cryptozeny commented 5 years ago

2019

$ ./src/sugarchaind --version
Sugarchain Yumekawa Daemon version v0.16.3.8-266f26c-dirty
Copyright (C) 2009-2010 Satoshi Nakamoto
Copyright (C) 2009-2018 The Bitcoin Core developers
Copyright (C) 2013-2018 Alexander Peslyak - yespower 1.0.0
Copyright (C) 2016-2018 The Zcash developers - DigiShieldZEC
Copyright (C) 2018-2019 The Sugarchain developers
$ ./src/qt/sugarchain-qt --version

(sugarchain-qt:21656): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita",
Sugarchain Yumekawa version v0.16.3.8-266f26c-dirty (64-bit)
Copyright (C) 2009-2010 Satoshi Nakamoto
Copyright (C) 2009-2018 The Bitcoin Core developers
Copyright (C) 2013-2018 Alexander Peslyak - yespower 1.0.0
Copyright (C) 2016-2018 The Zcash developers - DigiShieldZEC
Copyright (C) 2018-2019 The Sugarchain developers
cryptozeny commented 5 years ago

image

<width>780</width>
<height>440</height> was 400
cryptozeny commented 5 years ago

image add another holders

cryptozeny commented 5 years ago

image newline failed

cryptozeny commented 5 years ago

image works

cryptozeny commented 5 years ago

image ok

cryptozeny commented 5 years ago

image but spacing

cryptozeny commented 5 years ago

image fix spacing

cryptozeny commented 5 years ago

image final

cryptozeny commented 5 years ago

image final2

cryptozeny commented 5 years ago

fixed https://github.com/cryptozeny/sugarchain-v0.16.3/commit/586a867ffc0d4f389e441040c851f1f1877c31ce

cryptozeny commented 5 years ago

image

int paddingRight            = 50*2.9;
int paddingTop              = 50*1.2;
cryptozeny commented 5 years ago

image

    int paddingRight            = 50*2.9;
    int paddingTop              = 50*1.1;
cryptozeny commented 5 years ago

image

    int paddingRight            = 50*2.9;
    int paddingTop              = 50+2;
cryptozeny commented 5 years ago

image

    int paddingRight            = 50*3.0;
    int paddingTop              = 50*1.0;
cryptozeny commented 5 years ago

image

    int paddingRight            = 50*3.1;
    int paddingTop              = 50*1.0;
cryptozeny commented 5 years ago

image

    int paddingRight            = 50*3.0+2;
    int paddingTop              = 50*1.0;
cryptozeny commented 5 years ago

image

    int paddingRight            = 50*3.0+1;
    int paddingTop              = 50*1.0;

filnal3

cryptozeny commented 5 years ago

image final3-1