tytan652

Results 61 issues of tytan652

### Description Disable icons on QDialog buttons, QStyle like Fusion provide icons to those. Before: ![With_icon](https://user-images.githubusercontent.com/17492366/183884485-91624ba6-7130-47c9-967d-9cc9bc42cd2c.png) After: ![Without_Icon](https://user-images.githubusercontent.com/17492366/183884513-a54fe2e1-6ecc-47cb-a05a-2762ab4d36b8.png) ### Motivation and Context They are ugly and not needed and only...

### Description Replace one-case switches, remove workaround casts and refactor a little the Windows taskbar code to fix its switch. ### Motivation and Context Clean up switches and switch warnings...

Code Cleanup

### Description Depends on: - #6720 - #6750 - #6761 - #6767 - ~~https://github.com/obsproject/obs-browser/pull/368~~ - https://github.com/obsproject/obs-browser/pull/370 - #6842 - #6884 - #6908 - ~~#6960~~ - #7802 - also #6760 if...

Code Cleanup

### Description Depends on: - https://github.com/obsproject/obs-deps/pull/152 Remove external/AMF headers folder from `obs-ffmpeg` and use obs-deps headers. Difference between upstream and "external": - "external" have outdated code compared to 1.4.28 from...

Code Cleanup
Seeking Testers

### Description **This PR is about the [RFC 45](https://github.com/obsproject/rfcs/pull/45).** - Add a "protocols" and "protocols_prefixes" fields in `obs_output_info` and add protocols to outputs meant for services. - Add the function...

Enhancement

**Testers: would please add to your feedback the output of the `vainfo --all` command and if issues a log of OBS with `--verbose` for debug log.** ### Description Fixes #3184...

Seeking Testers
Linux
New Feature
UI/UX

### Operating System Info Other ### Other OS Arch Linux ### OBS Studio Version Other ### OBS Studio Version (Other) 27.1.3 (harder to trigger), 27.2 RC4 with CEF 87, 95...

## RFC 45: Add notion of protocol ### Summary - Add notion of service protocol in libobs and OBS Studio - Outputs for streaming are registered with their compatible protocol...

### Summary - Switch main dock system to [ADS](https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System) - Make ADS dock state per profile - Allow the user to switch between pre-made layouts - Plugins could register their...

*I'm sorry to have stupidly pushed a PR about this suddenly without talking about it with you. So now I tried to write this RFC, it's not perfect, but we...