Skip to content

Conversation

@kenmcgaugh
Copy link
Contributor

Within our internal production network, MacOS devices do not have access to certificates to allow for SSL verification and so all queries to our databases need to have SSL verification disabled. These changes do not affect the behaviour of any existing code, but allow us to create http_client_actor's from our plugins with SSL verification disabled.

pleprince and others added 30 commits August 22, 2025 15:08
…f the build directory.

Signed-off-by: Philippe Leprince <[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]>
…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]>
…ylib-rpath-in-mac-os-app-bundles

146: Resolve dylib rpath issues in MacOS app bundles
…mySoftwareFoundation#148-macos-timeline-sfift-scrollwheel-fix

148: fix timeline zoom behavior on MacOS laptops
…x/annotation-tools

Fixes Drawing Annotation Tools
Signed-off-by: Tony Dorfmeister <[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]>
…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]>
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]>
…atio so that clicking on an image in grid compare mode selects the correct media item.

Signed-off-by: Ken McGaugh <[email protected]>
…i_pointer_select_media

Fix pointer_select_media() on HiDPI device
…ure_custom_thumbnails

Feature to allow for custom thumbnail images.
tedwaine and others added 2 commits November 14, 2025 16:15
…ure_custom_uri

Modifications to allow data_source plugins to handle custom URI's.
@tedwaine tedwaine force-pushed the develop branch 3 times, most recently from 4b886d5 to 8cde0df Compare November 21, 2025 15:39
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.

3 participants