-
Notifications
You must be signed in to change notification settings - Fork 101
Release v1.1.0 #183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Release v1.1.0 #183
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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]>
Signed-off-by: Ted Waine <[email protected]>
Signed-off-by: Ted Waine <[email protected]>
Signed-off-by: Ted Waine <[email protected]>
Signed-off-by: Ted Waine <[email protected]>
Signed-off-by: Ted Waine <[email protected]>
Signed-off-by: Ted Waine <[email protected]>
…nged Signed-off-by: Ted Waine <[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]> 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]>
Signed-off-by: Ted Waine <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request v1.1.0
Merging develop to main branch to publish xSTUDIO release v.1.1.0 on main.