26
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added class_filter context menu, to switch between available/visible classes on the ObjectDetection effect. More... 3 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... 3 months ago
Clear previous parent selection, when switching between Clip and Tracked object More... 3 months ago
Fix bug with 'Display Box Text' logic being flipped (yes was no, no was yes) More... 3 months ago
Update documentation about 'Draw Box Text' and how it affects all tracked objects. More... 3 months ago
Sort tracked object properties correctly in property editor. More... 3 months ago
Update Tracker & Object Detector documentation More... 3 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... 3 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... 3 months ago
Fix property table view to correctly display choice context menus for Object detector selected objects. This was breaking due to the QIcon being NULL. Also, display the actual class name and object id for Object Detector selected objects choice menu. More... 3 months ago
Change Object Detector to display the `class name: object id`, instead of the confidence score. This is way more useful, so you can find the object in the properties menu. Also, output the visible class names as well, so the property editor can display them in a context menu. More... 3 months ago
Set range of background corner radius to 150.0 (which is essentially a circle in my testing). Also, ignoring case of class_filter on Object Detection effect. More... 3 months ago
Allow empty string in property model updating (i.e. so the user can clear class_filter in the Object Detector effect) More... 3 months ago
Refactor of clip caching, to prevent caching flattened images with previous layers, replace std::shared_ptr<openshot::Frame> with QSize for a few arguments to make it much more clear what is happening. More... 3 months ago
Fix class_filter to allow for clearing, and trimming extra spaces More... 3 months ago
Fixing tooltips on webview timelines, and added "Parent" badge if a clip has a parent property set. More... 3 months ago
Disable process button on process effect dialog (Tracker effect, Object Detector effect) More... 3 months ago
Make x1,x2,y1,y2 properties read only in properties window More... 3 months ago
Fix Tracker/ObjectDetector unit tests, due to new default values More... 3 months ago
Refactor of ObjectDetection effect: - Draw bounding boxes using QPainter and support corner radius (and faster drawing performance by drawing directly on the frame) - Draw child clips with correct aspect ratio - Adding "Yes/No" option for "Draw Text" - default to fully opaque stroke More... 3 months ago
Refactor of Tracker effect and TrackedObjectBBox: - Draw Tracker boxes using QPainter and support corner radius (and faster drawing performance by drawing directly on the frame) - Draw child clips with correct aspect ratio - Adding "Yes/No" options for "Visible" and "Draw Box" Tracked Object Box keyframes - default to invisible background - default to 12 corner radius - default to 50% stroke alpha More... 3 months ago
Prompting user if Tracker effect region is invalid (i.e. not at the beginning of the clip), and then jumping the preview to the first frame. More... 3 months ago
Merge pull request #5429 from OpenShot/update-preference-screenshot More... 3 months ago
Fixing upload artifacts path. take 2. More... 3 months ago
Fixing upload artifacts path More... 3 months ago
Updating screenshot for Performance preferences to correctly show the list of graphic cards for Encoders/Decoders. More... 3 months ago
Merge pull request #5428 from OpenShot/paste-timeline-transaction More... 3 months ago
Merge pull request #5427 from OpenShot/improved-advanced-editor-warning More... 3 months ago
Adding transaction around Pasting timeline objects (clips and transitions). This allows all items pasted to be removed with a single undo. More... 3 months ago
Improving error message so it always displays the name of the setting, just in case the user erases the program name 'inkscape' in the preferences. More... 3 months ago