-
Notifications
You must be signed in to change notification settings - Fork 222
Add SVGs to org.eclipse.e4.ui bundles #2925
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.e4.ui bundles #2925
Conversation
This pull request changes some projects for the first time in this development cycle.
An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patch
Further information are available in Common Build Issues - Missing version increments. |
Test Results 1 824 files 1 824 suites 1h 30m 55s ⏱️ Results for commit 6a9df62. ♻️ This comment has been updated with latest results. |
This commit adds SVGs for all icons in the bundles `org.eclipse.e4.ui.progress`, `org.eclipse.e4.ui.workbench.swt`, `org.eclipse.e4.ui.workbench.renderers.swt`, `org.eclipse.e4.ui.workbench.addons.swt` and `org.eclipse.e4.ui.tests`, `org.eclipse.e4.ui.dialogs`.
Use on-the-fly-generated disabled version of SVG-rasterized icons instead.
ab4ec5c
to
6a9df62
Compare
Merging this despite Jenkins failure caused by https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/5892 Since master builds seem to still work on Jenkins, the subsequent master build should hopefully work, thus I will check results of that build to retrospectively validate this PR. |
No new issues on subsequent master build for bcd6dd1 |
view_menu.svg was the wrong svg file, not matching the .pngs. Follow-up on eclipse-platform#2925.
view_menu.svg was the wrong svg file, not matching the .pngs. Follow-up on eclipse-platform#2925. Uses the updated icons taken from eclipse-platform/eclipse.platform.images#147
view_menu.svg was the wrong svg file, not matching the .pngs. Follow-up on #2925. Uses the updated icons taken from eclipse-platform/eclipse.platform.images#147
view_menu.svg was the wrong svg file, not matching the .pngs. Follow-up on eclipse-platform#2925. Uses the updated icons taken from eclipse-platform/eclipse.platform.images#147
This PR adds SVGs for all icons in the bundles
org.eclipse.e4.ui.progress
,org.eclipse.e4.ui.workbench.swt
,org.eclipse.e4.ui.workbench.renderers.swt
,org.eclipse.e4.ui.workbench.addons.swt
andorg.eclipse.e4.ui.tests
,org.eclipse.e4.ui.dialogs
.See also this PR for more information.