Bug 88600

Summary: advancedslideshow tool: better support for navigation prev/next/stop and resume
Product: [Applications] digikam Reporter: Wilbert Berendsen <wbsoft>
Component: Plugin-Generic-PresentationAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist CC: caulier.gilles
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In: 7.6.0

Description Wilbert Berendsen 2004-09-01 17:13:32 UTC
Version:           0.7.0-cvs (using KDE 3.3.0, compiled sources)
Compiler:          gcc version 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)
OS:                Linux (i686) release 2.6.8-gentoo

The slideshow plugin now handles space to stop/continue a show, but it would be very nice if one could page back and forward using PgUp and PgDown, and exit a show (to do something, e.g. rotate an image or answer an incoming email) and then resume the show without having to start over again.

(I could not find where to post for the kipi plugins so I posted here :-)

Thanks for a very nice program!
Comment 1 Renchi Raju 2004-10-06 18:36:36 UTC
CVS commit by pahlibar: 


* implemented mouse and keyboard control for slideshow
* mouse control is with a toolbar which pops up when mouse is moved to any
 of the four corners of the desktop
* keyboard control: PageUp (previous), PageDown (next), Escape (close),
SpaceBar (toggle play and pause)
* fixed crash due to wierd mouseMoveEvent being called after closeEvent

CCMAIL: 88600-done@bugs.kde.org


  A            toolbar.cpp   1.1 [GPL]
  A            toolbar.h   1.1 [GPL]
  M +1 -1      Makefile.am   1.8
  M +361 -281  slideshow.cpp   1.11
  M +14 -5     slideshow.h   1.6
  M +172 -85   slideshowgl.cpp   1.10
  M +15 -3     slideshowgl.h   1.5
  R            pausetimer.cpp   1.1
  R            pausetimer.h   1.2



Comment 2 Renchi Raju 2004-10-06 18:51:03 UTC
exiting slideshow to do something else and then coming back is not implemented. won't be an easy task, as the current kipi setup doesn't have any way to indicate to the slideshow plugin if an item got deleted while the plugin was in background 
Comment 3 Renchi Raju 2004-10-06 18:53:00 UTC
*** Bug 87106 has been marked as a duplicate of this bug. ***