Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused FILE_INFO from FileSystem dock | kobewi | 2024-10-30 | 1 | -3/+0 |
| | |||||
* | Merge pull request #98039 from aaronfranke/button-icon | Thaddeus Crews | 2024-10-29 | 1 | -15/+15 |
|\ | | | | | | | Rename internal Button `*_icon` functions to `*_button_icon` to match exposed methods | ||||
| * | Rename internal Button icon to button_icon to match exposed methods | Aaron Franke | 2024-10-29 | 1 | -15/+15 |
| | | |||||
* | | Merge pull request #98075 from KoBeWi/based_folder | Thaddeus Crews | 2024-10-29 | 1 | -1/+1 |
|\ \ | |/ |/| | | | Fix wrong base directory when creating folder | ||||
| * | Fix wrong base directory when creating folder | kobewi | 2024-10-11 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #97090 from KoBeWi/secret_cloning_research | Thaddeus Crews | 2024-10-25 | 1 | -70/+10 |
|\ \ | | | | | | | | | | Don't rescan filesystem when duplicating | ||||
| * | | Don't rescan filesystem when duplicating | kobewi | 2024-10-04 | 1 | -70/+10 |
| |/ | |||||
* | | Merge pull request #93578 from ↵ | Thaddeus Crews | 2024-10-25 | 1 | -6/+6 |
|\ \ | |/ |/| | | | | | | | Calinou/editor-filesystem-dock-context-add-shortcuts Add default keyboard shortcuts to various actions in the FileSystem dock | ||||
| * | Add default keyboard shortcuts to various actions in the FileSystem dock | Hugo Locurcio | 2024-06-25 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some of these shortcuts are inspired by Visual Studio Code's defaults. - Ctrl + Alt + C: Copy Absolute Path - Ctrl + Alt + Shift + C: Copy UID - Ctrl + Alt + R: Open in File Manager - Ctrl + Alt + E: Open in External Program - Ctrl + Alt + T: Open in Terminal - Note: On Linux distributions that have Ctrl + Alt + T as a default shortcut to open a terminal, the system shortcut takes priority over this one. The "Open Containing Folder in Terminal" text was shortened so that the context menu doesn't become too wide with the default shortcut annotations. | ||||
* | | Unify make dir and duplicate dialogs | kobewi | 2024-10-02 | 1 | -56/+34 |
| | | |||||
* | | Merge pull request #97344 from pafuent/editor_file_dialog_filter_sort | Rémi Verschelde | 2024-09-26 | 1 | -92/+53 |
|\ \ | | | | | | | | | | Add filter & sort to editor file dialog | ||||
| * | | Add filter & sort to editor file dialog | Pablo Andres Fuente | 2024-09-26 | 1 | -92/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes https://github.com/godotengine/godot-proposals/issues/2721 On `EditorFileDialog`: * Add filter box that only shows folders and files in current directory that match * Add sort button to sort files and directories * Add a shortcut for CTRL+F for selecting the filter box Also moved common code between `EditorFileDialog` and `FileSystemDock` to it's own file. Co-authored-by: fox <12120644+foxydevloper@users.noreply.github.com> | ||||
* | | | Make FileSystem dock buttons consistent | Haoyu Qiu | 2024-09-21 | 1 | -6/+8 |
|/ / | |||||
* | | Merge pull request #97185 from KoBeWi/ID_war | Rémi Verschelde | 2024-09-19 | 1 | -6/+5 |
|\ \ | | | | | | | | | | Fix FileSystemDock's EditorContextMenuPlugins | ||||
| * | | Fix FileSystemDock's EditorContextMenuPlugins | kobewi | 2024-09-19 | 1 | -6/+5 |
| | | | |||||
* | | | Merge pull request #97075 from ↵ | Rémi Verschelde | 2024-09-19 | 1 | -24/+14 |
|\ \ \ | |/ / |/| | | | | | | | | | | | KoBeWi/better_new_folder_(not_to_be_confused_with_new_better_folder) Rework creating new folders in editor | ||||
| * | | Rework creating new folders in editor | kobewi | 2024-09-17 | 1 | -24/+14 |
| | | | |||||
* | | | Fix generic conversion icon | kobewi | 2024-09-17 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #65585 from SaracenOne/filesystem_dock_conversion | Rémi Verschelde | 2024-09-17 | 1 | -3/+166 |
|\ \ \ | |/ / |/| | | | | | Add support for resource conversion plugins in filesystem dock | ||||
| * | | Add support for resource conversion plugins in filesystem dock. | SaracenOne | 2024-09-16 | 1 | -3/+166 |
| | | | |||||
* | | | Merge pull request #93372 from ↵ | Rémi Verschelde | 2024-09-16 | 1 | -1/+10 |
|\ \ \ | |/ / |/| | | | | | | | | | | | KoBeWi/instant_folders,_like_instant_noodles,_but_for_storing_files Don't rescan filesystem when adding new directory | ||||
| * | | Don't rescan filesystem when adding new directory | kobewi | 2024-06-20 | 1 | -1/+10 |
| | | | |||||
* | | | Merge pull request #96643 from bruvzg/fs_links | Rémi Verschelde | 2024-09-12 | 1 | -0/+9 |
|\ \ \ | | | | | | | | | | | | | [FileSystem Dock] Add symlink indicator and tooltip. | ||||
| * | | | [FileSystem Dock] Add symlink indicator and tooltip. | bruvzg | 2024-09-06 | 1 | -0/+9 |
| | | | | |||||
* | | | | Merge pull request #96539 from ↵ | Rémi Verschelde | 2024-09-11 | 1 | -11/+27 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | KoBeWi/feat_context_menu_plugin4.x_2-electric_boogaloo Add EditorContextMenuPluginManager and refactor menu plugins | ||||
| * | | | Add EditorContextMenuPluginManager and refactor menu plugins | kobewi | 2024-09-03 | 1 | -11/+27 |
| | | | | |||||
* | | | | [FileSystem Dock] Add option to show some unsupported files in the dock. | bruvzg | 2024-09-05 | 1 | -1/+1 |
| | | | | |||||
* | | | | [Editor] Don't show popup when clicking empty in Favorites | A Thousand Ships | 2024-09-04 | 1 | -0/+5 |
|/ / / | |||||
* | | | Merge pull request #94582 from citizenll/feat_context_menu_plugin4.x | Rémi Verschelde | 2024-09-03 | 1 | -0/+12 |
|\ \ \ | | | | | | | | | | | | | Add support for custom items to editor right-click context menus | ||||
| * | | | Add support for custom items to editor right-click context menus | citizenl | 2024-09-03 | 1 | -0/+12 |
| | | | | |||||
* | | | | ResourceImporterScene: Replace animation bool with an import type string enum | Aaron Franke | 2024-08-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #94703 from fstxz/fix_get_selected_paths | Rémi Verschelde | 2024-08-19 | 1 | -1/+18 |
|\ \ \ \ | | | | | | | | | | | | | | | | Fix `EditorInterface.get_selected_paths()` working incorrectly when FileSystemDock is in split mode | ||||
| * | | | | Fix `EditorInterface.get_selected_paths()` working incorrectly when ↵ | Artemy Fedotov | 2024-08-17 | 1 | -1/+18 |
| |/ / / | | | | | | | | | | | | | FileSystemDock is in split mode | ||||
* / / / | Fix huge tscn icon in FileSystem split mode using list view | Giganzo | 2024-08-08 | 1 | -1/+2 |
|/ / / | |||||
* | | | Merge pull request #92303 from Hilderin/fix-synchronization-global-class-name | Rémi Verschelde | 2024-06-28 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | Fix synchronization of global class name | ||||
| * | | | Fix synchronization of global class name | Hilderin | 2024-06-25 | 1 | -1/+1 |
| | |/ | |/| | |||||
* / | | Update import dock when select resource in resource panel | jsjtxietian | 2024-06-24 | 1 | -0/+2 |
|/ / | |||||
* | | Merge pull request #93147 from Hilderin/fix-freeze-after-save | Rémi Verschelde | 2024-06-21 | 1 | -33/+4 |
|\ \ | |/ |/| | | | Fix noticeable freeze after saving a scene | ||||
| * | Fix Noticeable freeze after saving a scene #93104 | Hilderin | 2024-06-20 | 1 | -33/+4 |
| | | |||||
* | | [Scene] Add `SceneStringNames::text/value_changed` | A Thousand Ships | 2024-06-19 | 1 | -2/+2 |
| | | |||||
* | | [Scene] Add `SceneStringNames::confirmed` | A Thousand Ships | 2024-06-19 | 1 | -3/+3 |
|/ | |||||
* | Revert "Fix FileSystem dock won't show any file folders" | Rémi Verschelde | 2024-06-11 | 1 | -15/+4 |
| | | | | | | This reverts commit 72856d633a6be5c596d4a3231acab009828a2efe. Fixes #93022. | ||||
* | Fix FileSystem dock won't show any file folders | Hilderin | 2024-06-10 | 1 | -4/+15 |
| | |||||
* | Fix Huge .tscn Icon and icon in background of File System panel | Hilderin | 2024-06-02 | 1 | -0/+3 |
| | |||||
* | [Scene] Add `SceneStringNames::panel` | A Thousand Ships | 2024-05-30 | 1 | -1/+1 |
| | |||||
* | [Scene] Add `SceneStringNames::id_pressed` | A Thousand Ships | 2024-05-30 | 1 | -5/+5 |
| | |||||
* | Merge pull request #90570 from timothyqiu/at-last | Rémi Verschelde | 2024-05-29 | 1 | -6/+6 |
|\ | | | | | | | Rearrange "Open In" menu items of FileSystem dock | ||||
| * | Rearrange Open In menu items of FileSystem dock | Haoyu Qiu | 2024-04-13 | 1 | -6/+6 |
| | | |||||
* | | SCons: Minor fixes/adjustments for web compilation | Thaddeus Crews | 2024-05-24 | 1 | -1/+1 |
| | | |||||
* | | Fix Tree and FileSystemList edit popup double events and ESC behavior. | bruvzg | 2024-05-17 | 1 | -1/+15 |
| | |