26
I Use This!
Moderate Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 11 days ago.
Jun 05, 2023 — Jun 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
Merge pull request #5424 from OpenShot/fix-copy-effects More... 4 months ago
Adding new copyAll and pasteAll methods, and connecting them to main window QShortcuts, to ensure the Webview does not eat our Ctrl+C/Ctrl+V keypress events. More... 4 months ago
Removing Ctrl-C shortcut from main window UI file More... 4 months ago
Also updating effect IDs when entire clips are pasted More... 4 months ago
Fixing bug when copying effects from 1 clip to another clip. We were copying the "id" from the first clip, instead of generating a new one. Take 2.. generating ID on Paste instead of copy. More... 4 months ago