-
Notifications
You must be signed in to change notification settings - Fork 22
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
general: Release 6.0 #78
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`org.freedesktop.ScreenSaver` is the default, `org.gnome.ScreenSaver` is a fallback
It depends on a timer to be activated
* Save settings when using <Ctrl>Q * Properly remove timeouts in Services.Timer
This was
linked to
issues
Oct 15, 2023
Closed
Replaces the old break divisor setting. Implements an automatic port to the new setting
The service that keeps track of the known tones in Flowtime, and is the responsible to play them on request.
The alarm is also now initiated in the Window, not within the timer.
* Avoid clamping a ScrolledWindow
This fixes the previous memory leak, introduced in the last commit :)
We will now depend only in Gtk Media API's
By this, we are saving DBus calls that will fail anyways, just as we're also hiding the feature from the user, as it makes no sense to expose it if it is not supported.
By this, we are saving DBus calls that will fail anyways, just as we're also hiding the feature from the user, as it makes no sense to expose it if it is not supported.
* Format time using printf * When the break ends, set `running` to `false`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a PR with the planned features of 6.0, including: