-
Notifications
You must be signed in to change notification settings - Fork 123
Add SVGs to org.eclipse.m2e.core.ui #1985
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
base: main
Are you sure you want to change the base?
Add SVGs to org.eclipse.m2e.core.ui #1985
Conversation
Thanks for this PR. This particular change looks good. Out of curiosity, where did you get the icons from? Do you plan to also contribute SVG images for the icons in?
Some of them are probably just copies from the platform. And last, but not least, @laeubi what's your opinion about keeping the old png/gif icons? For the Eclipse TLP we kept the icons for now in case some downstream plugins reference them e.g. via corresponding platform-plugin URLs etc. (as resources cannot be really hidden or somehow marked as internal). |
be3918d
to
6317a5d
Compare
Some SVGs are also here: beside that, m2e has to wait for the next release before we can start using SVG icons (that's why the build currently fails) but then I don't see why we need to retain old image formats. |
I got them from the images repository. @laeubi also posted the link:
Yes I do. I maintain a list of missing SVGs that I want to contribute. I will add the two bundles you mentioned to the list.
I also mentioned the amount of GIFs that is still used in Eclipse (mostly example/test bundles with low prio) in the above list. I have to check how much effort it will be to create them. Maybe I restrain this task to only creating the most important icons. |
6317a5d
to
583d58d
Compare
That's now available.
@Michael5601 can you please update this PR to remove the old icons for which replacements are added with this PR? |
583d58d
to
cd43fa3
Compare
This commit adds SVGs for all icons in the bundle `org.eclipse.m2e.core.ui` except for the following as these do not exist as SVGs yet: banner_lifecycleMappingPage.svg banner_new_module.svg banner_new_project.svg banner_update_project.svg m2eclipse48.svg The corresponding PNGs will be deleted by this commit.
cd43fa3
to
84bf792
Compare
Done. :) |
This PR adds SVGs for all icons in the bundle
org.eclipse.m2e.core.ui
except for the following as these do not exist as SVGs yet:banner_lifecycleMappingPage.svg
banner_new_module.svg
banner_new_project.svg
banner_update_project.svg
m2eclipse48.svg
See also this PR for more information.