-
-
Notifications
You must be signed in to change notification settings - Fork 136
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: enhance calendar widget with time picker #650
Merged
kristijanhusak
merged 16 commits into
nvim-orgmode:master
from
seflue:feature/schedule_clock
May 28, 2024
Merged
feature: enhance calendar widget with time picker #650
kristijanhusak
merged 16 commits into
nvim-orgmode:master
from
seflue:feature/schedule_clock
May 28, 2024
Commits on May 28, 2024
-
To make it more convenient to scheduled dates with particular times extends the existing date picker with a time picker. - t adds a time and jumps to the time picker - j and k decrease or increase the time, counts are supported - h and l determine if the time is shifted about an hour, 10 minutes or 5 minutes - T clears the time - Esc leaves the time picker first and pressed secondly the date picker
Configuration menu - View commit details
-
Copy full SHA for 440c615 - Browse repository at this point
Copy the full SHA 440c615View commit details -
feat(date): add default to 'Enter date'
When entering the date via direct input, provide the currently selected date as default value.
Configuration menu - View commit details
-
Copy full SHA for 6126f78 - Browse repository at this point
Copy the full SHA 6126f78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60963a7 - Browse repository at this point
Copy the full SHA 60963a7View commit details -
fix: jump to descrete 10 or 5 minute steps
When adjusting an odd minute value, we first want to jump to the next flat 10 or 5 minute value.
Configuration menu - View commit details
-
Copy full SHA for 5e0e9ca - Browse repository at this point
Copy the full SHA 5e0e9caView commit details -
feat: make minute steps configurable
Because it's a matter of preference, in which steps the user want's to jump through minutes, we make it configurable.
Configuration menu - View commit details
-
Copy full SHA for 9b74096 - Browse repository at this point
Copy the full SHA 9b74096View commit details -
Configuration menu - View commit details
-
Copy full SHA for 566b809 - Browse repository at this point
Copy the full SHA 566b809View commit details -
Configuration menu - View commit details
-
Copy full SHA for f522eb4 - Browse repository at this point
Copy the full SHA f522eb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a81d5f6 - Browse repository at this point
Copy the full SHA a81d5f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74b9178 - Browse repository at this point
Copy the full SHA 74b9178View commit details -
Configuration menu - View commit details
-
Copy full SHA for a52a268 - Browse repository at this point
Copy the full SHA a52a268View commit details -
fix: enable clear time keymap consistently
To be able to clear times if no timestamp was set when the picker was loaded, we need to set the clear-time keymapping during rerendering of time.
Configuration menu - View commit details
-
Copy full SHA for f4da11c - Browse repository at this point
Copy the full SHA f4da11cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e483f6d - Browse repository at this point
Copy the full SHA e483f6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9db1d66 - Browse repository at this point
Copy the full SHA 9db1d66View commit details -
- wrap everything into calendar - cleanup names - use boolean "start_from_sunday"
Configuration menu - View commit details
-
Copy full SHA for 5519583 - Browse repository at this point
Copy the full SHA 5519583View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaffdfc - Browse repository at this point
Copy the full SHA eaffdfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a64028 - Browse repository at this point
Copy the full SHA 6a64028View commit details
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.