Skip to content
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

Release PR for version 3.2.0 #5543

Merged
merged 34 commits into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
a62a5e6
Bumping version to 3.2.0, and min libopenshot dependency to 0.3.3.
jonoomph Jun 20, 2024
845af9b
Fixing AppImage button icon paths
jonoomph Jun 20, 2024
155a21d
Fixing AppImage button icon paths for Play/Pause button
jonoomph Jun 21, 2024
7b85cda
Better protection on $scope.applyJsonDiff method, when deleting array…
jonoomph Jun 21, 2024
882ca82
Removing unneeded ignore_history on mousePress for ZoomSlider and qwi…
jonoomph Jun 21, 2024
cbf2334
Updating ChromaKey documentation (fuzz has been renamed threshold)
jonoomph Jun 21, 2024
c832fee
Fixing file model updates to reflect changes in Name on both the Name…
jonoomph Jun 21, 2024
d94a88e
Preview screen should respect any previous "split" start/end values, …
jonoomph Jun 21, 2024
4575062
Experimental removing of scope.apply() in ApplyJsonDiff, due to flick…
jonoomph Jun 21, 2024
c62f335
Fixing regression on Preview dialog which froze all playback
jonoomph Jun 22, 2024
a9c348c
Adding transparency note to transition documentation
jonoomph Jun 22, 2024
86e6f08
Fixing lots of regressions with Preview / Split Clip dialog:
jonoomph Jun 22, 2024
23c71d8
Use friendly name for files on the timeline (instead of filename). Th…
jonoomph Jun 23, 2024
c8ef0f1
Handle mouse click on QSlider in Split Clip and Preview dialogs, to j…
jonoomph Jun 23, 2024
148de5e
Append PATH to all relative image urls in Cosmic Dusk to fix missing …
jonoomph Jun 23, 2024
763b685
Small refactor of help menu to update icons. Also, added Discord and …
jonoomph Jun 23, 2024
8e9bb7c
Fixing Sentry.io OPENSHOT-5J0R: float() argument must be a string or …
jonoomph Jun 23, 2024
30d196d
Fixing Sentry.io OPENSHOT-358M: wrapped C/C++ object of type QStandar…
jonoomph Jun 23, 2024
205d1fd
Fixing Sentry.io OPENSHOT-H3: wrapped C/C++ object of type QStandardI…
jonoomph Jun 23, 2024
28e9511
Fixing Sentry.io OPENSHOT-5DR: [Errno 2] No such file or directory: '…
jonoomph Jun 23, 2024
e53d433
Fixing Sentry.io OPENSHOT-17DZ: setValue(self, int): argument 1 has u…
jonoomph Jun 23, 2024
d727e45
Fixing Sentry.io OPENSHOT-1B7: wrapped C/C++ object of type QStandard…
jonoomph Jun 23, 2024
9de93db
Fixing Sentry.io OPENSHOT-5KAW: Failed to load media file into video …
jonoomph Jun 23, 2024
31d0a4e
Reducing Sentry.io log.error calls for No Log Found launches with loc…
jonoomph Jun 23, 2024
6b7d2a3
Fixing Sentry.io OPENSHOT-E5: Access is denied / PermissionError duri…
jonoomph Jun 23, 2024
4d255d2
Fixed some styling on the Split Clip dialog for Cosmic Dusk theme, an…
jonoomph Jun 23, 2024
d268644
Fixing regression around thumbnails for image sequences and missing f…
jonoomph Jun 24, 2024
b6eecd2
Refactor QPushButton for region Tracker effect region selection, sinc…
jonoomph Jun 24, 2024
39f11e9
Fixing many Codacy nitpicks
jonoomph Jun 24, 2024
58b943d
Ensure cosmic dusk path replacement uses unix style slashes (Windows …
jonoomph Jun 24, 2024
30660bb
Updating theme on about us dialog for Cosmic Dusk.
jonoomph Jun 24, 2024
91f89f1
Updating supporters json file
jonoomph Jun 24, 2024
a59a022
Updating translations
jonoomph Jun 24, 2024
47e8755
Adding themes folder to mac build script, so it's correctly symlinked…
jonoomph Jun 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/effects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ impossible or impractical to shoot in.
Property Name Description
========================== ============
color ``(color)`` The color to match
fuzz ``(float, 0 to 125)`` The fuzz factor (or threshold)
threshold ``(float, 0 to 125)`` The threshold (or fuzz factor) for matching similar colors. The larger the value the more colors that will be matched.
halo ``(float, 0 to 125)`` The additional threshold for halo elimination.
keymethod ``(int, choices: ['Basic keying', 'HSV/HSL hue', 'HSV saturation', 'HSL saturation', 'HSV value', 'HSL luminance', 'LCH luminosity', 'LCH chroma', 'LCH hue', 'CIE Distance', 'Cb,Cr vector'])`` The keying method or algorithm to use.
========================== ============
Expand Down
13 changes: 11 additions & 2 deletions doc/transitions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ overlap two clips, and can be added manually by dragging one onto the timeline f
A transition must be placed on top of a clip (overlapping it), with the most common location being the beginning or end
or a clip.

NOTE: Transitions **do not** affect **audio**, so if you are intending to fade in/out the
audio volume of a clip, you must adjust the ``volume`` clip property. See :ref:`clip_properties_ref`.
NOTE: Transitions **do not** affect **audio**, so if you are intending to fade in/out the audio volume of a clip,
you must adjust the ``volume`` clip property. See :ref:`clip_properties_ref`

Overview
--------
Expand All @@ -52,6 +52,15 @@ direction of the fade. You can also manually adjust the **Brightness** curve, an

.. image:: images/transition-reverse.jpg

Transparency
------------
If transitions are used on images or videos that contain transparency (*i.e. alpha channel*) this will result in the
original clip disappearing abruptly (or popping out of existence), since OpenShot's transition system expects the 2nd
clip to fully cover up the first clip. For example, if the 2nd clip does not fully cover the first clip,
a transition might not be the best tool to use. Instead, you should consider adjusting the ``alpha`` property of the first
clip to make it fade out where needed, see :ref:`clip_properties_ref` or :ref:`clip_presets_ref`. Alternatively, you can
combine a transition and ``alpha`` fade when using transparent clips to more smoothly fade between then.

Cutting & Slicing
-----------------
OpenShot has many easy ways to adjust the start and end trim positions of a transition (otherwise known as cutting or trimming). The most common
Expand Down
1 change: 1 addition & 0 deletions images/Humanity/actions/custom/discord-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/Humanity/actions/custom/github-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions images/Humanity/actions/custom/launchpad-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions images/Humanity/actions/custom/paypal-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
142 changes: 142 additions & 0 deletions images/Humanity/actions/custom/reddit-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions images/openshot.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
<file>Humanity/actions/custom/snap.svg</file>
<file>Humanity/actions/custom/center-on-playhead.svg</file>
<file>Humanity/actions/custom/camera-photo-symbolic.svg</file>
<file>Humanity/actions/custom/paypal-icon.svg</file>
<file>Humanity/actions/custom/discord-icon.svg</file>
<file>Humanity/actions/custom/launchpad-icon.svg</file>
<file>Humanity/actions/custom/github-icon.svg</file>
<file>Humanity/actions/custom/reddit-icon.svg</file>
<file>Humanity/mimes/16/font-x-generic.svg</file>
<file>Humanity/mimes/16/video-x-generic.svg</file>
<file>Humanity/status/16/dialog-error.svg</file>
Expand Down
Loading
Loading