- redefined the green color
- created new toolbar icons
- updated the assets-attribution.txt
Signed-off-by: Jonas Schnelli jonas.schnelli@include7.ch
Signed-off-by: Jonas Schnelli jonas.schnelli@include7.ch
- redefined the green color
- created new toolbar icons
- updated the assets-attribution.txt
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
Can you rebase? Github doesn't want to merge it for some reason.
Somehow the pull request is closed.. i'll create a new one soon.
let's ignore #2494 ...
ACK
Edit: @laanwj Is there any chance we could include this new testnet icon into bitcoin-qt.exe? I know the mainnet icon is embedded, but to have both would be really nice.
Edit 2: Ah this is happening in bitcoin-qt.rc. So @jonasschnelli Could you integrate a bitcoin_testnet.ico into this pull :)?
- icon quality of the win icon of <256px resolutions are now much better
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
also added a new windows ico file (better quality for <256px resolutions). Reported by Diapolo (https://github.com/bitcoin/bitcoin/pull/2477#issuecomment-16167568)
Thanks for looking into this :). Are you able to also create a bitcoin_testnet.ico (as mentioned above)?
Yes. Can do. But currently the icon is changed by QT with a 256x256px PNG replacement. Would you then change the code to support ICO files? Or is the 256x256 PNG testnet file not in appropriate quality?
I'm talking about the icon file Windows is using to display when using shortcuts and the one the bitcoin-qt.exe is using. The code is here in the ressource file: https://github.com/bitcoin/bitcoin/blob/master/src/qt/res/bitcoin-qt.rc#L1
Dunno if this supports png files.
Edit: It seems the bitcoin.png is JUST used 2 times in bitcoingui.cpp via :icons/bitcoin (see file bitcoin.qrc)!
Hmm.. i hope i still see through. :) The file "icons/bitcoin.ico" is updated (multi-resolution ICO file) and looks fine if it comes to the render of the .exe file as well as of the shortcut version (48x48). Currently there is no bitcoin_testnet.ico and as far as i can see (in the Windows land) theres no code or buld-process script using a such bitcoin_testnet.ico.
But i can just create you a bitcoin_testnet.ico (multiresolution windows icon) and you will look for the rest.
@jonasschnelli I would add that icon to bitcoin-qt.exe via another pull :).
i know and i'm sorry,.. was to lazy to create another branch.
No problem, I'm fine with fixing small stuff to make that client more perfect!
Manually merged: there was a trivial conflict in assets_attributions.txt
@jonasschnelli Can you create a branch with a bitcoin_testnet.ico update? But don't yet open a pull-request here, because I'm trying to create a pull for YOUR branch, which you can then merge and create a pull for us here which includes my change :).
@Diapolo will do that asap
@jonasschnelli I want to thank you, I really like he new icon set, good job and keep it up!
@Diapolo branch with new tn ico file: https://github.com/jonasschnelli/bitcoin/tree/new_testnet_ico_file