summaryrefslogtreecommitdiffstats
path: root/editor/filesystem_dock.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* General fixes for the AnimationTree editorMichael Alexsander Silva Dias2018-12-171-1/+1
|
* Add signals for files move/delete/rename to FileSystemDockgroud2018-12-061-1/+22
|
* (#23480) Wrong directory path in filesystem dock when creating script.Mintormo2018-11-051-1/+1
| | | | | | When creating script and file selected in filesystem dock, between file name and directory path there is no "/" symbol. This commit fix that bug.
* Hide some RMB options in the filesystem dock when files are searchedgroud2018-11-031-5/+10
|
* Merge pull request #23061 from groud/remove_thumbnail_viewJuan Linietsky2018-11-021-70/+7
|\ | | | | Remove the thumnail-only view from the filesystem dock
| * Remove the thumnail-only view from the filesystem dockgroud2018-10-161-70/+7
| |
* | Merge pull request #23311 from YeldhamDev/editor_capitalization_fixRémi Verschelde2018-11-011-4/+4
|\ \ | | | | | | Small capitalization fixes across the editor
| * | Small capitalization fixes across the editorMichael Alexsander Silva Dias2018-10-261-4/+4
| | |
* | | Fix small visual bug in filesystem dockChaosus2018-10-291-1/+1
|/ /
* | Fix segfault on editor close upChaosus2018-10-251-1/+3
| |
* | Update filesystem dock when theme changedChaosus2018-10-231-2/+10
| |
* | Merge pull request #23160 from groud/filesystem_favorites_fixRémi Verschelde2018-10-201-1/+1
|\ \ | | | | | | Make folders clicked in the filesystem dock open the selected folder
| * | Make folders clicked in the filesystem dock open the selected foldergroud2018-10-191-1/+1
| |/
* | Enhanced error message on folder creation with invalid chars on WindowsSilvano Cerza2018-10-181-1/+2
| | | | | | | | | | | | | | 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.
* | Update autoload references when moving files.Zaven Muradyan2018-10-161-0/+17
|/ | | | | | | | 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.
* 22586: Dragging file icon on to another file causes "Error Moving" in ↵Dualtagh Murray2018-10-041-1/+1
| | | | FileSystem dock
* Adds the display of the favorites into the file listgroud2018-09-301-93/+173
|
* Add thumbnails to the FileSystem file listgroud2018-09-281-26/+40
|
* Fixes drag & drop in the file listgroud2018-09-271-1/+1
|
* Merge pull request #22398 from groud/fix_import_tab_updateRémi Verschelde2018-09-241-5/+26
|\ | | | | Fix import tab not updating when selecting in the tree view
| * Fix import tab not updating when selecting in the tree viewgroud2018-09-241-5/+26
| |
* | Allow the tree view of FileSystem to take more spacegroud2018-09-241-1/+2
|/
* Prevent built-in-scripts from being made from FileSystem dockDualMatrix2018-09-231-1/+1
| | | | Prevent built-in-scripts from being made from FileSystem dock
* Remove auto disabling of the split-view in the FileSystem dockgroud2018-09-211-3/+1
|
* Merge pull request #22308 from groud/fix_filesystem_settingRémi Verschelde2018-09-211-2/+3
|\ | | | | Fixes filesystem display mode not updating at startup
| * Fixes filesystem display mode not updating at startupgroud2018-09-211-2/+3
| |
* | Make filesystem dock's path bar start with said path writtenMichael Alexsander Silva Dias2018-09-211-0/+1
|/
* Fixes favorites not updating and rename favorite_dirs to favoritesgroud2018-09-181-23/+23
|
* Bugfixes on the filesystem dockgroud2018-09-141-19/+34
|
* Add a display mode toggle buttongroud2018-09-141-4/+23
|
* Store tree collapse when searchinggroud2018-09-141-37/+42
|
* Allow dragging files into the favorites sectiongroud2018-09-141-30/+65
|
* Adds a filter in the tree viewgroud2018-09-141-36/+109
|
* Replace the -show in filesystem- button by a RMB entrygroud2018-09-141-18/+1
|
* Replace the favorite button by a RMB menu entrygroud2018-09-141-75/+52
|
* Merge the disable_split and show_files_in_tree settingsgroud2018-09-141-25/+23
|
* Add thumnails to the tree viewgroud2018-09-141-5/+23
|
* Add support for files in the tree viewgroud2018-09-141-451/+646
|
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-5/+5
| | | | | | 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.
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-9/+9
|
* Merge pull request #20997 from Gamblify/add_files_to_tree_viewRémi Verschelde2018-08-141-86/+89
|\ | | | | Add a way to disable the split view in the FileSystem dock
| * Add a way to disable the split viewgroud2018-08-141-86/+89
| | | | | | | | Also add a parameter as the max height before split
* | Merge pull request #20915 from ivodopiviz/rmb-filesystemRémi Verschelde2018-08-141-2/+5
|\ \ | | | | | | Show in File Manager Clarification
| * | Show in File Manager ClarificationIvan Vodopiviz2018-08-141-2/+5
| |/ | | | | | | Changed the context menu 'Show in File Manager' action description to better reflect actual behavior. Fixes #20897
* | Merge pull request #20971 from swarnimarun/new-resource-optionRémi Verschelde2018-08-131-1/+1
|\ \ | | | | | | Fix for resource save dialog call
| * | Fix for resource save dialog callSwarnim Arun2018-08-131-1/+1
| | | | | | | | | to make sure the resource save opens in the current folder when using right click to do it.
* | | Do not use theme to set LineEdit right_iconŁukasz Rutkowski2018-08-111-2/+2
| | |
* | | Add clear text button to LineEditŁukasz Rutkowski2018-08-111-0/+2
| |/ |/| | | | | | | | | | | | | | | | | - 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
* | context menu improvementsIan2018-07-261-0/+2
|/