summaryrefslogtreecommitdiffstats
path: root/editor/filesystem_dock.h
Commit message (Expand)AuthorAgeFilesLines
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-14/+7
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-2/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+2
* Store panels and docks singletons in their own classestrollodel2022-01-201-0/+6
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add `New Shader` option to the FileSystemDock popup menu.Yuri Roubinsky2021-12-031-0/+2
* Remove unimplemented methodsMarcel Admiraal2021-10-211-4/+0
* Add TextFile support across the editorPaulb232021-09-301-0/+1
* Merge pull request #49295 from foxydevloper/fix-focus-filterRémi Verschelde2021-06-291-1/+0
|\
| * Fix "Filter Files" shortcut by merging duplicate functionsfox2021-06-031-1/+0
* | Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
|/
* Make shortcut for focusing searchbar in filesystem dockfox2021-05-131-0/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* FileSystemDock: List conflicting files on moveRémi Verschelde2020-12-101-1/+1
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-2/+2
* Improve file sortingGilles Roudière2020-10-261-5/+10
* Allow sorting files by typeGilles Roudière2020-10-191-1/+25
* Modified FileSystemDock so folders can be selected for reimport.geekrelief2020-08-141-0/+1
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-1/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-4/+2
* Expose FileSystemDock to the scripting API and fixed signalsIgnacio Etcheverry2020-03-181-2/+2
* Signals: Fix some regressions from #36426Rémi Verschelde2020-03-031-1/+1
* Signals: Make callbacks non-const, callable_mp can't handle itRémi Verschelde2020-02-231-1/+1
* Texture refactorJuan Linietsky2020-02-111-3/+3
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fixes variable naming in FileSystemDockHaoyu Qiu2019-12-241-1/+1
* Unfold directories when showing in file systemTomasz Chabora2019-11-211-2/+2
* Add "Set as main scene" on context menu in FileSystem panelvolzhs2019-10-301-0/+1
* Cleanup and minor changes in FileSystem DockMichael Alexsander Silva Dias2019-08-221-2/+1
* Improvements and fixes of filesystem dockiwek72019-08-211-0/+1
* Allow to create scene from FileSystem dockTomasz Chabora2019-08-151-0/+4
* Use reference to constant in functionsqarmin2019-07-101-3/+3
* Some code changed with Clang-Tidyqarmin2019-06-261-1/+1
* Fix moving and renaming filesHein-Pieter van Braam-Stewart2019-06-041-0/+1
* Merge pull request #27836 from turtletooth/right-clickRémi Verschelde2019-05-281-0/+1
|\
| * Allow Right Click in Empty Space on FileSystemDockJeremy Bullock2019-04-091-0/+1
* | Make possible to create inherited scenes via the RMB menu in the FileSystem dockMichael Alexsander Silva Dias2019-05-111-0/+1
|/
* FS dock: Allow deselecting items by clicking empty spaceRémi Verschelde2019-04-091-0/+1
* Add ability to edit editor feature profilesJuan Linietsky2019-04-081-0/+4
* Fix general issues with filesystem-related UI components in the editorMichael Alexsander Silva Dias2019-03-051-1/+1
* Fixes layout loadingGilles Roudiere2019-02-271-2/+2
* Move the FileSystem dock layout properties to the per-project layout fileGilles Roudiere2019-02-251-10/+8
* Fixes crash in the Filesystem dockgroud2019-01-171-3/+4
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Add signals for files move/delete/rename to FileSystemDockgroud2018-12-061-1/+6
* Hide some RMB options in the filesystem dock when files are searchedgroud2018-11-031-1/+1
* Merge pull request #23061 from groud/remove_thumbnail_viewJuan Linietsky2018-11-021-5/+1
|\
| * Remove the thumnail-only view from the filesystem dockgroud2018-10-161-5/+1
* | Update filesystem dock when theme changedChaosus2018-10-231-1/+1
|/
* Adds the display of the favorites into the file listgroud2018-09-301-0/+2