Clayton Groeneveld
6eb5a922a7
UI: Remove duplicate missing files code
...
The same code was in different places, so call single function to
clean up code.
2022-07-18 19:12:31 +02:00
jpark37
54a57b63ad
UI: Disable LNK4099 warning
...
We are very unlikely to ship PDBs for deps.
2022-07-18 03:52:04 -07:00
jpark37
6f3f42eb1f
aja-output-ui: Suppress C4996
...
NTV2TestPatternGen::DrawTestPattern overloads are deprecated.
2022-07-18 03:52:04 -07:00
mvji
c041deb433
UI: Check output path when starting replay buffer
...
Make a better error message for user,
in case recording path is invalid
Issue 6731
2022-07-16 16:50:32 -07:00
Clayton Groeneveld
b224a2cd47
UI: Add frame around transitions dock
...
The transitions dock doesn't have a proper container, like
the other docks.
2022-07-16 16:39:17 -07:00
Clayton Groeneveld
2012963d02
UI: Add menu icons to resource folder
...
The menu icons were never added to the resource
folder, so they didn't work in the System theme.
2022-07-16 16:30:29 -07:00
gxalpha
05c245532f
UI: Correctly spell "ChromeOS" again
...
Google made up their minds after we merged ccc5767
2022-07-16 16:12:24 -04:00
Clayton Groeneveld
9b09ad9a7a
UI: Fix menu icons not showing up
...
The menu icon was set only in the Yami theme.
2022-07-14 19:48:53 -04:00
tytan652
b65411c343
UI: Fix color format warning
...
bbeafeabdd1c00affa73657a0ac992dd9295fc15 change how the combobox is filled.
`UpdateColorFormatSpaceWarning` did not get the required change to use
the combobox data rather than the text.
2022-07-14 11:47:56 -04:00
Warchamp7
9febf96a61
UI: Fix text shifting on lineEdits
2022-07-13 19:14:03 +10:00
mvji
bbeafeabdd
UI: Add more information to describe output format
...
In advanced settings
Also enable translation for color format
2022-07-12 23:37:01 +10:00
jpark37
df96e68ca6
cmake: Disable LNK4099 warning
...
We are very unlikely to ship PDBs for deps.
2022-07-11 22:07:10 -07:00
cg2121
a32793dd04
UI: Use more descriptive tooltips
...
This makes the scene/source tooltips easier to
understand.
Add -> Add Scene, Add Source
Remove -> Remove Selected Scene, Remove Selected Source(s)
MoveUp -> Move Scene Up, Move Source(s) Up
MoveDown -> Move Scene Down, Move Sources(s) Down
Properties -> Open Source Properties
Filters -> Open Source Filters
2022-07-11 18:17:04 -04:00
gxalpha
29ae00e4af
UI: Add Apple H.264 hardware encoder to simple mode
...
Adds the Apple Silicon hardware encoder as a simple mode option. For
recordings this only requires being on Apple Silicon (since we use the
Constant Quality setting), while for streaming it requires the user to
be on macOS 13 or newer (since we're using CBR).
2022-07-11 23:45:43 +02:00
Tommy Vercetti
cabc3c8aec
UI: Implement Taskbar Overlay for Qt6
2022-07-10 14:06:15 +10:00
Clayton Groeneveld
b307d38ef6
UI: Fix typo with SetSourceName function
...
The SetSoureName in the adv-audio-control.hpp had newName
misspelled as newNamw.
2022-07-10 14:00:35 +10:00
Clayton Groeneveld
1cf93a4b29
UI: Fix compiling error on nix platforms
...
On nix platforms, the compile would complain about
using non-const values for the function parameters.
2022-07-10 14:00:35 +10:00
Clayton Groeneveld
22dbf316df
UI: Truncate push-to-* labels
...
The labels for the push-to-mute / push-to-talk hotkeys
were never truncated.
2022-07-10 14:00:35 +10:00
Clayton Groeneveld
e40a6be031
UI: Use new truncate function with hotkeys
...
This updates the hotkeys to use the new truncate label
function in qt-wrappers.cpp
2022-07-10 14:00:35 +10:00
Colin Edwards
50372164d0
UI: Move multiview render into a new class
...
Co-authored-by: tt2468 <tt2468@irltoolkit.com>
2022-07-10 13:45:43 +10:00
Clayton Groeneveld
873ee8e7ba
UI: Fix reset ui warning showing on first start
...
If a plugin adds a dock and the program is run for the
first time, the reset ui warning would show up.
2022-07-10 12:26:42 +10:00
PatTheMav
fad83b040a
aja-output-ui: Explicitly mark variables as unused
2022-07-10 09:59:55 +10:00
Warchamp7
2941c48dbe
UI: Yami font adjustments
...
Removes font-family definition for now, and changes
other font sizes to pt units instead of px
Also adds a margin to the SceneTree/SourceTree line
edits to fix qss padding weirdness
2022-07-09 16:04:46 -07:00
gxalpha
2dd1a3fc6f
UI: Fix compilation with browser disabled
2022-07-06 19:48:27 +02:00
Matt Gajownik
08cee21158
UI: Apply default stylesheet before applying theme
...
This significantly improves performance when switching themes.
The original intent was to "clear" customizations applied by the
previously selected theme. This change does not seem to achieve that goal.
2022-07-04 23:28:48 +10:00
Matt Gajownik
570c904977
UI: Don't re-apply theme when saving Settings
...
When the user changes theme, it is applied immediately. If the user
clicks Cancel, the previous theme is restored. This additional SetTheme
call was unnecessarily causing the existing theme to be re-applied,
resulting in a momentary hang without clear cause.
2022-07-04 23:00:15 +10:00
gxalpha
38ee4dea6e
UI: Remove OBSBasic.ui.autosave
2022-07-03 01:55:31 +02:00
Warchamp7
936bd58874
UI: Add new theme Yami
2022-07-02 16:52:39 -07:00
tytan652
f2e6122881
UI: Fix network feature visibility after loading settings
2022-07-02 16:32:44 -07:00
Vainock
e053f9dd26
UI,mac-avcapture: Use consistent variables in locales
2022-07-02 14:02:40 +10:00
Vainock
e612a6bd66
UI: Remove unused undo/redo strings
2022-07-02 14:02:40 +10:00
gxalpha
31eb60f031
UI: Make properties window default to 50/50 split
2022-07-02 13:53:42 +10:00
Matt Gajownik
5fd4339c1d
UI: Move HDR units for settings to suffix
2022-06-30 20:57:02 +10:00
gxalpha
cf0275e00d
UI: Fix YouTube Chat build failure with Qt 6
2022-06-29 18:32:09 -04:00
gxalpha
3513c78be2
UI: Add ability to send messages to YouTube chat
2022-06-27 14:35:01 -04:00
gxalpha
49dfc113c1
UI: Add SendChatMessage to YouTube API wrappers
2022-06-27 14:35:01 -04:00
gxalpha
5a298106bc
UI: Add vertically expanding LineEdit Widget
...
Meant to behave like a QLineEdit (disallowing newlines and having a
maximum length), but show multiple lines.
2022-06-27 14:35:01 -04:00
tytan652
bf985946a4
libobs,UI,docs: Add info as text property sub-type in the property API
2022-06-26 17:31:59 +10:00
gxalpha
cd900d7091
UI: Try closing remux before initiating shutdown
...
Makes OBS try to close the remux dialog before Clearing Scene data since
in case a remux might still be going on and the user does want to abort
closing OBS.
2022-06-25 21:44:58 -04:00
Clayton Groeneveld
3cfd30ae2a
UI: Add ability to reset whole UI
...
Users for example disable all of the items in the view menu.
This allows them to easily reset them all.
2022-06-25 21:24:35 -04:00
tytan652
bc80d0ca95
UI: Hide network features if a non-RTMP service is set
...
Only rtmp_output has those features implemented.
2022-06-25 17:11:29 -07:00
tt2468
81003b2c64
UI: Change default reconnect values
...
- Base reconnect delay is now 2 seconds
- Max retry count is now 25
2022-06-25 17:06:00 -07:00
gxalpha
7475eff13a
UI: Only offer ultrafast-fast x264 presets in Simple Mode
2022-06-25 16:30:27 -07:00
gxalpha
cc5e5cbb94
UI: Move Simple Mode encoder preset out of Advanced
2022-06-25 16:30:27 -07:00
gxalpha
b2895496c7
UI: Move Simple Mode audio bitrate above encoder
2022-06-25 16:30:27 -07:00
Norihiro Kamae
fcf6b24e44
UI: Fix crash if missing module in context bar
...
If a module is not found in context bar, it crashed when resolving
source type name. This is same change as 41367bb2b but fixes
window-capture and display-capture.
Also removes an unnecessary pair of braces.
2022-06-25 16:09:30 -07:00
tytan652
066f0defcf
UI: Fix cut transition not being initialised
...
78bdd4cb01
removed it accidentally
2022-06-25 12:12:39 +02:00
Matt Gajownik
2bb780468c
UI: Fix formatting
2022-06-25 14:46:05 +10:00
Matt Gajownik
76cc739c7f
UI: Support pressing space to open MenuButton
2022-06-25 14:39:30 +10:00
Matt Gajownik
0135af9c34
UI: Use existing IsThemeDark() in more places
2022-06-25 14:33:52 +10:00