26
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
Jun 22, 2023 — Jun 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixing tooltips on webview timelines, and added "Parent" badge if a clip has a parent property set. More... 4 months ago
Disable process button on process effect dialog (Tracker effect, Object Detector effect) More... 4 months ago
Make x1,x2,y1,y2 properties read only in properties window More... 4 months ago
Fix Tracker/ObjectDetector unit tests, due to new default values More... 4 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... 4 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... 4 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... 4 months ago
Merge pull request #5429 from OpenShot/update-preference-screenshot More... 4 months ago
Fixing upload artifacts path. take 2. More... 4 months ago
Fixing upload artifacts path More... 4 months ago
Updating screenshot for Performance preferences to correctly show the list of graphic cards for Encoders/Decoders. More... 4 months ago
Merge pull request #5428 from OpenShot/paste-timeline-transaction More... 4 months ago
Merge pull request #5427 from OpenShot/improved-advanced-editor-warning More... 4 months ago
Adding transaction around Pasting timeline objects (clips and transitions). This allows all items pasted to be removed with a single undo. More... 4 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... 4 months ago
Improving Advanced Editor warning if program not found, or if path is blank in settings. More... 4 months ago
Removing experimental_timeline setting, and using --web-backend arg: qwidget instead, for testing the new timeline widget backend. More... 4 months ago
Refactor all enums out of timeline view and use Enum base class, simplify the top of the timeline view file. Also, optimizing imports (removing unused imports) More... 4 months ago
Large refactor of webview terminology, and making the QWidget backend compatible with the existing TimelineView loading logic. So, whether a webview or qwidget backend is used, it is initialized mostly the same. More... 4 months ago
Merge branch 'new-ui-theme' into develop More... 4 months ago
Merge pull request #5426 from OpenShot/copy-ttf-fonts-appimage More... 4 months ago
Merge pull request #949 from OpenShot/copy-ttf-fonts-appimage More... 4 months ago
Adding 'Open Sans' as another fallback font More... 4 months ago
Refactor of saving font-family on load of any SVG title, and when font button/dialog is used. More... 4 months ago
Improve font fallback in Title editor, with partial font name matching, and our new default DejaVu Sans font More... 4 months ago
Removing experimental TTF font packaging in AppImage, this did not work with Resvg. More... 4 months ago
Replacing Bitstream Vera Sans with DejaVu Sans, for wider compatibility on Linux distros. Removing --inkscape-font attributes. More... 4 months ago
Updating RESVG windows build instructions, and removing unit tests from 32-bit windows More... 4 months ago
Copy all TTF font files needed for AppImage to run successfully and display font's in the Title Editor More... 4 months ago
Merge pull request #5425 from OpenShot/fix-copy-shortcut-timeline More... 4 months ago