- Jun 08, 2024
-
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
We can refuse to initialize from here. It will try the next in the compositorList list.
-
resid configure has a bug which overwrites CXXFLAGS unconditionally, causing build failures when preset CXXFLAGS are needed. Reason: In newer autoconf, ac_test_CXXFLAGS does not use "set" anymore, but "y".
-
-
We directly use Qt OpenGL in compositor_x11.
-
- Jun 07, 2024
-
-
The custom scroll handler, which makes it possible to disable smooth scrolling has been used in various flickables except here.
-
- Certain implementations provide their own wheel handler, which does not respect our options. - We should not use an uncustomized control for such a marginal view since we have no control on how it would appear and behave. - Using pure `Flickable` allows fine-grained control. Other option here could be adding a child `Flickable`, but that is not necessary since the parent item is a focus scope anyway.
-
Clipping is not necessary here, and it makes the frosted glass effect useless.
-
Clipping is not necessary here, and it makes the frosted glass effect useless.
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Steve Lhomme authored
Fixes #18857
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
- Jun 06, 2024
-
-
Steve Lhomme authored
-
Steve Lhomme authored
We already do it for native tools. The legacy option in the configure script are actually translated to CMake syntax using this mapping: https://github.com/qt/qtbase/blob/6.7.1/cmake/configure-cmake-mapping.md
-
-
does not apply to next frame would be better to have a clone API for buffers only
-
-
-
-
-
- Jun 05, 2024
-
-
Steve Lhomme authored
-
Steve Lhomme authored
It's safer with regards to the type of the variable read.
-
Steve Lhomme authored
It was not released otherwise and we don't need to micromanage its lifecycle.
-
No more infos than: "A standard stereo stream; headphone playback implied."
-
-
In case of spatial_audio: - setPreferredOutputNumberOfChannels:2 - setSupportsMultichannelContent:Yes Don't print a warning saying it will be downmixed when it will be "spatialized".
-
Disparities between formatting of the monitored folder non decoded MRL and the input item's can otherwise cause issues Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
- Jun 04, 2024
-
-
Steve Lhomme authored
It's not supposed to work in UWP without forcing the FAMILY_DESKTOP.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
Only the SPU source should set this flag.
-
Steve Lhomme authored
Considering VLC_TICK_INVALID is 0, when it's VLC_TICK_INVALID the test should pass.
-