New upstream version 25.0.8+dfsg1
This commit is contained in:
parent
8b2e5f2130
commit
8e020cdacb
115 changed files with 1767 additions and 10949 deletions
|
|
@ -52,8 +52,8 @@ Untitled="Untitled"
|
|||
New="New"
|
||||
Duplicate="Duplicate"
|
||||
Enable="Enable"
|
||||
DisableOSXVSync="Disable OSX V-Sync"
|
||||
ResetOSXVSyncOnExit="Reset OSX V-Sync on Exit"
|
||||
DisableOSXVSync="Disable macOS V-Sync"
|
||||
ResetOSXVSyncOnExit="Reset macOS V-Sync on Exit"
|
||||
HighResourceUsage="Encoding overloaded! Consider turning down video settings or using a faster encoding preset."
|
||||
Transition="Transition"
|
||||
QuickTransitions="Quick Transitions"
|
||||
|
|
@ -324,8 +324,6 @@ Output.RecordNoSpace.Msg="There is not sufficient disk space to continue recordi
|
|||
Output.RecordError.Title="Recording error"
|
||||
Output.RecordError.Msg="An unspecified error occurred while recording."
|
||||
Output.RecordError.EncodeErrorMsg="An encoder error occurred while recording."
|
||||
Output.ReplayBuffer.NoHotkey.Title="No hotkey set!"
|
||||
Output.ReplayBuffer.NoHotkey.Msg="No save hotkey set for replay buffer. Please set the \"Save\" hotkey to use for saving replay recordings."
|
||||
|
||||
# output recording messages
|
||||
Output.BadPath.Title="Bad File Path"
|
||||
|
|
@ -715,7 +713,6 @@ Basic.Settings.Output.ReplayBuffer.SecondsMax="Maximum Replay Time"
|
|||
Basic.Settings.Output.ReplayBuffer.MegabytesMax="Maximum Memory (Megabytes)"
|
||||
Basic.Settings.Output.ReplayBuffer.Estimate="Estimated memory usage: %1 MB"
|
||||
Basic.Settings.Output.ReplayBuffer.EstimateUnknown="Cannot estimate memory usage. Please set maximum memory limit."
|
||||
Basic.Settings.Output.ReplayBuffer.HotkeyMessage="(Note: Make sure to set a hotkey for the replay buffer in the hotkeys section)"
|
||||
Basic.Settings.Output.ReplayBuffer.Prefix="Replay Buffer Filename Prefix"
|
||||
Basic.Settings.Output.ReplayBuffer.Suffix="Suffix"
|
||||
Basic.Settings.Output.Simple.SavePath="Recording Path"
|
||||
|
|
|
|||
|
|
@ -154,6 +154,11 @@ QListWidget QLineEdit {
|
|||
}
|
||||
|
||||
/* Dock stuff */
|
||||
QDockWidget {
|
||||
titlebar-close-icon: url('./Dark/Close.svg');
|
||||
titlebar-normal-icon: url('./Dark/Popout.svg');
|
||||
}
|
||||
|
||||
QDockWidget {
|
||||
background: #181819;
|
||||
border: none;
|
||||
|
|
@ -182,6 +187,7 @@ QDockWidget::float-button {
|
|||
subcontrol-position: top right;
|
||||
subcontrol-origin: padding;
|
||||
right: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
QDockWidget::float-button {
|
||||
|
|
|
|||
|
|
@ -119,6 +119,11 @@ SourceTree QLineEdit {
|
|||
|
||||
/* Dock Widget */
|
||||
|
||||
QDockWidget {
|
||||
titlebar-close-icon: url('./Dark/Close.svg');
|
||||
titlebar-normal-icon: url('./Dark/Popout.svg');
|
||||
}
|
||||
|
||||
QDockWidget::title {
|
||||
text-align: center;
|
||||
background-color: rgb(70,69,70);
|
||||
|
|
|
|||
1
UI/data/themes/Dark/close.svg
Normal file
1
UI/data/themes/Dark/close.svg
Normal file
|
|
@ -0,0 +1 @@
|
|||
<svg class="feather feather-plus" fill="none" stroke="#FFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" version="1.1" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><line x1="2" x2="28" y1="2" y2="28" /><line x1="2" x2="28" y1="28" y2="2" /></svg>
|
||||
|
After Width: | Height: | Size: 276 B |
1
UI/data/themes/Dark/popout.svg
Normal file
1
UI/data/themes/Dark/popout.svg
Normal file
|
|
@ -0,0 +1 @@
|
|||
<svg class="feather feather-plus" fill="none" stroke="#FFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" version="1.1" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><rect x="2" y="2" width="24" height="20" /><rect x="2" y="2" width="24" height="4" style="fill:#fff" /><rect x="14" y="18" width="24" height="20" /><rect x="14" y="18" width="24" height="4" style="fill:#fff" /></svg>
|
||||
|
After Width: | Height: | Size: 410 B |
|
|
@ -188,6 +188,11 @@ QListWidget::item:hover:!active {
|
|||
/* --- Dock widget --- */
|
||||
/***********************/
|
||||
|
||||
QDockWidget {
|
||||
titlebar-close-icon: url('./Dark/Close.svg');
|
||||
titlebar-normal-icon: url('./Dark/Popout.svg');
|
||||
}
|
||||
|
||||
QDockWidget {
|
||||
background: rgb(49, 54, 59); /* Blue-gray */
|
||||
border: 1px solid rgb(58, 64, 69); /* Light Blue-gray */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue