Use on-the-fly disabled icons in several bundles#2945
Use on-the-fly disabled icons in several bundles#2945HeikoKlare merged 2 commits intoeclipse-platform:masterfrom
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 patchFurther information are available in Common Build Issues - Missing version increments. |
Test Results 1 523 files ±0 1 523 suites ±0 1h 15m 3s ⏱️ - 2m 3s For more details on these errors, see this check. Results for commit a4ff4ae. ± Comparison against base commit 6bb99bb. ♻️ This comment has been updated with latest results. |
This replaces the usage of pre-generated disabled icons in different bundles. Most of the images / image descriptors were not reused anyway, so setting them at different actions is simply removes. Some shared image descriptors are adapted to generate the disabled version of the shared icon programmatically.
57cfb96 to
a4ff4ae
Compare
|
Failing test is unrelated and what introduced by: #2899 |
This replaces the usage of pre-generated disabled icons in different bundles. Most of the images / image descriptors were not reused anyway, so setting them at different actions is simply removes. Some shared image descriptors are adapted to generate the disabled version of the shared icon programmatically.