File: keysmanager.rc

package info (click to toggle)
kgpg 4%3A18.08.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 12,168 kB
  • sloc: cpp: 18,911; xml: 159; makefile: 8; sh: 4
file content (155 lines) | stat: -rw-r--r-- 4,169 bytes parent folder | download | duplicates (3)
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!DOCTYPE kpartgui>
<kpartgui name="KeysManager" version="35">

<MenuBar>
    <Menu name="managekeys">
        <text>&amp;Keys</text>
        <Action name="key_info"/>
	<Action name="key_url"/>
        <Action name="key_server_refresh"/>
        <Action name="key_sign"/>
        <Action name="key_edit"/>
        <Action name="key_gener"/>
        <Action name="key_revoke"/>
        <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="show_long_keyid"/>
        <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="trust_filter_settings" />
        <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"/>
    <Separator/>
    <Action name="search_line"/>
</ToolBar>

<State name="group_selected">
    <enable>
        <Action name="edit_group"/>
        <Action name="delete_group"/>
        <Action name="key_server_refresh"/>
        <Action name="mail_send"/>
    </enable>

    <disable>
        <Action name="add_kab"/>
        <Action name="create_group"/>
        <Action name="key_info"/>
        <Action name="key_url"/>
        <Action name="key_sign"/>
        <Action name="key_edit"/>
        <Action name="key_export"/>
        <Action name="key_sign_uid"/>
        <Action name="key_sign_mail_uid"/>
        <Action name="key_revoke"/>
    </disable>
</State>

<State name="single_selected">
    <enable>
        <Action name="key_server_refresh"/>
        <Action name="add_kab"/>
        <Action name="key_sign"/>
        <Action name="key_export"/>
        <Action name="key_default"/>
        <Action name="key_edit"/>
        <Action name="key_info"/>
        <Action name="key_url"/>
        <Action name="key_importallsign"/>
        <Action name="create_group"/>
        <Action name="mail_send"/>
    </enable>

    <disable>
        <Action name="edit_group"/>
        <Action name="delete_group"/>
    </disable>
</State>

<State name="multi_selected">
    <enable>
        <Action name="key_server_refresh"/>
        <Action name="key_sign"/>
        <Action name="key_export"/>
        <Action name="key_importallsign"/>
        <Action name="create_group"/>
    </enable>

    <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_revoke"/>
    </disable>
</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="create_group"/>
    <Action name="add_kab"/>
    <Action name="key_sign_uid"/>
    <Action name="key_sign_mail_uid"/>
    <Action name="key_revoke"/>
    <Action name="key_url"/>
    <Action name="mail_send"/>
  </disable>
</State>

</kpartgui>