Bug 130407 - wish: option to enable and disable slideshow from the context menu
Summary: wish: option to enable and disable slideshow from the context menu
Status: RESOLVED FIXED
Alias: None
Product: gwenview
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Gwenview Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-07 14:48 UTC by Stephan Sokolow
Modified: 2012-10-19 13:27 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Sokolow 2006-07-07 14:48:20 UTC
Version:           1.3.91 (using KDE KDE 3.5.2)
Installed from:    Compiled From Sources
Compiler:          gcc (GCC) 3.4.5 (Gentoo 3.4.5-r1, ssp-3.4.5-1.0, pie-8.7.9) 
OS:                Linux

My favorite use of the slideshow in GQView (from which I am attempting to migrate) is to enable it while in fullscreen mode (using the context menu, usually) and then enjoy the newly randomized images until I discover one I want to savor, then disable slideshow again.

In GwenView, this is not possible because the slideshow cannot be enabled from the context menu.
Comment 1 Aurelien Gateau 2006-07-14 00:02:26 UTC
SVN commit 562009 by gateau:

An entry to start the slide show has been added to the image popup menu
BUG:130407


 M  +2 -0      NEWS  
 M  +2 -0      gvcore/imageviewcontroller.cpp  


--- trunk/extragear/graphics/gwenview/NEWS #562008:562009
@@ -2,6 +2,8 @@
 - New features:
  - When available, Gwenview now uses the shooting date instead of the file date
    (Bug 98740).
+ - An entry to start the slide show has been added to the image popup menu (Bug
+   130407).
 - Fixes:
  - Fixed file renaming, which got broken in 1.3.91.
  - Do not reset filters when configuring image list.
--- trunk/extragear/graphics/gwenview/gvcore/imageviewcontroller.cpp #562008:562009
@@ -453,6 +453,8 @@
 	// if necessary. But KParts may not have the action itself.
 	plugAction(&menu, d->mActionCollection, "fullscreen");
 	
+	plugAction(&menu, d->mActionCollection, "slideshow");
+	
 	if (validImage) {
 		menu.insertSeparator();