296 Commits
Author SHA1 Message Date
Jonathan Thomas 1b966ea707 Fix freeze keyframes for trimmed clips and rename "Speed->Reset" to "Speed->Reset Speed"
- Use absolute trim end when adding freeze endpoint keyframes
- Add regression coverage for freezing a right-side split clip
- Rename Speed > Reset to Speed > Reset Speed
- Update clip docs to match the new menu label
2026-05-09 22:09:31 -05:00
Jonathan Thomas a9b00422a0 Improve Caption editing workflow and preview controls
- Add preview rectangle editing for effects with Margin: Top/Left/Bottom/Right controls
- Enable Caption effects to use the preview rectangle for margin positioning
- Fix Caption dock focus/read-only handling so text can be edited reliably
- Insert complete 3-second Caption cues at the playhead and select placeholder text
- Allow incomplete cue lines to be completed from the current playhead position
- Preview Caption text updates while typing while grouping edits into one undo action
- Update Caption and effects documentation for preview resizing and insert workflows
2026-05-09 16:27:18 -05:00
Jonathan Thomas 18bda902d3 Adding top, bottom, left, right margin properties to Blur documentation 2026-05-09 14:48:29 -05:00
Jonathan Thomas d346fb7fc5 Updating documentation for our new Tracker/Object Detection support in "Mask:Source". 2026-05-09 12:13:57 -05:00
Jonathan Thomas 2f8101da41 Added a new copy button to the About OpenShot dialog, with a nice confirmation tooltip. This makes it more obvious and easier for users to share "system and version info" to us devs (or the community). 2026-05-08 13:50:53 -05:00
Jonathan Thomas a780fa666a Updates to docs (Raffi feedback)
- Updated clip docs: sorted Clip Properties and added Waveform Mode.
- Updated effects docs: sorted the Effects list to match OpenShot and added common mask properties.
- Updated transition docs: added mask properties and descriptions.
- Replaced Preferences Timeline and Performance screenshots with native JPEG versions from the new captures.
- Verified docs with make html; build succeeds.
2026-05-07 21:02:23 -05:00
Jonathan Thomas b2c467d7db Merge pull request #6031 from OpenShot/denoise
Denoise Effect
2026-05-07 14:18:37 -05:00
Jonathan Thomas 9c55005eb6 Adding denoise effect to OpenShot docs / user guide 2026-05-05 21:35:01 -05:00
Jonathan Thomas f8c8f37a42 Removing Advanced View from OpenShot, it has no real purpose anymore. Users can customize and save any view now instead of a standard "advanced" view. 2026-05-05 15:37:01 -05:00
Jonathan Thomas 1912fb9e78 Updating documentation to relfect new motion preset: Focus Wipe In/Out, and new "Current Timecode" editing features (click to edit time code, up/down arrows increment current section, CTRL/SHIFT keys modify increment, clearing or "0" + enter resets timecode to 0.0) 2026-05-03 18:36:09 -05:00
Jonathan Thomas b15d76e268 Updating documentation for Beat Sync effect, including step-by-step instructions, common uses, and property list. 2026-05-02 23:32:28 -05:00
Jonathan Thomas 2d5c90d5e9 Merge branch 'film-grain' into audio-visualizations 2026-05-01 12:29:16 -05:00
Jonathan Thomas 4143ecb52b Added a new "My Views" menu to the "View" top menu, where a user can save the current view, choose custom views, or update/delete custom views. It's purposely kept simple but very easy to use for customizing OpenShot for specific user work-flows. Also updated docs. 2026-04-30 16:00:19 -05:00
Jonathan Thomas f81d8239bd Removing many view options that are confusing to most users and were never really fully baked: locking/unlocking docks (legacy feature inherited from original Qt implementation). Show / Hide all docks options (we already have Views that are more useful for hiding/showing and positioning docks).
- Removed Dock/Scope locking behavior and saved lock state handling from src/windows/main_window.py.
- Removed Lock Docks, Unlock Docks, and Show All Docks actions from src/windows/ui/main-window.ui.
- Removed related default shortcut/settings entries from src/settings/_default.settings.
- Kept Show All Scopes / Close All Scopes as conditional actions under Scopes.
- Updated focused tests in src/tests/test_main_window.py.
- Removed obsolete shortcuts from doc/main_window.rst.
2026-04-30 14:48:08 -05:00
Jonathan Thomas 4f0d62559c Added Audio Visualization effect details to the *.rst docs / user-guide, and added a unique icon for the effect. 2026-04-29 22:06:33 -05:00
Jonathan Thomas eb84a357fa Reorganize View menu and dock controls
- Promote Simple, Color, and Advanced View actions to the top-level View menu
- Move Toolbar and Fullscreen into a new Window submenu
- Keep Docks as a top-level View submenu, excluding Tutorial and scope docks
- Add a top-level Scopes submenu with scope dock toggles and Show All Scopes
- Rename Freeze/Un-Freeze View to Lock/Unlock Docks
- Move Lock/Unlock Docks and Show All Docks into the Docks menu
- Make Show All Docks skip the Tutorial dock
- Add middle-click-to-close support for dock title bars and tabified dock tabs
- Fix Cosmic Dusk checked menu item alignment
2026-04-29 17:36:56 -05:00
Jonathan Thomas 2e93dfc92d Replacing old docs image of our clip context menu (options are reorganized and renamed), and fixing a syntax error in the *.rst export file 2026-04-29 16:27:54 -05:00
Jonathan Thomas 88cc3ebef2 Updating user-guide, and expanding many sections, adding additional features to the introduction, and including common search phrases, new chromakey instructions, and more. Updating copyright year on all *.rst files. Removing some old export presets that are SD and no longer relevant. Also adding many new export presets for modern, popular social networks, such as Snapchat, Facebook, Instagram, TikTok, and LinkedIn, and renaming some -HD suffixes that are not used anymore. 2026-04-29 16:14:52 -05:00
Jonathan Thomas 5d0d338df3 Updating docs / user-guide for recently added effects: Film Grain, Glow, Shadow, and Color Grade (updating menu names, and making some small improvements) 2026-04-29 14:19:14 -05:00
Jonathan Thomas 7fa9748e43 Updating docs / user-guide with updated clip menu names and functionality (renaming/reoganized menus). 2026-04-29 14:13:25 -05:00
Jonathan Thomas a187714415 Updating user-guide with Film Grain documentation and usage notes. 2026-04-24 23:16:32 -05:00
Jonathan Thomas 71ebbd29fa Updating color grade user guide screenshots to match latest changes, and cross link the effect with the color.rst guide. 2026-04-24 16:09:26 -05:00
Jonathan Thomas da47dbe5ee Adding more screenshots to our color guide 2026-04-24 00:34:04 -05:00
Jonathan Thomas 4a4f7f7ec4 Big rewrite of our color.rst user guide on colors - it's way better now, and a great introduction to color correction and color grading with OpenShot. 2026-04-24 00:05:42 -05:00
Jonathan Thomas 53df9003fa Adding new "Color" page to user-guide, with detailed explanations and example of both color correction and color grading, and how the OpenShot docks and views can be used to achieve great results. 2026-04-23 18:04:29 -05:00