summaryrefslogtreecommitdiff
path: root/editor/filesystem_dock.h
AgeCommit message (Collapse)Author
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.
2018-01-01Update copyright statements to 2018Rémi Verschelde
Happy new year to the wonderful Godot community!
2017-12-26Properly rename scenes and resources after renaming or moving files, should ↵Juan Linietsky
fix #13976 It's not tested, so please test.
2017-12-09Merge pull request #13446 from gad-o/duplicate_fileRémi Verschelde
Add duplicate option to filesystem dock
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-12-01Add duplice option to filesystem dockOrkun
Add duplice option to filesystem dock based move option
2017-11-20Add "New Folder.." to right mouse button click on project fileslist panel ↵Dmitry Koteroff
_WHEN_ no any file/folder is under mouse cursor.
2017-11-17Merge pull request #12583 from volzhs/select-multiple-filesRémi Verschelde
Not to be slow when select multiple files
2017-11-03Don't try to move if dragging a folder into itselfMillionOstrich
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-02Not to be slow when select multiple filesvolzhs
2017-10-22Make file system dock more user friendly.Cradmon
Edited files: editor/filesystem_dock.h editor/filesystem_dock.cpp
2017-10-09Add right click option to create folders.MillionOstrich
2017-10-09Rework DependencyRemoveDialog for deleting foldersMillionOstrich
DependencyRemoveDialog now takes two lists (files and folders) to delete. Sort the folders above files in DependencyRemoveDialog & use some more icons. Stop files which will be deleted from also being listed as having broken dependencies. Add right-click option for removing folder to filesystem folder tree.
2017-10-09Reworked rename & move for files & folders.MillionOstrich
Move/rename don't depend on the path variable anymore. Fixed dependencies not updating correctly when dragging folders in the folder tree. Dependencies will only update for files which sucessfully moved. Reduced code duplication between move & rename. Added rename & move options to folders tree.
2017-10-09Can now right click folders in filesystem dock.MillionOstrich
Disallow selecting ".." in the file-system dock. Show In Explorer just uses this->path rather than trying to work it out from the item. Add support for copy to path to folders . Removed old commented out code.
2017-09-12Added missing file system display toggle button.SaracenOne
2017-08-29Added nice icon to show when a file is broken on import.Juan Linietsky