forked from OpenShot/openshot-qt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved Tracks (simpler numbering, faster inserting, prevent deletio…
…n of locked tracks) (OpenShot#2491) * Improving track inserting, adding, and deleting, including a more dynamic numbering system, a simpler display system, and much less processing for most insert track operations. Track numbering is spaced out in increments of 1,000,000. Inserting does not need to move clips around, but rather find the mid point of the gap. This works for the first 30 or so inserts, and then when the gap is too small, we start renaming and moving items that are conflicting. * Clean-up of some indention issues and removing some commented out code * Prevent removal of 'locked' tracks. User must set track to 'unlocked' state before the delete option is enabled. * Updating track/layer display in 'Properties' view and 'Add to Timeline' view. We now display labels if any found, and use the same display logic everywhere a track is displayed.
- Loading branch information
Showing
13 changed files
with
154 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.