You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tastymenu/src/tastymenu.kcfg

183 lines
5.5 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
<kcfg>
<kcfgfile arg="true"/>
<group name="Appearance">
<entry name="IconSize1" type="Int">
<label>Size of the menu icons, first column.</label>
<default>22</default>
<min>16</min>
<max>64</max>
</entry>
<entry name="IconSize2" type="Int">
<label>Size of the menu icons, first column.</label>
<default>22</default>
<min>16</min>
<max>64</max>
</entry>
<entry name="IconSize3" type="Int">
<label>Size of the menu icons, first column.</label>
<default>22</default>
<min>16</min>
<max>64</max>
</entry>
<entry name="ActionIconSize" type="Int">
<label>Size of the menu icons.</label>
<default>16</default>
<min>16</min>
<max>48</max>
</entry>
<entry key="MenuButtonLabelType" type="Enum" >
<choices>
<choice name="MenuButtonText">
<label>Text</label>
</choice>
<choice name="MenuButtonNone">
<label>None</label>
</choice>
</choices>
<default>MenuButtonText</default>
<label>Botton label Type</label>
</entry>
<entry name="MenuButtonLabel" type="String">
<label>Button label text to be displayed.</label>
</entry>
<entry key="MenuButtonIconType" type="Enum" >
<choices>
<choice name="Icon">
<label>Icon</label>
</choice>
<choice name="IconNone">
<label>None</label>
</choice>
</choices>
<default>Icon</default>
<label>Button icon Type</label>
</entry>
<entry name="MenuButtonIcon" type="String">
<label>Button icon to be displayed.</label>
<default>kmenu</default>
</entry>
<entry name="DisplaySubText" type="Bool">
<label>If display the application descritption under the name</label>
<default>true</default>
</entry>
<entry name="ToolTipTitle" type="String">
<label>Text of the main tooltip</label>
</entry>
<entry name="MenuWidth" type="Int">
<label>Percentage of the menu width compared to screen.</label>
<default>70</default>
<min>10</min>
<max>90</max>
</entry>
<entry name="MenuHeight" type="Int">
<label>Percentage of the menu height compared to screen.</label>
<default>70</default>
<min>10</min>
<max>90</max>
</entry>
<entry name="ShowExpander" type="Bool">
<label>If the three expanders should be shown in the applications list</label>
<default>false</default>
</entry>
<entry name="AlwaysCollapsed" type="Bool">
<label>If the applications categories should be collapsed by default</label>
<default>false</default>
</entry>
</group>
<group name="Behaviour">
<entry name="StrigiIntegration" type="Bool">
<label>If the search field should perform queries with Strigi.</label>
<default>false</default>
</entry>
<entry name="OverrideAltF1" type="Bool">
<label>If Alt+F1 shortcut should be used by Tasty Menu</label>
<default>false</default>
</entry>
<entry name="NewAppsNotification" type="Bool">
<label>notify and highlight entries of recently installed applications.</label>
<default>true</default>
</entry>
<entry name="HideOneChild" type="Bool">
<label>If Categories with only one child should be hidden</label>
<default>true</default>
</entry>
<entry name="Alphabetical" type="Bool">
<label>Always show entries in alphabetical order</label>
<default>false</default>
</entry>
<entry name="ShowSaveSession" type="Bool">
<label>Show "Save session" entry in the user menu</label>
<default>false</default>
</entry>
</group>
<group name="AppState">
<entry name="MenuMode" type="Int">
<label>The current mode for the first column.</label>
<default>0</default>
</entry>
<entry name="CurrentCategory" type="String">
<label>currently open submenu.</label>
</entry>
<entry name="FavouriteApps" type="PathList">
<label>The list for favourite apps.</label>
</entry>
<entry name="OldInstalledApps" type="PathList">
<label>The list of all installed apps.</label>
</entry>
<entry name="OldInstalledAppsAge" type="Int">
<label>When the list of old installed apps was built.</label>
</entry>
<entry name="NewInstalledApps" type="PathList">
<label>The list of recently installed apps.</label>
</entry>
<entry name="NewInstalledAppsTimeStamps" type="IntList">
<label>Timestamps for the list of recently installed apps.</label>
</entry>
<entry name="IsNormalWindow" type="Bool">
<label>If the menu is a Popup or a normal window</label>
<default>false</default>
</entry>
<entry name="NormalWindowWidth" type="Int">
<label>Width of the normal window (ignored in PopUp mode)</label>
<default>400</default>
</entry>
<entry name="NormalWindowHeight" type="Int">
<label>Height of the normal window (ignored in PopUp mode)</label>
<default>300</default>
</entry>
<entry name="NormalWindowX" type="Int">
<label>X coord of the normal window (ignored in PopUp mode)</label>
<default>0</default>
</entry>
<entry name="NormalWindowY" type="Int">
<label>Y coord of the normal window (ignored in PopUp mode)</label>
<default>0</default>
</entry>
</group>
</kcfg>