On Sun, 2011-02-13 at 21:07 +0100, Patrick Ohly wrote:
I think in principle such a slider would do the trick.
Thanks for the feedback!
Here some random observations:
* I have an additional, superfluous slider with "0,0" as number
above the "automatic sync" checkbox.
That's weird, I wonder if I've forgotten to commit something into git.
I'll check that.
Would it be possible to translate the linear values from the slider
into
an exponential time value, then print that using a locale aware
function? If glibc is not sufficient, then GTK/glib might have
something.
I'm quite sure that is possible. I already experimented a little with
that kind of an approach (translating the linear value to exponential),
but so far I haven't been able to get a result which I like. I'll
continue experimenting :)
And I think it shouldn't be too hard to use the locale as well.
-Ville