Summary: | advancedslideshow tool: better support for navigation prev/next/stop and resume | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Wilbert Berendsen <wbsoft> |
Component: | Plugin-Generic-Presentation | Assignee: | 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 | |
Sentry Crash Report: |
Description
Wilbert Berendsen
2004-09-01 17:13:32 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 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 |