mirror of
https://github.com/altlinux/admx-basealt.git
synced 2025-03-21 18:50:06 +03:00
Added draw delay policy
This commit is contained in:
parent
62a8c58719
commit
b732a864da
@ -13,7 +13,7 @@
|
||||
key="Software\BaseALT\Policies\KDE"
|
||||
presentation="$(presentation.kde-win-activate-user-pr)">
|
||||
<parentCategory ref="system:ALT_Settings_KDE" />
|
||||
<supportedOn ref="system:SUPPORTED_AltP9" />
|
||||
<supportedOn ref="system:SUPPORTED_AltP10" />
|
||||
<elements>
|
||||
<enum id="kde-win-activate_setter" valueName="kwinrc.FocusPolicy" required="true">
|
||||
<item displayName="$(string.kde-win-act-Click_to_focus)">
|
||||
@ -57,12 +57,56 @@
|
||||
</boolean>
|
||||
</elements>
|
||||
</policy>
|
||||
<policy name="kde-win-rendering" class="User" displayName="$(string.kde-win-rendering)"
|
||||
explainText="$(string.kde-win-rendering_help)"
|
||||
key="Software\BaseALT\Policies\KDE"
|
||||
presentation="$(presentation.kde-win-rendering-user-pr)">
|
||||
<parentCategory ref="system:ALT_Settings_KDE" />
|
||||
<supportedOn ref="system:SUPPORTED_AltP10" />
|
||||
<elements>
|
||||
<enum id="kde-win-rendering_setter" valueName="kwinrc.RenderPolicy" required="true">
|
||||
<item displayName="$(string.kde-win-rend-ExtremelyLow)">
|
||||
<value>
|
||||
<string>{"Compositing":{"LatencyPolicy":"ExtremelyLow"}}</string>
|
||||
</value>
|
||||
</item>
|
||||
<item displayName="$(string.kde-win-rend-Low)">
|
||||
<value>
|
||||
<string>{"Compositing":{"LatencyPolicy":"Low"}}</string>
|
||||
</value>
|
||||
</item>
|
||||
<item displayName="$(string.kde-win-rend-Medium)">
|
||||
<value>
|
||||
<string>{"Compositing":{"LatencyPolicy":"Medium"}}</string>
|
||||
</value>
|
||||
</item>
|
||||
<item displayName="$(string.kde-win-rend-High)">
|
||||
<value>
|
||||
<string>{"Compositing":{"LatencyPolicy":"High"}}</string>
|
||||
</value>
|
||||
</item>
|
||||
<item displayName="$(string.kde-win-rend-MostHigh)">
|
||||
<value>
|
||||
<string>{"NONE":{"NONE":"NONE"}}</string>
|
||||
</value>
|
||||
</item>
|
||||
</enum>
|
||||
<boolean id="kde-win-rendering_blocker" key="Software\BaseALT\Policies\KDELocks" valueName="kwinrc.RenderPolicy">
|
||||
<trueValue>
|
||||
<decimal value="1" />
|
||||
</trueValue>
|
||||
<falseValue>
|
||||
<decimal value="0" />
|
||||
</falseValue>
|
||||
</boolean>
|
||||
</elements>
|
||||
</policy>
|
||||
<policy name="kde-language" class="User" displayName="$(string.kde-language)"
|
||||
explainText="$(string.kde-language_help)"
|
||||
key="Software\BaseALT\Policies\KDE"
|
||||
presentation="$(presentation.kde-language-user-pr)">
|
||||
<parentCategory ref="system:ALT_Settings_KDE" />
|
||||
<supportedOn ref="system:SUPPORTED_AltP9" />
|
||||
<supportedOn ref="system:SUPPORTED_AltP10" />
|
||||
<elements>
|
||||
<enum id="kde-language_setter" valueName="plasma.localerc.Language" required="true">
|
||||
<item displayName="$(string.kde-language-ru)">
|
||||
@ -106,7 +150,7 @@
|
||||
presentation="$(presentation.kde-wallpaper-user-pr)"
|
||||
key="Software\BaseALT\Policies\KDE">
|
||||
<parentCategory ref="system:ALT_Settings_KDE" />
|
||||
<supportedOn ref="system:SUPPORTED_AltP9" />
|
||||
<supportedOn ref="system:SUPPORTED_AltP10" />
|
||||
<elements>
|
||||
<text id="kde-wallpaper-setter" valueName="plasma.wallpaperimage"/>
|
||||
</elements>
|
||||
@ -116,7 +160,7 @@
|
||||
presentation="$(presentation.kde-colorscheme-user-pr)"
|
||||
key="Software\BaseALT\Policies\KDE">
|
||||
<parentCategory ref="system:ALT_Settings_KDE" />
|
||||
<supportedOn ref="system:SUPPORTED_AltP9" />
|
||||
<supportedOn ref="system:SUPPORTED_AltP10" />
|
||||
<elements>
|
||||
<text id="kde-colorscheme-setter" valueName="plasma.colorscheme"/>
|
||||
</elements>
|
||||
@ -126,7 +170,7 @@
|
||||
presentation="$(presentation.kde-cursortheme-user-pr)"
|
||||
key="Software\BaseALT\Policies\KDE">
|
||||
<parentCategory ref="system:ALT_Settings_KDE" />
|
||||
<supportedOn ref="system:SUPPORTED_AltP9" />
|
||||
<supportedOn ref="system:SUPPORTED_AltP10" />
|
||||
<elements>
|
||||
<text id="kde-cursortheme-setter" valueName="plasma.cursortheme"/>
|
||||
</elements>
|
||||
@ -135,7 +179,7 @@
|
||||
explainText="$(string.kde-filesearch_help)"
|
||||
key="Software\BaseALT\Policies\KDE" valueName="kde.filerc">
|
||||
<parentCategory ref="system:ALT_FileSearch_KDE"/>
|
||||
<supportedOn ref="system:SUPPORTED_AltP9"/>
|
||||
<supportedOn ref="system:SUPPORTED_AltP10"/>
|
||||
<enabledValue>
|
||||
<string>{"Basic Settings":{"Indexing-Enabled":"true"}}</string>
|
||||
</enabledValue>
|
||||
@ -147,7 +191,7 @@
|
||||
explainText="$(string.kde-filesearch-basic_help)"
|
||||
key="Software\BaseALT\Policies\KDE" valueName="kde.filerc.basic">
|
||||
<parentCategory ref="system:ALT_FileSearch_KDE"/>
|
||||
<supportedOn ref="system:SUPPORTED_AltP9"/>
|
||||
<supportedOn ref="system:SUPPORTED_AltP10"/>
|
||||
<enabledValue>
|
||||
<string>{"General":{"only basic indexing":"false"}}</string>
|
||||
</enabledValue>
|
||||
@ -159,7 +203,7 @@
|
||||
explainText="$(string.kde-filesearch-hidden_help)"
|
||||
key="Software\BaseALT\Policies\KDE" valueName="kde.filerc.hidden">
|
||||
<parentCategory ref="system:ALT_FileSearch_KDE"/>
|
||||
<supportedOn ref="system:SUPPORTED_AltP9"/>
|
||||
<supportedOn ref="system:SUPPORTED_AltP10"/>
|
||||
<enabledValue>
|
||||
<string>{"General":{"index hidden folders":"true"}}</string>
|
||||
</enabledValue>
|
||||
@ -171,7 +215,7 @@
|
||||
explainText="$(string.kde-graphic-effects_help)"
|
||||
key="Software\BaseALT\Policies\KDE" valueName="kwinrc.GraphicEffects">
|
||||
<parentCategory ref="system:ALT_Settings_KDE"/>
|
||||
<supportedOn ref="system:SUPPORTED_AltP9"/>
|
||||
<supportedOn ref="system:SUPPORTED_AltP10"/>
|
||||
<enabledValue>
|
||||
<string>{"Compositing":{"Enabled":"true"}}</string>
|
||||
</enabledValue>
|
||||
|
@ -25,6 +25,21 @@
|
||||
"Focus under mouse" (mouse precedence) — the focus is always in the window under the mouse pointer (and if it is empty under it, it is lost). Note: Preventing focus change and switching via Alt+Tab contradict this behavior and will not work.
|
||||
</string>
|
||||
|
||||
<string id="kde-win-rendering">Draw delay</string>
|
||||
<string id="kde-win-rendering_help">The policy allows you to select the level of delay and smoothness of the animation. Valid values:
|
||||
|
||||
"Forced low latency (may lead to artifacts)"
|
||||
|
||||
"Prefer low latency"
|
||||
|
||||
"The balance of speed and smoothness"
|
||||
|
||||
"Prefer smoother animation"
|
||||
|
||||
"Forced smoothest animation"
|
||||
|
||||
</string>
|
||||
|
||||
<string id="kde-language">Regional and Language Options</string>
|
||||
<string id="kde-language_help">These options not only change the settings for the system language itself, but also set the currency settings, time standard, numeric values, name spelling style, dialing code, and country telephone number standard. Valid values:
|
||||
|
||||
@ -101,6 +116,12 @@
|
||||
<string id="kde-language-en-us">English (American)</string>
|
||||
<string id="kde-language-en-gb">English (British)</string>
|
||||
|
||||
<string id="kde-win-rend-ExtremelyLow">Forced low latency (may lead to artifacts)</string>
|
||||
<string id="kde-win-rend-Low">Prefer low latency</string>
|
||||
<string id="kde-win-rend-Medium">Balance of speed and smoothness</string>
|
||||
<string id="kde-win-rend-High">Prefer smoother animation</string>
|
||||
<string id="kde-win-rend-MostHigh">Force the smoothest animation</string>
|
||||
|
||||
</stringTable>
|
||||
<presentationTable>
|
||||
<presentation id="kde-win-activate-user-pr">
|
||||
@ -113,6 +134,11 @@
|
||||
<checkBox refId="kde-language_blocker">Block</checkBox>
|
||||
<text>Blocking changes to this setting by the user. After restarting the device, the user's changes to the settings are not saved.</text>
|
||||
</presentation>
|
||||
<presentation id="kde-win-rendering-user-pr">
|
||||
<dropdownList noSort="true" defaultItem="4" refId="kde-win-rendering_setter">Possible language options:</dropdownList>
|
||||
<checkBox refId="kde-win-rendering_blocker">Block</checkBox>
|
||||
<text>Blocking changes to this setting by the user. After restarting the device, the user's changes to the settings are not saved.</text>
|
||||
</presentation>
|
||||
<presentation id="kde-wallpaper-user-pr">
|
||||
<textBox refId="kde-wallpaper-setter">
|
||||
<label>File:</label>
|
||||
|
@ -25,6 +25,21 @@
|
||||
«Фокус строго под мышью» — фокус всегда в окне под указателем мыши(а если под ним пусто, он теряется). Примечание: Предотвращение смены фокуса и переключение через Alt+Tab противоречат этому поведению и не будут работать.
|
||||
</string>
|
||||
|
||||
<string id="kde-win-rendering">Задержка отрисови</string>
|
||||
<string id="kde-win-rendering_help">Политика позволяет выбрать уровень задержки и плавности анимации. Допустимые значения:
|
||||
|
||||
«Принудительно низкая задержка (может привести к артефактам)»
|
||||
|
||||
«Предпочитать низкую задержку»
|
||||
|
||||
«Баланс скорости и плавности»
|
||||
|
||||
«Предпочитать более плавную анимацию»
|
||||
|
||||
«Принудительно наиболее плавная анимация»
|
||||
|
||||
</string>
|
||||
|
||||
<string id="kde-language">Региональные и языковые параметры</string>
|
||||
<string id="kde-language_help">Эти параметры меняют настройки не только самого языка системы, но и задают настройки валюты, стандарт времени, числовые значения, стиль написания имени, телефонный код и стандарт телефонного номера страны. Допустимые значения:
|
||||
|
||||
@ -37,6 +52,7 @@
|
||||
«Английский язык (Американский)»
|
||||
|
||||
«Английский язык (Британский)»
|
||||
|
||||
</string>
|
||||
|
||||
<string id="kde-wallpaper">Картинка фона рабочего стола</string>
|
||||
@ -101,6 +117,12 @@
|
||||
<string id="kde-language-en-us">Английский язык (Американский)</string>
|
||||
<string id="kde-language-en-gb">Английский язык (Британский)</string>
|
||||
|
||||
<string id="kde-win-rend-ExtremelyLow">Принудительно низкая задержка (может привести к артефактам)</string>
|
||||
<string id="kde-win-rend-Low">Предпочитать низкую задержку</string>
|
||||
<string id="kde-win-rend-Medium">Баланс скорости и плавности</string>
|
||||
<string id="kde-win-rend-High">Предпочитать более плавную анимацию</string>
|
||||
<string id="kde-win-rend-MostHigh">Принудительно наиболее плавная анимация</string>
|
||||
|
||||
</stringTable>
|
||||
<presentationTable>
|
||||
<presentation id="kde-win-activate-user-pr">
|
||||
@ -112,6 +134,11 @@
|
||||
<dropdownList noSort="true" defaultItem="0" refId="kde-language_setter">Возможные языковые параметры:</dropdownList>
|
||||
<checkBox refId="kde-language_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. После перезагрузки устройства внесённые пользователем изменения настройки не сохраняются.</text>
|
||||
</presentation>
|
||||
<presentation id="kde-win-rendering-user-pr">
|
||||
<dropdownList noSort="true" defaultItem="4" refId="kde-win-rendering_setter">Возможные режимы:</dropdownList>
|
||||
<checkBox refId="kde-win-rendering_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. После перезагрузки устройства внесённые пользователем изменения настройки не сохраняются.</text>
|
||||
</presentation>
|
||||
<presentation id="kde-wallpaper-user-pr">
|
||||
<textBox refId="kde-wallpaper-setter">
|
||||
|
Loading…
x
Reference in New Issue
Block a user