- May 13, 2024
-
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
- May 12, 2024
-
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Prevents the child views of the stack view resizing the stack view past the size of the super view 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>
-
- May 11, 2024
-
-
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>
-
fixes a typo
-
-
- May 10, 2024
-
-
-
Control doesn't handle focusable children well
-
-
BaseModel has getCount
-
-
-
-
... to restore compatiblity with Python 3.6. This was initroduced in commit 177d0499, which broke compilation on openSUSE Leap 15, which uses Python 3.6 als default Python interpreter. Fixes #28636 Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
fixes binding assignment, using QObject/QGadget types in Qt.binding fails see https://bugreports.qt.io/browse/QTBUG-125095
-
Qt Quick Shapes is not used now, it is not necessary to initialize its resources.
-
-
At the moment, Qt 5 effects are used. This needs to be reverted when MultiEffect is started being used.
-
-
-
For now Quick Shapes/Path is not used, we don't need to build it.
-
- May 09, 2024
-
-
-
-
-
-
-
implement SD_CAT_MYCOMPUTER based service discovery module on Windows allows to query volumes mounted on host computer Ref #28597
-
This backports https://aomedia.googlesource.com/aom/+/5ccdc66ab6eb8eb300eda854fab4ff250b2c2f92 and https://aomedia.googlesource.com/aom/+/fb21617c1f3ef49795597e006b68adfba6e54be0. This makes libaom test compiling a more nontrivial function, which according to AAPCS requires backing up and restoring SVE registers. On current versions of Clang when targeting Windows, compiling such a function errors out. This added test makes libaom not try to compile the SVE codepaths for this target. See https://github.com/llvm/llvm-project/issues/80009 for reference on toolchain support for SVE functions on Windows on aarch64.
-
- May 08, 2024
-
-
Use system preferred RNG and skip the unnecessary initialization steps (in this context, which is definitely not security related) The vlc_rand_bytes function is now about 55x faster when called repeatedly in a loop See https://learn.microsoft.com/en-us/windows/win32/api/bcrypt/nf-bcrypt-bcryptgenrandom for more details Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
-
The reason we build tar is because it's missing xz support.
-
- May 07, 2024
-
-
RFC9110 specifies that a client must handle a shorter response range than requested in all circumstanges. Previously, RFC7233 only required that behaviour for multipart ranges, which VLC did not use. This matches the newer specification: VLC will try to resume from the last received offset not only on unexpected error, but also on short response. Fixes #28627.
-
Steve Lhomme authored
Especially when it's modified later. Some dependencies are not applied properly otherwise.
-
Steve Lhomme authored
Inverted test introduced in 9c80a115.
-