aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution.xml
blob: 401ae2f92779bde9d8d009c359a7644c13955b31 (plain) (blame)
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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<Root>
    <commands>
        <cmd name="FileClose" _label="Close" _tip="Close this window"
            pixtype="stock" pixname="Close" accel="*Control*w"/>

            <cmd name="FileExit" _label="E_xit" _tip="Exit the program"
            pixtype="stock" pixname="Quit" accel="*Control*q"/>

        <cmd name="ViewShortcutBar" type="toggle"
            _label="_Shortcut Bar"
            _tip="Toggle whether to show the shortcut bar"/>

        <cmd name="ViewFolderBar" type="toggle"
            _label="_Folder Bar"
            _tip="Toggle whether to show the folder bar"/>

        <cmd name="HelpSubmitBug" _label="Submit Bug Report"
            _tip="Submit bug report using Bug Buddy."/>


        <cmd name="HelpAbout" _label="About Evolution..."
            _tip="Show information about Evolution"
            pixtype="stock" pixname="About"/>

        <cmd name="BonoboCustomize" _label="Customize"
            _tip="Customize toolbars"
            pixtype="stock" pixname="Preferences"/>
    </commands>

    <menu>
        <submenu name="File" _label="_File">
            <submenu name="New" _label="_New">
                            <placeholder name="NewFirstItem">
                            </placeholder>
    
                <menuitem name="View" verb="NewView" _label="_View"
                accel="*Control**Shift*v"
                pixtype="stock" pixname="New"/>

                <menuitem name="Folder" verb="NewFolder"
                _label="_Folder"
                accel="*Control**Shift*e"
                pixtype="pixbuf"/>

                <menuitem name="Shortcut" verb="NewBarShortcut"
                _label="Evolution bar _shortcut"
                accel="*Control**Shift*s"/>

                <separator/>

                <menuitem name="Mail" verb="NewMailMessage"
                _label="_Mail message"
                accel="*Control**Shift*m"/>

                <menuitem name="Appointment" verb="NewAppointment"
                _label="_Appointment (FIXME)"
                accel="*Control**Shift*a"/>

                <menuitem name="Contact" verb="NewContact"
                _label="_Contact (FIXME)"
                accel="*Control**Shift*c"/>

                <menuitem name="Task" verb="NewTask"
                _label="_Task (FIXME)"
                accel="*Control**Shift*t"/>
            
                <placeholder name="NewItems"/>
            </submenu>

            <placeholder name="FileOps"/>

            <separator/>

                    <submenu name="Folder" _label="_Folder">
                <menuitem name="Folder" verb="NewFolder"
                _label="_New Folder"
                accel="*Control**Shift*e"
                pixtype="pixbuf"/>
                    </submenu>
      
            <menuitem name="FileGoToFolder" verb=""
            _label="_Go to Folder..."
            _tip="Display a different folder" accel="*Control*g"/>

                        <separator/>
    
            <menuitem name="FileImporter" verb=""
            _label="_Import file..."
            _tip="Import an external file format" accel="*Control*i"
            pixtype="pixbuf"/>

            <placeholder name="Print" delimit="top"/>

            <separator/>

                    <menuitem name="WorkOffLine" verb=""
                    _label="Work Offline"
            pixtype="pixbuf"/>
          
            <menuitem name="FileClose" verb=""
            _label="_Close"/>

            <menuitem name="FileExit" verb="FileExit"/>
        </submenu>

        <submenu name="Edit" _label="_Edit">
        </submenu>

        <submenu name="View" _label="_View">
                    <placeholder name="ViewBegin"/>
                <menuitem name="ShortcutBar" id="ViewShortcutBar"/>
            <menuitem name="FolderBar" id="ViewFolderBar"/>
                    <placeholder name="ViewAfterControl"/>
        </submenu>

        <placeholder name="Component"/>

            <submenu name="Actions" _label="_Actions">
                    <placeholder name="Component"/>
            </submenu>

            <submenu name="Tools" _label="_Tools">
                <placeholder name="Component"/>

            <menuitem name="BonoboCustomize" verb=""
             _label="Customi_ze Toolbars..." pos="bottom"/>
        </submenu>

        <submenu name="Help" _label="_Help">

            <menuitem name="HelpIndex" verb=""
            _label="_Index"
                        accel="*Control*h"/>

            <menuitem name="HelpGetStarted" verb=""
            _label="Getting _Started"
             />

            <menuitem name="HelpUsingMail" verb=""
            _label="Using the _Mailer"
             />

            <menuitem name="HelpUsingCalendar" verb=""
            _label="Using the _Calendar"
             />

            <menuitem name="HelpUsingContact" verb=""
            _label="Using the C_ontact Manager"
             />

            <separator/>

            <menuitem name="HelpSubmitBug" verb=""
            _label="Submit _Bug Report"/>

            <separator/>

            <menuitem name="HelpAbout" verb=""
            _label="_About Evolution..."/>

        </submenu>
    </menu>

    <dockitem name="Toolbar" relief="none" behavior="exclusive"
     _tip="Main toolbar" hlook="text" vlook="icon"/>

    <status>
        <item name="main"/>
        <control name="Progress"/>
    </status>
</Root>