summaryrefslogtreecommitdiffstats
path: root/kgpg/listkeys.rc
blob: a2dff30627158cc4fc7706e77289844133115bf8 (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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE kpartgui>
<kpartgui name="listkeys" version="33">

<MenuBar>
    <Menu name="managekeys"><text>&amp;Keys</text>
	<Action name="key_info"/>
	<Action name="key_server_refresh"/>
	<Action name="key_sign"/>
	<Action name="key_edit"/>
	<Action name="key_gener"/>
	<Separator />
	<Action name="key_export"/>
	<Action name="key_import"/>
	<Action name="add_kab"/>
    </Menu>

    <Menu name="edit">
    	<Action name="go_default_key"/>
    </Menu>
    
    <Menu name="view"><text>&amp;View</text>
    	<Action name="show_secret"/>
    	<Action name="hide_disabled"/>
    	<Menu name="show_details"><text>&amp;Show Details</text>
    	    <Action name="show_trust"/>
    	    <Action name="show_expi"/>
    	    <Action name="show_size"/>
    	    <Action name="show_creat"/>
	</Menu>
    	<Action name="photo_settings" />
    	<Action name="key_refresh"/>
    </Menu>
    
    <Menu name="groups"><text>&amp;Groups</text>
    	<Action name="create_group"/>
    	<Action name="edit_group"/>
    	<Action name="delete_group"/>
    </Menu>


    

    
    <Menu name="file">
	<Action name="key_server"/>
	<Action name="kgpg_editor"/>
    </Menu>
    
    <Menu name="help">
    	<Action name="help_tipofday"/>
    	<Action name="gpg_man"/>
  </Menu>
</MenuBar>


<ToolBar name="mainToolBar" position="top">
    <Action name="key_info"/>
    <Action name="key_sign"/>
    <Separator/>
    <Action name="key_import"/>
    <Action name="key_export"/>
    <Action name="key_server"/>
</ToolBar>

<State name="group_selected">
	<enable>
	<Action name="edit_group"/>
    	<Action name="delete_group"/>
	</enable>
	<disable>
	  <Action name="add_kab"/>
	<Action name="key_server_refresh"/>
	<Action name="create_group"/>
	<Action name="key_info"/>
	<Action name="key_sign"/>
    	<Action name="key_edit"/>
	<Action name="key_export"/>
	<Action name="key_import"/>
	</disable>
</State>

<State name="single_selected">
	<disable>
	<Action name="edit_group"/>
    	<Action name="delete_group"/>
	</disable>
	<enable>
	<Action name="key_server_refresh"/>
	<Action name="add_kab"/>
	<Action name="key_sign"/>
	<Action name="key_export"/>
	<Action name="key_import"/>
	<Action name="key_default"/>
	<Action name="key_edit"/>
	<Action name="key_info"/>
	<Action name="key_importallsign"/>
	<Action name="create_group"/>
	</enable>
</State>

<State name="multi_selected">
	<disable>
	  <Action name="add_kab"/>
	<Action name="edit_group"/>
    	<Action name="delete_group"/>
	<Action name="key_default"/>
	<Action name="key_edit"/>
	<Action name="key_info"/>
	<Action name="key_importallsign"/>
	</disable>
	<enable>
	<Action name="key_server_refresh"/>
	<Action name="key_sign"/>
	<Action name="key_export"/>
	<Action name="key_import"/>
	<Action name="create_group"/>
	</enable>
</State>

<State name="empty_list">
  <disable>
    <Action name="edit_group"/>
    <Action name="delete_group"/>
    <Action name="key_default"/>
    <Action name="key_edit"/>
    <Action name="key_info"/>
    <Action name="key_importallsign"/>
    <Action name="key_server_refresh"/>
    <Action name="key_sign"/>
    <Action name="key_export"/>
    <Action name="key_import"/>
    <Action name="create_group"/>
    <Action name="add_kab"/>
  </disable>
</State>

</kpartgui>