summaryrefslogtreecommitdiff
path: root/editor/filesystem_dock.cpp
AgeCommit message (Collapse)Author
2018-12-06Add signals for files move/delete/rename to FileSystemDockgroud
2018-11-05(#23480) Wrong directory path in filesystem dock when creating script.Mintormo
When creating script and file selected in filesystem dock, between file name and directory path there is no "/" symbol. This commit fix that bug.
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-11-01Merge pull request #23311 from YeldhamDev/editor_capitalization_fixRémi Verschelde
Small capitalization fixes across the editor
2018-10-29Fix small visual bug in filesystem dockChaosus
2018-10-26Small capitalization fixes across the editorMichael Alexsander Silva Dias
2018-10-25Fix segfault on editor close upChaosus
2018-10-23Update filesystem dock when theme changedChaosus
2018-10-20Merge pull request #23160 from groud/filesystem_favorites_fixRémi Verschelde
Make folders clicked in the filesystem dock open the selected folder
2018-10-19Make folders clicked in the filesystem dock open the selected foldergroud
2018-10-18Enhanced error message on folder creation with invalid chars on WindowsSilvano Cerza
If the user tried to create folder with *, | or > in its name it would return a generic error "Could not create folder." Now the same message is shown when creating a folder with /, \\, :, *, |, > or ending with . or an empty space.
2018-10-16Update autoload references when moving files.Zaven Muradyan
Prior to this, file references in autoload were not updated when a script was moved or renamed. This adds extra logic to update the autoload references when updating project settings. Fixes #22995.
2018-10-16Remove the thumnail-only view from the filesystem dockgroud
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.