some questions on xml gui merging
Alexander Neundorf
neundorf at kde.org
Tue Jan 6 21:07:21 GMT 2004
Hi,
I played around a bit with konqueror.rc and konq_iconview.rc
In konqueror.rc there is:
<Menu noMerge="1" name="edit" >
<text>&Edit</text>
<Action name="undo" />
<Action name="cut" />
<Action name="copy" />
<Action name="paste" />
<Action name="rename" />
<Action name="trash" />
<Action name="del" />
<Action name="shred" />
<ActionList name="operations" />
<Separator/>
...
and in konq_iconview.rc:
<Menu name="edit"><text>&Edit</text>
<Action name="select"/>
<Action name="unselect"/>
<Action name="unselectall"/>
<Action name="invertselection"/>
</Menu>
So far, so good.
Now I moved the undo/cut/rename actions from konqueror.rc to konq_iconview.rc.
Effect: undo/cut/rename don't appear in the edit menu when browsing the web,
ok.
But when changing to my home directoey using the icon view the select/
unselect/unselectall actions appear in the edit menu, but the undo/cut/rename
actions don't appear.
Why is that ?
I tried the same with the "up" action (removed in konqueror.rc and added to
konq_iconview.rc) with the same result. E.g. it worked with the action
"decIconSize".
Any hints why it works with some actions but doesn't with others ?
Bye
Alex
--
Work: alexander.neundorf at jenoptik.com - http://www.jenoptik-los.de
Home: neundorf at kde.org - http://www.kde.org
alex at neundorf.net - http://www.neundorf.net
More information about the kde-core-devel
mailing list