- Status Closed
- Percent Complete
- Task Type Bugs
- Category Settings
- Assigned To No-one
- Operating System All players
- Severity High
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#5001 - sleep timer 5 min. increment problem
There is a problem with the new 5 min minimum increments on the sleep timer. You cannot turn the sleep timer off if it has changed to a non-5 minute increment while it is counting down.
For example, if you set the timer to 15 minutes. Wait one minute, until it says 14 minutes, and then try to turn it off, you cannot. It can be brought down to 4 minutes, but not to zero, because 4 minutes is less than the minimum five minute increment.
This means that you have to wait until the sleep timer has counted down to a multiple of 5 again before you can disable it, which is a little silly.
Recommended fix:
a) at below 5 minutes, the sleep timer should revert to 1 minute increments, or
b) at below 5 minutes lowering the sleep timer should bring it back down to 0.
Apologies for the double post.
2006-04-05 22:37
Reason for closing: Accepted
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
In CVS, thanks.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Solved!
patch vs. current CVS attached (patch -p0)
Method (b) was implemented, since method (a) would involved option select/gui select redesign.
Devs:
- please mark bug #5000 as a duplicate of this one.
- maybe changing option_select_next() in a similar fashion is logical. Apart from symmetry, I find no reason to do so.
Best regards,
R.
Here’s another patch for a related sleep timer bug.
Previously, the timer value was rounded down, so the value is decrease by one minute every time you enter and leave the “set timer” menu (as at least one second has elapsed…).
I fixed that to rounding the value up.
Best,
R.