26
I Use This!
High Activity

Commits : Listings

Analyzed 19 days ago. based on code collected 20 days ago.
Oct 02, 2024 — Nov 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #5634 from OpenShot/choose-profile-v2 More... about 1 month ago
Merge pull request #975 from OpenShot/choose-profile-v2 More... about 1 month ago
Updates to documentation of Profiles... some Raffi edits/feedback. More... about 1 month ago
Small refactor of the selection logic in Profile editor, to clear the selection when calling self.select_profile() More... about 1 month ago
Don't use current path when validating unique profile description (to allow for editing a profile) More... about 1 month ago
Filter clip reader updates to only ones matching the current file id. More... about 1 month ago
Merge branch 'develop' into choose-profile-v2 More... about 1 month ago
Fixing small issue with "Create Profile" context menu, to correctly show the "Create Profile" title. More... about 1 month ago
Small update to user-guide docs about "Set as Default Profile" More... about 1 month ago
Adding new validation logic to prevent deletion of custom profile which is currently used or the default project (in settings). Also validating custom profile has a unique description. Adding icons to Profile context menu. Added a new "Set as Default Profile" context menu option. Updated translations. More... about 1 month ago
Select newly inserted rows in Profile model/view. This fixes a bug when adding a new custom profile and the context menu not updating correctly. Also, fixed the Profile comparison to use "is" since we just modified the Swig bindings for Profile equality operators. More... about 1 month ago
Adding "Choose Profile" context menu, Profile Editor (Duplicate/Edit/Delete) options - to the user guide documentation. More... about 1 month ago
Refactor audio-only files changing sizes when profile change is detected, so it can support undo/redo. More... about 1 month ago
Simplify the profile creation and equality checking (in context menu) to use the C++/Swig operator More... about 1 month ago
Expose the Profile operators to SWIG for comparison More... about 1 month ago
Fixing small typo in docs More... about 1 month ago
Adding new Profile Editor. New context menu options to Edit, Duplicate, and Delete custom profiles. Updated translations (new strings). Modified "Choose Profile" to apply a new profile, even if it's already applied (i.e. might have been edited now). Added new methods for inserting / updating / removing rows from the Profile model / view. Fixed small bug on the Export screen, to restore start/end frame correctly. More... about 1 month ago
Adding new Save() method to Profile class, and fix a bug with "description" getting dropped in Json() method. Added new unit tests for JSON and Save methods. More... about 1 month ago
Merge pull request #5636 from OpenShot/fix-keyboard-shortcuts-docs More... about 1 month ago
Fix to white space in keyboard shortcuts (user-guide) which caused the table to disappear More... about 1 month ago
Adding new "Choose Profile" context menu to Project Files, to make it easy to edit using your source file width+height+FPS profile. Avoid error message prompts when importing multiple files. Large refactor of how profile switching happens (moving to UpdateManger - so it will support undo/redo system). Add new profile() method to File Query class, to make it easy to generate/find a profile object for any File object. More... about 1 month ago
Merge pull request #5627 from OpenShot/multi-drop-improvements More... about 2 months ago
Disable image sequences and error messages when dragging OS files onto the timeline directly. For these dialogs, you must drag/import files into Project Files first. More... about 2 months ago
Fix small regression which re-enables ability to edit File name and File tags on details view by double clicking. Double clicking the thumbnail (column 0) still launches preview dialog. More... about 2 months ago
Fixed small regression on transactions affecting multiple clips on drag-n-drop (i.e. drop effect on track) More... about 2 months ago
Merge branch 'develop' into multi-drop-improvements More... about 2 months ago
Merge pull request #5632 from OpenShot/improved-dock-widgets More... about 2 months ago
Adding transaction around adding multiple files in OpenShot (import or drag-n-drop on Project Files / Timeline). Fixed a race condition on startManualMove function, a delay between selections and ui-selected class appearing. Added WaitCursor when dropping files on timeline (if not dragging). More... about 2 months ago
Large refactor of os_drop, so that it becomes movable and droppable similar to normal "drag and drop" with Project Files. Also added in some disabling of updates when dropping large # of clips. More... about 2 months ago
Merge branch 'develop' into multi-drop-improvements More... about 2 months ago