modifying the drawer menus

Dirk Hohndel dirk at hohndel.org
Wed Jan 6 23:23:00 UTC 2016


On Wed, Jan 06, 2016 at 03:08:02PM -0800, Dirk Hohndel wrote:
> On Wed, Jan 06, 2016 at 11:57:24PM +0100, Marco Martin wrote:
> > On Wednesday 06 January 2016, Dirk Hohndel wrote:
> > > If I write this as
> > > 
> > > property list<Action> viewActions: [
> > > 	Action { }, Action { }
> > > 	]
> > > property list<Action> editActions: [
> > > 	Action { }, Action { }
> > > 	]
> > > 
> > > it doesn't fail on syntax, but doesn't work. It always shows the
> > > viewActions as context menu (as "view" is the initial state).
> > 
> > yeah, could reproduce.
> > 
> > I've now pushed on master a change that makes this code work
> > the change, if you want to just change the relevant thing, is in "Page.qml"
> 
> Oh how I LOVE working with open source people...
> Thanks.

Works like a charm...

(of course then I stare at the change and figure out why this fixes the
problem... and then I move on...)

/D


More information about the Plasma-devel mailing list