tytan652
tytan652
Re-written the dual-implementation feature as an deprecation path.
Change to only rename the V4L2 implementation.
Remove from the milestone, because it is related to the RFC about MVC. https://github.com/obsproject/rfcs/pull/53
The PR has been entirely refactored, it still miss appearance/theming bits for the small buttons of the dock.
#9653 was merged, so I finished theming the small buttons.
> About UI/noncheckable-buttons.hpp, I am a little confused by its purpose. QPushButtons have checkable set to false by default. Are we sub-classing it just to communicate "you shouldn't set checkable...
> Nits, mostly. I fixed them. > Though, I wonder if these commit messages could be more clear/expressive if they described what they _were_ doing rather than what they were...
@RytoEX, done
Renamed `noncheckable-buttons.hpp` to `noncheckable-button.hpp`.
I added a commit that removes the lamdba, moreover `StreamingStarting` behavior got split in two by #10633 with a new `setText` which required moving a signal call and add a...