Warning, /pim/merkuro/src/calendar/calendarconfig.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004     xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005     http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006     <kcfgfile name="kalendarrc" />
0007 <!--
0008 SPDX-FileCopyrightText: 2021 Carl Schwan <carl@carlschwan.eu>
0009 SPDX-FileCopyrightText: 2021 Felipe Kinoshita <kinofhek@gmail.com>
0010 SPDX-FileCopyrightText: 2021 Claudio Cambra <claudio.cambra@gmail.com>
0011 SPDX-License-Identifier: LGPL-2.0-or-later
0012 -->
0013     <group name="General">
0014         <entry name="showMenubar" type="Bool">
0015             <label>Show the Menubar.</label>
0016             <default>false</default>
0017         </entry>
0018         <entry name="forceCollapsedMainDrawer" type="Bool">
0019             <label>Always have mainDrawer.collapsed.</label>
0020             <default>false</default>
0021         </entry>
0022         <entry name="enableMaps" type="Bool">
0023             <label>Enable maps. NOTE: may cause crashing on some systems.</label>
0024             <default>false</default>
0025         </entry>
0026         <entry name="enableMailIntegration" type="Bool">
0027             <label>Enable mail integration</label>
0028             <default>false</default>
0029         </entry>
0030         <entry name="locationMarker" type="Enum">
0031             <label>Type of marker for showing a place's location.</label>
0032             <choices>
0033                 <choice name="Circle">
0034                     <label>Left</label>
0035                 </choice>
0036                 <choice name="Pin">
0037                     <label>Center</label>
0038                 </choice>
0039             </choices>
0040             <default>Pin</default>
0041         </entry>
0042         <entry name="lastOpenedView" type="Enum">
0043             <label>Remember the last opened view.</label>
0044             <choices>
0045                 <choice name="MonthView"/>
0046                 <choice name="ScheduleView"/>
0047                 <choice name="TodoView"/>
0048                 <choice name="WeekView"/>
0049                 <choice name="ThreeDayView"/>
0050                 <choice name="DayView"/>
0051                 <choice name="ContactView"/>
0052                 <choice name="MailView"/>
0053             </choices>
0054             <default>-1</default>
0055         </entry>
0056         <entry name="incidenceInfoDrawerDrawerWidth" type="Int">
0057             <label>Width of the incidence drawer</label>
0058             <default>-1</default>
0059         </entry>
0060     </group>
0061 
0062     <group name="MainDrawer">
0063         <entry name="tagsSectionExpanded" type="Bool">
0064             <label>Whether the "Tags" section of the mainDrawer is expanded.</label>
0065             <default>true</default>
0066         </entry>
0067         <entry name="collectionsSectionExpanded" type="Bool">
0068             <label>Whether the "Calendar" or "Contacts" section of the mainDrawer is expanded.</label>
0069             <default>true</default>
0070         </entry>
0071     </group>
0072 
0073     <group name="Editor">
0074         <entry name="lastUsedEventCollection" type="Int">
0075             <label>The last used event collection used when creating a event.</label>
0076             <default>-1</default>
0077         </entry>
0078         <entry name="lastUsedTodoCollection" type="Int">
0079             <label>The last used todo collection used when creating a todo.</label>
0080             <default>-1</default>
0081         </entry>
0082     </group>
0083 
0084     <group name="GeneralView">
0085         <entry name="useIncidenceInfoPopup" type="Bool">
0086             <label>Use a popup to view incidence information instead of a drawer.</label>
0087             <default>true</default>
0088         </entry>
0089         <entry name="showTodosInCalendarViews" type="Bool">
0090             <label>Show Tasks in the calendar views (e.g. month, schedule, etc. views).</label>
0091             <default>true</default>
0092         </entry>
0093         <entry name="showSubtodosInCalendarViews" type="Bool">
0094             <label>Show subtasks in the calendar views (e.g. month, schedule, etc. views).</label>
0095             <default>true</default>
0096         </entry>
0097     </group>
0098     <group name="MonthView">
0099         <entry name="monthGridMode" type="Enum">
0100             <label>Type of day grid view to be used internally in the month view"</label>
0101             <choices>
0102                 <choice name="SwipeableMonthGrid">
0103                     <label>Swipeable month grid</label>
0104                 </choice>
0105                 <choice name="BasicMonthGrid">
0106                     <label>Basic month grid</label>
0107                 </choice>
0108             </choices>
0109             <default>SwipeableMonthGrid</default>
0110         </entry>
0111 
0112         <entry name="weekdayLabelAlignment" type="Enum">
0113             <label>Alignment of week day header in month view.</label>
0114             <choices>
0115                 <choice name="Left">
0116                     <label>Left</label>
0117                 </choice>
0118                 <choice name="Center">
0119                     <label>Center</label>
0120                 </choice>
0121                 <choice name="Right">
0122                     <label>Right</label>
0123                 </choice>
0124             </choices>
0125             <default>Right</default>
0126         </entry>
0127 
0128         <entry name="weekdayLabelLength" type="Enum">
0129             <label>Format of weekday name.</label>
0130             <choices>
0131                 <choice name="Full">
0132                     <label>Full</label>
0133                 </choice>
0134                 <choice name="Abbreviated">
0135                     <label>Abbreviated</label>
0136                 </choice>
0137                 <choice name="Letter">
0138                     <label>Letter</label>
0139                 </choice>
0140             </choices>
0141             <default>Full</default>
0142         </entry>
0143 
0144         <entry name="showWeekNumbers" type="Bool">
0145             <label>Show week numbers to the side of the month grid.</label>
0146             <default>false</default>
0147         </entry>
0148 
0149         <entry name="monthGridBorderWidth" type="Int">
0150             <label>Set the width of the month grid's borders in pixels.</label>
0151             <default>1</default>
0152         </entry>
0153     </group>
0154 
0155     <group name="WeekView">
0156         <entry name="hourlyViewMode" type="Enum">
0157             <label>Type of day grid view to be used internally in the month view"</label>
0158             <choices>
0159                 <choice name="SwipeableInternalHourlyView">
0160                     <label>Swipeable internal week view</label>
0161                 </choice>
0162                 <choice name="BasicInternalHourlyView">
0163                     <label>Basic internal week view</label>
0164                 </choice>
0165             </choices>
0166             <default>SwipeableMonthGrid</default>
0167         </entry>
0168 
0169         <entry name="weekViewAllDayHeaderHeight" type="Int">
0170             <label>Set the height of the all-day header at the top of the week view."</label>
0171             <default>-1</default>
0172         </entry>
0173     </group>
0174 
0175     <group name="ScheduleView">
0176         <entry name="monthListMode" type="Enum">
0177             <label>Type of day list view to be used internally in the schedule view"</label>
0178             <choices>
0179                 <choice name="SwipeableMonthList">
0180                     <label>Swipeable internal month list view</label>
0181                 </choice>
0182                 <choice name="BasicMonthList">
0183                     <label>Basic internal month list view</label>
0184                 </choice>
0185             </choices>
0186             <default>SwipeableMonthList</default>
0187         </entry>
0188 
0189         <entry name="showWeekHeaders" type="Bool">
0190             <label>Show week headers in schedule view.</label>
0191             <default>true</default>
0192         </entry>
0193     </group>
0194 
0195     <group name="TaskView">
0196         <entry name="sort" type="Enum">
0197             <label>Sorting of the taskview.</label>
0198             <choices>
0199                 <choice name="DueTime">
0200                     <label>Sort by due time</label>
0201                 </choice>
0202                 <choice name="Alphabetically">
0203                     <label>Sort alphabetically</label>
0204                 </choice>
0205                 <choice name="Priority">
0206                     <label>Sort by priority</label>
0207                 </choice>
0208             </choices>
0209             <default>DueTime</default>
0210         </entry>
0211         <entry name="ascendingOrder" type="Bool">
0212             <label>Sort order</label>
0213             <default>true</default>
0214         </entry>
0215         <entry name="showCompletedSubtodos" type="Bool">
0216             <label>Show all completed subtasks even if the parent task is incomplete</label>
0217             <default>true</default>
0218         </entry>
0219         <entry name="pastEventsTransparencyLevel" type="Double" min="0.0" max="1.0">
0220             <label>Dimmer</label>
0221             <default>0</default>
0222         </entry>
0223     </group>
0224 </kcfg>
0225