Release 2.1
[memo.git] / Options.xml
blob91b379374c590f43d28a3af9daac47778f9ee1ac
1 <?xml version='1.0'?>
2 <options>
3   <section title='Alerts'>
4     <frame label='General'>
5       <numentry name='alert_early' label='Remind about events' min='0' max='60'
6               unit='minutes early'>This will only be used if D-Bus and notification-daemon are available.</numentry>
7     </frame>
8     <frame label='Sound'>
9       <filechooser name='memo_sound' label='Alarm sound'>This sound filename will be passed via the 'sound-file' hint to the notification-daemon, and not played by Memo.  It may be overridden or disabled by individual Memos.</filechooser>
10       <filechooser name='timer_sound' label='Timer sound'>This sound filename will be passed via the 'sound-file' hint to the notification-daemon, and not played by Memo.</filechooser>
11     </frame>
12   </section>
13   <section title='Main window'>
14     <frame label='Window'>
15       <toggle name='main_sticky' label='Stick to screen'>
16         If you have multiple workspaces or viewports set up then this option can be used to make the Memo window follow you around (as if it was stuck to the screen).
17 Requires a compliant window manager.</toggle>
18     </frame>
19     <frame label='Time display format'>
20       <radio-group name='time_format'>
21         <radio value='digital' label='12 hour digital clock and date'/>
22         <radio value='text' label='Rough textual description'>For people who take a more relaxed approach to time</radio>
23       </radio-group>
24     </frame>
25     
26     <frame label='Main window list display'>
27       <numentry name='max_visible' label='Try to show at least'
28            min='0' max='100' unit='memos'>
29   This is the number of memos that will normally be shown under the time in the main window. However, only memos more than 24 hours in the future will ever be hidden, so the list can still get quite long.
30       </numentry>
31       <numentry name='max_future' label='Only show memos within the next'
32               min='1' max='100' unit='months'>
33   Any memos set for further in the future than this will never be shown in the main window.
34       </numentry>
35     </frame>
36          <section title='Systray Icon'>
37       <frame label='General'>
38         <toggle name='systray_enable' label='Enable System Tray icon'>If you are running Memo in standalone mode (ie, no applet), turning this option on will create an icon in your system tray.  Requires gtk+-2.10 or better.</toggle>
39                   <toggle name='systray_hide_on_startup' label='Start main window hidden'>If you have enabled the system tray icon, this will cause Memo to show only the system tray icon, not the main window, at startup.</toggle>
40                   <toggle name='systray_workaround' label='Workaround for broken systray'>Enable this option if the systray icon does not show up after being disabled and reenabled.</toggle>
41       </frame>
42     </section>
43   </section>
44   <section title='Applet'>
45     <!-- Copied from MiniClock -->
46     <frame label="Clock format" size-group='formats'>
47 <!--      <entry name="line1" label="1st line's format">The time.strftime()'s format of the first line</entry>
48       <entry name="line2" label="2nd line's format">The time.strftime()'s format of the second line</entry>
49       <entry name="tip" label="Tooltip's format">The time.strftine()'s format of the tooltip</entry>
50 -->
51         <menu name="line1" label="1st line's format ">
52           <item value="%c" label="Complete Date and Time"/>
53           <item value="%x" label="Date"/>
54           <item value="%X" label="Time"/>
55           <item value="%R" label="Time (without seconds)"/>
56           <item value="%a" label="Weekday (short)"/>
57           <item value="%A" label="Weekday (long)"/>
58           <item value="%b" label="Month (short)"/>
59           <item value="%B" label="Month (long)"/>
60           <item value=""   label="Disable" />
61           </menu>
62         <menu name="line2" label="2nd line's format ">
63           <item value="%c" label="Complete Date and Time"/>
64           <item value="%x" label="Date"/>
65           <item value="%X" label="Time"/>
66           <item value="%R" label="Time (without seconds)"/>
67           <item value="%a" label="Weekday (short)"/>
68           <item value="%A" label="Weekday (long)"/>
69           <item value="%b" label="Month (short)"/>
70           <item value="%B" label="Month (long)"/>
71           <item value=""   label="Disable" />
72         </menu>
73         <menu name="tip" label="Tooltip's format ">
74           <item value="%c" label="Complete Date and Time"/>
75           <item value="%x" label="Date"/>
76           <item value="%X" label="Time"/>
77           <item value="%R" label="Time (without seconds)"/>
78           <item value="%a" label="Weekday (short)"/>
79           <item value="%A" label="Weekday (long)"/>
80           <item value="%b" label="Month (short)"/>
81           <item value="%B" label="Month (long)"/>
82           <item value=""   label="Disable" />
83         </menu>
84     </frame>
85     <section title="Font and Color">
86       <frame label="Line 1 Display Options">
87         <hbox>
88           <font name="line1_font" label="Font">
89           </font>
90           <colour name="line1_color" label="Color">
91           </colour>
92         </hbox>
93       </frame>
94       <frame label="Line 2 Display Options">
95         <hbox>
96           <font name="line2_font" label="Font"/>
97         <colour name="line2_color" label="Color"/>
98         </hbox>
99       </frame>
100     </section>
101   </section>
102   <section title="Time">
103     <entry name='set_program' label='Command to set time and date:'>Command you'll use to set the time.</entry>
104   </section>
105 </options>