- Jan 12, 2025
-
-
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>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Setting the library segment type property on the library window already updates the presented view Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
macosx: Do not re-instantiate audio view controller if that is already the type of library view controller This fixes issues when presenting library items, as the view controller that is assigned to await the data source change before presenting the given library item in the view gets dealloc'ed Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
- Jan 11, 2025
-
-
Steve Lhomme authored
On Windows the build is never static. We should not pretend it has built a static library.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
This is the new official home.
-
Steve Lhomme authored
Just like we favor the static version of libunwind. We don't need any extra flags for the compiler. It's all handled in the linker. Ref. #28903
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
Co-authored-by:
Fatih Uzunoglu <fuzun54@outlook.com>
-
Steve Lhomme authored
static plugins are not supported by the meson Qt module. This works like the code in configure.ac. We already require python to build the Qt6 module in autoconf and meson.
-
Steve Lhomme authored
-
Steve Lhomme authored
This is already the case, but it's more explicit.
-
Steve Lhomme authored
This is similar to what the configure script does.
-
-
-
- Jan 10, 2025
-
-
- Jan 09, 2025
-
-
libvlc client can set a block that will be called each time picture in picture is started or closed. `VLCPictureInPictureWindowControlling` implementation is also moved from the display module to the picture in picture module
-
I don't see a reason why `qt-backdrop-blur` should not be respected for intra-window backdrop blur effect (Frosted Glass Effect). The said setting was first added to disable inter-window backdrop blur, which is currently supported with the following circumstances: - KWin (Wayland and X11) and KWindowSystem is available. - Windows 11 22H2 (native acrylic effect `DWMSBT_TRANSIENTWINDOW`). - Windows 10/11 simulated acrylic effect (`compositor_ dcomp_acrylicsurface.cpp`) when Direct Composition is used (`--qt-compositor=dcomp`). We also have our own backdrop blur effect, currently used for the mini player and the indexing progress indicator. I propose that if the user explicitly opt-outs from backdrop blur by unsetting `qt-backdrop-blur` (it is set by default), the application shall respect that for intra-window backdrop blur effect.
-
`CompositorWayland::onSurfaceSizeChanged()` already adjusts the size.
-
-
- This fixes the window flashing white when opened, which is really annoying when the interface is dark. - This fixes the white background getting exposed until the scene covers the new area when the window is resized. - This increases performance due to not having to copy buffers (within GPU, or inter GPU-CPU unlike WS_EX_LAYERED). - This makes it possible to use the native acrylic backdrop effect that Windows 11 22H2 provides.
-
-
Without this scrolling does not yield towards the favored direction.
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-