Skip to content

Conversation

@tedwaine
Copy link
Contributor

Pull Request v1.1.0

Merging develop to main branch to publish xSTUDIO release v.1.1.0 on main.

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Nov 21, 2025

CLA Signed

The committers listed above are authorized under a signed CLA.

…f the build directory.

Signed-off-by: Philippe Leprince <[email protected]>
Signed-off-by: Ted Waine <[email protected]>
Configure proper rpath settings for macOS app bundles to ensure
dynamic libraries are correctly located at runtime. This includes
setting INSTALL_RPATH and using install_name_tool to fix library
paths in both the app bundle and executable.

Added a new CMake script to automatically fix library paths after
build and updated macdeployqt integration to handle rpath changes
for libglobal.dylib.

Signed-off-by: Philippe Leprince <[email protected]>
Signed-off-by: Ted Waine <[email protected]>
…e wheel with shift modifier.

- When using a mouse on MacOS laptops with trackpads, wheel.angleDelta.y always returns 0 when SHIFT is pressed, but the x component changes instead. Use x if y is 0 to enable zooming.
- Note that the scrolling trackpad gesture changes the y value as expected. This change handles both cases.
- Also limit scaleY between 0.6 and 2.0 to prevent unusable values.

Signed-off-by: Philippe Leprince <[email protected]>
Signed-off-by: Ted Waine <[email protected]>
tedwaine and others added 13 commits November 21, 2025 15:38
…atio so that clicking on an image in grid compare mode selects the correct media item.

Signed-off-by: Ken McGaugh <[email protected]>
Signed-off-by: Ted Waine <[email protected]>
…ht difference when comparing full-range video to the same content encoded legal-range.

Signed-off-by: Ken McGaugh <[email protected]>
Signed-off-by: Ted Waine <[email protected]>
…faults to Rec.601. However xSTUDIO was defaulting to Rec.709 when decoding video with unspecified colourspace info. This fixes that discrepancy and and now round-trips with ffmpeg and also matches the behaviour of OpenRV.

Signed-off-by: Ken McGaugh <[email protected]>
Signed-off-by: Ted Waine <[email protected]>
Signed-off-by: Ken McGaugh <[email protected]>
Signed-off-by: Ted Waine <[email protected]>
XsGlobalDragDropHandler.qml: modified to accept "text/plain" for drag-and-drop.

XsFileFunctions.qml: modified addMediaFromClipboard() to pass clipboard text through without modification. Previously it was prepending "file://" to every line, preventing custom URI's to be pasted. Note that clipboard text containing file paths still gets handled correctly in session_model_methods_ui.cpp.

playlist_actor and timeline_actor: modified to query data_source plugins if a URI with a scheme other than "file", "http", or "https" is passed in.

Signed-off-by: Ken McGaugh <[email protected]>
Signed-off-by: Ted Waine <[email protected]>
@tedwaine tedwaine merged commit 9ca59ed into main Nov 21, 2025
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants