Erik Grinaker is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

erikg / Revelation

Revelation is a password manager for the GNOME desktop, released under the GNU GPL license. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface.

Clone this repository (size: 2.1 MB): HTTPS / SSH
hg clone https://bitbucket.org/erikg/revelation
hg clone ssh://hg@bitbucket.org/erikg/revelation

Revelation / data / ui / menubar.xml

commit
ec34ef6a8c8c
parent
40dc41bdb803
branch
default
tags
revelation-0.4.10, revelation-0.4.11

created bugfix-branch for 0.4.x series

1
086abbb6fc3c
<?xml version="1.0" ?>
2
086abbb6fc3c
3
086abbb6fc3c
<ui>
4
086abbb6fc3c
	<menubar>
5
086abbb6fc3c
		<menu action="menu-file">
6
086abbb6fc3c
			<menuitem action="file-new" />
7
086abbb6fc3c
			<menuitem action="file-open" />
8
086abbb6fc3c
			<separator />
9
086abbb6fc3c
			<menuitem action="file-save" />
10
086abbb6fc3c
			<menuitem action="file-save-as" />
11
086abbb6fc3c
			<separator />
12
c9d89f3ff91d
			<menuitem action="file-change-password" />
13
086abbb6fc3c
			<menuitem action="file-lock" />
14
086abbb6fc3c
			<separator />
15
086abbb6fc3c
			<menuitem action="file-import" />
16
086abbb6fc3c
			<menuitem action="file-export" />
17
086abbb6fc3c
			<separator />
18
086abbb6fc3c
			<menuitem action="file-close" />
19
086abbb6fc3c
			<menuitem action="quit" />
20
086abbb6fc3c
		</menu>
21
086abbb6fc3c
22
086abbb6fc3c
		<menu action="menu-edit">
23
086abbb6fc3c
			<menuitem action="undo" />
24
086abbb6fc3c
			<menuitem action="redo" />
25
086abbb6fc3c
			<separator />
26
086abbb6fc3c
			<menuitem action="clip-cut" />
27
086abbb6fc3c
			<menuitem action="clip-copy" />
28
b57efdd083f5
			<menuitem action="clip-chain" />
29
086abbb6fc3c
			<menuitem action="clip-paste" />
30
086abbb6fc3c
			<separator />
31
c9d89f3ff91d
			<menuitem action="select-all" />
32
c9d89f3ff91d
			<menuitem action="select-none" />
33
c9d89f3ff91d
			<separator />
34
086abbb6fc3c
			<menuitem action="find" />
35
086abbb6fc3c
			<menuitem action="find-next" />
36
086abbb6fc3c
			<menuitem action="find-previous" />
37
086abbb6fc3c
			<separator />
38
086abbb6fc3c
			<menuitem action="prefs" />
39
086abbb6fc3c
		</menu>
40
086abbb6fc3c
41
c0cbc72cc8b1
		<menu action="menu-entry">
42
c0cbc72cc8b1
			<menuitem action="entry-edit" />
43
c0cbc72cc8b1
			<menuitem action="entry-remove" />
44
c0cbc72cc8b1
			<menuitem action="entry-goto" />
45
86a195045ce4
			<separator />
46
86a195045ce4
			<menuitem action="entry-add" />
47
86a195045ce4
			<menuitem action="entry-folder" />
48
c0cbc72cc8b1
		</menu>
49
c0cbc72cc8b1
50
086abbb6fc3c
		<menu action="menu-view">
51
086abbb6fc3c
			<menuitem action="view-toolbar" />
52
086abbb6fc3c
			<menuitem action="view-searchbar" />
53
086abbb6fc3c
			<menuitem action="view-statusbar" />
54
086abbb6fc3c
			<separator />
55
086abbb6fc3c
			<menuitem action="pwgenerator" />
56
9b4f955e623a
			<menuitem action="pwchecker" />
57
086abbb6fc3c
			<menuitem action="view-passwords" />
58
086abbb6fc3c
		</menu>
59
086abbb6fc3c
60
086abbb6fc3c
		<menu action="menu-help">
61
c9d89f3ff91d
			<menuitem action="help-about" />
62
086abbb6fc3c
		</menu>
63
086abbb6fc3c
	</menubar>
64
086abbb6fc3c
</ui>
65
086abbb6fc3c