-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
animated clock for remaining_text on splash_screen #17819
Conversation
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.
Minor changes proposed.
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 still have the following error when starting dt and as soon as the splash screen appears:
(darktable:1369493): GLib-GObject-CRITICAL **: 17:33:07.275: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Also, I don't see the clock... Maybe related.
I added a check for "g_object_unref" and updated 'CMakeLists.txt". |
Instead of introducing 1700+ lines of svg, why not stick with the standard of using cairo painted icons? Add the following to
and you can add the icon (in
(no need to save in static variable but you need to
(no need for |
I've committed the simpler approach to my fork if you want to cherry-pick to test or merge. |
@dterrahe : Thanks, I'll review after 5.0, it is now too late for new features. |
Closing this as supersede by #17874. |
animated alternative to #17749 (clock on splash screen on windows 10 #17730)