1<!-- Emacs: -*-xml-*-	 [must remain in first line!]	-->
2<!--							-->
3<!-- XML GUI description file for KDirStat		-->
4<!--							-->
5<!-- Author:	Stefan Hundhammer (sh@suse.de)		-->
6<!-- Updated:	2007-02-11				-->
7
8
9<!DOCTYPE kpartgui SYSTEM "/opt/kde3/share/apps/katexmltools/kpartgui.dtd.xml">
10
11<kpartgui name="kdirstat" version="270">
12
13
14    <MenuBar>
15
16	<Menu name="file" noMerge="1"> <text>&amp;File</text>
17	    <Action name="file_open" />
18	    <Action name="file_open_url" />
19	    <Action name="file_open_recent" />
20	    <Separator/>
21	    <Action name="file_refresh_all"/>
22	    <Action name="file_refresh_selected"/>
23	    <Separator/>
24	    <Action name="file_read_excluded_dir"/>
25	    <Action name="file_continue_reading_at_mount_point"/>
26	    <Action name="file_stop_reading"/>
27	    <Separator/>
28	    <Action name="file_ask_write_cache"/>
29	    <Action name="file_ask_read_cache"/>
30	    <Separator/>
31	    <Action name="file_close"/>
32	    <Action name="file_quit"/>
33	</Menu>
34
35	<Menu name="cleanup" noMerge="1"> <text>&amp;Actions</text>
36	    <TearOffHandle/>
37	    <Action name="cleanup_open_with"/>
38	    <Separator/>
39	    <Action name="cleanup_open_in_konqueror"/>
40	    <Action name="cleanup_open_in_terminal"/>
41	    <Action name="cleanup_compress_subtree"/>
42	    <Action name="cleanup_make_clean"/>
43	    <Action name="cleanup_delete_trash"/>
44	    <Action name="cleanup_move_to_trash_bin"/>
45	    <Action name="cleanup_hard_delete"/>
46	    <Separator/>
47	    <Action name="cleanup_user_defined_0"/>
48	    <Action name="cleanup_user_defined_1"/>
49	    <Action name="cleanup_user_defined_2"/>
50	    <Action name="cleanup_user_defined_3"/>
51	    <Action name="cleanup_user_defined_4"/>
52	    <Action name="cleanup_user_defined_5"/>
53	    <Action name="cleanup_user_defined_6"/>
54	    <Action name="cleanup_user_defined_7"/>
55	    <Action name="cleanup_user_defined_8"/>
56	    <Action name="cleanup_user_defined_9"/>
57	</Menu>
58
59	<Menu name="treemap" noMerge="1"> <text>&amp;Treemap</text>
60	    <TearOffHandle/>
61	    <Action name="options_show_treemap"/>
62            <Separator/>
63	    <Action name="treemap_zoom_in"/>
64	    <Action name="treemap_zoom_out"/>
65	    <Action name="treemap_select_parent"/>
66	    <Action name="treemap_rebuild"/>
67            <Separator/>
68	    <Action name="treemap_help"/>
69	</Menu>
70
71	<Menu name="settings" noMerge="1"> <text>&amp;Settings</text>
72            <Action name="options_show_treemap"/>
73	    <Action name="options_show_toolbar"/>
74	    <Action name="options_show_statusbar"/>
75	    <Action name="options_configure"/>
76	</Menu>
77
78	<Menu name="report" noMerge="1"> <text>&amp;Report</text>
79	    <Action name="report_mail_to_owner"/>
80	</Menu>
81
82
83	<Menu name="help" noMerge="1"> <text>&amp;Help</text>
84	    <Action name="help_contents"/>
85	    <Action name="help_whats_this"/>
86	    <Separator/>
87	    <Action name="help_send_feedback_mail"/>
88	    <Separator/>
89	    <Action name="help_about_app"/>
90	    <Action name="help_about_kde"/>
91	</Menu>
92
93    </MenuBar>
94
95
96    <ToolBar name="mainToolBar" fullWidth="true" noMerge="1"> <text>Main Toolbar</text>
97	<Action name="file_open"			group="file_operations" />
98	<Action name="file_refresh_all"			group="file_operations" />
99	<Action name="file_stop_reading"		group="file_operations" />
100	<Separator/>
101	<Action name="edit_copy"			group="edit_operations" />
102        <Action name="report_mail_to_owner"		group="report_operations"/>
103	<Separator/>
104	<Action name="cleanup_open_in_konqueror"	group="cleanup_operations"/>
105	<Action name="cleanup_open_in_terminal"		group="cleanup_operations"/>
106	<Action name="cleanup_compress_subtree"		group="cleanup_operations"/>
107	<Action name="cleanup_move_to_trash_bin"	group="cleanup_operations"/>
108        <Action name="cleanup_hard_delete"              group="cleanup_operations"/>
109	<Separator/>
110        <Action name="treemap_zoom_in"			group="treemap_operations"/>
111	<Action name="treemap_zoom_out"			group="treemap_operations"/>
112    </ToolBar>
113
114
115
116    <!-- Context menu for the tree view -->
117
118    <Menu name="treeViewContextMenu" noMerge="1">
119	<Action name="edit_copy" />
120	<Action name="report_mail_to_owner"/>
121	<Separator/>
122	<Action name="file_refresh_all"/>
123	<Action name="file_refresh_selected"/>
124	<Action name="file_read_excluded_dir"/>
125	<Action name="file_continue_reading_at_mount_point"/>
126	<Separator/>
127        <Action name="cleanup_open_with"/>
128	<Separator/>
129	<Action name="cleanup_open_in_konqueror"/>
130	<Action name="cleanup_open_in_terminal"/>
131	<Action name="cleanup_compress_subtree"/>
132	<Action name="cleanup_make_clean"/>
133	<Action name="cleanup_delete_trash"/>
134	<Action name="cleanup_move_to_trash_bin"/>
135        <Action name="cleanup_hard_delete"/>
136	<Separator/>
137	<Action name="cleanup_user_defined_0"/>
138	<Action name="cleanup_user_defined_1"/>
139	<Action name="cleanup_user_defined_2"/>
140	<Action name="cleanup_user_defined_3"/>
141	<Action name="cleanup_user_defined_4"/>
142	<Action name="cleanup_user_defined_5"/>
143	<Action name="cleanup_user_defined_6"/>
144	<Action name="cleanup_user_defined_7"/>
145	<Action name="cleanup_user_defined_8"/>
146	<Action name="cleanup_user_defined_9"/>
147    </Menu>
148
149
150    <!-- Context menu for the treemap -->
151
152    <Menu name="treemapContextMenu" noMerge="1">
153	<Action name="treemap_zoom_in" />
154	<Action name="treemap_zoom_out"/>
155	<Action name="treemap_select_parent"/>
156	<Action name="treemap_rebuild"/>
157	<Separator/>
158        <Action name="treemap_help"/>
159	<Separator/>
160	<Action name="file_refresh_all"/>
161	<Separator/>
162        <Action name="cleanup_open_with"/>
163	<Separator/>
164	<Action name="cleanup_open_in_konqueror"/>
165	<Action name="cleanup_open_in_terminal"/>
166	<Action name="cleanup_compress_subtree"/>
167	<Action name="cleanup_make_clean"/>
168	<Action name="cleanup_delete_trash"/>
169	<Action name="cleanup_move_to_trash_bin"/>
170        <Action name="cleanup_hard_delete"/>
171	<Separator/>
172	<Action name="cleanup_user_defined_0"/>
173	<Action name="cleanup_user_defined_1"/>
174	<Action name="cleanup_user_defined_2"/>
175	<Action name="cleanup_user_defined_3"/>
176	<Action name="cleanup_user_defined_4"/>
177	<Action name="cleanup_user_defined_5"/>
178	<Action name="cleanup_user_defined_6"/>
179	<Action name="cleanup_user_defined_7"/>
180	<Action name="cleanup_user_defined_8"/>
181	<Action name="cleanup_user_defined_9"/>
182    </Menu>
183
184
185    <!-- Emacs Customization			-->
186    <!-- Local Variables:			-->
187    <!--	sgml-indent-step:	4	-->
188    <!-- End:					-->
189
190</kpartgui>
191