Display Movie Maker button as "pressed" when Movie Maker mode is enabled
Fix Movie Maker button colors
Use enum for Movie Maker menu options
Fix Movie Maker button background when switching themes
Apply suggestions from code review
Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com>
Use a theme variation for button colors
Update editor/gui/editor_run_bar.h
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
- Updated list view with thumbnails, and separate file name.
- Added a grid view which has larger icons.
- Added toggle to filter out files from addons.
- Store history for each opened resource type.
New Editor settings for Quick Open:
- Startup display mode (grid or list):
- Determined by the requested resource type.
- Whatever was last used.
- Toggle to filter out files from addons (for persistence).
Notes
- The dialog is now created once in EditorNode, and globally available for other components.
- A fixed number of result scenes are instantiated, and reused based on query.
- Drop support for multiselect.
- Simplify and update its logic.
- Simplify EditorScript.
- Improve EditorNode and other relevant includes.
- Fix scene-based path in the movie writer when
reloading a scene.