Warning, /pim/eventviews/src/eventviews.kcfg is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <!DOCTYPE kcfg SYSTEM 0003 "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd"> 0004 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0" 0005 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 0006 xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 0007 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > 0008 <kcfgfile name="eventviewsrc"/> 0009 0010 <!-- PREFERENCES DIALOG --> 0011 0012 <!-- General Page: Personal Tab --> 0013 <group name="Personal Settings"> 0014 <entry type="Enum" name="DefaultEmailAttachMethod"> 0015 <label>Default Email Attachment Method</label> 0016 <whatsthis>The default way of attaching dropped emails to an event</whatsthis> 0017 <choices> 0018 <choice name="Ask"> 0019 <label>Always ask</label> 0020 </choice> 0021 <choice name="Link"> 0022 <label>Only attach link to message</label> 0023 </choice> 0024 <choice name="InlineFull"> 0025 <label>Attach complete message</label> 0026 </choice> 0027 <choice name="InlineBody"> 0028 <label>Attach message without attachments</label> 0029 </choice> 0030 </choices> 0031 <default>Ask</default> 0032 </entry> 0033 </group> 0034 0035 <!-- General Page: Save Tab --> 0036 <group name="Save Settings"> 0037 <entry type="Bool" key="Html With Save"> 0038 <label>Export to HTML with every save</label> 0039 <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> 0040 <default>false</default> 0041 </entry> 0042 0043 <entry type="Bool" key="Auto Save"> 0044 <label>Enable automatic saving of manually opened calendar files</label> 0045 <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> 0046 <default>true</default> 0047 </entry> 0048 0049 <entry type="Int" key="Auto Save Interval"> 0050 <label>Save &interval in minutes</label> 0051 <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> 0052 <default>10</default> 0053 <min>1</min> 0054 </entry> 0055 0056 <entry type="Bool" key="Confirm Deletes" name="Confirm"> 0057 <label>Confirm deletes</label> 0058 <whatsthis>Check this box to display a confirmation dialog when deleting items.</whatsthis> 0059 <default>true</default> 0060 </entry> 0061 0062 <entry type="Enum" key="Destination" name="Destination"> 0063 <label>New Events, To-dos and Journal Entries Should</label> 0064 <choices> 0065 <choice name="standardDestination"> 0066 <label>Be added to the standard calendar</label> 0067 <whatsthis>Select this option to always record new events, to-dos and journal entries using the standard calendar.</whatsthis> 0068 </choice> 0069 <choice name="askDestination"> 0070 <label>Be asked which calendar to use</label> 0071 <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> 0072 </choice> 0073 </choices> 0074 <default>askDestination</default> 0075 </entry> 0076 </group> 0077 0078 <!-- General Page: System Tray Tab --> 0079 <group name="System Tray"> 0080 <entry type="Bool" key="ShowReminderDaemon"> 0081 <label>Show Reminder Daemon in the System Tray</label> 0082 <whatsthis>Check this box to show the KOrganizer reminder daemon in the system tray.</whatsthis> 0083 <default>true</default> 0084 </entry> 0085 </group> 0086 0087 <!-- Time&Date Page: Regional Tab --> 0088 <group name="Time & Date"> 0089 <entry type="String" name="TimeZoneId"> 0090 <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> 0091 </entry> 0092 0093 <entry type="DateTime" name="DayBegins"> 0094 <label>Day begins at</label> 0095 <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> 0096 <default>QDateTime(QDate(1752,1,1), QTime(7,0))</default> 0097 </entry> 0098 0099 <entry type="DateTime" name="WorkingHoursStart"> 0100 <label>Daily starting hour</label> 0101 <whatsthis>Enter the start time for the working hours here. The working hours will be marked with color by KOrganizer.</whatsthis> 0102 <default>QDateTime(QDate(1752,1,1), QTime(8,0))</default> 0103 </entry> 0104 0105 <entry type="DateTime" name="WorkingHoursEnd"> 0106 <label>Daily ending hour</label> 0107 <whatsthis>Enter the ending time for the working hours here. The working hours will be marked with color by KOrganizer.</whatsthis> 0108 <default>QDateTime(QDate(1752,1,1), QTime(17,0))</default> 0109 </entry> 0110 0111 <entry type="Enum" name="WeekStartDay"> 0112 <label>Weekly start day:</label> 0113 <tooltip>Select the first day of each week</tooltip> 0114 <whatsthis>Select the first day of each week. Normally, you can ignore this since it is set in your locale.</whatsthis> 0115 <default>QLocale().firstDayOfWeek()-1</default> 0116 </entry> 0117 </group> 0118 0119 <!-- Views Page: General Tab --> 0120 <group name="General View"> 0121 <entry type="Bool" key="Enable ToolTips"> 0122 <label>Enable tooltips for displaying summaries</label> 0123 <whatsthis>Check this box to display summary tooltips when hovering the mouse over an event or a to-do.</whatsthis> 0124 <default>true</default> 0125 </entry> 0126 0127 <entry type="Bool" key="TodosUseCategoryColors"> 0128 <label>To-dos use category colors</label> 0129 <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> 0130 <default>false</default> 0131 </entry> 0132 0133 <entry type="Int" key="Next X Days"> 0134 <label>Next x days</label> 0135 <whatsthis>Select the number of "x" days to be displayed in the next days view. To access the next "x" days view, choose the "Next X Days" menu item from the "View" menu.</whatsthis> 0136 <tooltip>Show this many days at a time in the Next "x" days view</tooltip> 0137 <default>3</default> 0138 </entry> 0139 0140 <entry type="Bool" key="Show Daily Recurrences" name="DailyRecur"> 0141 <label>Show items that recur daily</label> 0142 <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> 0143 <default>true</default> 0144 </entry> 0145 0146 <entry type="Bool" key="Show Weekly Recurrences" name="WeeklyRecur"> 0147 <label>Show items that recur weekly</label> 0148 <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> 0149 <default>true</default> 0150 </entry> 0151 0152 <entry type="Bool" key="Highlight To-dos" name="HighlightTodos"> 0153 <label>Show to-dos instead of events when in Todo View</label> 0154 <whatsthis>Check this box to show the days containing to-dos in bold typeface in the Date Navigator when in to-do view.</whatsthis> 0155 <default>true</default> 0156 </entry> 0157 0158 <entry type="Bool" key="Highlight Journals" name="HighlightJournals"> 0159 <label>Show journals instead of events when in Journal View</label> 0160 <whatsthis>Check this box to show the days containing journals in bold typeface in the Date Navigator when in journal view.</whatsthis> 0161 <default>true</default> 0162 </entry> 0163 0164 <entry type="Bool" key="Week Numbers Show Work Week" name="WeekNumbersShowWork"> 0165 <label>Week numbers select a work week when in work week mode</label> 0166 <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> 0167 <default>false</default> 0168 </entry> 0169 </group> 0170 0171 <!-- Views Page: Agenda View Tab --> 0172 <group name="Agenda View"> 0173 <entry type="Int" key="Hour Size"> 0174 <label>Hour size</label> 0175 <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> 0176 <tooltip>Set the height (in pixels) for an hour in the agenda grid</tooltip> 0177 <default>10</default> 0178 <min>4</min> 0179 <max>30</max> 0180 </entry> 0181 0182 <entry type="Bool" key="Show Icons in Agenda View" name="EnableAgendaItemIcons"> 0183 <label>Show icons in agenda view items</label> 0184 <whatsthis>Check this box to display icons (alarm, recursion, etc.) in agenda view items.</whatsthis> 0185 <tooltip>Display icons in agenda view items</tooltip> 0186 <default>true</default> 0187 </entry> 0188 0189 <entry type="Bool" name="ShowTodosAgendaView"> 0190 <label>Show to-dos</label> 0191 <whatsthis>Check this box to display to-dos in the agenda view.</whatsthis> 0192 <tooltip>Display to-dos in the agenda view</tooltip> 0193 <default>true</default> 0194 </entry> 0195 0196 <entry type="Bool" key="Show current-time line" name="MarcusBainsEnabled"> 0197 <label>Show current-time (Marcus Bains) line</label> 0198 <whatsthis>Check this box to display a line in the day or week view indicating the current-time line (Marcus Bains line).</whatsthis> 0199 <tooltip>Display the current-time indicator</tooltip> 0200 <default>true</default> 0201 </entry> 0202 0203 <entry type="Bool" key="Current-time line shows seconds" name="MarcusBainsShowSeconds"> 0204 <label>Show seconds on the current-time (Marcus Bains) line</label> 0205 <whatsthis>Check this box if you want to show seconds on the current-time line.</whatsthis> 0206 <tooltip>Display seconds with the current-time indicator</tooltip> 0207 <default>false</default> 0208 </entry> 0209 0210 <entry type="Bool" name="SelectionStartsEditor"> 0211 <label>Time range selection in agenda view starts event editor</label> 0212 <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> 0213 <tooltip>Enable automatic event editor with time range selection</tooltip> 0214 <default>false</default> 0215 </entry> 0216 0217 <entry type="Enum" key="AgendaViewColors"> 0218 <label>Color Usage</label> 0219 <choices> 0220 <choice name="CategoryInsideResourceOutside"> 0221 <label>Category inside, calendar outside</label> 0222 <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> 0223 <tooltip>Draw agenda items in their category color inside and calendar color for their border</tooltip> 0224 </choice> 0225 <choice name="ResourceInsideCategoryOutside"> 0226 <label>Calendar inside, category outside</label> 0227 <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> 0228 <tooltip>Draw agenda items in their calendar color inside and category color for their border</tooltip> 0229 </choice> 0230 <choice name="CategoryOnly"> 0231 <label>Only category</label> 0232 <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> 0233 <tooltip>Draw agenda items using their category color for the inside and border</tooltip> 0234 </choice> 0235 <choice name="ResourceOnly"> 0236 <label>Only calendar</label> 0237 <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> 0238 <tooltip>Draw agenda items using their calendar color for the inside and border</tooltip> 0239 </choice> 0240 </choices> 0241 <default>CategoryInsideResourceOutside</default> 0242 </entry> 0243 <entry type="Bool" key="ColorBusyDaysEnabled" name="ColorBusyDaysEnabled"> 0244 <label>Color busy days with a different background color</label> 0245 <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> 0246 <default>false</default> 0247 </entry> 0248 <entry type="Enum" name="AgendaViewCalendarDisplay"> 0249 <label>Multiple Calendar Display</label> 0250 <choices> 0251 <choice name="CalendarsMerged"> 0252 <label>Merge all calendars into one view</label> 0253 <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> 0254 <tooltip>Show all calendars merged together</tooltip> 0255 </choice> 0256 <choice name="CalendarsSideBySide"> 0257 <label>Show calendars side by side</label> 0258 <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> 0259 <tooltip>Show two calendars side-by-side</tooltip> 0260 </choice> 0261 <choice name="AllCalendarViews"> 0262 <label>Switch between views with tabs</label> 0263 <whatsthis>Select "Switch between views with tabs" if you would like to alternate between calendars using the tab key.</whatsthis> 0264 <tooltip>Tab through calendars</tooltip> 0265 </choice> 0266 </choices> 0267 <default>CalendarsMerged</default> 0268 </entry> 0269 </group> 0270 0271 <!-- Views Page: Month View Tab --> 0272 <group name="Month View"> 0273 <!-- <entry type="Bool" key="Enable Month-View Scrollbars" name="EnableMonthScroll"> 0274 <label>Enable scrollbars in month view cells</label> 0275 <whatsthis>Check this box to display scrollbars when clicking on a cell in the month view; they will only appear when needed though.</whatsthis> 0276 <default>false</default> 0277 </entry> --> 0278 0279 <entry type="Bool" key="Show Icons in Month View" name="EnableMonthItemIcons"> 0280 <label>Show icons in month view items</label> 0281 <whatsthis>Check this box to display icons (alarm, recursion, etc.) in month view items.</whatsthis> 0282 <tooltip>Display icons in month view items</tooltip> 0283 <default>true</default> 0284 </entry> 0285 0286 <entry type="Bool" key="Show time in Month View" name="ShowTimeInMonthView"> 0287 <label>Show time in month view items</label> 0288 <whatsthis>Check this box to display the time in month view items.</whatsthis> 0289 <tooltip>Display time in month view items</tooltip> 0290 <default>false</default> 0291 </entry> 0292 0293 <entry type="Bool" name="ShowTodosMonthView"> 0294 <label>Show to-dos</label> 0295 <whatsthis>Check this box to display to-dos in the month view.</whatsthis> 0296 <tooltip>Display to-dos in the month view</tooltip> 0297 <default>true</default> 0298 </entry> 0299 0300 <entry type="Bool" name="ShowJournalsMonthView"> 0301 <label>Show journals</label> 0302 <whatsthis>Check this box to display journals in the month view.</whatsthis> 0303 <tooltip>Display journals in the month view</tooltip> 0304 <default>true</default> 0305 </entry> 0306 0307 <entry type="Bool" key="Full View Month"> 0308 <label>Month view uses full window</label> 0309 <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> 0310 <default>false</default> 0311 </entry> 0312 0313 <entry type="Enum" key="MonthViewColors"> 0314 <label>Color Usage</label> 0315 <choices> 0316 <choice name="MonthItemCategoryInsideResourceOutside"> 0317 <label>Category inside, calendar outside</label> 0318 <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> 0319 <tooltip>Draw month items in their category color inside and calendar color for their border</tooltip> 0320 </choice> 0321 <choice name="MonthItemResourceInsideCategoryOutside"> 0322 <label>Calendar inside, category outside</label> 0323 <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> 0324 <tooltip>Draw month items in their calendar color inside and category color for their border</tooltip> 0325 </choice> 0326 <choice name="MonthItemCategoryOnly"> 0327 <label>Only category</label> 0328 <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> 0329 <tooltip>Draw month items using their category color for the inside and border</tooltip> 0330 </choice> 0331 <choice name="MonthItemResourceOnly"> 0332 <label>Only calendar</label> 0333 <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> 0334 <tooltip>Draw month items using their calendar color for the inside and border</tooltip> 0335 </choice> 0336 </choices> 0337 <default>MonthItemCategoryInsideResourceOutside</default> 0338 </entry> 0339 0340 <entry type="Bool" key="ColorMonthBusyDaysEnabled" name="ColorMonthBusyDaysEnabled"> 0341 <label>Color busy days with a different background color</label> 0342 <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> 0343 <default>false</default> 0344 </entry> 0345 </group> 0346 0347 <!-- Views Page: Todo View Tab --> 0348 <group name="Todo View"> 0349 <entry type="Bool" key="Sort Completed Todos Separately"> 0350 <label>Always display completed to-dos at the bottom of the list</label> 0351 <whatsthis>Check this box if you want all completed to-dos to be always grouped at the bottom of the to-do list.</whatsthis> 0352 <default>true</default> 0353 </entry> 0354 0355 <entry type="Bool" key="Full View Todo"> 0356 <label>To-do list view uses full window</label> 0357 <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> 0358 <default>true</default> 0359 </entry> 0360 0361 <entry type="Bool" key="Flat List Todo"> 0362 <label>Display to-dos in a flat list</label> 0363 <tooltip>Display to-dos as a flat list instead of a hierarchical tree</tooltip> 0364 <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> 0365 <default>false</default> 0366 </entry> 0367 0368 <entry type="Bool" key="Record Todos In Journals"> 0369 <label>Record completed to-dos in journal entries</label> 0370 <whatsthis>Check this box to record the completion of a to-do in a new entry of your journal automatically.</whatsthis> 0371 <default>false</default> 0372 </entry> 0373 </group> 0374 0375 <!-- Colors and Fonts Page: Colors Tab --> 0376 <group name="Colors"> 0377 0378 <entry type="Color" key="Holiday Color"> 0379 <label>Holiday color</label> 0380 <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> 0381 <default>255, 100, 100</default> 0382 </entry> 0383 0384 <entry type="Color" key="AgendaBackgroundColor" name="AgendaBgColor"> 0385 <label>Agenda view background color</label> 0386 <whatsthis>Select the agenda view background color here.</whatsthis> 0387 <default>255, 255, 255</default> 0388 </entry> 0389 0390 <entry type="Color" key="ViewBackgroundBusyColor" name="ViewBgBusyColor"> 0391 <label>Agenda/Month view background busy color</label> 0392 <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> 0393 <default>136, 255, 219</default> 0394 </entry> 0395 0396 <entry type="Color" key="Agenda MarcusBainsLine Line Color"> 0397 <label>Agenda view current-time line color</label> 0398 <whatsthis>Select a color to use for the current-time (Marcus Bains) line.</whatsthis> 0399 <tooltip>Use this color for the Agenda View current-time (Marcus Bains) line</tooltip> 0400 <default>255,0,0</default> 0401 </entry> 0402 0403 <entry type="Color" key="WorkingHoursColor"> 0404 <label>Working hours color</label> 0405 <whatsthis>Select the working hours color for the agenda view here.</whatsthis> 0406 <default>255, 235, 154</default> 0407 </entry> 0408 0409 <entry type="Color" key="Todo due today Color" name="TodoDueTodayColor"> 0410 <label>To-do due today color</label> 0411 <whatsthis>Select the to-do due today color here.</whatsthis> 0412 <default>255, 200, 50</default> 0413 </entry> 0414 0415 <entry type="Color" key="Todo overdue Color" name="TodoOverdueColor"> 0416 <label>To-do overdue color</label> 0417 <whatsthis>Select the to-do overdue color here.</whatsthis> 0418 <default>255, 100, 100</default> 0419 </entry> 0420 </group> 0421 0422 <!-- Colors and Fonts Page: Fonts Tab --> 0423 <group name="Fonts"> 0424 <entry key="Agenda TimeLabels Font" type="Font"> 0425 <label>Time bar</label> 0426 <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 "Select Font" dialog, allowing you to choose the hour font for the time bar.</whatsthis> 0427 </entry> 0428 0429 <entry type="Font" key="MonthView Font"> 0430 <label>Month view</label> 0431 <whatsthis>Press this button to configure the month view font. This button will open the "Select Font" dialog, allowing you to choose the font for the items in the month view.</whatsthis> 0432 </entry> 0433 0434 <entry type="Font" key="AgendaView Font"> 0435 <label>Agenda view</label> 0436 <whatsthis>Press this button to configure the agenda view font. This button will open the "Select Font" dialog, allowing you to choose the font for the events in the agenda view.</whatsthis> 0437 </entry> 0438 0439 <entry key="Agenda MarcusBainsLine Font" type="Font"> 0440 <label>Current-time line</label> 0441 <whatsthis>Press this button to configure the current-time line font. This button will open the "Select Font" dialog, allowing you to choose the font for the current-time line in the agenda view.</whatsthis> 0442 </entry> 0443 </group> 0444 0445 <!-- Plugins Page --> 0446 <group name="KOrganizer Plugins"> 0447 <entry type="StringList" name="SelectedPlugins"> 0448 <default></default> 0449 </entry> 0450 </group> 0451 0452 <!-- Custom Pages Page --> 0453 0454 <!-- Options currently not visible in the GUI --> 0455 <group name="Hidden Options"> 0456 <entry type="Bool" key="Quick Todo" name="EnableQuickTodo"> 0457 <default>true</default> 0458 </entry> 0459 0460 <entry type="Bool" key="Todo Quick Search" name="EnableTodoQuickSearch"> 0461 <default>true</default> 0462 </entry> 0463 0464 <entry type="Enum" name="DefaultTodoAttachMethod"> 0465 <label>Default todo attachment method</label> 0466 <whatsthis>The default way of attaching dropped emails to a task</whatsthis> 0467 <choices> 0468 <choice name="TodoAttachAsk"> 0469 <label>Always ask</label> 0470 </choice> 0471 <choice name="TodoAttachLink"> 0472 <label>Only attach link to message</label> 0473 </choice> 0474 <choice name="TodoAttachInlineFull"> 0475 <label>Attach complete message</label> 0476 </choice> 0477 </choices> 0478 <default>TodoAttachInlineFull</default> 0479 </entry> 0480 0481 <entry type="Bool" key="CompactDialogs"> 0482 <default>false</default> 0483 </entry> 0484 0485 <entry key="ShowMenuBar" type="Bool"> 0486 <default>true</default> 0487 <!-- label and whatsthis are already provided by KStandardAction::showMenubar --> 0488 <label></label> 0489 <whatsthis></whatsthis> 0490 </entry> 0491 </group> 0492 0493 <!-- INTERNAL SETTINGS: Not for users to change --> 0494 <group name="Internal Settings"> 0495 <entry type="Int" key="DefaultResourceColorSeed"> 0496 <default>0</default> 0497 </entry> 0498 <entry type="StringList" key="DefaultResourceColors"> 0499 <default>#c1d4e7,#d0e7c1,#e3e7c1,#e7c1e6,#a1b1c1</default> 0500 </entry> 0501 <entry type="Bool" key="AssignDefaultResourceColors"> 0502 <default>true</default> 0503 </entry> 0504 <entry key="Decorations At Month View Top" type="StringList"> 0505 </entry> 0506 <entry key="Decorations At Agenda View Top" type="StringList"> 0507 </entry> 0508 <entry key="Decorations At Agenda View Bottom" type="StringList"> 0509 </entry> 0510 </group> 0511 0512 <!-- Theming settings (not implemented yet) --> 0513 <group name="Theming"> 0514 <!-- BEGIN: These entries are the same for the agenda and month views, please keep them in sync --> 0515 <entry key="Agenda Grid Background Color" type="Color"> 0516 <label>Agenda view background color</label> 0517 <whatsthis>Select the agenda view background color here.</whatsthis> 0518 <default>255, 255, 255</default> 0519 </entry> 0520 <entry key="Agenda Grid Background Image" type="String"> 0521 </entry> 0522 <entry key="Agenda Grid Highlight Color" type="Color"> 0523 <label>Highlight color</label> 0524 <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> 0525 <default>100, 100, 255</default> 0526 </entry> 0527 <entry key="Agenda Grid WorkHours Background Color" type="Color"> 0528 <label>Working hours color</label> 0529 <whatsthis>Select the working hours background color for the agenda view here.</whatsthis> 0530 <default>225, 225, 255</default> 0531 </entry> 0532 <entry key="Agenda Grid WorkHours Background Image" type="String"> 0533 </entry> 0534 <!-- END: These entries are the same for the agenda and month views, please keep them in sync --> 0535 0536 0537 <!-- BEGIN: These entries are the same for the agenda and month views, please keep them in sync --> 0538 <entry key="Agenda CalendarItems Background Color" type="Color"> 0539 <default>255, 100, 100</default><!-- FIXME --> 0540 </entry> 0541 <entry key="Agenda CalendarItems Background Image" type="String"> 0542 </entry> 0543 <entry key="Agenda CalendarItems Font" type="Font"> 0544 </entry> 0545 <entry key="Agenda CalendarItems Frame Color" type="Color"> 0546 <default>255, 100, 100</default><!-- FIXME --> 0547 </entry> 0548 <entry key="Agenda CalendarItems Icon" type="String"> 0549 </entry> 0550 0551 <entry key="Agenda CalendarItems Events Background Image" type="String"> 0552 </entry> 0553 <entry key="Agenda CalendarItems Events Font" type="Font"> 0554 </entry> 0555 <entry key="Agenda CalendarItems Events Frame Color" type="Color"> 0556 <default>255, 100, 100</default><!-- FIXME --> 0557 </entry> 0558 <entry key="Agenda CalendarItems Events Icon" type="String"> 0559 </entry> 0560 0561 <entry key="Agenda CalendarItems ToDos Background Color" type="Color"> 0562 <default>255, 100, 100</default><!-- FIXME --> 0563 </entry> 0564 <entry key="Agenda CalendarItems ToDos Background Image" type="String"> 0565 </entry> 0566 <entry key="Agenda CalendarItems ToDos Font" type="Font"> 0567 </entry> 0568 <entry key="Agenda CalendarItems ToDos Frame Color" type="Color"> 0569 <default>255, 100, 100</default><!-- FIXME --> 0570 </entry> 0571 <entry key="Agenda CalendarItems ToDos Icon" type="String"> 0572 </entry> 0573 0574 <entry key="Agenda CalendarItems ToDos DueToday Background Color" type="Color"> 0575 <label>To-do due today color</label> 0576 <whatsthis>Select the to-do due today color here.</whatsthis> 0577 <default>255, 200, 50</default> 0578 </entry> 0579 <entry key="Agenda CalendarItems ToDos DueToday Background Image" type="String"> 0580 </entry> 0581 <entry key="Agenda CalendarItems ToDos DueToday Font" type="Font"> 0582 </entry> 0583 <entry key="Agenda CalendarItems ToDos DueToday Frame Color" type="Color"> 0584 </entry> 0585 <entry key="Agenda CalendarItems ToDos DueToday Icon" type="String"> 0586 </entry> 0587 0588 <entry key="Agenda CalendarItems ToDos Overdue Background Color" type="Color"> 0589 <label>To-do overdue color</label> 0590 <whatsthis>Select the to-do overdue color here.</whatsthis> 0591 <default>255, 100, 100</default> 0592 </entry> 0593 <entry key="Agenda CalendarItems ToDos Overdue Background Image" type="String"> 0594 </entry> 0595 <entry key="Agenda CalendarItems ToDos Overdue Font" type="Font"> 0596 </entry> 0597 <entry key="Agenda CalendarItems ToDos Overdue Frame Color" type="Color"> 0598 </entry> 0599 <entry key="Agenda CalendarItems ToDos Overdue Icon" type="String"> 0600 </entry> 0601 <!-- TODO: categories, resources --> 0602 0603 <entry key="Agenda Holidays Background Color" type="Color"> 0604 <label>Holiday color</label> 0605 <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> 0606 <default>255, 100, 100</default> 0607 </entry> 0608 <entry key="Agenda Holidays Background Image" type="String"> 0609 </entry> 0610 <!-- END: These entries are the same for the agenda and month views, please keep them in sync --> 0611 </group> 0612 0613 <group name="Theme/Month view"> 0614 <!-- BEGIN: These entries are the same for the Month and month views, please keep them in sync --> 0615 <entry key="Month Grid Background Color" type="Color"> 0616 <label>Month view background color</label> 0617 <whatsthis>Select the Month view background color here.</whatsthis> 0618 <default>255, 255, 255</default> 0619 </entry> 0620 <entry key="Month Grid Background Image" type="String"> 0621 </entry> 0622 <entry key="Month Grid Highlight Color" type="Color"> 0623 <label>Highlight color</label> 0624 <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> 0625 <default>100, 100, 255</default> 0626 </entry> 0627 <entry key="Month Grid WorkHours Background Color" type="Color"> 0628 <label>Working hours color</label> 0629 <whatsthis>Select the working hours background color for the Month view here.</whatsthis> 0630 <default>225, 225, 255</default> 0631 </entry> 0632 <entry key="Month Grid WorkHours Background Image" type="String"> 0633 </entry> 0634 <!-- END: These entries are the same for the Month and month views, please keep them in sync --> 0635 0636 <!-- BEGIN: These entries are the same for the Month and month views, please keep them in sync --> 0637 <entry key="Month CalendarItems Background Color" type="Color"> 0638 <default>255, 100, 100</default><!-- FIXME --> 0639 </entry> 0640 <entry key="Month CalendarItems Background Image" type="String"> 0641 </entry> 0642 <entry key="Month CalendarItems Font" type="Font"> 0643 </entry> 0644 <entry key="Month CalendarItems Frame Color" type="Color"> 0645 <default>255, 100, 100</default><!-- FIXME --> 0646 </entry> 0647 <entry key="Month CalendarItems Icon" type="String"> 0648 </entry> 0649 0650 <entry key="Month CalendarItems Events Background Color" type="Color"> 0651 <label>Default event color</label> 0652 <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> 0653 <default>151, 235, 121</default> 0654 </entry> 0655 <entry key="Month CalendarItems Events Background Image" type="String"> 0656 </entry> 0657 <entry key="Month CalendarItems Events Font" type="Font"> 0658 </entry> 0659 <entry key="Month CalendarItems Events Frame Color" type="Color"> 0660 <default>255, 100, 100</default><!-- FIXME --> 0661 </entry> 0662 <entry key="Month CalendarItems Events Icon" type="String"> 0663 </entry> 0664 0665 <entry key="Month CalendarItems ToDos Background Color" type="Color"> 0666 <default>255, 100, 100</default><!-- FIXME --> 0667 </entry> 0668 <entry key="Month CalendarItems ToDos Background Image" type="String"> 0669 </entry> 0670 <entry key="Month CalendarItems ToDos Font" type="Font"> 0671 </entry> 0672 <entry key="Month CalendarItems ToDos Frame Color" type="Color"> 0673 <default>255, 100, 100</default><!-- FIXME --> 0674 </entry> 0675 <entry key="Month CalendarItems ToDos Icon" type="String"> 0676 </entry> 0677 0678 <entry key="Month CalendarItems ToDos DueTodayBackground Color" type="Color"> 0679 <label>To-do due today color</label> 0680 <whatsthis>Select the to-do due today color here.</whatsthis> 0681 <default>255, 200, 50</default> 0682 </entry> 0683 <entry key="Month CalendarItems ToDos DueToday Background Image" type="String"> 0684 </entry> 0685 <entry key="Month CalendarItems ToDos DueToday Font" type="Font"> 0686 </entry> 0687 <entry key="Month CalendarItems ToDos DueToday Frame Color" type="Color"> 0688 </entry> 0689 <entry key="Month CalendarItems ToDos DueToday Icon" type="String"> 0690 </entry> 0691 0692 <entry key="Month CalendarItems ToDos Overdue Background Color" type="Color"> 0693 <label>To-do overdue color</label> 0694 <whatsthis>Select the to-do overdue color here.</whatsthis> 0695 <default>255, 100, 100</default> 0696 </entry> 0697 <entry key="Month CalendarItems ToDos Overdue Background Image" type="String"> 0698 </entry> 0699 <entry key="Month CalendarItems ToDos Overdue Font" type="Font"> 0700 </entry> 0701 <entry key="Month CalendarItems ToDos Overdue Frame Color" type="Color"> 0702 </entry> 0703 <entry key="Month CalendarItems ToDos Overdue Icon" type="String"> 0704 </entry> 0705 <!-- TODO: categories, resources --> 0706 0707 <entry key="Month Holidays Background Color" type="Color"> 0708 <label>Holiday color</label> 0709 <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> 0710 <default>255, 100, 100</default> 0711 </entry> 0712 <entry key="Month Holidays Background Image" type="String"> 0713 </entry> 0714 <!-- END: These entries are the same for the Month and month views, please keep them in sync --> 0715 0716 <entry type="Bool" key="Use System Color"> 0717 <label>Use system color</label> 0718 <whatsthis>Use system color. If enabled will ignore all other color settings</whatsthis> 0719 <default>true</default> 0720 </entry> 0721 </group> 0722 </kcfg>