Re: Dolphin Right Click Menus

2011-08-25 Thread David Faure
On Saturday 13 August 2011 00:35:10 Steven Sroka wrote: > Unfortunately not. I can see that the Create New->Link to Device is > autogenerated which is neat, but where do Create New-> > Folder.../File... etc. come from? The code in knewfilemenu.cpp reads them from the template files installed by k

Re: Dolphin Right Click Menus

2011-08-12 Thread Steven Sroka
>On 5 August 2011 23:37, Christoph Feck wrote: > On Friday 05 August 2011 23:35:10 Steven Sroka wrote: >> >On 5 August 2011 16:39, Shaun Reich > wrote: >> >> I can see where they are stored in an QList and where they are >> >> placed into the menu, but not where the values in the QList get >> >>

Re: Dolphin Right Click Menus

2011-08-05 Thread Christoph Feck
On Friday 05 August 2011 23:35:10 Steven Sroka wrote: > >On 5 August 2011 16:39, Shaun Reich wrote: > >> I can see where they are stored in an QList and where they are > >> placed into the menu, but not where the values in the QList get > >> generated. I've only bee able to trace it as far as > >

Re: Dolphin Right Click Menus

2011-08-05 Thread Steven Sroka
>On 5 August 2011 16:39, Shaun Reich wrote: >> I can see where they are stored in an QList and where they are placed >> into the menu, but not where the values in the QList get generated. >> I've only bee able to trace it as far as dolphinmainwindow.cpp > > KNewFileMenu (kdelibs/kfile/knewfilemenu

Re: Dolphin Right Click Menus

2011-08-05 Thread Shaun Reich
> I can see where they are stored in an QList and where they are placed > into the menu, but not where the values in the QList get generated. > I've only bee able to trace it as far as dolphinmainwindow.cpp KNewFileMenu (kdelibs/kfile/knewfilemenu:960, for instance). Just grep for a string that y

Re: Dolphin Right Click Menus

2011-08-05 Thread Steven Sroka
>On 4 August 2011 18:31, Jan Gerrit Marker wrote: > 2011/8/5 Steven Sroka : >> Does anyone know where the code is that generates the right click menu >> in Dolphin? >> >> Steve >> > > Hi, > its in kdebase/kde-baseapps/dolphin/src/dolphincontextmenu.cpp > (https://projects.kde.org/projects/kde/kdeb

Re: Dolphin Right Click Menus

2011-08-05 Thread Jan Gerrit Marker
2011/8/5 Steven Sroka : > Does anyone know where the code is that generates the right click menu > in Dolphin? > > Steve > Hi, its in kdebase/kde-baseapps/dolphin/src/dolphincontextmenu.cpp (https://projects.kde.org/projects/kde/kdebase/kde-baseapps/repository/revisions/master/changes/dolphin/src/

Re: Dolphin Right Click Menus

2011-08-05 Thread Alexis Ménard
Grep for contextMenuEvent. On Thu, Aug 4, 2011 at 7:09 PM, Steven Sroka wrote: > Does anyone know where the code is that generates the right click menu > in Dolphin? > > Steve >

Re: Dolphin Right Click Menus

2011-08-04 Thread Christoph Feck
On Friday 05 August 2011 00:09:09 Steven Sroka wrote: > Does anyone know where the code is that generates the right click > menu in Dolphin? > > Steve src/dolphincontextmenu.cpp

Dolphin Right Click Menus

2011-08-04 Thread Steven Sroka
Does anyone know where the code is that generates the right click menu in Dolphin? Steve