summaryrefslogtreecommitdiffstats
path: root/editor/filesystem_dock.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add thumbnails to the FileSystem file listgroud2018-09-281-1/+1
* Fixes favorites not updating and rename favorite_dirs to favoritesgroud2018-09-181-2/+2
* Bugfixes on the filesystem dockgroud2018-09-141-2/+2
* Add a display mode toggle buttongroud2018-09-141-0/+3
* Store tree collapse when searchinggroud2018-09-141-1/+4
* Allow dragging files into the favorites sectiongroud2018-09-141-1/+1
* Adds a filter in the tree viewgroud2018-09-141-2/+5
* Replace the -show in filesystem- button by a RMB entrygroud2018-09-141-2/+0
* Replace the favorite button by a RMB menu entrygroud2018-09-141-2/+2
* Merge the disable_split and show_files_in_tree settingsgroud2018-09-141-4/+9
* Add thumnails to the tree viewgroud2018-09-141-1/+3
* Add support for files in the tree viewgroud2018-09-141-23/+25
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Add a way to disable the split viewgroud2018-08-141-7/+16
* Ability to add Resource from FileSystem Docksteincodes2018-07-221-1/+6
* Merge pull request #19183 from Nallebeorn/rename-main-sceneMax Hilbrunner2018-07-051-0/+1
|\
| * Update resource file project settings on renameBenjamin2018-07-031-0/+1
* | Merge pull request #19245 from swarnimarun/overwrite_fixMax Hilbrunner2018-07-051-1/+5
|\ \
| * | Fix for overwriting files and folders on movesteincodes2018-06-121-1/+5
| |/