aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-task-editor-dialog.xml
blob: 2fdbd9ae87a9a2010e837839efea93039e430f36 (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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<Root>

<commands>

        <cmd name="FileSave" _label="Save"
    _tip="Save the current file" pixtype="stock" pixname="Save"
    accel="*Control*s"/>

        <cmd name="FileSaveAndClose" _label="Save and Close"
    _tip="Save the task and close the dialog box"
    pixtype="stock" pixname="Save"/>

    <cmd name="FileDelete" _label="Delete"
    _tip="Delete this task"
    pixtype="stock" pixname="Trash"/>

        <cmd name="FilePrint" _label="Print..."
    _tip="Print this item" pixtype="stock" pixname="Print"/>

        <cmd name="FilePrintSetup" _label="Print Setup"
          _tip="Setup the page settings for your current printer"
      pixtype="stock" pixname="Print"/>

        <cmd name="FileClose" _label="Close"
    _tip="Close the current file" pixtype="stock" pixname="Close"
    accel="*Control*w"/>

        <cmd name="EditCut" _label="Cut" _tip="Cut the selection"
          pixtype="stock" pixname="Cut" accel="*Control*x"/>
    
        <cmd name="EditCopy" _label="Copy"
    _tip="Copy the selection" pixtype="stock" pixname="Copy"
    accel="*Control*c"/>
    
        <cmd name="EditPaste" _label="Paste"
    _tip="Paste the clipboard" pixtype="stock" pixname="Paste"
    accel="*Control*v"/>
    
        <cmd name="EditClear" _label="Clear"
    _tip="Clear the selection"/>
    
        <cmd name="EditUndo" _label="Undo" _tip="Undo the last action"
          pixtype="stock" pixname="Undo" accel="*Control*z"/>
    
        <cmd name="EditRedo" _label="Redo" _tip="Redo the undone action"
          pixtype="stock" pixname="Redo" accel="*Control*r"/>
    
        <cmd name="EditFind" _label="Find" _tip="Search for a string"
          pixtype="stock" pixname="Search" accel="F6"/>
    
        <cmd name="EditFindAgain" _label="Find Again" _tip="Search again for the same string"
          pixtype="stock" pixname="Search" accel="*Shift*F6"/>
    
        <cmd name="EditReplace" _label="Replace" _tip="Replace a string"
          pixtype="stock" pixname="Search/Replace" accel="F7"/>

    <cmd name="EditSelectAll" _label="Select All" _tip="Select everything"/>

        <cmd name="EditProperties" _label="Properties" _tip="Modify the file's properties"
      pixtype="stock" pixname="Properties"/>

    <cmd name="GoPrevious" _label="Previous" _tip="Go to the previous item"
    pixtype="stock" pixname="Back"/>

    <cmd name="GoNext" _label="Next" _tip="Go to the next item"
    pixtype="stock" pixname="Forward"/>

        <cmd name="HelpAbout" _label="About..." _tip="About this application"
     pixtype="stock" pixname="About"/>

    <cmd name="DebugDumpXml" _label="Dump XML" _tip="Dump the UI Xml description" hidden="1"/>

</commands>

<menu>

<submenu name="File" _label="_File">
        
    <submenu name="New" _label="_New">

        <menuitem name="a" _label="_Task (FIXME)"/>

        <menuitem name="b" _label="Task _Request (FIXME)"/>

        <separator/>

        <menuitem name="c" _label="_Mail Message (FIXME)"/>

        <menuitem name="e" _label="_Appointment (FIXME)"/>

        <menuitem name="f" _label="Meeting Re_quest (FIXME)"/>

        <menuitem name="g" _label="_Contact (FIXME)"/>

        <menuitem name="h" _label="_Journal Entry (FIXME)"/>

        <menuitem name="i" _label="_Note (FIXME)"/>

    </submenu>

    <separator/>

        <menuitem name="FileSave" verb="" _label="_Save"/>

        <menuitem name="FileSaveAs" _label="Save _As..."/>

    <separator/>

        <menuitem name="FileDelete" verb="" _label="_Delete"/>

    <separator/>

    <menuitem name="o" _label="_Move to Folder... (FIXME)"/>

    <menuitem name="p" _label="Cop_y to Folder... (FIXME)"/>

    <separator/>

    <placeholder name="Print">

        <menuitem name="" _label="Print Pre_view"/>

            <menuitem name="FilePrint" verb="" _label="_Print"/>
    
            <menuitem name="FilePrintSetup" verb="" _label="Print S_etup..."/>

    </placeholder>

    <separator/>

        <menuitem name="EditProperties" verb="" _label="_Properties..."/>

    <separator/>

        <menuitem name="FileClose" verb="" _label="_Close"/>

</submenu>  

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

        <menuitem name="EditCut" verb="" _label="C_ut"/>
    
        <menuitem name="EditCopy" verb="" _label="_Copy"/>
    
        <menuitem name="EditPaste" verb="" _label="_Paste"/>

        <menuitem name="EditClear" verb="" _label="C_lear"/>

        <menuitem name="EditSelectAll" verb="" _label="_Select All"/>

    <placeholder name="EditOps"/>

</submenu>

<submenu _label="_View">

    <submenu _label="Pre_vious">

        <menuitem name="" _label="_Item (FIXME)"/>

        <menuitem name="" _label="_Unread Item (FIXME)"/>

        <menuitem name="" _label="In_complete Task (FIXME)"/>

        <menuitem name="" _label="Fi_rst Item in Folder (FIXME)"/>

    </submenu>

    <submenu _label="N_ext">

        <menuitem name="" _label="_Item (FIXME)"/>

        <menuitem name="" _label="_Unread Item (FIXME)"/>

        <menuitem name="" _label="In_complete Task (FIXME)"/>

        <menuitem name="" _label="_Last Item in Folder (FIXME)"/>

    </submenu>

</submenu>

<submenu _label="_Tools">

    <menuitem name="" _label="Chec_k Names (FIXME)"/>

    <menuitem name="" _label="Address _Book... (FIXME)"/>

</submenu>

<submenu _label="Actio_ns">

    <menuitem name="" _label="S_end Status Report (FIXME)"/>

    <menuitem name="" _label="_Mark Complete (FIXME)"/>

    <separator/>

    <menuitem name="" _label="S_kip Occurrence (FIXME)"/>

    <separator/>

    <menuitem name="" _label="Assig_n Task (FIXME)"/>

    <separator/>

    <menuitem name="" _label="_Reply (FIXME)"/>

    <menuitem name="" _label="Reply to A_ll (FIXME)"/>

    <menuitem name="" _label="For_ward (FIXME)"/>

</submenu>

<submenu name="Help" _label="_Help">
    
    <placeholder name="BuiltMenuItems"/>

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

</submenu>

<submenu name="Debug" _label="_Debug" hidden="1">

    <menuitem name="DebugDumpXml"/>

</submenu>

</menu>

<dockitem name="Toolbar" behavior="exclusive">

    <toolitem name="FileSaveAndClose" verb=""/>

    <toolitem name="FileDelete" verb=""/>

    <toolitem name="FileClose" verb=""/>

    <separator/>

    <toolitem name="FilePrint" verb=""/>

    <separator/>

    <toolitem name="GoPrevious" verb=""/>

    <toolitem name="GoNext" verb=""/>

</dockitem>

<status>
    <item name="main"/>
</status>

</Root>