tytan652
tytan652
The purpose is to avoid new "incomplete" switch to be in PRs, so I would use pragma to keep actual "incomplete" switch warnings as warnings and not errors.
Added switch warning (C4062) on MSVC for parity with Clang and GCC and add pragmas to incomplete switches to emits warning rather than errors. Since MSVC doesn't allow to keep...
I wish to be proofreader for the french language, but your discord link is dead.
It seems the functions [set_final_window_rect](https://github.com/Guake/guake/blob/3.7.0/guake/utils.py#L208) from RectCalculator is used at each window_event due to the commit [5205ce2](https://github.com/Guake/guake/commit/5205ce2b3360d19e1a53a7996c502a33a435f794) with the [call of the function unfullscreen](https://github.com/Guake/guake/commit/5205ce2b3360d19e1a53a7996c502a33a435f794#diff-012d2288776da6df5b7df0af6ec093fcR172), causing the change of the monitor...
Big rewrite of the RFC, thank you @henke37 for the (maybe wrong word) spur. I was stuck thinking about protocol and output being separate thing but having them together is...
~~Maybe not enough "complete" but I begin to need reviews.~~
Added HEVC for services in `rtmp-services` with HLS protocol. ~~Edit: I may add something about enforcing codecs for codec-agnostic protocol in the `services.json` through JSON Schema.~~ Re-edit: Done
> Wayland is not properly supported by Qt yet. If you use Wayland, then you should set the session type to x11: XDG_SESSION_TYPE=x11 ./AdvancedDockingSystemDemo. You will find more details about...
> So yeah, I don't think we'll see proper docking using subsurfaces and the xdg-positioner protocol any time soon. And even if Qt magically gains such support, ADS would still...
- Updated transition widget - Added what could be done if the switch to ADS is done with the switch to Qt6 - Rename every function with `_adv_dock` to `_dock`...