Add proper edit-delete-shred icons
ClosedPublic

Authored by trickyricky26 on Jan 21 2019, 9:24 PM.

Details

Summary

BUG: 109241

FIXED-IN: 5.55

Add some proper edit-delete-shred icons; use correct 2px margins for the 32px edit-delete icon.

Test Plan


The 32px edit-delete icon:

Diff Detail

Repository
R266 Breeze Icons
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
trickyricky26 created this revision.Jan 21 2019, 9:24 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptJan 21 2019, 9:24 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
trickyricky26 requested review of this revision.Jan 21 2019, 9:24 PM
trickyricky26 edited the summary of this revision. (Show Details)Jan 21 2019, 9:26 PM
trickyricky26 edited the test plan for this revision. (Show Details)
trickyricky26 added a reviewer: VDG.

Symlink shenanigans make the patch not apply due to that Phab bug. :(

Created and checked out branch arcpatch-D18439.
Checking patch icons/actions/32/edit-delete.svg...
Checking patch icons/actions/32/edit-delete-shred.svg...
Checking patch dev/null => icons/actions/24/edit-delete-shred.svg...
error: dev/null: does not exist in index
Checking patch dev/null => icons/actions/22/edit-delete-shred.svg...
error: dev/null: does not exist in index
Checking patch dev/null => icons/actions/16/edit-delete-shred.svg...
error: dev/null: does not exist in index
Checking patch icons-dark/actions/32/edit-delete.svg...
Checking patch icons-dark/actions/32/edit-delete-shred.svg...
Checking patch dev/null => icons-dark/actions/24/edit-delete-shred.svg...
error: dev/null: does not exist in index
Checking patch dev/null => icons-dark/actions/22/edit-delete-shred.svg...
error: dev/null: does not exist in index
Checking patch dev/null => icons-dark/actions/16/edit-delete-shred.svg...
error: dev/null: does not exist in index
Applied patch icons/actions/32/edit-delete.svg cleanly.
Applied patch icons/actions/32/edit-delete-shred.svg cleanly.
Applied patch icons-dark/actions/32/edit-delete.svg cleanly.
Applied patch icons-dark/actions/32/edit-delete-shred.svg cleanly.

If you give me a list of symlink changes that need to be done, I can make them manually and then you can rebase this patch to only change icons.

ngraham added a comment.EditedJan 21 2019, 9:30 PM

Also, visually speaking, I think that the checkerboard grid on the bottom is too fine. Making it a bit more coarse might improve things. Also have you experimented with using vertical lines instead of a checkerboard? Or maybe a checkerboard of vertical lines rather than squares? That's what my shredder does.

trickyricky26 planned changes to this revision.Jan 21 2019, 9:35 PM

I will experiment with some more pattern for the shredded part.

  • Use different, more recognizable pattern for the shredded part
trickyricky26 edited the test plan for this revision. (Show Details)Jan 22 2019, 3:37 PM

Better, though for the 32px version, the shreds feel too skinny. Maybe making them 2px wide might improve the look?

Do you think these are better?


This has smaller gaps, which are still large enough imo.

This has bigger gaps and isn't quite as pretty.

Do you think these are better?

I like this one!

  • Use a pattern with wider paper strips in the 32px version
trickyricky26 edited the test plan for this revision. (Show Details)Jan 23 2019, 3:33 PM
ndavis accepted this revision.Jan 23 2019, 3:49 PM
ndavis added a subscriber: ndavis.

I've checked the files and they all look good to me.

This revision is now accepted and ready to land.Jan 23 2019, 3:49 PM
ngraham accepted this revision.Jan 23 2019, 4:38 PM

Still can't actually apply the patch to land it using Phab. Can you remove the symlink-related changes from this patch and then provide a list of them so I can do them manually?

Hopefully finally rebase on master, please?

This revision was automatically updated to reflect the committed changes.