aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution.xml
blob: d8ab6065a514574a120b0ef10a300cd5a539375e (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
<Root>
  <commands>
    <cmd name="OpenNewWindow" _label="New _Window"
      _tip="Create a new window displaying this folder"
      accel="*Control**Shift*w"/>

    <cmd name="FileClose" _label="Close" _tip="Close this window"
      pixtype="stock" pixname="gtk-close" accel="*Control*w"/>

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

    <cmd name="ViewButtonsIconText" _label="Icons _and text" 
      type="radio" group="button_display" _tip="Display window buttons with icons and text"/>

    <cmd name="ViewButtonsIcon" _label="_Icons only" 
      type="radio" group="button_display" _tip="Display window buttons with icons only"/>

    <cmd name="ViewButtonsText" _label="_Text only" 
      type="radio" group="button_display" _tip="Display window buttons with text only"/>

    <cmd name="ViewButtonsToolbar" _label="Tool_bar style" 
      type="radio" group="button_display" _tip="Display window buttons using the desktop toolbar setting"/>

    <cmd name="ViewButtonsHide" _label="_Hide buttons" 
      type="toggle" _tip="Hide window buttons"/>

    <cmd name="ViewToolbar" _label="Tool_bar" type="toggle"
      _tip="Change the visibility of the toolbar" state="1"/>

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

    <cmd name="SendReceive"
     _tip="Send queued items and retrieve new items"
     pixtype="pixbuf"/>

    <cmd name="ForgetPasswords"
     _tip="Forget remembered passwords so you will be prompted for them again"/>

    <cmd name="Settings" pixtype="stock" pixname="gtk-preferences"/>

    <cmd name="ToggleOffline" 
      _label="_Work Offline"
      _tip="Toggle whether we are working offline."/>

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

  <menu>
    <submenu name="File" _label="_File">
      <submenu name="New" _label="_New" pixtype="stock" pixname="gtk-new">
    <placeholder name="ComponentItems"/>
      </submenu>

      <menuitem name="OpenNewWindow" verb="" pixtype="pixbuf"/>

      <placeholder name="FileOps"/>

      <separator f="" name="eshell4"/>
      
      <menuitem name="FileImporter" verb=""
    _label="_Import..."
    _tip="Import data from other programs" accel="*Control*i"
    pixtype="pixbuf"/>

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

      <placeholder name="ComponentPlaceholder"/>

      <separator f="" name="eshell5"/>

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

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

    <submenu name="Edit" _label="_Edit">
      <placeholder name="EditPlaceholder"/>
      <separator/>
      <menuitem name="Settings" verb="" _label="Prefere_nces" _tip="Change Evolution's settings"/>
    </submenu>

    <submenu name="View" _label="_View">
      <placeholder name="ViewBegin"/>
      <submenu name="Window" _label="_Window"/>
      <submenu name="Buttons" _label="Window B_uttons">
            <menuitem name="ViewButtonsIconText" id="ViewButtonsIconText" verb=""/>
            <menuitem name="ViewButtonsIcon" id="ViewButtonsIcon" verb=""/>
            <menuitem name="ViewButtonsText" id="ViewButtonsText" verb=""/>
            <menuitem name="ViewButtonsGnome" id="ViewButtonsToolbar" verb=""/>
            <separator/>
            <menuitem name="ViewButtonsHide" id="ViewButtonsHide" verb=""/>
      </submenu>
      <menuitem name="ViewToolbar" id="ViewToolbar" verb="" accel="*Control**Shift*o"/>
      <placeholder name="ViewAfterControl"/>
    </submenu>

    <submenu name="Actions" _label="_Actions">
      <menuitem name="SendReceive" verb="" _label="_Send / Receive" accel="F9"/>
      <menuitem name="ForgetPasswords" verb="" _label="Forget _Passwords"/>
      <placeholder name="ComponentActionsPlaceholder"/>
    </submenu>

    <submenu name="Tools" _label="_Tools">
      <placeholder name="ComponentPlaceholder"/>
      <menuitem name="PilotSettings" verb="" _label="Pi_lot Settings..." _tip="Set up Pilot configuration"/>
    </submenu>

    <placeholder name="SearchPlaceholder">
    </placeholder>

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

      <placeholder name="BuiltMenuItems"/>

      <menuitem name="QuickReference" verb=""
        _label="_Quick Reference"/>

      <separator f="" name="eshell2"/>

      <!-- <menuitem name="HelpFAQ" verb=""
    _label="Evolution _FAQ"/> 

      <separator/> -->

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

      <separator f="" name="eshell4"/>

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

    </submenu>
  </menu>

  <dockitem name="Toolbar" relief="none" behavior="exclusive" config="0" _tip="Main toolbar" look="system">
    <control name="NewComboButton"/>
    <separator f="" name="eshell4"/>

    <toolitem name="SendReceive" verb="SendReceive"
     _label="Send / Receive" priority="1"
     pixtype="pixbuf"/>
  </dockitem>

  <popups>
    <popup name="NewPopup">
        <placeholder name="ComponentItems"/>
    </popup>
  </popups>

</Root>