- Jun 10, 2024
-
-
Steve Lhomme authored
OpenJDK 8 support will drop during the lifetime of VLC 4. We should switch to a newer version.
-
This solves an oversight in 492a9419.
-
- Jun 09, 2024
-
-
Makes it visually much clearer that the location cannot be changed and saved in the information window Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
NSArray's indexOf: will just check if it is the same object in the NSArray. Instead check for a matching libraryId. Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
fixes #28648 #27087 #27378
-
-
-
helper class to get list of media sources
-
-
-
Without the blank, the help output reads " ... chain.Might ...". Fixes commit 179cfef0 Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
-
-
- Jun 08, 2024
-
-
Steve Lhomme authored
We don't use the hack anymore.
-
Steve Lhomme authored
It was handled in 1.1.0 videolan/libbluray#1
-
Steve Lhomme authored
It's 5 years old and contain patches for libbluray#1
-
Steve Lhomme authored
-
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
-
-