26
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 12, 2024 — Sep 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #5786 from OpenShot/prepare-for-release More... 3 months ago
Adding new cached icons for next release More... 3 months ago
Tweak regex for changelog parsing, to fix issues with commit messages with double spaces More... 3 months ago
Adding proxy models and faster filtering to About / Credits models (change log, supporters, developers, etc...) More... 3 months ago
Compiling translation resource file More... 3 months ago
Updating supporters for next release More... 3 months ago
updating 21 language translations for next release More... 3 months ago
Updating translation template for next release More... 3 months ago
Updating docs for multi selection editing, updated swig bindings, movable keyframes, etc... More... 3 months ago
Merge pull request #5785 from OpenShot/draggable-keyframes More... 3 months ago
Fixing crash caused by multiple selections and deleting a selected files (mostly due to transform handles still references the deleted clips) More... 3 months ago
Improving speed of selections and large edits (i.e. selecting hundreds of clips and moving them). Making selection dropdown load menu on click (for speed up) More... 3 months ago
Adding drag and drop feature to keyframes on timeline. This previews the video while the drag happens, and disables the "wait" cursor caused by update_clip_data (IgnoreUpdates.emit) More... 3 months ago
Merge pull request #5783 from OpenShot/multi-edit-properties More... 3 months ago
Add clip thumbnails to property selection dropdown (use 'start' trim as well) More... 3 months ago
Fixing Codacy nit picks More... 3 months ago
Fixing Codacy nit picks More... 3 months ago
Adding transactions into property editor with multi-selection. More... 3 months ago
Integrating multi-selection into Transform handles, so it's now possible to transform multiple clips at the same time (location, scaling, rotation, skew, etc...). Improving multi-selection support for Property dock selection dropdown, to maintain the full list of selections and allow the user to jump between them and back to the full multi-selection. Made it possible to select multiple effects at the same time, and unselect effects with CTRL+click. Selected effects are brighter icons, unselected effects are dimmer. Fixed issue on property editor where the "." character would not begin editing mode. More... 3 months ago
Large refactor of selections, from multiple lists, to a single list, and then full support for multiple-selection editing in the property dock and context menus. Added properties on the main window to emulate the original separate lists, to minimize code changes. More... 3 months ago
Merge pull request #1015 from OpenShot/fix-update-regression More... 3 months ago
Removing Play/Stop implementation from VideoCacheThread. Adding back in a ClearAllCache in Seek(), to handle updates via the UI correctly. More... 3 months ago
Fix Timeline::ApplyJsonDiff to make changes to our data first, and then clear cache afterwards (potential race condition) More... 3 months ago
Merge pull request #5781 from OpenShot/ffmpeg-performance More... 3 months ago
Merge pull request #1014 from OpenShot/ffmpeg-performance More... 3 months ago
Merge pull request #165 from OpenShot/ffmpeg-performance More... 3 months ago
Including missing sstream include on Profile tests More... 3 months ago
Clearing the main timeline cache during export (to free up memory and stop the video cache thread in the player from competing with the export), then restore it on dialog close (back to original cache) More... 3 months ago
Removing debug code More... 3 months ago
Integrating VideoCacheThread into Export dialog to speed up exports by 23% (using test video: 720p 24FPS) More... 3 months ago