-
Notifications
You must be signed in to change notification settings - Fork 37.7k
windows: Add testnet link to installer #8285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
utACK. I'm using the OSX "Icon Slate" app. |
@laanwj: hmm.. Maybe this one is more in align. |
be7cd90
to
e3bc4ed
Compare
Concept ACK, and the screenshots look good. However, I don't understand how the second .lnk file is associated with the new icon. |
The new icon still needs optimization, would you be willing to do this?
It's told to grab icon index 1 from the exe (index 0 is the default icon):
This icon is added in the resource:
|
Sure. I guess this one should be fine: |
Overhauled testnet icon by Jonas Schnelli
e3bc4ed
to
975a41d
Compare
Added. Tested ACK, looks good now, and both icons are ~60kB. |
975a41d windows: Add testnet icon for testnet link (Wladimir J. van der Laan) 0ce8e99 windows: Add testnet link to installer (Wladimir J. van der Laan)
975a41d windows: Add testnet icon for testnet link (Wladimir J. van der Laan) 0ce8e99 windows: Add testnet link to installer (Wladimir J. van der Laan)
This also overwrites/dashifies icons/bitcoin_testnet.ico which was introduced in Bitcoin bitcoin#8285. The icons were previously located in the drkblue theme directory while the path used in dash.qrc was poining to the non-theme icons directory. Also, the icons were never ported to the other themes. This commit moves them one level up until someone actually ports these to the other themes (if ever needed).
This also overwrites/dashifies icons/bitcoin_testnet.ico which was introduced in Bitcoin bitcoin#8285. The icons were previously located in the drkblue theme directory while the path used in dash.qrc was poining to the non-theme icons directory. Also, the icons were never ported to the other themes. This commit moves them one level up until someone actually ports these to the other themes (if ever needed).
Implements #8251
@jonasschnelli I'm not sure what tooling you used in 4c23743, but for some reason icotool, even though I've used the same sizes/bit depths as you, manages to produce a huge icon file:
Comparing binary, it looks like it's not using PNG compression inside the icon.
It also looks like it's picking a smaller and lower-depth icon than it should.