-
Notifications
You must be signed in to change notification settings - Fork 29
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
Feature/animated-sleeping #24
Feature/animated-sleeping #24
Conversation
Hello, @exincore! Thanks for the PR! I need some time to review the PR. |
Please, fix conflicts and I will merge the PR |
Closed by mistake, reopening... |
Goodness, this will take a while to merge/rebase |
00d41f8
to
3ad777f
Compare
@win0err I will clean up the idle sprites, but other than that, this feature is ready for re-review. Note that the animation state machine previously implemented in this feature is now removed. |
* Update translations
@@ -47,47 +47,51 @@ msgid "Idle threshold" | |||
msgstr "Порог бездействия" | |||
|
|||
#: src/resources/ui/preferences.ui:34 | |||
msgid "Idle animation" | |||
msgstr "" |
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.
One new translation is needed
po/messages.pot
Outdated
@@ -46,45 +46,49 @@ msgid "Idle threshold" | |||
msgstr "" | |||
|
|||
#: src/resources/ui/preferences.ui:34 | |||
msgid "Idle animation" |
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.
Wouldn't it be better to call it "Animated idle"
?
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.
I decided on Idle animation
due to the presence of Idle threshold
, however I will go ahead and rename everything. It can be reverted later.
LGTM. Great work, thank you! |
The cat has a sleeping animation now
The cat has a sleeping animation now
The cat has a sleeping animation now
Animated Sleeping
What?
Why?
How?
panelMenuButton.js
looks for and loads sprites into arrays based on their name likeactive-0
oridle-3
etc.prefs.js
et al. has a toggle button for reverting back to non-animated sleepingmy-sleeping-symbolic.svg
(contains cute snoozing)