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
cff0e6f7ef34
parent
e0a14b958359
branch
default
tags
revelation-0.4.0-pre2

bumped version number to 0.4.0-pre2

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="entry-add" />
24
086abbb6fc3c
			<menuitem action="entry-edit" />
25
086abbb6fc3c
			<menuitem action="entry-remove" />
26
095f4008dc7f
			<menuitem action="entry-goto" />
27
086abbb6fc3c
			<separator />
28
086abbb6fc3c
			<menuitem action="undo" />
29
086abbb6fc3c
			<menuitem action="redo" />
30
086abbb6fc3c
			<separator />
31
086abbb6fc3c
			<menuitem action="clip-cut" />
32
086abbb6fc3c
			<menuitem action="clip-copy" />
33
b57efdd083f5
			<menuitem action="clip-chain" />
34
086abbb6fc3c
			<menuitem action="clip-paste" />
35
086abbb6fc3c
			<separator />
36
c9d89f3ff91d
			<menuitem action="select-all" />
37
c9d89f3ff91d
			<menuitem action="select-none" />
38
c9d89f3ff91d
			<separator />
39
086abbb6fc3c
			<menuitem action="find" />
40
086abbb6fc3c
			<menuitem action="find-next" />
41
086abbb6fc3c
			<menuitem action="find-previous" />
42
086abbb6fc3c
			<separator />
43
086abbb6fc3c
			<menuitem action="prefs" />
44
086abbb6fc3c
		</menu>
45
086abbb6fc3c
46
086abbb6fc3c
		<menu action="menu-view">
47
086abbb6fc3c
			<menuitem action="view-toolbar" />
48
086abbb6fc3c
			<menuitem action="view-searchbar" />
49
086abbb6fc3c
			<menuitem action="view-statusbar" />
50
086abbb6fc3c
			<separator />
51
086abbb6fc3c
			<menuitem action="pwgenerator" />
52
086abbb6fc3c
			<menuitem action="view-passwords" />
53
086abbb6fc3c
		</menu>
54
086abbb6fc3c
55
086abbb6fc3c
		<menu action="menu-help">
56
c9d89f3ff91d
			<menuitem action="help-homepage" />
57
c9d89f3ff91d
			<menuitem action="help-about" />
58
086abbb6fc3c
		</menu>
59
086abbb6fc3c
	</menubar>
60
086abbb6fc3c
</ui>
61
086abbb6fc3c