D7520: Fix icon of KStandardAction::MoveToTrash

2017-10-18 Thread Elvis Angelaccio
This revision was automatically updated to reflect the committed changes. Closed by commit R265:b8641527bb67: Fix icon of KStandardAction::MoveToTrash (authored by elvisangelaccio). REPOSITORY R265 KConfigWidgets CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D7520?vs=20631=20966

D7520: Fix icon of KStandardAction::MoveToTrash

2017-10-18 Thread Nathaniel Graham
ngraham added a comment. Can we land this? REPOSITORY R265 KConfigWidgets BRANCH user-trash REVISION DETAIL https://phabricator.kde.org/D7520 To: elvisangelaccio, #frameworks, ngraham Cc: ngraham, andreaska, broulik

D7520: Fix icon of KStandardAction::MoveToTrash

2017-10-17 Thread Nathaniel Graham
ngraham accepted this revision. ngraham added a comment. This revision is now accepted and ready to land. I support this change, for the additional reason that it's appropriate for the "move to trash" icon to be black, because red icons are for destructive changes, and moving something to

D7520: Fix icon of KStandardAction::MoveToTrash

2017-10-12 Thread Andreas Kainz
andreaska added a comment. +1 REPOSITORY R265 KConfigWidgets REVISION DETAIL https://phabricator.kde.org/D7520 To: elvisangelaccio, #frameworks Cc: andreaska, broulik

D7520: Fix icon of KStandardAction::MoveToTrash

2017-10-12 Thread Elvis Angelaccio
elvisangelaccio updated this revision to Diff 20631. elvisangelaccio added a comment. - Switched from `user-trash` to `trash-empty` (discussed with @andreaska in person). REPOSITORY R265 KConfigWidgets CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D7520?vs=18688=20631 BRANCH

D7520: Fix icon of KStandardAction::MoveToTrash

2017-09-10 Thread Elvis Angelaccio
elvisangelaccio added a subscriber: andreaska. elvisangelaccio added a comment. @andreaska Is it possible to add a new breeze icon for the move-to-trash action? REPOSITORY R265 KConfigWidgets REVISION DETAIL https://phabricator.kde.org/D7520 To: elvisangelaccio, #frameworks Cc:

D7520: Fix icon of KStandardAction::MoveToTrash

2017-08-25 Thread Elvis Angelaccio
elvisangelaccio added a comment. In https://phabricator.kde.org/D7520#139761, @broulik wrote: > I do have two somewhat different looking icons in the context menu. dolphin git master? Make sure you have https://phabricator.kde.org/D6778, which is what caused the regression >

D7520: Fix icon of KStandardAction::MoveToTrash

2017-08-25 Thread Kai Uwe Broulik
broulik added a comment. I do have two somewhat different looking icons in the context menu. `user-trash` is for a place, not an action, so this might lead to a colorized icon showing up in the menu (when using larger icon sizes and/or high dpi) REPOSITORY R265 KConfigWidgets

D7520: Fix icon of KStandardAction::MoveToTrash

2017-08-24 Thread Elvis Angelaccio
elvisangelaccio created this revision. Restricted Application added a project: Frameworks. REVISION SUMMARY It should be different from the DeleteFile icon, otherwise it's not possible to distinguish them. TEST PLAN Open context menu of Dolphin (master) and press Shift. REPOSITORY R265