]> git.sesse.net Git - kdenlive/blob - src/kdenliveui.rc
* NEW: find as you type feature. You can now type a text and the timeline will scroll...
[kdenlive] / src / kdenliveui.rc
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
3 <gui name="kdenlive" version="19">
4   <ToolBar name="extraToolBar" >
5     <text>Extra Toolbar</text>
6         <Action name="project_render" />
7   </ToolBar>
8
9   <MenuBar>
10     <Menu name="edit" >
11       <Action name="project_find" />
12     </Menu>
13     
14     <Menu name="project" ><text>Project</text>
15       <Action name="project_render" />
16       <Action name="project_settings" />
17     </Menu>
18
19     <Menu name="tool" ><text>Tool</text>
20       <Action name="select_tool" />
21       <Action name="razor_tool" />
22     </Menu>
23
24     <Menu name="timeline" ><text>Timeline</text>
25       <Action name="cut_timeline_clip" />
26       <Action name="delete_timeline_clip" />
27       <Menu name="marker_menu" ><text>Markers</text>
28                 <Action name="add_clip_marker" />
29                 <Action name="edit_clip_marker" />
30                 <Action name="delete_clip_marker" />
31       </Menu>
32       <Menu name="video_effects_menu" ><text>Add Video Effect</text>
33       </Menu>
34       <Menu name="audio_effects_menu" ><text>Add Audio Effect</text>
35       </Menu>
36       <Menu name="custom_effects_menu" ><text>Add Custom Effect</text>
37       </Menu>
38           <Separator />
39                 <Action name="show_video_thumbs" />
40                 <Action name="show_audio_thumbs" />
41                 <Action name="show_markers" />
42                 <Action name="snap" />
43           <Separator />
44                 <Action name="zoom_fit" />
45     </Menu>
46     <Menu name="monitor" ><text>Monitor</text>
47       <Action name="monitor_play" />
48     </Menu>
49
50     <Menu name="settings" >
51       <Action name="manage_profiles" />
52     </Menu>
53   </MenuBar>
54 </gui>