diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-04-10 02:08:09 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-04-10 02:08:09 +0200 |
commit | 0d02094e2b261de9aadac40f65a574e9fbee66e2 (patch) | |
tree | 60621cbe5c2907665040e91d9c9523ce7a05e4fa /src/tastymenu.kcfg | |
download | tastymenu-0d02094e2b261de9aadac40f65a574e9fbee66e2.tar.gz tastymenu-0d02094e2b261de9aadac40f65a574e9fbee66e2.zip |
Initial import of tastymenu 1.0.8
Diffstat (limited to 'src/tastymenu.kcfg')
-rw-r--r-- | src/tastymenu.kcfg | 188 |
1 files changed, 188 insertions, 0 deletions
diff --git a/src/tastymenu.kcfg b/src/tastymenu.kcfg new file mode 100644 index 0000000..792bbe7 --- /dev/null +++ b/src/tastymenu.kcfg @@ -0,0 +1,188 @@ +<?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="KerryIntegration" type="Bool"> + <label>If the search field should perform queries with Kerry Beagle</label> + <default>false</default> + </entry> + <entry name="StrigiIntegration" type="Bool"> + <label>If the search field should perform queries with Strigi. + It has no effect when Kerry integration is enabled</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>
\ No newline at end of file |