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