mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-05 21:15:38 -05:00
ws: disable window scrolling toggle when not niri
This commit is contained in:
@@ -255,7 +255,7 @@ Rectangle {
|
|||||||
const direction = deltaY < 0 ? 1 : -1
|
const direction = deltaY < 0 ? 1 : -1
|
||||||
|
|
||||||
if (isMouseWheel) {
|
if (isMouseWheel) {
|
||||||
if (!SettingsData.workspaceScrolling) {
|
if (!SettingsData.workspaceScrolling || !CompositorService.isNiri) {
|
||||||
switchWorkspace(direction)
|
switchWorkspace(direction)
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
@@ -269,7 +269,7 @@ Rectangle {
|
|||||||
currentIndex = i;
|
currentIndex = i;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
let nextIndex;
|
let nextIndex;
|
||||||
if (deltaY < 0) {
|
if (deltaY < 0) {
|
||||||
@@ -296,7 +296,7 @@ Rectangle {
|
|||||||
|
|
||||||
if (Math.abs(scrollAccumulator) >= touchpadThreshold) {
|
if (Math.abs(scrollAccumulator) >= touchpadThreshold) {
|
||||||
const touchDirection = scrollAccumulator < 0 ? 1 : -1
|
const touchDirection = scrollAccumulator < 0 ? 1 : -1
|
||||||
if (!SettingsData.workspaceScrolling) {
|
if (!SettingsData.workspaceScrolling || !CompositorService.isNiri) {
|
||||||
switchWorkspace(touchDirection)
|
switchWorkspace(touchDirection)
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
@@ -310,7 +310,7 @@ Rectangle {
|
|||||||
currentIndex = i;
|
currentIndex = i;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
let nextIndex;
|
let nextIndex;
|
||||||
if (deltaY < 0) {
|
if (deltaY < 0) {
|
||||||
|
|||||||
@@ -70,6 +70,7 @@ Item {
|
|||||||
text: I18n.tr("Window Scrolling")
|
text: I18n.tr("Window Scrolling")
|
||||||
description: "Scroll through windows, rather than workspaces"
|
description: "Scroll through windows, rather than workspaces"
|
||||||
checked: SettingsData.workspaceScrolling
|
checked: SettingsData.workspaceScrolling
|
||||||
|
visible: CompositorService.isNiri
|
||||||
onToggled: checked => {
|
onToggled: checked => {
|
||||||
return SettingsData.setWorkspaceScrolling(checked)
|
return SettingsData.setWorkspaceScrolling(checked)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -140,7 +140,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Always Show OSD Percentage",
|
"term": "Always Show OSD Percentage",
|
||||||
"context": "Always Show OSD Percentage",
|
"context": "Always Show OSD Percentage",
|
||||||
"reference": "Modules/Settings/WidgetTweaksTab.qml:637",
|
"reference": "Modules/Settings/WidgetTweaksTab.qml:647",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -152,7 +152,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Anonymous Identity (optional)",
|
"term": "Anonymous Identity (optional)",
|
||||||
"context": "Anonymous Identity (optional)",
|
"context": "Anonymous Identity (optional)",
|
||||||
"reference": "Modals/WifiPasswordModal.qml:388",
|
"reference": "Modals/WifiPasswordModal.qml:282",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -368,7 +368,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Back",
|
"term": "Back",
|
||||||
"context": "Back",
|
"context": "Back",
|
||||||
"reference": "Modules/DankBar/Widgets/SystemTrayBar.qml:451",
|
"reference": "Modules/DankBar/Widgets/SystemTrayBar.qml:454",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -482,7 +482,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Cancel",
|
"term": "Cancel",
|
||||||
"context": "Cancel",
|
"context": "Cancel",
|
||||||
"reference": "Modals/DankColorPickerModal.qml:510, Modals/WifiPasswordModal.qml:491, Modals/FileBrowser/FileBrowserModal.qml:952, Modules/Settings/PluginsTab.qml:1220",
|
"reference": "Modals/DankColorPickerModal.qml:510, Modals/WifiPasswordModal.qml:385, Modals/FileBrowser/FileBrowserModal.qml:952, Modules/Settings/PluginsTab.qml:1220",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -530,7 +530,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Choose where notification popups appear on screen",
|
"term": "Choose where notification popups appear on screen",
|
||||||
"context": "Choose where notification popups appear on screen",
|
"context": "Choose where notification popups appear on screen",
|
||||||
"reference": "Modules/Settings/WidgetTweaksTab.qml:564",
|
"reference": "Modules/Settings/WidgetTweaksTab.qml:574",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -542,7 +542,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Clear All",
|
"term": "Clear All",
|
||||||
"context": "Clear All",
|
"context": "Clear All",
|
||||||
"reference": "Modals/Clipboard/ClipboardHistoryModal.qml:157, Modules/Notifications/Center/NotificationHeader.qml:123",
|
"reference": "Modals/Clipboard/ClipboardHistoryModal.qml:157, Modules/Notifications/Center/NotificationHeader.qml:102",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -578,7 +578,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Close",
|
"term": "Close",
|
||||||
"context": "Close",
|
"context": "Close",
|
||||||
"reference": "Modules/SystemUpdatePopout.qml:333, Modals/NetworkInfoModal.qml:129, Modules/DankBar/Widgets/RunningApps.qml:614",
|
"reference": "Modules/SystemUpdatePopout.qml:333, Modals/NetworkWiredInfoModal.qml:129, Modals/NetworkInfoModal.qml:129, Modules/DankBar/Widgets/RunningApps.qml:614",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -602,31 +602,37 @@
|
|||||||
{
|
{
|
||||||
"term": "Command or script to run instead of the standard hibernate procedure",
|
"term": "Command or script to run instead of the standard hibernate procedure",
|
||||||
"context": "Command or script to run instead of the standard hibernate procedure",
|
"context": "Command or script to run instead of the standard hibernate procedure",
|
||||||
"reference": "Modals/Settings/PowerSettings.qml:464",
|
"reference": "Modals/Settings/PowerSettings.qml:496",
|
||||||
|
"comment": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"term": "Command or script to run instead of the standard lock procedure",
|
||||||
|
"context": "Command or script to run instead of the standard lock procedure",
|
||||||
|
"reference": "Modals/Settings/PowerSettings.qml:400",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"term": "Command or script to run instead of the standard logout procedure",
|
"term": "Command or script to run instead of the standard logout procedure",
|
||||||
"context": "Command or script to run instead of the standard logout procedure",
|
"context": "Command or script to run instead of the standard logout procedure",
|
||||||
"reference": "Modals/Settings/PowerSettings.qml:400",
|
"reference": "Modals/Settings/PowerSettings.qml:432",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"term": "Command or script to run instead of the standard power off procedure",
|
"term": "Command or script to run instead of the standard power off procedure",
|
||||||
"context": "Command or script to run instead of the standard power off procedure",
|
"context": "Command or script to run instead of the standard power off procedure",
|
||||||
"reference": "Modals/Settings/PowerSettings.qml:528",
|
"reference": "Modals/Settings/PowerSettings.qml:560",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"term": "Command or script to run instead of the standard reboot procedure",
|
"term": "Command or script to run instead of the standard reboot procedure",
|
||||||
"context": "Command or script to run instead of the standard reboot procedure",
|
"context": "Command or script to run instead of the standard reboot procedure",
|
||||||
"reference": "Modals/Settings/PowerSettings.qml:496",
|
"reference": "Modals/Settings/PowerSettings.qml:528",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"term": "Command or script to run instead of the standard suspend procedure",
|
"term": "Command or script to run instead of the standard suspend procedure",
|
||||||
"context": "Command or script to run instead of the standard suspend procedure",
|
"context": "Command or script to run instead of the standard suspend procedure",
|
||||||
"reference": "Modals/Settings/PowerSettings.qml:432",
|
"reference": "Modals/Settings/PowerSettings.qml:464",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -650,7 +656,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.",
|
"term": "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.",
|
||||||
"context": "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.",
|
"context": "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.",
|
||||||
"reference": "Modules/Settings/WidgetTweaksTab.qml:400",
|
"reference": "Modules/Settings/WidgetTweaksTab.qml:410",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -662,13 +668,13 @@
|
|||||||
{
|
{
|
||||||
"term": "Connect",
|
"term": "Connect",
|
||||||
"context": "Connect",
|
"context": "Connect",
|
||||||
"reference": "Modals/WifiPasswordModal.qml:527",
|
"reference": "Modals/WifiPasswordModal.qml:419",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"term": "Connect to Wi-Fi",
|
"term": "Connect to Wi-Fi",
|
||||||
"context": "Connect to Wi-Fi",
|
"context": "Connect to Wi-Fi",
|
||||||
"reference": "Modals/WifiPasswordModal.qml:124",
|
"reference": "Modals/WifiPasswordModal.qml:114",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -938,7 +944,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Display volume and brightness percentage values by default in OSD popups",
|
"term": "Display volume and brightness percentage values by default in OSD popups",
|
||||||
"context": "Display volume and brightness percentage values by default in OSD popups",
|
"context": "Display volume and brightness percentage values by default in OSD popups",
|
||||||
"reference": "Modules/Settings/WidgetTweaksTab.qml:644",
|
"reference": "Modules/Settings/WidgetTweaksTab.qml:654",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -956,7 +962,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Do Not Disturb",
|
"term": "Do Not Disturb",
|
||||||
"context": "Do Not Disturb",
|
"context": "Do Not Disturb",
|
||||||
"reference": "Modules/Notifications/Center/NotificationHeader.qml:56, Modules/Notifications/Center/NotificationSettings.qml:131",
|
"reference": "Modules/Notifications/Center/NotificationHeader.qml:41, Modules/Notifications/Center/NotificationSettings.qml:131",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -977,6 +983,12 @@
|
|||||||
"reference": "Modules/Settings/DockTab.qml:530",
|
"reference": "Modules/Settings/DockTab.qml:530",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"term": "Domain (optional)",
|
||||||
|
"context": "Domain (optional)",
|
||||||
|
"reference": "Modals/WifiPasswordModal.qml:314",
|
||||||
|
"comment": ""
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"term": "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.",
|
"term": "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.",
|
||||||
"context": "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.",
|
"context": "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.",
|
||||||
@@ -1028,7 +1040,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Enable WiFi",
|
"term": "Enable WiFi",
|
||||||
"context": "Enable WiFi",
|
"context": "Enable WiFi",
|
||||||
"reference": "Modules/ControlCenter/Details/NetworkDetail.qml:169",
|
"reference": "Modules/ControlCenter/Details/NetworkDetail.qml:173",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1052,7 +1064,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Enter credentials for ",
|
"term": "Enter credentials for ",
|
||||||
"context": "Enter credentials for ",
|
"context": "Enter credentials for ",
|
||||||
"reference": "Modals/WifiPasswordModal.qml:131",
|
"reference": "Modals/WifiPasswordModal.qml:121",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1076,7 +1088,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Enter password for ",
|
"term": "Enter password for ",
|
||||||
"context": "Enter password for ",
|
"context": "Enter password for ",
|
||||||
"reference": "Modals/WifiPasswordModal.qml:131",
|
"reference": "Modals/WifiPasswordModal.qml:121",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1178,7 +1190,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Forget Network",
|
"term": "Forget Network",
|
||||||
"context": "Forget Network",
|
"context": "Forget Network",
|
||||||
"reference": "Modules/ControlCenter/Details/NetworkDetail.qml:422",
|
"reference": "Modules/ControlCenter/Details/NetworkDetail.qml:598",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1574,7 +1586,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Max apps to show",
|
"term": "Max apps to show",
|
||||||
"context": "Max apps to show",
|
"context": "Max apps to show",
|
||||||
"reference": "Modules/Settings/WidgetTweaksTab.qml:104",
|
"reference": "Modules/Settings/WidgetTweaksTab.qml:114",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1592,7 +1604,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Media Player Settings",
|
"term": "Media Player Settings",
|
||||||
"context": "Media Player Settings",
|
"context": "Media Player Settings",
|
||||||
"reference": "Modules/Settings/WidgetTweaksTab.qml:173",
|
"reference": "Modules/Settings/WidgetTweaksTab.qml:183",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1664,7 +1676,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Named Workspace Icons",
|
"term": "Named Workspace Icons",
|
||||||
"context": "Named Workspace Icons",
|
"context": "Named Workspace Icons",
|
||||||
"reference": "Modules/Settings/WidgetTweaksTab.qml:390",
|
"reference": "Modules/Settings/WidgetTweaksTab.qml:400",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1688,19 +1700,19 @@
|
|||||||
{
|
{
|
||||||
"term": "Network Info",
|
"term": "Network Info",
|
||||||
"context": "Network Info",
|
"context": "Network Info",
|
||||||
"reference": "Modules/ControlCenter/Details/NetworkDetail.qml:399",
|
"reference": "Modules/ControlCenter/Details/NetworkDetail.qml:340, Modules/ControlCenter/Details/NetworkDetail.qml:575",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"term": "Network Information",
|
"term": "Network Information",
|
||||||
"context": "Network Information",
|
"context": "Network Information",
|
||||||
"reference": "Modals/NetworkInfoModal.qml:59",
|
"reference": "Modals/NetworkWiredInfoModal.qml:59, Modals/NetworkInfoModal.qml:59",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"term": "Network Settings",
|
"term": "Network Settings",
|
||||||
"context": "Network Settings",
|
"context": "Network Settings",
|
||||||
"reference": "Modules/ControlCenter/Details/NetworkDetail.qml:44",
|
"reference": "Modules/ControlCenter/Details/NetworkDetail.qml:64",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1814,7 +1826,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Notepad",
|
"term": "Notepad",
|
||||||
"context": "Notepad",
|
"context": "Notepad",
|
||||||
"reference": "DMSShell.qml:406, Modules/Settings/DankBarTab.qml:175",
|
"reference": "DMSShell.qml:407, Modules/Settings/DankBarTab.qml:175",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1844,7 +1856,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Notification Popups",
|
"term": "Notification Popups",
|
||||||
"context": "Notification Popups",
|
"context": "Notification Popups",
|
||||||
"reference": "Modules/Settings/WidgetTweaksTab.qml:547",
|
"reference": "Modules/Settings/WidgetTweaksTab.qml:557",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1898,7 +1910,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Open Notepad File",
|
"term": "Open Notepad File",
|
||||||
"context": "Open Notepad File",
|
"context": "Open Notepad File",
|
||||||
"reference": "Modules/Notepad/Notepad.qml:321",
|
"reference": "Modules/Notepad/Notepad.qml:325",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1928,7 +1940,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Password",
|
"term": "Password",
|
||||||
"context": "Password",
|
"context": "Password",
|
||||||
"reference": "Modals/WifiPasswordModal.qml:211",
|
"reference": "Modals/WifiPasswordModal.qml:203",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1946,7 +1958,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Per-Monitor Workspaces",
|
"term": "Per-Monitor Workspaces",
|
||||||
"context": "Per-Monitor Workspaces",
|
"context": "Per-Monitor Workspaces",
|
||||||
"reference": "Modules/Settings/WidgetTweaksTab.qml:135",
|
"reference": "Modules/Settings/WidgetTweaksTab.qml:145",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -2036,7 +2048,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Popup Position",
|
"term": "Popup Position",
|
||||||
"context": "Popup Position",
|
"context": "Popup Position",
|
||||||
"reference": "Modules/Settings/WidgetTweaksTab.qml:563",
|
"reference": "Modules/Settings/WidgetTweaksTab.qml:573",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -2141,12 +2153,6 @@
|
|||||||
"reference": "Modules/DankDash/WeatherTab.qml:448, Modules/Settings/TimeWeatherTab.qml:1275",
|
"reference": "Modules/DankDash/WeatherTab.qml:448, Modules/Settings/TimeWeatherTab.qml:1275",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"term": "Realm / Domain (optional)",
|
|
||||||
"context": "Realm / Domain (optional)",
|
|
||||||
"reference": "Modals/WifiPasswordModal.qml:294",
|
|
||||||
"comment": ""
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"term": "Reboot",
|
"term": "Reboot",
|
||||||
"context": "Reboot",
|
"context": "Reboot",
|
||||||
@@ -2204,25 +2210,25 @@
|
|||||||
{
|
{
|
||||||
"term": "Running Apps Only In Current Workspace",
|
"term": "Running Apps Only In Current Workspace",
|
||||||
"context": "Running Apps Only In Current Workspace",
|
"context": "Running Apps Only In Current Workspace",
|
||||||
"reference": "Modules/Settings/WidgetTweaksTab.qml:350",
|
"reference": "Modules/Settings/WidgetTweaksTab.qml:360",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"term": "Running Apps Settings",
|
"term": "Running Apps Settings",
|
||||||
"context": "Running Apps Settings",
|
"context": "Running Apps Settings",
|
||||||
"reference": "Modules/Settings/WidgetTweaksTab.qml:340",
|
"reference": "Modules/Settings/WidgetTweaksTab.qml:350",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"term": "Save",
|
"term": "Save",
|
||||||
"context": "Save",
|
"context": "Save",
|
||||||
"reference": "Modals/FileBrowser/FileBrowserModal.qml:818, Modules/Notepad/NotepadTextEditor.qml:511, Modules/Notepad/Notepad.qml:476",
|
"reference": "Modals/FileBrowser/FileBrowserModal.qml:818, Modules/Notepad/NotepadTextEditor.qml:511, Modules/Notepad/Notepad.qml:480",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"term": "Save Notepad File",
|
"term": "Save Notepad File",
|
||||||
"context": "Save Notepad File",
|
"context": "Save Notepad File",
|
||||||
"reference": "Modules/Notepad/Notepad.qml:257",
|
"reference": "Modules/Notepad/Notepad.qml:261",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -2339,12 +2345,6 @@
|
|||||||
"reference": "Modules/Settings/DankBarTab.qml:156",
|
"reference": "Modules/Settings/DankBarTab.qml:156",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"term": "Server Domain for certificate (optional)",
|
|
||||||
"context": "Server Domain for certificate (optional)",
|
|
||||||
"reference": "Modals/WifiPasswordModal.qml:420",
|
|
||||||
"comment": ""
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"term": "Set different wallpapers for each connected monitor",
|
"term": "Set different wallpapers for each connected monitor",
|
||||||
"context": "Set different wallpapers for each connected monitor",
|
"context": "Set different wallpapers for each connected monitor",
|
||||||
@@ -2396,7 +2396,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Show Workspace Apps",
|
"term": "Show Workspace Apps",
|
||||||
"context": "Show Workspace Apps",
|
"context": "Show Workspace Apps",
|
||||||
"reference": "Modules/Settings/WidgetTweaksTab.qml:82",
|
"reference": "Modules/Settings/WidgetTweaksTab.qml:92",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -2420,7 +2420,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Show password",
|
"term": "Show password",
|
||||||
"context": "Show password",
|
"context": "Show password",
|
||||||
"reference": "Modals/WifiPasswordModal.qml:463",
|
"reference": "Modals/WifiPasswordModal.qml:357",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -2612,7 +2612,7 @@
|
|||||||
{
|
{
|
||||||
"term": "System Updater",
|
"term": "System Updater",
|
||||||
"context": "System Updater",
|
"context": "System Updater",
|
||||||
"reference": "Modules/Settings/WidgetTweaksTab.qml:220",
|
"reference": "Modules/Settings/WidgetTweaksTab.qml:230",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -2630,7 +2630,7 @@
|
|||||||
{
|
{
|
||||||
"term": "System update custom command",
|
"term": "System update custom command",
|
||||||
"context": "System update custom command",
|
"context": "System update custom command",
|
||||||
"reference": "Modules/Settings/WidgetTweaksTab.qml:251",
|
"reference": "Modules/Settings/WidgetTweaksTab.qml:261",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -2654,7 +2654,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Terminal custom additional parameters",
|
"term": "Terminal custom additional parameters",
|
||||||
"context": "Terminal custom additional parameters",
|
"context": "Terminal custom additional parameters",
|
||||||
"reference": "Modules/Settings/WidgetTweaksTab.qml:284",
|
"reference": "Modules/Settings/WidgetTweaksTab.qml:294",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -2774,7 +2774,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Unsaved Changes",
|
"term": "Unsaved Changes",
|
||||||
"context": "Unsaved Changes",
|
"context": "Unsaved Changes",
|
||||||
"reference": "Modules/Notepad/Notepad.qml:384",
|
"reference": "Modules/Notepad/Notepad.qml:388",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -2792,7 +2792,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Untitled",
|
"term": "Untitled",
|
||||||
"context": "Untitled",
|
"context": "Untitled",
|
||||||
"reference": "Services/NotepadStorageService.qml:62, Services/NotepadStorageService.qml:132, Services/NotepadStorageService.qml:173",
|
"reference": "Services/NotepadStorageService.qml:73, Services/NotepadStorageService.qml:143, Services/NotepadStorageService.qml:184",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -2810,7 +2810,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Use Custom Command",
|
"term": "Use Custom Command",
|
||||||
"context": "Use Custom Command",
|
"context": "Use Custom Command",
|
||||||
"reference": "Modules/Settings/WidgetTweaksTab.qml:230",
|
"reference": "Modules/Settings/WidgetTweaksTab.qml:240",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -2840,7 +2840,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Use custom command for update your system",
|
"term": "Use custom command for update your system",
|
||||||
"context": "Use custom command for update your system",
|
"context": "Use custom command for update your system",
|
||||||
"reference": "Modules/Settings/WidgetTweaksTab.qml:231",
|
"reference": "Modules/Settings/WidgetTweaksTab.qml:241",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -2876,7 +2876,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Username",
|
"term": "Username",
|
||||||
"context": "Username",
|
"context": "Username",
|
||||||
"reference": "Modals/WifiPasswordModal.qml:174",
|
"reference": "Modals/WifiPasswordModal.qml:166",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -2942,7 +2942,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Wave Progress Bars",
|
"term": "Wave Progress Bars",
|
||||||
"context": "Wave Progress Bars",
|
"context": "Wave Progress Bars",
|
||||||
"reference": "Modules/Settings/WidgetTweaksTab.qml:183",
|
"reference": "Modules/Settings/WidgetTweaksTab.qml:193",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -2966,7 +2966,7 @@
|
|||||||
{
|
{
|
||||||
"term": "WiFi is off",
|
"term": "WiFi is off",
|
||||||
"context": "WiFi is off",
|
"context": "WiFi is off",
|
||||||
"reference": "Modules/ControlCenter/Details/NetworkDetail.qml:151",
|
"reference": "Modules/ControlCenter/Details/NetworkDetail.qml:155",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -2993,6 +2993,12 @@
|
|||||||
"reference": "Modules/DankDash/WeatherTab.qml:354, Modules/Settings/TimeWeatherTab.qml:1181",
|
"reference": "Modules/DankDash/WeatherTab.qml:354, Modules/Settings/TimeWeatherTab.qml:1181",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"term": "Window Scrolling",
|
||||||
|
"context": "Window Scrolling",
|
||||||
|
"reference": "Modules/Settings/WidgetTweaksTab.qml:70",
|
||||||
|
"comment": ""
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"term": "Workspace",
|
"term": "Workspace",
|
||||||
"context": "Workspace",
|
"context": "Workspace",
|
||||||
@@ -3008,7 +3014,7 @@
|
|||||||
{
|
{
|
||||||
"term": "Workspace Padding",
|
"term": "Workspace Padding",
|
||||||
"context": "Workspace Padding",
|
"context": "Workspace Padding",
|
||||||
"reference": "Modules/Settings/WidgetTweaksTab.qml:71",
|
"reference": "Modules/Settings/WidgetTweaksTab.qml:81",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -3026,25 +3032,25 @@
|
|||||||
{
|
{
|
||||||
"term": "You have unsaved changes. Save before closing this tab?",
|
"term": "You have unsaved changes. Save before closing this tab?",
|
||||||
"context": "You have unsaved changes. Save before closing this tab?",
|
"context": "You have unsaved changes. Save before closing this tab?",
|
||||||
"reference": "Modules/Notepad/Notepad.qml:394",
|
"reference": "Modules/Notepad/Notepad.qml:398",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"term": "You have unsaved changes. Save before continuing?",
|
"term": "You have unsaved changes. Save before continuing?",
|
||||||
"context": "You have unsaved changes. Save before continuing?",
|
"context": "You have unsaved changes. Save before continuing?",
|
||||||
"reference": "Modules/Notepad/Notepad.qml:397",
|
"reference": "Modules/Notepad/Notepad.qml:401",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"term": "You have unsaved changes. Save before creating a new file?",
|
"term": "You have unsaved changes. Save before creating a new file?",
|
||||||
"context": "You have unsaved changes. Save before creating a new file?",
|
"context": "You have unsaved changes. Save before creating a new file?",
|
||||||
"reference": "Modules/Notepad/Notepad.qml:392",
|
"reference": "Modules/Notepad/Notepad.qml:396",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"term": "You have unsaved changes. Save before opening a file?",
|
"term": "You have unsaved changes. Save before opening a file?",
|
||||||
"context": "You have unsaved changes. Save before opening a file?",
|
"context": "You have unsaved changes. Save before opening a file?",
|
||||||
"reference": "Modules/Notepad/Notepad.qml:396",
|
"reference": "Modules/Notepad/Notepad.qml:400",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -706,6 +706,13 @@
|
|||||||
"reference": "",
|
"reference": "",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"term": "Command or script to run instead of the standard lock procedure",
|
||||||
|
"translation": "",
|
||||||
|
"context": "",
|
||||||
|
"reference": "",
|
||||||
|
"comment": ""
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"term": "Command or script to run instead of the standard logout procedure",
|
"term": "Command or script to run instead of the standard logout procedure",
|
||||||
"translation": "",
|
"translation": "",
|
||||||
@@ -1140,6 +1147,13 @@
|
|||||||
"reference": "",
|
"reference": "",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"term": "Domain (optional)",
|
||||||
|
"translation": "",
|
||||||
|
"context": "",
|
||||||
|
"reference": "",
|
||||||
|
"comment": ""
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"term": "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.",
|
"term": "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.",
|
||||||
"translation": "",
|
"translation": "",
|
||||||
@@ -2498,13 +2512,6 @@
|
|||||||
"reference": "",
|
"reference": "",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"term": "Realm / Domain (optional)",
|
|
||||||
"translation": "",
|
|
||||||
"context": "",
|
|
||||||
"reference": "",
|
|
||||||
"comment": ""
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"term": "Reboot",
|
"term": "Reboot",
|
||||||
"translation": "",
|
"translation": "",
|
||||||
@@ -2729,13 +2736,6 @@
|
|||||||
"reference": "",
|
"reference": "",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"term": "Server Domain for certificate (optional)",
|
|
||||||
"translation": "",
|
|
||||||
"context": "",
|
|
||||||
"reference": "",
|
|
||||||
"comment": ""
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"term": "Set different wallpapers for each connected monitor",
|
"term": "Set different wallpapers for each connected monitor",
|
||||||
"translation": "",
|
"translation": "",
|
||||||
@@ -3492,6 +3492,13 @@
|
|||||||
"reference": "",
|
"reference": "",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"term": "Window Scrolling",
|
||||||
|
"translation": "",
|
||||||
|
"context": "",
|
||||||
|
"reference": "",
|
||||||
|
"comment": ""
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"term": "Workspace",
|
"term": "Workspace",
|
||||||
"translation": "",
|
"translation": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user