summaryrefslogtreecommitdiff
path: root/editor/filesystem_dock.h
AgeCommit message (Collapse)Author
2019-11-21Unfold directories when showing in file systemTomasz Chabora
2019-10-30Add "Set as main scene" on context menu in FileSystem panelvolzhs
2019-08-22Cleanup and minor changes in FileSystem DockMichael Alexsander Silva Dias
2019-08-21Improvements and fixes of filesystem dockiwek7
2019-08-15Allow to create scene from FileSystem dockTomasz Chabora
2019-07-10Use reference to constant in functionsqarmin
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-04Fix moving and renaming filesHein-Pieter van Braam-Stewart
This commit fixes several issues related to moving scenes and resources in an open project. * Don't try to reload scenes while not all scenes are updated yet. * Don't use the UndoRedo system to update non-user initiated editor state. * Resave scenes after moving files and updating resource path(s).
2019-05-28Merge pull request #27836 from turtletooth/right-clickRémi Verschelde
Allow Right Click in Empty Space on FileSystemDock
2019-05-11Make possible to create inherited scenes via the RMB menu in the FileSystem dockMichael Alexsander Silva Dias
2019-04-09Allow Right Click in Empty Space on FileSystemDockJeremy Bullock
2019-04-09FS dock: Allow deselecting items by clicking empty spaceRémi Verschelde
Fixes #27546.
2019-04-08Add ability to edit editor feature profilesJuan Linietsky
Allows enabling/disabling parts of the editor and storing/loading profiles for that.
2019-03-05Fix general issues with filesystem-related UI components in the editorMichael Alexsander Silva Dias
2019-02-27Fixes layout loadingGilles Roudiere
2019-02-25Move the FileSystem dock layout properties to the per-project layout fileGilles Roudiere
2019-01-17Fixes crash in the Filesystem dockgroud
2019-01-01Update copyright statements to 2019Rémi Verschelde
Happy new year to the wonderful Godot community!
2018-12-06Add signals for files move/delete/rename to FileSystemDockgroud
2018-11-03Hide some RMB options in the filesystem dock when files are searchedgroud
2018-11-02Merge pull request #23061 from groud/remove_thumbnail_viewJuan Linietsky
Remove the thumnail-only view from the filesystem dock
2018-10-23Update filesystem dock when theme changedChaosus
2018-10-16Remove the thumnail-only view from the filesystem dockgroud
2018-09-30Adds the display of the favorites into the file listgroud
2018-09-28Add thumbnails to the FileSystem file listgroud
2018-09-18Fixes favorites not updating and rename favorite_dirs to favoritesgroud
2018-09-14Bugfixes on the filesystem dockgroud
2018-09-14Add a display mode toggle buttongroud
2018-09-14Store tree collapse when searchinggroud
2018-09-14Allow dragging files into the favorites sectiongroud
2018-09-14Adds a filter in the tree viewgroud
2018-09-14Replace the -show in filesystem- button by a RMB entrygroud
2018-09-14Replace the favorite button by a RMB menu entrygroud
2018-09-14Merge the disable_split and show_files_in_tree settingsgroud
2018-09-14Add thumnails to the tree viewgroud
2018-09-14Add support for files in the tree viewgroud
2018-09-12Make core/ includes absolute, remove subfolders from include pathRé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-14Add a way to disable the split viewgroud
Also add a parameter as the max height before split
2018-07-22Ability to add Resource from FileSystem Docksteincodes
2018-07-05Merge pull request #19183 from Nallebeorn/rename-main-sceneMax Hilbrunner
Update resource file project settings after renaming/moving the files
2018-07-05Merge pull request #19245 from swarnimarun/overwrite_fixMax Hilbrunner
Fix overwrite of file/folder of same name without warning
2018-07-03Update resource file project settings on renameBenjamin
2018-07-01Show current scene file in FileSystem dockvolzhs
2018-06-12Fix for overwriting files and folders on movesteincodes
2018-04-27Basic 'new script' feature added to File System browserEoin O'Neill
2018-02-28update favorite_dirs list after move or rename a dirJason0214
2018-02-14Merge pull request #15379 from ianb96/delete_key_fixRémi Verschelde
Filesystem and Visual Script Members delete key fix
2018-02-01Expand project root directory on editor startvolzhs
close #16232 Option for expanding all directories on start up is a bit tricky and buggy.
2018-01-06Filesystem and Visual Script Members keyboard shortcuts fixIan
2018-01-05Add missing copyright headers and fix formattingRé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.