Feature #400
Custom rewinding step
100%
Description
It would be useful if user had a possibility to set its own step size of rewinding. Now it is hardcoded in the skins and = 5000 ms.
History
#1 Updated by Maksim Kozlov almost 11 years ago
- File 0001-gtkui-Add-a-custom-rewinding-forwarding-step.patch 0001-gtkui-Add-a-custom-rewinding-forwarding-step.patch added
I prepared a small patch which adds this option to the gtkui plugin. This option allows to set forward/rewind step size from 100 to 10000 ms (with 100ms inc/dec).
Patch was created on the master branch (fa4e6321cd0a4ef1944e97975d578820b6b6d527)
#2 Updated by John Lindgren almost 11 years ago
Thanks for the patch. It looks pretty good, but I would rather not hard-code the slider increment to 100 ms. It should not be difficult to make it the same as the keyboard step size.
#3 Updated by Maksim Kozlov almost 11 years ago
Here is a second version of the patch. I made the slider increments changeable in compliance with the rewind step size (if I understood correctly the "keyboard step size").
#4 Updated by Maksim Kozlov almost 11 years ago
- File v2-0001-gtkui-Add-a-custom-rewinding-forwarding-step.patch v2-0001-gtkui-Add-a-custom-rewinding-forwarding-step.patch added
Oops.. patch got lost in previous comment.
#5 Updated by John Lindgren over 10 years ago
- Category set to plugins/gtkui
- Status changed from New to Closed
- Target version set to 3.5
- % Done changed from 0 to 100
#6 Updated by Maksim Kozlov over 10 years ago
Great! This is exactly what I wanted :) Thanks