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

Benjamin E.Schallar smarty at schallar.com
Sun Jun 26 04:48:04 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 04:48 -------
I think I found what I was looking for:

slideshow.cpp, line 106: "delay_ = QMAX(delay, 300); // at least have 0.3 second delay"
slideshow.cpp, line 172: "delaySpinBox_ = new QSpinBox( 1000, 10000, 10, page );"
slideshowgl.cpp, line 96: "delay_ = QMAX(delay, 1000);   // at least have 1 second delay"

Although this might be a solution, I will test my changes first and try contacting the authors why they inserted those "qmax" values (I'm sure there must've been a reason for this.)

Testing and emails after I got some sleep...

Regards,
Benjamin


More information about the Kde-imaging mailing list