-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Upstreaming budgie-trash-applet #355
Conversation
Speaking of translations, I entirely forgot to write that code before making the PR. Derp. |
CI failed—you're linking against a system header for popover.h instead of the one in the source tree. |
Derp, another thing I overlooked. |
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.
LGTM, thanks!
1e79dfc
to
f509c83
Compare
Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net>
Also renames some files to avoid conflicts. Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net>
Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net>
Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net>
Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net>
Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net>
Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net>
Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net>
Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net>
Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net>
… drives I went to all the trouble to store a consistent and correct URI for each trash item just to not use it. Derp. Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net>
42deb0b
to
04d87a3
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.
LGTM 🚀
Description
This moves my Budgie Trash Applet into the Budgie Desktop source tree.
As a part of this, the applet has been redesigned and rearchitected to better fit within Budgie Desktop:
In addition to the visual changes, some of the UX have been changed. The restore button no longer just restores all items in the trash; it only restores selected items. This makes it easier to restore just one file, or to quickly restore several files at once.
Also, applet settings have been changed to be per-instance, so different instances of the applet on your panels will all have their own settings, just in case you actually want that.
Lastly, upstreaming the applet more easily allows the applet to be translated into all the wonderful languages spoken by our community. Thank you, translators, for your valuable contributions! :)
Ref #28
Submitter Checklist
git rebase -i
(if needed)