godot/editor/gui
Stijn Hinlopen 06791e1acd New Quick Open Dialog
- 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.
2024-10-01 21:39:16 +02:00
..
editor_bottom_panel.cpp Unify editor version buttons 2024-09-28 23:26:23 +08:00
editor_bottom_panel.h Unify editor version buttons 2024-09-28 23:26:23 +08:00
editor_dir_dialog.cpp Disable auto translation in EditorDirDialog 2024-09-26 14:28:48 +02:00
editor_dir_dialog.h
editor_file_dialog.cpp Add filter & sort to editor file dialog 2024-09-26 11:08:13 -03:00
editor_file_dialog.h Add filter & sort to editor file dialog 2024-09-26 11:08:13 -03:00
editor_object_selector.cpp
editor_object_selector.h
editor_quick_open_dialog.cpp New Quick Open Dialog 2024-10-01 21:39:16 +02:00
editor_quick_open_dialog.h New Quick Open Dialog 2024-10-01 21:39:16 +02:00
editor_run_bar.cpp New Quick Open Dialog 2024-10-01 21:39:16 +02:00
editor_run_bar.h New Quick Open Dialog 2024-10-01 21:39:16 +02:00
editor_scene_tabs.cpp
editor_scene_tabs.h
editor_spin_slider.cpp
editor_spin_slider.h
editor_title_bar.cpp
editor_title_bar.h Style: Apply new clang-format changes 2024-09-20 08:09:48 -05:00
editor_toaster.cpp
editor_toaster.h
editor_validation_panel.cpp
editor_validation_panel.h
editor_version_button.cpp Unify editor version buttons 2024-09-28 23:26:23 +08:00
editor_version_button.h Unify editor version buttons 2024-09-28 23:26:23 +08:00
editor_zoom_widget.cpp
editor_zoom_widget.h
scene_tree_editor.cpp Set auto translate mode for drag previews 2024-09-19 19:21:29 +08:00
scene_tree_editor.h
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00