summaryrefslogtreecommitdiffstats
path: root/kpackage/kpackageui.rc
blob: b3229b98953e9ca01db867c6541e482f035aac3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE kpartgui >
<kpartgui name="kpackage" version="4">
 <MenuBar>
  <Menu name="file" >
  <text>&amp;File</text>
  <Action name="pack_find" />
  <Action name="pack_findf" />
  <Separator/>
 <Action name="kpack_reload" />
</Menu>

<Menu name="packages" >
 <text>&amp;Packages</text>
 <Action name="pack_prev" />
 <Action name="pack_next" />
 <Separator/>
 <Action name="kpack_expand" />
 <Action name="kpack_collapse" />
 <Separator/>
 <Action name="kpack_clear" />
 <Action name="kpack_markall" />
 <Separator/>
 <Action name="install_single" />
 <Action name="install_marked" />
 <Action name="uninstall_single" />
 <Action name="uninstall_marked" />
</Menu>

<Menu name="cache" >
 <text>&amp;Cache</text> 
 <Action name="clear_dcache" />
 <Action name="clear_pcache" />
</Menu>

<Menu name="special" >
 <text>Spe&amp;cial</text> 
 <Menu name="debapt" >
  <text>&amp;APT: Debian</text> 
  <Action name="debapt_update" />
  <Action name="debapt_upgrade" />
  <Action name="debapt_fixup" />
  <Action name="debapt_file" />
 </Menu>
</Menu>

<Menu name="settings" >
 <text>&amp;Settings</text>
 <Action name="kpack_options" append="configure_merge"/>
</Menu>
</MenuBar>
 <ToolBar  position="Left" name="mainToolBar" >
  <Action name="pack_prev" />
  <Action name="pack_next" />
  <Action name="kpack_expand" />
  <Action name="kpack_collapse" />
  <Action name="pack_find" />
  <Action name="pack_findf" />
  <Action name="kpack_reload" />
 </ToolBar>
</kpartgui>