feat(caffeinate): add timed keep-awake controls - #952
Open
josteinhanssen wants to merge 1 commit into
Open
Conversation
Author
|
CI note: There is no plugin-side change that can resolve these checkout failures. Could a maintainer please validate through a safe fork-checkout workflow or review the checks manually? For reference, the standalone source passes manifest/registry validation, QML linting, upgrade-contract checks, and all 108 QML tests; this registry payload matches v1.1.2 except for the repository URL required by this registry. |
This file contains hidden or 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
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.
Summary
Adds Caffeinate v1.1.2, a Noctalia v4 launcher provider and optional bar widget for temporarily pausing idle-triggered display, lock, and suspend actions.
The standalone source and v1.1.2 release are available at https://github.com/josteinhanssen/caffeinate-provider/releases/tag/v1.1.2.
Why
Noctalia's built-in Keep Awake control is convenient for indefinite sessions, but starting precise timed sessions currently requires more manual interaction. Caffeinate makes arbitrary and reusable durations available directly from the launcher while keeping the active session visible and controllable from the bar.
Testing
./scripts/check: manifest/registry validation, QML linting, upgrade-contract checks, and all 108 QML tests pass.caffeinate/preview.pngis a 960×540 PNG and the registry copy differs from the v1.1.2 release only by the repository URL required for registry submissions.AI assistance
The plugin was developed with substantial OpenAI Codex assistance under human direction. The implementation was reviewed, exercised live, covered by automated tests, and polished against the repository's AI-assisted development guidelines.