26
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #5486 from OpenShot/copy-shear-menu More... about 1 month ago
Updating POT translation template More... about 1 month ago
Adding Shear X and Shear Y to Copy menu and Copy All Keyframes menu. More... about 1 month ago
Merge pull request #5485 from OpenShot/remove-invalid-selections More... about 1 month ago
Verify all selections on Undo, and clear property window if the selected item is no longer valid More... about 1 month ago
Merge pull request #5430 from OpenShot/invalid-tracker-region More... about 1 month ago
Merge pull request #950 from OpenShot/invalid-tracker-region More... about 1 month ago
Update effects documentation related to parenting and needing a clip to be on a higher track to be visible. More... about 1 month ago
Migrate child_clip_id for Tracker and Object Detector effects (if any) to utilize the Parent property of the clip instead More... about 1 month ago
Bump version of OpenShot to 3.1.1-dev More... about 1 month ago
Upgrade old Tracker and Object Detector JSON (<= OpenShot 3.1.1) to support fixed alpha and display_box_text properties. More... about 1 month ago
Fix bug on undo/redo system with Tracked Object property edits More... about 2 months ago
Fixed a few warnings in the RST documentation syntax (around code-blocks) More... about 2 months ago
Do not show context menus for read-only properties, such as "visible" on a Tracked object. Improve documentation to notate new properties and read-only properties. Prevent a crash on video_widget.py if a load_json fails on the timeline. More... about 2 months ago
Add new "Display All Boxes" Object Detector property, since it can be difficult to turn off each individual box. Made "visible" property read-only on Tracker & Object Detector effects. Improve Keyframe::SetJsonValue method to accept an object or a float. More... about 2 months ago
Expanding the video and audio effect descriptions in documentation More... 2 months ago
Fix properties dock context menu, which was a regression that caused 2 menus to appear or options to be missing. More... 2 months ago
Fixing aspect ratio of tracked objects, since the tracked object often is of varying aspect ratios (since the parent clip and tracked object can change over time). Clips which are parented to tracked objects now respect the scale_type (i.e. best fit, stretch, etc...). More... 2 months ago
Fix undo/redo issues with Effects, due to data referencing in the Query class More... 2 months ago
Fix race condition causing clip to clip parents not to work. Adding a late-bound check, to ensure we have attached the clip on first call. More... 2 months ago
Fixing parentClipObject and parentTrackedObject transform, so the parent clip can be scaled and moved without breaking the tracking. Also refactoring out unneeded complex code left over. More... 2 months ago
Added class_filter context menu, to switch between available/visible classes on the ObjectDetection effect. More... 2 months ago
Refactor how we divide QMenu context menus on the Property Editor, to sub-divide into smaller lists (if needed). Also, change "Detected Objects" to "Tracked Objects" to be consistent between Parent and Selected Index menus. More... 2 months ago
Clear previous parent selection, when switching between Clip and Tracked object More... 2 months ago
Fix bug with 'Display Box Text' logic being flipped (yes was no, no was yes) More... 2 months ago
Update documentation about 'Draw Box Text' and how it affects all tracked objects. More... 2 months ago
Sort tracked object properties correctly in property editor. More... 2 months ago
Update Tracker & Object Detector documentation More... 2 months ago
Removing "ChildClipId" property, no longer used for attaching clips to tracker or object detection effects: Use clip->Parent to attach clips to tracked objects now. More... 2 months ago
Removing "child_clip_id" property, no longer used for attaching clips to tracker effects: Use clip->Parent to attach clips to tracked objects now. More... 2 months ago