SVN_SILENT made messages (.desktop file)
[kdepim.git] / calendarviews / eventviews.kcfg
blobfd4e350081c45a9ffcbe36e7596372ea25966108
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE kcfg SYSTEM
3 "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
4 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
5 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6 xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
7 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
8 <include>klocale.h</include>
9 <kcfgfile name="eventviewsrc"/>
11 <!-- PREFERENCES DIALOG -->
13 <!-- General Page: Personal Tab -->
14 <group name="Personal Settings">
15 <entry type="Enum" name="DefaultEmailAttachMethod">
16 <label>Default Email Attachment Method</label>
17 <whatsthis>The default way of attaching dropped emails to an event</whatsthis>
18 <choices>
19 <choice name="Ask">
20 <label>Always ask</label>
21 </choice>
22 <choice name="Link">
23 <label>Only attach link to message</label>
24 </choice>
25 <choice name="InlineFull">
26 <label>Attach complete message</label>
27 </choice>
28 <choice name="InlineBody">
29 <label>Attach message without attachments</label>
30 </choice>
31 </choices>
32 <default>Ask</default>
33 </entry>
34 </group>
36 <!-- General Page: Save Tab -->
37 <group name="Save Settings">
38 <entry type="Bool" key="Html With Save">
39 <label>Export to HTML with every save</label>
40 <whatsthis>Check this box to export the calendar to a HTML-file every time you save it. By default, this file will be called calendar.html and placed in the user home folder.</whatsthis>
41 <default>false</default>
42 </entry>
44 <entry type="Bool" key="Auto Save">
45 <label>Enable automatic saving of manually opened calendar files</label>
46 <whatsthis>Check this box to save your calendar file automatically when you exit KOrganizer without asking and periodically, as you work. This setting does not affect the automatic saving of the standard calendar, which is automatically saved after each change.</whatsthis>
47 <default>true</default>
48 </entry>
50 <entry type="Int" key="Auto Save Interval">
51 <label>Save &amp;interval in minutes</label>
52 <whatsthis>Set the interval between automatic saving of calendar events in minutes here. This setting only applies to files that are opened manually. The standard KDE-wide calendar is automatically saved after each change.</whatsthis>
53 <default>10</default>
54 <min>1</min>
55 </entry>
57 <entry type="Bool" key="Confirm Deletes" name="Confirm">
58 <label>Confirm deletes</label>
59 <whatsthis>Check this box to display a confirmation dialog when deleting items.</whatsthis>
60 <default>true</default>
61 </entry>
63 <entry type="Enum" key="Destination" name="Destination">
64 <label>New Events, To-dos and Journal Entries Should</label>
65 <choices>
66 <choice name="standardDestination">
67 <label>Be added to the standard calendar</label>
68 <whatsthis>Select this option to always record new events, to-dos and journal entries using the standard calendar.</whatsthis>
69 </choice>
70 <choice name="askDestination">
71 <label>Be asked which calendar to use</label>
72 <whatsthis>Select this option to choose the calendar to be used to record the item each time you create a new event, to-do or journal entry. This choice is recommended if you intend to use the shared folders functionality of the Kolab server or have to manage multiple accounts using Kontact as a KDE Kolab client. </whatsthis>
73 </choice>
74 </choices>
75 <default>askDestination</default>
76 </entry>
77 </group>
79 <!-- General Page: System Tray Tab -->
80 <group name="System Tray">
81 <entry type="Bool" key="ShowReminderDaemon">
82 <label>Show Reminder Daemon in the System Tray</label>
83 <whatsthis>Check this box to show the KOrganizer reminder daemon in the system tray.</whatsthis>
84 <default>true</default>
85 </entry>
86 </group>
88 <!-- Time&Date Page: Regional Tab -->
89 <group name="Time &amp; Date">
90 <entry type="String" name="TimeZoneId">
91 <whatsthis>Select your timezone from the list of locations in this drop down box. If your city is not listed, select one which shares the same timezone. KOrganizer will automatically adjust for daylight savings.</whatsthis>
92 </entry>
94 <entry type="DateTime" name="DayBegins">
95 <label>Day begins at</label>
96 <whatsthis>Enter the start time for events here. This time should be the earliest time that you use for events, as it will be displayed at the top.</whatsthis>
97 <default>QDateTime(QDate(1752,1,1), QTime(7,0))</default>
98 </entry>
100 <entry type="DateTime" name="WorkingHoursStart">
101 <label>Daily starting hour</label>
102 <whatsthis>Enter the start time for the working hours here. The working hours will be marked with color by KOrganizer.</whatsthis>
103 <default>QDateTime(QDate(1752,1,1), QTime(8,0))</default>
104 </entry>
106 <entry type="DateTime" name="WorkingHoursEnd">
107 <label>Daily ending hour</label>
108 <whatsthis>Enter the ending time for the working hours here. The working hours will be marked with color by KOrganizer.</whatsthis>
109 <default>QDateTime(QDate(1752,1,1), QTime(17,0))</default>
110 </entry>
112 </group>
114 <!-- Views Page: General Tab -->
115 <group name="General View">
116 <entry type="Bool" key="Enable ToolTips">
117 <label>Enable tooltips for displaying summaries</label>
118 <whatsthis>Check this box to display summary tooltips when hovering the mouse over an event or a to-do.</whatsthis>
119 <default>true</default>
120 </entry>
122 <entry type="Bool" key="TodosUseCategoryColors">
123 <label>To-dos use category colors</label>
124 <whatsthis>Check this box so that to-dos will use category colors and not colors specific to their due, due today or overdue state</whatsthis>
125 <default>false</default>
126 </entry>
128 <entry type="Int" key="Next X Days">
129 <label>Next x days</label>
130 <whatsthis>Select the number of &quot;x&quot; days to be displayed in the next days view. To access the next &quot;x&quot; days view, choose the &quot;Next X Days&quot; menu item from the &quot;View&quot; menu.</whatsthis>
131 <tooltip>Show this many days at a time in the Next &quot;x&quot; days view</tooltip>
132 <default>3</default>
133 </entry>
135 <entry type="Bool" key="Show Daily Recurrences" name="DailyRecur">
136 <label>Show items that recur daily</label>
137 <whatsthis>Check this box to show the days containing daily recurring events in bold typeface in the Date Navigator, or uncheck it to give more prominence to other (non daily recurring) events.</whatsthis>
138 <default>true</default>
139 </entry>
141 <entry type="Bool" key="Show Weekly Recurrences" name="WeeklyRecur">
142 <label>Show items that recur weekly</label>
143 <whatsthis>Check this box to show the days containing weekly recurring events in bold typeface in the Date Navigator, or uncheck it to give more prominence to other (non weekly recurring) events.</whatsthis>
144 <default>true</default>
145 </entry>
147 <entry type="Bool" key="Highlight To-dos" name="HighlightTodos">
148 <label>Show to-dos instead of events when in Todo View</label>
149 <whatsthis>Check this box to show the days containing to-dos in bold typeface in the Date Navigator when in to-do view.</whatsthis>
150 <default>true</default>
151 </entry>
153 <entry type="Bool" key="Highlight Journals" name="HighlightJournals">
154 <label>Show journals instead of events when in Journal View</label>
155 <whatsthis>Check this box to show the days containing journals in bold typeface in the Date Navigator when in journal view.</whatsthis>
156 <default>true</default>
157 </entry>
159 <entry type="Bool" key="Week Numbers Show Work Week" name="WeekNumbersShowWork">
160 <label>Week numbers select a work week when in work week mode</label>
161 <whatsthis>Check this box to select a working week when clicking on the Date Navigator's week numbers, or uncheck it to choose the whole week.</whatsthis>
162 <default>false</default>
163 </entry>
164 </group>
166 <!-- Views Page: Agenda View Tab -->
167 <group name="Agenda View">
168 <entry type="Int" key="Hour Size">
169 <label>Hour size</label>
170 <whatsthis>Select the height of the hour rows in the agenda grid, in pixels. Increasing this value will make each row in the agenda grid taller.</whatsthis>
171 <tooltip>Set the height (in pixels) for an hour in the agenda grid</tooltip>
172 <default>10</default>
173 <min>4</min>
174 <max>30</max>
175 </entry>
177 <entry type="Bool" key="Show Icons in Agenda View" name="EnableAgendaItemIcons">
178 <label>Show icons in agenda view items</label>
179 <whatsthis>Check this box to display icons (alarm, recursion, etc.) in agenda view items.</whatsthis>
180 <tooltip>Display icons in agenda view items</tooltip>
181 <default>true</default>
182 </entry>
184 <entry type="Bool" name="ShowTodosAgendaView">
185 <label>Show to-dos</label>
186 <whatsthis>Check this box to display to-dos in the agenda view.</whatsthis>
187 <tooltip>Display to-dos in the agenda view</tooltip>
188 <default>true</default>
189 </entry>
191 <entry type="Bool" key="Show current-time line" name="MarcusBainsEnabled">
192 <label>Show current-time (Marcus Bains) line</label>
193 <whatsthis>Check this box to display a line in the day or week view indicating the current-time line (Marcus Bains line).</whatsthis>
194 <tooltip>Display the current-time indicator</tooltip>
195 <default>true</default>
196 </entry>
198 <entry type="Bool" key="Current-time line shows seconds" name="MarcusBainsShowSeconds">
199 <label>Show seconds on the current-time (Marcus Bains) line</label>
200 <whatsthis>Check this box if you want to show seconds on the current-time line.</whatsthis>
201 <tooltip>Display seconds with the current-time indicator</tooltip>
202 <default>false</default>
203 </entry>
205 <entry type="Bool" name="SelectionStartsEditor">
206 <label>Time range selection in agenda view starts event editor</label>
207 <whatsthis>Check this box to start the event editor automatically when you select a time range in the daily and weekly view. To select a time range, drag the mouse from the start time to the end time of the event you are about to plan.</whatsthis>
208 <tooltip>Enable automatic event editor with time range selection</tooltip>
209 <default>false</default>
210 </entry>
212 <entry type="Enum" key="AgendaViewColors">
213 <label>Color Usage</label>
214 <choices>
215 <choice name="CategoryInsideResourceOutside">
216 <label>Category inside, calendar outside</label>
217 <whatsthis>Select the "Category inside, calendar outside" option if you would like to draw calendar items in their associated category color, with the item's border drawn in the color of its calendar. Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
218 <tooltip>Draw agenda items in their category color inside and calendar color for their border</tooltip>
219 </choice>
220 <choice name="ResourceInsideCategoryOutside">
221 <label>Calendar inside, category outside</label>
222 <whatsthis>Select the "Calendar inside, category outside" option if you would like to draw calendar items in their associated calendar color, with the item's border drawn in the color of its category. Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
223 <tooltip>Draw agenda items in their calendar color inside and category color for their border</tooltip>
224 </choice>
225 <choice name="CategoryOnly">
226 <label>Only category</label>
227 <whatsthis>Select the "Only category" option if you would like to draw calendar items (both inside and border) in the color of their associated category. Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
228 <tooltip>Draw agenda items using their category color for the inside and border</tooltip>
229 </choice>
230 <choice name="ResourceOnly">
231 <label>Only calendar</label>
232 <whatsthis>Select the "Only calendar" option if you would like to draw calendar items (both inside and border) in the color of their calendar. Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
233 <tooltip>Draw agenda items using their calendar color for the inside and border</tooltip>
234 </choice>
235 </choices>
236 <default>CategoryInsideResourceOutside</default>
237 </entry>
238 <entry type="Bool" key="ColorBusyDaysEnabled" name="ColorBusyDaysEnabled">
239 <label>Color busy days with a different background color</label>
240 <whatsthis>Check this box if you want agenda's background to be filled with a different color on days which have at least one all day event marked as busy. Also, you can change the background color used for this option on the Colors configuration page. Look for the "Busy days background color" setting.</whatsthis>
241 <default>false</default>
242 </entry>
243 <entry type="Enum" name="AgendaViewCalendarDisplay">
244 <label>Multiple Calendar Display</label>
245 <choices>
246 <choice name="CalendarsMerged">
247 <label>Merge all calendars into one view</label>
248 <whatsthis>Select the "Merge all calendars into one view" option if you would like all your calendars to be shown together in one agenda view.</whatsthis>
249 <tooltip>Show all calendars merged together</tooltip>
250 </choice>
251 <choice name="CalendarsSideBySide">
252 <label>Show calendars side by side</label>
253 <whatsthis>Select the "Show calendars side by side" option if you would like to see two calendars at once, in a side-by-side view.</whatsthis>
254 <tooltip>Show two calendars side-by-side</tooltip>
255 </choice>
256 <choice name="AllCalendarViews">
257 <label>Switch between views with tabs</label>
258 <whatsthis>Select "Switch between views with tabs" if you would like to alternate between calendars using the tab key.</whatsthis>
259 <tooltip>Tab through calendars</tooltip>
260 </choice>
261 </choices>
262 <default>CalendarsMerged</default>
263 </entry>
264 </group>
266 <!-- Views Page: Month View Tab -->
267 <group name="Month View">
268 <!-- <entry type="Bool" key="Enable Month-View Scrollbars" name="EnableMonthScroll">
269 <label>Enable scrollbars in month view cells</label>
270 <whatsthis>Check this box to display scrollbars when clicking on a cell in the month view; they will only appear when needed though.</whatsthis>
271 <default>false</default>
272 </entry> -->
274 <entry type="Bool" key="Show Icons in Month View" name="EnableMonthItemIcons">
275 <label>Show icons in month view items</label>
276 <whatsthis>Check this box to display icons (alarm, recursion, etc.) in month view items.</whatsthis>
277 <tooltip>Display icons in month view items</tooltip>
278 <default>true</default>
279 </entry>
281 <entry type="Bool" key="Show time in Month View" name="ShowTimeInMonthView">
282 <label>Show time in month view items</label>
283 <whatsthis>Check this box to display the time in month view items.</whatsthis>
284 <tooltip>Display time in month view items</tooltip>
285 <default>false</default>
286 </entry>
288 <entry type="Bool" name="ShowTodosMonthView">
289 <label>Show to-dos</label>
290 <whatsthis>Check this box to display to-dos in the month view.</whatsthis>
291 <tooltip>Display to-dos in the month view</tooltip>
292 <default>true</default>
293 </entry>
295 <entry type="Bool" name="ShowJournalsMonthView">
296 <label>Show journals</label>
297 <whatsthis>Check this box to display journals in the month view.</whatsthis>
298 <tooltip>Display journals in the month view</tooltip>
299 <default>true</default>
300 </entry>
302 <entry type="Bool" key="Full View Month">
303 <label>Month view uses full window</label>
304 <whatsthis>Check this box to use the full KOrganizer window when displaying the month view. If this box is checked, you will gain some space for the monthly view, but other widgets, such as the date navigator, the item details and the calendars list, will not be displayed.</whatsthis>
305 <default>false</default>
306 </entry>
308 <entry type="Enum" key="MonthViewColors">
309 <label>Color Usage</label>
310 <choices>
311 <choice name="MonthItemCategoryInsideResourceOutside">
312 <label>Category inside, calendar outside</label>
313 <whatsthis>Select the "Category inside, calendar outside" option if you would like to draw calendar items in their associated category color, with the item's border drawn in the color of its calendar. Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
314 <tooltip>Draw month items in their category color inside and calendar color for their border</tooltip>
315 </choice>
316 <choice name="MonthItemResourceInsideCategoryOutside">
317 <label>Calendar inside, category outside</label>
318 <whatsthis>Select the "Calendar inside, category outside" option if you would like to draw calendar items in their associated calendar color, with the item's border drawn in the color of its category. Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
319 <tooltip>Draw month items in their calendar color inside and category color for their border</tooltip>
320 </choice>
321 <choice name="MonthItemCategoryOnly">
322 <label>Only category</label>
323 <whatsthis>Select the "Only category" option if you would like to draw calendar items (both inside and border) in the color of their associated category. Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
324 <tooltip>Draw month items using their category color for the inside and border</tooltip>
325 </choice>
326 <choice name="MonthItemResourceOnly">
327 <label>Only calendar</label>
328 <whatsthis>Select the "Only calendar" option if you would like to draw calendar items (both inside and border) in the color of their calendar. Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
329 <tooltip>Draw month items using their calendar color for the inside and border</tooltip>
330 </choice>
331 </choices>
332 <default>MonthItemCategoryInsideResourceOutside</default>
333 </entry>
335 <entry type="Bool" key="ColorMonthBusyDaysEnabled" name="ColorMonthBusyDaysEnabled">
336 <label>Color busy days with a different background color</label>
337 <whatsthis>Check this box if you want month view's background to be filled with a different color on days which have at least one all day event marked as busy. Also, you can change the background color used for this option on the Colors configuration page. Look for the "Busy days background color" setting.</whatsthis>
338 <default>false</default>
339 </entry>
340 </group>
342 <!-- Views Page: Todo View Tab -->
343 <group name="Todo View">
344 <entry type="Bool" key="Sort Completed Todos Separately">
345 <label>Always display completed to-dos at the bottom of the list</label>
346 <whatsthis>Check this box if you want all completed to-dos to be always grouped at the bottom of the to-do list.</whatsthis>
347 <default>true</default>
348 </entry>
350 <entry type="Bool" key="Full View Todo">
351 <label>To-do list view uses full window</label>
352 <whatsthis>Check this box to use the full KOrganizer window when displaying the to-do list view. If this box is checked, you will gain some space for the to-do list view, but other widgets, such as the date navigator, the to-do details and the calendars list, will not be displayed.</whatsthis>
353 <default>true</default>
354 </entry>
356 <entry type="Bool" key="Flat List Todo">
357 <label>Display to-dos in a flat list</label>
358 <tooltip>Display to-dos as a flat list instead of a hierarchical tree</tooltip>
359 <whatsthis>Check this box if you want to see all your to-dos in a flat list instead of being arranged in a hierarchical tree.</whatsthis>
360 <default>false</default>
361 </entry>
363 <entry type="Bool" key="Record Todos In Journals">
364 <label>Record completed to-dos in journal entries</label>
365 <whatsthis>Check this box to record the completion of a to-do in a new entry of your journal automatically.</whatsthis>
366 <default>false</default>
367 </entry>
368 </group>
370 <!-- Colors and Fonts Page: Colors Tab -->
371 <group name="Colors">
372 <entry type="Color" key="Holiday Color">
373 <label>Holiday color</label>
374 <whatsthis>Select the holiday color here. The holiday color will be used for the holiday name in the month view and the holiday number in the date navigator.</whatsthis>
375 <default>255, 100, 100</default>
376 </entry>
378 <entry type="Color" key="AgendaBackgroundColor" name="AgendaBgColor">
379 <label>Agenda view background color</label>
380 <whatsthis>Select the agenda view background color here.</whatsthis>
381 <default>255, 255, 255</default>
382 </entry>
384 <entry type="Color" key="ViewBackgroundBusyColor" name="ViewBgBusyColor">
385 <label>Agenda/Month view background busy color</label>
386 <whatsthis>When you have an all day event marked as busy, you can have a different agenda or month view background color for that day. Select the color here.</whatsthis>
387 <default>136, 255, 219</default>
388 </entry>
390 <entry type="Color" key="Agenda MarcusBainsLine Line Color">
391 <label>Agenda view current-time line color</label>
392 <whatsthis>Select a color to use for the current-time (Marcus Bains) line.</whatsthis>
393 <tooltip>Use this color for the Agenda View current-time (Marcus Bains) line</tooltip>
394 <default>255,0,0</default>
395 </entry>
397 <entry type="Color" key="WorkingHoursColor">
398 <label>Working hours color</label>
399 <whatsthis>Select the working hours color for the agenda view here.</whatsthis>
400 <default>255, 235, 154</default>
401 </entry>
403 <entry type="Color" key="Todo due today Color" name="TodoDueTodayColor">
404 <label>To-do due today color</label>
405 <whatsthis>Select the to-do due today color here.</whatsthis>
406 <default>255, 200, 50</default>
407 </entry>
409 <entry type="Color" key="Todo overdue Color" name="TodoOverdueColor">
410 <label>To-do overdue color</label>
411 <whatsthis>Select the to-do overdue color here.</whatsthis>
412 <default>255, 100, 100</default>
413 </entry>
414 </group>
416 <!-- Colors and Fonts Page: Fonts Tab -->
417 <group name="Fonts">
418 <entry key="Agenda TimeLabels Font" type="Font">
419 <label>Time bar</label>
420 <whatsthis>Press this button to configure the time bar font. The time bar is the widget that shows the hours in the agenda view. This button will open the &quot;Select Font&quot; dialog, allowing you to choose the hour font for the time bar.</whatsthis>
421 </entry>
423 <entry type="Font" key="MonthView Font">
424 <label>Month view</label>
425 <whatsthis>Press this button to configure the month view font. This button will open the &quot;Select Font&quot; dialog, allowing you to choose the font for the items in the month view.</whatsthis>
426 </entry>
428 <entry type="Font" key="AgendaView Font">
429 <label>Agenda view</label>
430 <whatsthis>Press this button to configure the agenda view font. This button will open the &quot;Select Font&quot; dialog, allowing you to choose the font for the events in the agenda view.</whatsthis>
431 </entry>
433 <entry key="Agenda MarcusBainsLine Font" type="Font">
434 <label>Current-time line</label>
435 <whatsthis>Press this button to configure the current-time line font. This button will open the &quot;Select Font&quot; dialog, allowing you to choose the font for the current-time line in the agenda view.</whatsthis>
436 </entry>
437 </group>
439 <!-- Plugins Page -->
440 <group name="KOrganizer Plugins">
441 <entry type="StringList" name="SelectedPlugins">
442 <default></default>
443 </entry>
444 </group>
446 <!-- Custom Pages Page -->
448 <!-- Options currently not visible in the GUI -->
449 <group name="Hidden Options">
450 <entry type="Bool" key="Quick Todo" name="EnableQuickTodo">
451 <default>true</default>
452 </entry>
454 <entry type="Bool" key="Todo Quick Search" name="EnableTodoQuickSearch">
455 <default>true</default>
456 </entry>
458 <entry type="Enum" name="DefaultTodoAttachMethod">
459 <label>Default todo attachment method</label>
460 <whatsthis>The default way of attaching dropped emails to a task</whatsthis>
461 <choices>
462 <choice name="TodoAttachAsk">
463 <label>Always ask</label>
464 </choice>
465 <choice name="TodoAttachLink">
466 <label>Only attach link to message</label>
467 </choice>
468 <choice name="TodoAttachInlineFull">
469 <label>Attach complete message</label>
470 </choice>
471 </choices>
472 <default>TodoAttachInlineFull</default>
473 </entry>
475 <entry type="Bool" key="CompactDialogs">
476 <default>false</default>
477 </entry>
479 <entry key="ShowMenuBar" type="Bool">
480 <default>true</default>
481 <!-- label and whatsthis are already provided by KStandardAction::showMenubar -->
482 <label></label>
483 <whatsthis></whatsthis>
484 </entry>
485 </group>
487 <!-- INTERNAL SETTINGS: Not for users to change -->
488 <group name="Internal Settings">
489 <entry type="Int" key="DefaultResourceColorSeed">
490 <default>0</default>
491 </entry>
492 <entry type="StringList" key="DefaultResourceColors">
493 <default>#c1d4e7,#d0e7c1,#e3e7c1,#e7c1e6,#a1b1c1</default>
494 </entry>
495 <entry type="Bool" key="AssignDefaultResourceColors">
496 <default>true</default>
497 </entry>
498 <entry key="Decorations At Month View Top" type="StringList">
499 </entry>
500 <entry key="Decorations At Agenda View Top" type="StringList">
501 </entry>
502 <entry key="Decorations At Agenda View Bottom" type="StringList">
503 </entry>
504 </group>
506 <!-- Theming settings (not implemented yet) -->
507 <group name="Theming">
508 <!-- BEGIN: These entries are the same for the agenda and month views, please keep them in sync -->
509 <entry key="Agenda Grid Background Color" type="Color">
510 <label>Agenda view background color</label>
511 <whatsthis>Select the agenda view background color here.</whatsthis>
512 <default>255, 255, 255</default>
513 </entry>
514 <entry key="Agenda Grid Background Image" type="String">
515 </entry>
516 <entry key="Agenda Grid Highlight Color" type="Color">
517 <label>Highlight color</label>
518 <whatsthis>Select the highlight color here. The highlight color will be used for marking the currently selected area in your agenda and in the date navigator.</whatsthis>
519 <default>100, 100, 255</default>
520 </entry>
521 <entry key="Agenda Grid WorkHours Background Color" type="Color">
522 <label>Working hours color</label>
523 <whatsthis>Select the working hours background color for the agenda view here.</whatsthis>
524 <default>225, 225, 255</default>
525 </entry>
526 <entry key="Agenda Grid WorkHours Background Image" type="String">
527 </entry>
528 <!-- END: These entries are the same for the agenda and month views, please keep them in sync -->
531 <!-- BEGIN: These entries are the same for the agenda and month views, please keep them in sync -->
532 <entry key="Agenda CalendarItems Background Color" type="Color">
533 <default>255, 100, 100</default><!-- FIXME -->
534 </entry>
535 <entry key="Agenda CalendarItems Background Image" type="String">
536 </entry>
537 <entry key="Agenda CalendarItems Font" type="Font">
538 </entry>
539 <entry key="Agenda CalendarItems Frame Color" type="Color">
540 <default>255, 100, 100</default><!-- FIXME -->
541 </entry>
542 <entry key="Agenda CalendarItems Icon" type="String">
543 </entry>
545 <entry key="Agenda CalendarItems Events Background Image" type="String">
546 </entry>
547 <entry key="Agenda CalendarItems Events Font" type="Font">
548 </entry>
549 <entry key="Agenda CalendarItems Events Frame Color" type="Color">
550 <default>255, 100, 100</default><!-- FIXME -->
551 </entry>
552 <entry key="Agenda CalendarItems Events Icon" type="String">
553 </entry>
555 <entry key="Agenda CalendarItems ToDos Background Color" type="Color">
556 <default>255, 100, 100</default><!-- FIXME -->
557 </entry>
558 <entry key="Agenda CalendarItems ToDos Background Image" type="String">
559 </entry>
560 <entry key="Agenda CalendarItems ToDos Font" type="Font">
561 </entry>
562 <entry key="Agenda CalendarItems ToDos Frame Color" type="Color">
563 <default>255, 100, 100</default><!-- FIXME -->
564 </entry>
565 <entry key="Agenda CalendarItems ToDos Icon" type="String">
566 </entry>
568 <entry key="Agenda CalendarItems ToDos DueToday Background Color" type="Color">
569 <label>To-do due today color</label>
570 <whatsthis>Select the to-do due today color here.</whatsthis>
571 <default>255, 200, 50</default>
572 </entry>
573 <entry key="Agenda CalendarItems ToDos DueToday Background Image" type="String">
574 </entry>
575 <entry key="Agenda CalendarItems ToDos DueToday Font" type="Font">
576 </entry>
577 <entry key="Agenda CalendarItems ToDos DueToday Frame Color" type="Color">
578 </entry>
579 <entry key="Agenda CalendarItems ToDos DueToday Icon" type="String">
580 </entry>
582 <entry key="Agenda CalendarItems ToDos Overdue Background Color" type="Color">
583 <label>To-do overdue color</label>
584 <whatsthis>Select the to-do overdue color here.</whatsthis>
585 <default>255, 100, 100</default>
586 </entry>
587 <entry key="Agenda CalendarItems ToDos Overdue Background Image" type="String">
588 </entry>
589 <entry key="Agenda CalendarItems ToDos Overdue Font" type="Font">
590 </entry>
591 <entry key="Agenda CalendarItems ToDos Overdue Frame Color" type="Color">
592 </entry>
593 <entry key="Agenda CalendarItems ToDos Overdue Icon" type="String">
594 </entry>
595 <!-- TODO: categories, resources -->
597 <entry key="Agenda Holidays Background Color" type="Color">
598 <label>Holiday color</label>
599 <whatsthis>Select the holiday color here. The holiday color will be used for the holiday name in the month view and the holiday number in the date navigator.</whatsthis>
600 <default>255, 100, 100</default>
601 </entry>
602 <entry key="Agenda Holidays Background Image" type="String">
603 </entry>
604 <!-- END: These entries are the same for the agenda and month views, please keep them in sync -->
605 </group>
607 <group name="Theme/Month view">
608 <!-- BEGIN: These entries are the same for the Month and month views, please keep them in sync -->
609 <entry key="Month Grid Background Color" type="Color">
610 <label>Month view background color</label>
611 <whatsthis>Select the Month view background color here.</whatsthis>
612 <default>255, 255, 255</default>
613 </entry>
614 <entry key="Month Grid Background Image" type="String">
615 </entry>
616 <entry key="Month Grid Highlight Color" type="Color">
617 <label>Highlight color</label>
618 <whatsthis>Select the highlight color here. The highlight color will be used for marking the currently selected area in your Month and in the date navigator.</whatsthis>
619 <default>100, 100, 255</default>
620 </entry>
621 <entry key="Month Grid WorkHours Background Color" type="Color">
622 <label>Working hours color</label>
623 <whatsthis>Select the working hours background color for the Month view here.</whatsthis>
624 <default>225, 225, 255</default>
625 </entry>
626 <entry key="Month Grid WorkHours Background Image" type="String">
627 </entry>
628 <!-- END: These entries are the same for the Month and month views, please keep them in sync -->
630 <!-- BEGIN: These entries are the same for the Month and month views, please keep them in sync -->
631 <entry key="Month CalendarItems Background Color" type="Color">
632 <default>255, 100, 100</default><!-- FIXME -->
633 </entry>
634 <entry key="Month CalendarItems Background Image" type="String">
635 </entry>
636 <entry key="Month CalendarItems Font" type="Font">
637 </entry>
638 <entry key="Month CalendarItems Frame Color" type="Color">
639 <default>255, 100, 100</default><!-- FIXME -->
640 </entry>
641 <entry key="Month CalendarItems Icon" type="String">
642 </entry>
644 <entry key="Month CalendarItems Events Background Color" type="Color">
645 <label>Default event color</label>
646 <whatsthis>Select the default event color here. The default event color will be used for events categories in your Month. Note that you can specify a separate color for each event category below.</whatsthis>
647 <default>151, 235, 121</default>
648 </entry>
649 <entry key="Month CalendarItems Events Background Image" type="String">
650 </entry>
651 <entry key="Month CalendarItems Events Font" type="Font">
652 </entry>
653 <entry key="Month CalendarItems Events Frame Color" type="Color">
654 <default>255, 100, 100</default><!-- FIXME -->
655 </entry>
656 <entry key="Month CalendarItems Events Icon" type="String">
657 </entry>
659 <entry key="Month CalendarItems ToDos Background Color" type="Color">
660 <default>255, 100, 100</default><!-- FIXME -->
661 </entry>
662 <entry key="Month CalendarItems ToDos Background Image" type="String">
663 </entry>
664 <entry key="Month CalendarItems ToDos Font" type="Font">
665 </entry>
666 <entry key="Month CalendarItems ToDos Frame Color" type="Color">
667 <default>255, 100, 100</default><!-- FIXME -->
668 </entry>
669 <entry key="Month CalendarItems ToDos Icon" type="String">
670 </entry>
672 <entry key="Month CalendarItems ToDos DueTodayBackground Color" type="Color">
673 <label>To-do due today color</label>
674 <whatsthis>Select the to-do due today color here.</whatsthis>
675 <default>255, 200, 50</default>
676 </entry>
677 <entry key="Month CalendarItems ToDos DueToday Background Image" type="String">
678 </entry>
679 <entry key="Month CalendarItems ToDos DueToday Font" type="Font">
680 </entry>
681 <entry key="Month CalendarItems ToDos DueToday Frame Color" type="Color">
682 </entry>
683 <entry key="Month CalendarItems ToDos DueToday Icon" type="String">
684 </entry>
686 <entry key="Month CalendarItems ToDos Overdue Background Color" type="Color">
687 <label>To-do overdue color</label>
688 <whatsthis>Select the to-do overdue color here.</whatsthis>
689 <default>255, 100, 100</default>
690 </entry>
691 <entry key="Month CalendarItems ToDos Overdue Background Image" type="String">
692 </entry>
693 <entry key="Month CalendarItems ToDos Overdue Font" type="Font">
694 </entry>
695 <entry key="Month CalendarItems ToDos Overdue Frame Color" type="Color">
696 </entry>
697 <entry key="Month CalendarItems ToDos Overdue Icon" type="String">
698 </entry>
699 <!-- TODO: categories, resources -->
701 <entry key="Month Holidays Background Color" type="Color">
702 <label>Holiday color</label>
703 <whatsthis>Select the holiday color here. The holiday color will be used for the holiday name in the month view and the holiday number in the date navigator.</whatsthis>
704 <default>255, 100, 100</default>
705 </entry>
706 <entry key="Month Holidays Background Image" type="String">
707 </entry>
708 <!-- END: These entries are the same for the Month and month views, please keep them in sync -->
709 </group>
710 </kcfg>