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.
Rewrite conversion of relative and absolute path support in OpenShot (O…
…penShot#2477) * Convert transition paths for redo undo history loading and saving. This is to address absolute paths burried inside the undo/redo history. * Complete rewrite of relative and absolute path conversions using regex when the JSON is read and written to the file. This prevents lots of iterating over dicts, and is more full-proof for finding paths, even ones listed in the undo/redo history. * Remove any update history with a key == "history", which should not even happen anymore... but some older project files can still contain these keys, which can be giant blobs of data.
- Loading branch information
Showing
3 changed files
with
95 additions
and
154 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