Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #95107 from KoBeWi/stealth_file_system | Thaddeus Crews | 2024-11-12 | 1 | -1/+4 |
|\ | | | | | | | Optimize FileSystem Dock filtering | ||||
| * | Optimize FileSystem Dock filtering | kobewi | 2024-10-04 | 1 | -1/+4 |
| | | |||||
* | | Merge pull request #97415 from YeldhamDev/i_love_all_my_properties_equally | Thaddeus Crews | 2024-11-11 | 1 | -1/+1 |
|\ \ | | | | | | | | | | Make possible to favorite properties in the inspector | ||||
| * | | Make possible to favorite properties in the inspector | Michael Alexsander | 2024-10-28 | 1 | -1/+1 |
| |/ | |||||
* | | Remove unused FILE_INFO from FileSystem dock | kobewi | 2024-10-30 | 1 | -1/+0 |
| | | |||||
* | | Set clang-format `RemoveSemicolon` rule to `true` | Adam Scott | 2024-10-25 | 1 | -1/+1 |
|/ | | | | - Set clang-format `Standard` rule to `c++20` | ||||
* | Unify make dir and duplicate dialogs | kobewi | 2024-10-02 | 1 | -3/+2 |
| | |||||
* | Add filter & sort to editor file dialog | Pablo Andres Fuente | 2024-09-26 | 1 | -30/+2 |
| | | | | | | | | | | | | | | 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> | ||||
* | Merge pull request #97075 from ↵ | Rémi Verschelde | 2024-09-19 | 1 | -1/+1 |
|\ | | | | | | | | | | | 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 | -1/+1 |
| | | |||||
* | | Merge pull request #65585 from SaracenOne/filesystem_dock_conversion | Rémi Verschelde | 2024-09-17 | 1 | -0/+12 |
|\ \ | |/ |/| | | | Add support for resource conversion plugins in filesystem dock | ||||
| * | Add support for resource conversion plugins in filesystem dock. | SaracenOne | 2024-09-16 | 1 | -0/+12 |
| | | |||||
* | | Merge pull request #93372 from ↵ | Rémi Verschelde | 2024-09-16 | 1 | -0/+1 |
|\ \ | |/ |/| | | | | | | | 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 | -0/+1 |
| | | |||||
* | | Fix `EditorInterface.get_selected_paths()` working incorrectly when ↵ | Artemy Fedotov | 2024-08-17 | 1 | -0/+1 |
| | | | | | | | | FileSystemDock is in split mode | ||||
* | | Fix Noticeable freeze after saving a scene #93104 | Hilderin | 2024-06-20 | 1 | -2/+0 |
|/ | |||||
* | Revert "Fix FileSystem dock won't show any file folders" | Rémi Verschelde | 2024-06-11 | 1 | -2/+0 |
| | | | | | | This reverts commit 72856d633a6be5c596d4a3231acab009828a2efe. Fixes #93022. | ||||
* | Fix FileSystem dock won't show any file folders | Hilderin | 2024-06-10 | 1 | -0/+2 |
| | |||||
* | Fix Tree and FileSystemList edit popup double events and ESC behavior. | bruvzg | 2024-05-17 | 1 | -0/+1 |
| | |||||
* | Merge pull request #91158 from Arnklit/show-in-filesystem-favorites | Rémi Verschelde | 2024-04-26 | 1 | -0/+1 |
|\ | | | | | | | Add show in filesystem option for file favorites | ||||
| * | Add show in filesystem option for file favorites | Kasper Frandsen | 2024-04-26 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #88660 from MajorMcDoom/tokenized-file-search | Rémi Verschelde | 2024-04-19 | 1 | -1/+2 |
|\ \ | | | | | | | | | | Add tokenized search support to Quick Open dialog and FileSystem filter | ||||
| * | | Added tokenized search support to Quick Open dialog and FileSystem filter. | Zi Ye | 2024-04-17 | 1 | -1/+2 |
| | | | |||||
* | | | Fix folder colors not present in editor dir dialog | Muller-Castro | 2024-04-16 | 1 | -0/+5 |
|/ / | |||||
* / | Fix folder colors not saving after project.godot is modifed externally | kobewi | 2024-04-12 | 1 | -0/+1 |
|/ | |||||
* | Add option to copy absolute path in file system dock popup | Christian Feuz | 2024-04-09 | 1 | -0/+1 |
| | |||||
* | Fix sorting of files/dirs in dialogs | A Thousand Ships | 2024-03-20 | 1 | -1/+1 |
| | | | | Sorts leading `_` before other characters except `.`. | ||||
* | Fix custom resource icons in FileSystem | kobewi | 2024-03-08 | 1 | -1/+4 |
| | |||||
* | Add Ctrl + L / Cmd + Shift + G shortcut to focus path bar in FileDialog | Hugo Locurcio | 2024-03-05 | 1 | -0/+1 |
| | | | | | | | | | | This also tweaks EditorFileDialog to use the same shortcut, while making it select the path text after focusing (like in most file managers). Ctrl + L / Cmd + Shift + G can also now be used to focus on the property name in the project settings editor, as well in the Input Map, Autoload, Shader Globals and Global Groups tabs. | ||||
* | Add const lvalue ref to editor/* container parameters | Muller-Castro | 2024-02-26 | 1 | -5/+5 |
| | |||||
* | Some editor code cleanup | kobewi | 2024-01-30 | 1 | -2/+0 |
| | |||||
* | Ability to move FileSystem dock to bottom | Juan Linietsky | 2024-01-29 | 1 | -0/+7 |
| | | | | | * Allows moving the filesystem dock to the bottom * Added ability to drag resources across bottom docks | ||||
* | Extract editor dock manager | kit | 2024-01-15 | 1 | -3/+6 |
| | |||||
* | Merge pull request #86486 from timothyqiu/move-copy-dialog | Rémi Verschelde | 2024-01-03 | 1 | -7/+8 |
|\ | | | | | | | Improve `EditorDirDialog` | ||||
| * | Improve EditorDirDialog | Haoyu Qiu | 2023-12-25 | 1 | -7/+8 |
| | | | | | | | | | | | | | | | | | | * Automatically selects the newly created directory * Automatically selects "res://" when nothing is selected * Fixes an error when overwrite/replace dialog appears * Changes "copy checkbox + action button" to "copy button + move button" * Double clicking a directory (un)collapses it instead of copy/move * Uses DirectoryCreateDialog for "Create Folder" | ||||
* | | Store horizontal and vertical split offsets separately in FileSystem dock | Vedat Gunel | 2023-12-25 | 1 | -2/+5 |
|/ | |||||
* | Merge pull request #85923 from ↵ | Yuri Sizov | 2023-12-22 | 1 | -0/+1 |
|\ | | | | | | | | | | | Calinou/editor-filesystem-dock-add-open-in-terminal Add a editor FileSystem dock action to open a terminal in selected folder | ||||
| * | Add a editor FileSystem dock action to open a terminal in selected folder | Hugo Locurcio | 2023-12-19 | 1 | -0/+1 |
| | | | | | | | | | | This is useful to enter some commands without having to open a separate terminal and `cd` to the project folder. | ||||
* | | Properly select the newly duplicated file | kobewi | 2023-12-14 | 1 | -0/+1 |
| | | |||||
* | | Fix folder color not showing up in file dialogs | Nikita Krasnov | 2023-11-14 | 1 | -0/+3 |
|/ | |||||
* | Use Hashset for dependency list when moving | Jordyfel | 2023-10-25 | 1 | -3/+3 |
| | |||||
* | Fix several issues with renaming in FileSystem dock | Vedat Gunel | 2023-10-09 | 1 | -1/+1 |
| | |||||
* | Merge pull request #80241 from gamedevishard/filesystem_dock_hsplit | Rémi Verschelde | 2023-10-03 | 1 | -3/+7 |
|\ | | | | | | | Horizontal split view for Filesystem Dock | ||||
| * | Horizontal split view for Filesystem Dock | Devel Oper | 2023-09-22 | 1 | -3/+7 |
| | | |||||
* | | Fix folder moving in FileSystemDock | 风青山 | 2023-09-29 | 1 | -3/+3 |
|/ | | | | | | Include files in the folder that will be moved/renamed when looking up the file owner. Rename the function/variable names to make more sense in FileSystemDock | ||||
* | Fix dependency handling on move or rename. | Jordyfel | 2023-09-15 | 1 | -4/+4 |
| | |||||
* | Update folder colors when moving or renaming | A Thousand Ships | 2023-09-07 | 1 | -1/+3 |
| | |||||
* | Add custom color support to project folders | the-sink | 2023-08-29 | 1 | -0/+6 |
| | |||||
* | Permits the renaming of files and folders inline for items in the ↵ | Wiwip | 2023-06-02 | 1 | -1/+18 |
| | | | | | | | FileSystemDock. This is a continuation of: https://github.com/godotengine/godot/pull/76794 which didn't consider DISPLAY_MODE_SPLIT. Fixes: https://github.com/godotengine/godot/issues/77527 and https://github.com/godotengine/godot-proposals/issues/4933 | ||||
* | Add scrolling to overwrite dialog | kobewi | 2023-05-18 | 1 | -0/+6 |
| |