-
Notifications
You must be signed in to change notification settings - Fork 121
Add SVGs to org.eclipse.pde.api.tools.ui #1729
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
Add SVGs to org.eclipse.pde.api.tools.ui #1729
Conversation
Test Results 273 files - 12 273 suites - 12 45m 54s ⏱️ - 3m 25s For more details on these failures, see this check. Results for commit 0867ccc. ± Comparison against base commit 1e8d28a. This pull request removes 1 test.♻️ This comment has been updated with latest results. |
HeikoKlare
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change looks sound.
Regarding missing:
obj16/eclipse16.svg
I wonder whether we really don't have the Eclipse logo as SVG to place here?
421bdb1 to
daec848
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
obj16/eclipse16.svg
I wonder whether we really don't have the Eclipse logo as SVG to place here?
I also assume that we already have such an icon, even if not explicitly defined in the images repo. Maybe it can be found out from which SVG the current PNGs are generated when looking at their git-history?
@Michael5601 I would prefer to add that SVG with this change.
Besides that this change looks good.
daec848 to
b64900a
Compare
|
I’m not sure from where I got this from https://github.com/eclipse-platform/www.eclipse.org-eclipse/blob/master/eclipse.svg somewhere in the images repo. |
|
I intentionally marked icons like eclipse16/32/48... as missing as there is no SVG with exactly this name. I proceeded like this for every icon that does not have an SVG with the same name even though there could be duplicates with a different name so we can discuss this topic. For the eclipse icons in particular I am aware of one special SVG file ( @merks I couldn't find the SVG that you sent in the images repo. The SVG you sent can of course also be used for the eclipse16/32/48 icons but it would also need to be adjusted in size. |
Might be that the Eclipse icons is actually the only one that really used in a "shared" way, i.e., placed as SVG at some central place and then used ot generated PNGs at different sizes out of it. |
b64900a to
a847760
Compare
|
I now added the missing SVG |
|
I think what has been said is right. When search the But for both I didn't find an SVG source, but I think that's what you said before. |
This commit adds SVGs for all icons in the bundle `org.eclipse.pde.api.tools.ui`.
a847760 to
0867ccc
Compare
HannesWell
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change looks good. Thank you.
I don't know if the |
I think we have to check the exact usage and see what that reveals. If you don't have time, I can try to do it in the next days. |
I can do it on monday if this has time to wait. :) If it doesn't you can do it if you want. |



This PR adds SVGs for all icons in the bundle
org.eclipse.pde.api.tools.uiexcept for the following as it does not exist as SVG yet:obj16/eclipse16.svgSee also this PR for more information.