Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-09 | FS dock: Allow deselecting items by clicking empty space | Rémi Verschelde | |
Fixes #27546. | |||
2019-04-08 | Add ability to edit editor feature profiles | Juan Linietsky | |
Allows enabling/disabling parts of the editor and storing/loading profiles for that. | |||
2019-03-05 | Fix general issues with filesystem-related UI components in the editor | Michael Alexsander Silva Dias | |
2019-02-27 | Fixes layout loading | Gilles Roudiere | |
2019-02-25 | Move the FileSystem dock layout properties to the per-project layout file | Gilles Roudiere | |
2019-01-17 | Fixes crash in the Filesystem dock | groud | |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2018-12-06 | Add signals for files move/delete/rename to FileSystemDock | groud | |
2018-11-03 | Hide some RMB options in the filesystem dock when files are searched | groud | |
2018-11-02 | Merge pull request #23061 from groud/remove_thumbnail_view | Juan Linietsky | |
Remove the thumnail-only view from the filesystem dock | |||
2018-10-23 | Update filesystem dock when theme changed | Chaosus | |
2018-10-16 | Remove the thumnail-only view from the filesystem dock | groud | |
2018-09-30 | Adds the display of the favorites into the file list | groud | |
2018-09-28 | Add thumbnails to the FileSystem file list | groud | |
2018-09-18 | Fixes favorites not updating and rename favorite_dirs to favorites | groud | |
2018-09-14 | Bugfixes on the filesystem dock | groud | |
2018-09-14 | Add a display mode toggle button | groud | |
2018-09-14 | Store tree collapse when searching | groud | |
2018-09-14 | Allow dragging files into the favorites section | groud | |
2018-09-14 | Adds a filter in the tree view | groud | |
2018-09-14 | Replace the -show in filesystem- button by a RMB entry | groud | |
2018-09-14 | Replace the favorite button by a RMB menu entry | groud | |
2018-09-14 | Merge the disable_split and show_files_in_tree settings | groud | |
2018-09-14 | Add thumnails to the tree view | groud | |
2018-09-14 | Add support for files in the tree view | groud | |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | |
This allows more consistency in the manner we include core headers, where previously there would be a mix of absolute, relative and include path-dependent includes. | |||
2018-08-14 | Add a way to disable the split view | groud | |
Also add a parameter as the max height before split | |||
2018-07-22 | Ability to add Resource from FileSystem Dock | steincodes | |
2018-07-05 | Merge pull request #19183 from Nallebeorn/rename-main-scene | Max Hilbrunner | |
Update resource file project settings after renaming/moving the files | |||
2018-07-05 | Merge pull request #19245 from swarnimarun/overwrite_fix | Max Hilbrunner | |
Fix overwrite of file/folder of same name without warning | |||
2018-07-03 | Update resource file project settings on rename | Benjamin | |
2018-07-01 | Show current scene file in FileSystem dock | volzhs | |
2018-06-12 | Fix for overwriting files and folders on move | steincodes | |
2018-04-27 | Basic 'new script' feature added to File System browser | Eoin O'Neill | |
2018-02-28 | update favorite_dirs list after move or rename a dir | Jason0214 | |
2018-02-14 | Merge pull request #15379 from ianb96/delete_key_fix | Rémi Verschelde | |
Filesystem and Visual Script Members delete key fix | |||
2018-02-01 | Expand project root directory on editor start | volzhs | |
close #16232 Option for expanding all directories on start up is a bit tricky and buggy. | |||
2018-01-06 | Filesystem and Visual Script Members keyboard shortcuts fix | Ian | |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde | |
Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module. | |||
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2017-12-26 | Properly rename scenes and resources after renaming or moving files, should ↵ | Juan Linietsky | |
fix #13976 It's not tested, so please test. | |||
2017-12-09 | Merge pull request #13446 from gad-o/duplicate_file | Rémi Verschelde | |
Add duplicate option to filesystem dock | |||
2017-12-07 | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde | |
2017-12-01 | Add duplice option to filesystem dock | Orkun | |
Add duplice option to filesystem dock based move option | |||
2017-11-20 | Add "New Folder.." to right mouse button click on project fileslist panel ↵ | Dmitry Koteroff | |
_WHEN_ no any file/folder is under mouse cursor. | |||
2017-11-17 | Merge pull request #12583 from volzhs/select-multiple-files | Rémi Verschelde | |
Not to be slow when select multiple files | |||
2017-11-03 | Don't try to move if dragging a folder into itself | MillionOstrich | |
If a folder would be moved to an invalid location disallow the drag Don't treat dragging a file/folder to its current location as invalid Allow dragging onto empty space / files in the files list Fix dragging a folder onto "Favourites" starting an invalid move | |||
2017-11-02 | Not to be slow when select multiple files | volzhs | |
2017-10-22 | Make file system dock more user friendly. | Cradmon | |
Edited files: editor/filesystem_dock.h editor/filesystem_dock.cpp | |||
2017-10-09 | Add right click option to create folders. | MillionOstrich | |