Fix regressions
[kphotoalbum.git] / kphotoalbumui.rc
blob2553fae5f09ca0048abce2e8c21388808bacc39e
1 <!DOCTYPE kpartgui>
2 <kpartgui name="kphotoalbum" version="39">
3   <MenuBar>
4     <Menu name="file">
5       <Action name="exportHTML"/>
6       <Action name="import"/>
7       <Action name="export"/>
8     </Menu>
9     <Menu name="edit" >
10       <Action name="copySelectedURLs" />
11       <Action name="deleteSelected" />
12       <Action name="removeTokens" />
13       <Action name="showListOfFiles" />
14       <Separator/>
15       <Action name="rotateLeft" />
16       <Action name="rotateRight" />
17       <Separator/>
18       <Action name="oneProp"/>
19       <Action name="allProp"/>
20       <Action name="createImageStack"/>
21       <Action name="unStackImages"/>
22       <Action name="setStackHead"/>
23     </Menu>
24     <Menu name="view" >
25       <text>&amp;View</text>
26       <Action name="viewImages" />
27       <Action name="viewImagesNewWindow" />
28       <Action name="runSlideShow"/>
29       <Action name="runRandomizedSlideShow"/>
30       <Action name="collapseAllStacks"/>
31       <Action name="expandAllStacks"/>
32       <Separator/>
33       <Action name="jumpToContext"/>
34       <Action name="limitToMarked" />
35       <Separator/>
36       <Action name="sortImages" />
37       <Action name="orderIncr"/>
38       <Action name="orderDecr"/>
39       <Menu name="privacy">
40         <text>Privacy</text>
41         <Action name="lockToDefaultScope"/>
42         <Action name="unlockFromDefaultScope"/>
43         <Action name="changeScopePasswd" />
44         <Separator/>
45         <Action name="setDefaultScopeNegative" />
46         <Action name="setDefaultScopePositive" />
47       </Menu>
48     </Menu>
49     <Menu name="maintenance">
50       <text>&amp;Maintenance</text>
51       <Action name="findUnavailableImages"/>
52       <Action name="findImagesWithInvalidDate"/>
53       <Action name="findImagesWithChangedMD5Sum"/>
54       <Separator/>
55       <Action name="rebuildMD5s"/>
56       <Action name="rescan"/>
57       <Action name="recreateExifDB" />
58       <Action name="reReadExifInfo" />
59       <Action name="convertBackend" />
60       <Separator/>
61       <Action name="removeAllThumbs"/>
62       <Action name="buildThumbs"/>
63       <Action name="statistics"/>
64     </Menu>
65     <Menu name="plugins">
66       <text>Plugins</text>
67       <Menu name="exportplugin">       
68         <text>Export</text>
69         <ActionList name="export_actions"/>
70       </Menu>
71       <Menu name="importplugin">       
72         <text>Import</text>
73         <ActionList name="import_actions"/>
74       </Menu>
75       <Menu name="imagesplugins">
76       <text>Images</text>
77          <ActionList name="image_actions"/>  
78       </Menu>
79       <Menu name="batch_plugins">
80         <text>Batch Plugins</text>
81         <ActionList name="batch_actions"/>
82       </Menu>
83       <Menu name="tool_plugins">
84         <text>Tools</text>
85         <ActionList name="tool_actions"/>
86       </Menu>
87    </Menu>
88    <Menu name="settings">
89      <Action name="readdAllMessages"/>
90      <Action name="showToolTipOnImages"/>
91      <Action name="configureView"/>
92    </Menu>
93    <Menu name="help">
94      <Action name="runDemo"/>
95      <Action name="features"/>
96      <Action name="showVideo"/>
97    </Menu>
98   </MenuBar>
100   <ToolBar noMerge="1"  name="mainToolBar">
101     <text>Main Toolbar</text>
102     <Action name="file_save"/>
103     <Action name="go_home"/>
104     <Action name="go_back"/>
105     <Action name="go_forward"/>
106     <Action name="view_redisplay"/>
107     <Action name="runSlideShow"/>
108   </ToolBar>
111 </kpartgui>