summaryrefslogtreecommitdiff
path: root/editor/filesystem_dock.cpp
AgeCommit message (Collapse)Author
2018-10-0422586: Dragging file icon on to another file causes "Error Moving" in ↵Dualtagh Murray
FileSystem dock
2018-09-30Adds the display of the favorites into the file listgroud
2018-09-28Add thumbnails to the FileSystem file listgroud
2018-09-27Fixes drag & drop in the file listgroud
2018-09-24Merge pull request #22398 from groud/fix_import_tab_updateRémi Verschelde
Fix import tab not updating when selecting in the tree view
2018-09-24Fix import tab not updating when selecting in the tree viewgroud
2018-09-24Allow the tree view of FileSystem to take more spacegroud
2018-09-23Prevent built-in-scripts from being made from FileSystem dockDualMatrix
Prevent built-in-scripts from being made from FileSystem dock
2018-09-21Remove auto disabling of the split-view in the FileSystem dockgroud
2018-09-21Merge pull request #22308 from groud/fix_filesystem_settingRémi Verschelde
Fixes filesystem display mode not updating at startup
2018-09-21Fixes filesystem display mode not updating at startupgroud
2018-09-21Make filesystem dock's path bar start with said path writtenMichael Alexsander Silva Dias
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-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-14Merge pull request #20997 from Gamblify/add_files_to_tree_viewRémi Verschelde
Add a way to disable the split view in the FileSystem dock
2018-08-14Merge pull request #20915 from ivodopiviz/rmb-filesystemRémi Verschelde
Show in File Manager Clarification
2018-08-14Show in File Manager ClarificationIvan Vodopiviz
Changed the context menu 'Show in File Manager' action description to better reflect actual behavior. Fixes #20897
2018-08-14Add a way to disable the split viewgroud
Also add a parameter as the max height before split
2018-08-13Merge pull request #20971 from swarnimarun/new-resource-optionRémi Verschelde
Fix for resource save dialog call
2018-08-13Fix for resource save dialog callSwarnim Arun
to make sure the resource save opens in the current folder when using right click to do it.
2018-08-11Do not use theme to set LineEdit right_iconŁukasz Rutkowski
2018-08-11Add clear text button to LineEditŁukasz Rutkowski
- Add pressed state to clear button - Enable clear button on all inputs with search icon - Remove duplicate clear buttons - Fix rendering of icon for center and right alignments - Add clear button to more search fields - Add clear icon to default theme - Add method to control enabled state of clear button - Add property to enable clear button from inspector
2018-07-26context menu improvementsIan
2018-07-22Ability to add Resource from FileSystem Docksteincodes
2018-07-14fix for moving file using filesystem dock context menu.Ibrahn Sahir
Updated a method binding to match parameter default of recently added parameter.
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-03Merge pull request #19873 from volzhs/show-scene-fileMax Hilbrunner
Show current scene file in FileSystem dock
2018-07-03Update resource file project settings on renameBenjamin
2018-07-01Show current scene file in FileSystem dockvolzhs
2018-06-19Re-scan only when actually moving filevolzhs
2018-06-12Fix for overwriting files and folders on movesteincodes
2018-05-18Small tooltip changes.Michael Alexsander Silva Dias
2018-05-05Merge pull request #18471 from TheYokai/new_script_context_optionMax Hilbrunner
'New Script' Option Added to FileSystem Docker Right Click Menu
2018-05-03Fix for Issue#18457 - Folder name with trailing space on WindowsFelix Yang
2018-04-27Basic 'new script' feature added to File System browserEoin O'Neill
2018-04-22Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio
2018-04-09Merge pull request #18054 from Mintormo/bugfix-inconsistent-sort-in-file-managerRémi Verschelde
Fixed bug #17929. Inconsistent sort in file manager.
2018-04-08Merge pull request #17123 from ↵Juan Linietsky
Jason0214/BugFix_UpdataFavoriteListWhenMoveOrRenameDir Editor: update favortite_dirs after move or rename a file in filesytem_dock