- Dec 05, 2024
-
-
Steve Lhomme authored
Otherwise it's not used and should not be used for libvlc apps.
-
Steve Lhomme authored
Just as for .pc files we need to match the path of the extracted tarball with the user path.
-
Steve Lhomme authored
So that the UI is more usable. Co-authored-by:
Fatih Uzunoglu <fuzun54@outlook.com>
-
Steve Lhomme authored
The code allows not having iconv at all. Ref. #28893
-
Although it seems to work, it is not reliable with Wayland. With KWin Wayland compositor I often get the error: qt.qpa.wayland: eglSwapBuffers failed with 0x300d, surface: 0x7be3c8512b70 I suspect that this occurs when the window is shown/hidden before the fade animation ends. Since we don't control the animation, and we have to support fast visibility changes mainly (but not limited to) due to the pointing tool tip that is used within the seek bar, we should go back to the old approach with Wayland for the moment. On Windows and X11, it so far has worked well for me.
-
Steve Lhomme authored
There might not be a qmake in the PATH but the contribs might be there. Partial revert of aeef0307.
-
- Dec 04, 2024
-
-
The file name should match the app id Also add OARS metadata, fix default screenshot and fix component type
-
- Dec 03, 2024
-
-
macosx: In library segment view controllers where collection views are programatically instantiated, use VLCLibraryCollectionView Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
macosx: Make all library segment controllers take collection views as VLCLibraryCollectionViews like VLCLibraryWindow Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Fixes issues with the collection view item size calculations not always being updated when they should be Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Add API to check if media is seekable and update PIP control accordingly Change API to allow user telling PIP seeking is complete
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
macosx: Set different icons for jump forwards/backwards icons depending on short jump length preference 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>
-
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
This case should never happen.
-
Steve Lhomme authored
We don't want a default case in this handler. But gcc 14 complains: > control reaches end of non-void function
-
- Dec 02, 2024
-
-
Steve Lhomme authored
-
Steve Lhomme authored
Follow-up to 0e4be111.
-
anchor the view to expand index, other items are not in focus (have lower opacity), this improves better main content focus
-
- Dec 01, 2024
-
-
Steve Lhomme authored
qmake doesn't provide the proper contrib QT_VERSION when using a -qtconf. It provides the version it was compiled with (!). So we use the one from contribs if possible.
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Steve Lhomme authored
LLVM(18) doesn't support this option in any language. GCC warns that this is not supported in C++ but autotools and meson consider it's supported. Fixes this warning: > cc1plus: warning: '-Werror=' argument '-Werror=return-mismatch' is not valid for C++
-
... so that the user knows that deleting all profiles bring back the default styles (such as default, minimalist, classic styles) with new profiles.
-
Error handling simplification.
-
No functional changes.
-
-
This will allow to go past 64 pictures and handle dynamic pools.
-
-