scop / portecle

User friendly GUI application for creating, managing and examining keystores, keys, certificates, certificate requests, certificate revocation lists and more
http://portecle.sourceforge.net/
GNU General Public License v2.0
153 stars 47 forks source link

improved vector based icon and Apple OSX support #47

Closed nitram509 closed 6 years ago

nitram509 commented 6 years ago

Hi,

on my Mac OS X Portecle uses the default java coffee cup icon. I prefer to see the Portecle tools icon instead. So I've added a AppleApplicationHelper class which does so. I've used reflection, so that it compiles on any OS.

Additionally, I revised the existing "fugly" icon towards a vector based one, which results in a more crispy look.

Every feedback is welcome.

Regards Martin

PS: This refers to https://sourceforge.net/p/portecle/code/merge-requests/2/

nitram509 commented 6 years ago

Hi,

thank you for this valuable feedback. I've incorporated all your comments.

Looking forward to this new icon set. Maybe you want to merge this one in the meantime and update the images later, when available? Since this PR already contains code, necessary to use icons in multiple resolutions, which is already a great improvement for high resolution monitors/systems.

scop commented 6 years ago

Merged, thanks.

nitram509 commented 6 years ago

👍 you're welcome