- Mar 15, 2025
-
-
Fatih Uzunoğlu authored
limit=0 having special value, such as loading all items is not intuitive. limit=0 should behave as limit is 0, as what it suggests. Not only that but it also means we need two special values to (current case): - Not load any items. (any negative number?) - Load all items. (limit=0) Where as if limit=0 behaves as limit=0, we need only one special value to load all items. I propose any arbitrary negative number. The current situation also makes mapping more complicated, for example with a view that has a property `itemCountToShow`, we can not simply map `limit: view.itemCountToShow`, because when `itemCountToShow` is 0, this would cause the model to load all items.
-
As in configure.ac, look for "freerdp2" package.
-
- Mar 14, 2025
-
-
-
- Implicit size is not calculated correctly. - Control's padding is not respected. - Control's spacing is not respected. - Text is not centered when there is more than enough width. - Text is not elided when the control has less than enough width.
-
Sometimes the array elements may be variant (`QVariant`), even though the actual type is a `QUrl` or a `QString`. This is an odd case because `QUrl` is automatically converted to `url` value type when passed to QML. However, the source url may already be provided as a `QVariant`, where in that case this conversion would not occur.
-
Copy elf_aux_info bits from OpenBSD for CPU feature detection on Arm, AArch64 and RISC-V.
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
-
- Mar 13, 2025
-
-
Wrong alignment: GEN util/qmldir GEN widgets/qmldir MOC dialogs/bookmarks/bookmarks.moc.cpp MOC dialogs/dialogs/dialogmodel.moc.cpp UIC dialogs/extended/ui_video_effects.h UIC dialogs/firstrun/ui_firstrunwizard.h
-
-
The output value is bounded by the size parameter, and is used for indexing elements in arrays.
-
Regression from fe26ba9b.
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
We do not need/do not access the library window at all here 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>
-
As we re-navigate through these nodes we will re-generate their parents and get a correctly re-linked tree with new versions of these same orphan nodes, so this is fine 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>
-
generateChildNodesForDirectoryNode already does this Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Fixes EINVAL returned by vlc_gl_sub_renderer_Prepare() Fixes regression from 2b6405c7
-
This reverts commit 37f01a65.
-
This reverts commit 185d3fba.
-
-
- Mar 12, 2025
-
-
-
That should allow using ninja to build libvlc.so on Android (it uses 300+ .a files). This is part of ninja 1.12 which doesn't have proper jobserver support.
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
- Mar 11, 2025
-
-
- Mar 10, 2025
-
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com> fv Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-