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 > >

Review Request: Pass KAboutData::productName() to DrKonqi

2011-08-05 Thread Christoph Feck
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102231/ --- Review request for KDE Runtime, kdelibs, George Kiagiadakis, and Darío André

Re: Review Request: Start D-Bus after setting KDE_FULL_SESSION

2011-08-05 Thread Arno Rehn
> On Aug. 3, 2011, 6:19 p.m., Oswald Buddenhagen wrote: > > this sounds wrong. what if dbus is started earlier, e.g. by a PAM module? > > this can easily happen once we use the new SecretService. > > there should be some interface to push environment variables "into the bus" > > after it is run

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 >