Bug 97695

Summary: [help for patch] add menu entry "actions" in quickbrowser
Product: [Unmaintained] kicker Reporter: GML <gmludo>
Component: generalAssignee: Aaron J. Seigo <aseigo>
Status: RESOLVED DUPLICATE    
Severity: wishlist    
Priority: NOR    
Version First Reported In: 3.3.1   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: an ugly patch for this problem

Description GML 2005-01-23 02:28:00 UTC
Version:           3.3.1 (using KDE 3.3.2,  (3.1))
Compiler:          gcc version 3.3.5 (Debian 1:3.3.5-6)
OS:                Linux (i686) release 2.6.8-1-686-smp

I tried to create a patch for quickbrower to show a menu entry "actions" like in konqueror with right click on directory.
I locate the source code in quickbrowser to add menu entry "actions" : http://lxr.kde.org/source/kdebase/kicker/ui/browser_mnu.cpp#L155

but I don't find the source code of menu entry "actions" in konqueror.
I find this : http://lxr.kde.org/source/kdebase/konqueror/konq_guiclients.cc but I no idea to use this.

Do you explain me to show the right menu entry "actions" with reading the good configuration for directory actions ?

Thanks very much, I'm a beginner with kde source code.
Comment 1 GML 2005-01-23 04:52:54 UTC
Created attachment 9232 [details]
an ugly patch for this problem

I create a patch for my wish, but I don't use actions config, it's not a good
idea I think.
Comment 2 Aaron J. Seigo 2005-02-16 02:38:42 UTC
konqueror's action menus are loaded in kdebase/libkonq/konq_popupmenu.cc .. it's pretty dense code and for the next release i'd like to abstract out all the servicemenu stuff so that other applications can access it more easily.
Comment 3 GML 2005-02-16 12:58:08 UTC
thanks very much for your comment but david faure answers at this question :)
It's a good idea to abstract this after kde 3.4 release ;)
Comment 4 Andreas Kling 2006-08-12 22:22:43 UTC

*** This bug has been marked as a duplicate of 75228 ***