-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editor UI #85
Editor UI #85
Conversation
Closed and re-opened as I was having upstream issues ^^" |
Update for editor (non-pushed changes): EditorUI will be the handler for the different screens (file manager, editing, render menu, custom, +++). The basic Editor layout will be something people can customize to their liking and create multiple layouts with (For subtitling, color grading, cutting, ...) Still a work in progress, but don't expect this change to take too long. Also adds to the modularity of the editor as people will be able to make their own layout styles so they are not bound to the current layout of left|middle|right panel containers. |
Made a quick update to printer which I'll be including in this PR. |
I'll be merging this PR for now, there are TODO's in the code which will be done at a later stage as they aren't specifically needed at this point in time. |
PR for creating the editor UI. This will take a bit of time to set-up correctly, but I'll be keeping this up to date and push my changes (probably) every day.
TO-DO:
For future versions, people will be able to add custom tabs on the left bar which will each have their own layout which the user made. This is needed to be fully modular, but a worry for later