[Kde-imaging] [Bug 108147] slideshow interval below 1 second

Benjamin E.Schallar smarty at schallar.com
Sun Jun 26 15:14:39 CEST 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=108147         




------- Additional Comments From smarty schallar com  2005-06-26 15:14 -------
As far as I can tell, it works fine for the "normal" (i.e. non-openGL) slideshow, but doesn't work out (at least with my radeon mobility 7500) using the openGL slideshow.

So my patch (which I currently only tried using [0] with the packages from [1], see [2] for more on that) will only include the following changes:

slideshow.cpp, line 106:
- "delay_ = QMAX(delay, 300); // at least have 0.3 second delay"
+ "delay_ = QMAX(delay, 100); // at least have 0.1 second delay"

slideshow.cpp, line 172:
- "delaySpinBox_ = new QSpinBox( 1000, 10000, 10, page );"
+ "delaySpinBox_ = new QSpinBox( 100, 10000, 10, page );"

Anything below 1/10th second eludes my rationale, but I will test it and post results for that here as well, although it won't be included in my proposed patch.

Regards,
Benjamin


[0] http://familiasanchez.net/~sanchezr/?page=debcustomize
[1] http://pkg-kde.alioth.debian.org/kde-3.4.1/
[2] http://pkg-kde.alioth.debian.org/docs/


More information about the Kde-imaging mailing list