- May 19, 2024
-
-
KF6WindowSystem requires Qt6Gui, but not Qt6Core. And Qt6Gui does not require Qt6Core. The symbol `qt_version_tag` is available in Qt6Core.
-
DirectWrite should work better on Windows, and static linking to FreeType increases the size considerably.
-
Here, the root window is supposed to be the screen's root window.
-
-
-
A convenient control, designed to be used as a progress indicator. Contains a text alongside a busy indicator, with round rectangular semi-translucent background.
-
-
-
-
-
- May 18, 2024
-
-
Currently, when creating lua.pc, unwanted strings are added into the file, for example, inspecting a lua.pc file from $PREFIX/lib/pkgconfig/lua.pc gives: make[2]: Entering directory 'foo/bar' <intended lua.pc content here> make[2]: Leaving directory 'foo/bar' Mitigate this by using --no-print-directory flag when running the internal make command from its Makefile.
-
If $PREFIX/lib/pkgconfig/ directory already not created, lua puts lua.pc as $PREFIX/lib/pkgconfig file. Therefore $PREFIX/lib/pkgconfig cannot be created or used by any other contrib tools. This causes various other tools that need to put pkgconfig in that directory (including lua itself) fail to finish the building process. Fix this by creating a pkgconfig directory if it does not exist before lua build tries to copy pkgconfig there.
-
-
Steve Lhomme authored
-
fixes wheel scrolling in Video view and Browse view disable interaction in ExpandView if content fits this allows correct handling of wheel scrolling by the main view
-
Fixes a warning about the implicit conversion of enum type: implicit conversion from enumeration type 'enum CGImageAlphaInfo' to different enumeration type 'CGBitmapInfo'
-
OpenGL is deprecated, nothing we can do about that, so might as well silence the deprecation warnings for it to not clutter the build log and drown out actually relevant warnings.
-
Fixes warning: variable 'i_vote_invalid' set but not used
-
Fixes compiler warning about missing prototype and also this function is only ever used in this file.
-
-
This is a delegate, it is inherent that `model` exists. Instead of checking for model, check the existence of `artist` and its length.
-
- May 17, 2024
-
-
Revert "qt: use `QVector<SharedInputItem>` instead of `QVariantList` as `PlaylistListModel::getItemsForIndexes()` return type" This reverts commit ee5566c8.
-
Revert "qt: use `QVector<SharedInputItem>` instead of `QVariantList` as `NetworkDeviceModel::getItemsForIndexes()` return type" This reverts commit 37dd8a1e.
-
Revert "qt: use `QVector<SharedInputItem>` instead of `QVariantList` as `NetworkMediaModel::getItemsForIndexes()` return type" This reverts commit 8b36c244.
-
Currently, the code is duplicated and only the `append()` path has the functionality of supporting foreign items.
-
Steve Lhomme authored
Following 6140b72e we check moc instead of qt-cmake. But we should use system_tool_majmin in this case, like the other tools. Fixes this line written each time make is called: > /bin/sh: 1: Syntax error: end of file unexpected
-
In f7434e60 I made this a non-critical error but after some more testing with a stream with a lot of missing references, it works fine when not restarting VideoToolbox fully when this happens and actually results in better playback.
-
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
That's assuming we get a full path to the file, it may just be a command in the PATH. It is fine if that command doesn't exist, we check the error of the subprocess.run() call.
-
Steve Lhomme authored
-
Steve Lhomme authored
So we don't have to parse all the lines.
-
Steve Lhomme authored
So we don't have to build qmake6.
-
In case a frame is marked as dropped, do not abort VideoToolbox decoding when the imageBuffer is NULL, as that is a valid case that can happen for lossy RTP streams for example. Fix #28420
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-