tytan652

Results 61 issues of tytan652

When using the builder action with aarch64 as arch, the action always install aarch64 runtime. To avoid this, generating x86_64 images with aarch64 runtime is a solution. Making images per...

enhancement
containers

### Description Reduce the size of the settings window if greater than the main window. ### Motivation and Context This change should avoid this to happen again on 720p: [![Example](https://cdn.discordapp.com/attachments/376042662580715521/1015514364515729418/unknown.png)]()...

Bug Fix
UI/UX

### Description **Depends on #7169** This PR allow to use the primary and deprecated virtual camera implementations simultaneously if both registered. So it allows to use V4L2 and PipeWire VCam...

Enhancement
Linux
UI/UX

### Description **Depends on:** - #7169 Moves the controls dock UI outside of the main window UI. And make OBSBasic no longer rely on UI element from the controls dock....

Enhancement
Code Cleanup
UI/UX

### Description Prepare the dialog to be extended with new feature like #5383 by moving some code elsewhere. Most of the "dialog" code does not belong there and was moved....

Enhancement
Code Cleanup

## RFC 53: Move to MVC ### Summary - Apply the MVC pattern - Global config, profile and scene collections are represented by their own object - Frontend API functions...

Zydis as introduces breaking changes that prevent nvlax from being compiled. For the time being, you could use `CPMAddPackage("gh:zyantific/zydis#55dd08c210722aed81b38132f5fd4a04ec1943b5")` or `CPMAddPackage("gh:zyantific/zydis#v3.2.1")` with some regression changes needed, rather than `CPMAddPackage("gh:zyantific/zydis#master")` or...

### Description - Closes https://github.com/obsproject/obs-studio/pull/5679 **Depends on:** - https://github.com/obsproject/obs-studio/pull/7636 - https://github.com/obsproject/obs-studio/pull/7637 Add function to the frontend API: - Add `obs_frontend_is_browser_available()` to check if OBS Studio have the browser feature (built...

Enhancement
New Feature

### Description **Depends on:** - https://github.com/obsproject/obs-studio/pull/7636 **Dependency of:** - https://github.com/obsproject/obs-studio/pull/7638 https://doc.qt.io/qt-6/qmainwindow.html#saveState > You should make sure that this property is unique for each QToolBar and QDockWidget you add to the...

Bug Fix
Enhancement
New Feature

### Description **Dependency of:** - https://github.com/obsproject/obs-studio/pull/7637 - https://github.com/obsproject/obs-studio/pull/7638 Groundwork for other PRs and also avoid creating QActions by using the one included in the dock by modifying its connections making...

Enhancement
Seeking Testers