summaryrefslogtreecommitdiffstats
path: root/editor/filesystem_dock.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Fix folder color not showing up in file dialogsNikita Krasnov2023-11-141-0/+8
| |/ /
* | / Fix referring to ResourceImporterScene static importers via instancesAaron Franke2023-12-111-24/+4
| |/ |/|
* | Fix errors on file rename or move in the Filesystem DockJordyfel2023-11-101-1/+8
|/
* Merge pull request #84217 from SaracenOne/fix_filesystem_rename_crashYuri Sizov2023-11-031-5/+14
|\ | | | | | | Fix file rename crash after toggling split mode.
| * Fix file rename crash after toggling split mode.Saracen2023-11-021-5/+14
| |
* | Fix crash on rename collision in thumbnail gridSaracen2023-10-301-1/+3
|/
* Merge pull request #82806 from Vilcrow/fix-ensure-selected-visibleRémi Verschelde2023-10-271-4/+6
|\ | | | | | | Fix checking the visibility condition of selected file in the Godot editor's dock
| * Fix checking the visibility condition of selected file in the Godot editor's ↵S.V.I. Vilcrow2023-10-251-4/+6
| | | | | | | | dock.
* | Merge pull request #83941 from Jordyfel/hashset-not-vectorRémi Verschelde2023-10-261-13/+14
|\ \ | | | | | | | | | Use Hashset for dependency list when moving
| * | Use Hashset for dependency list when movingJordyfel2023-10-251-13/+14
| | |
* | | Merge pull request #83487 from KoBeWi/crash_that_does_not_existRémi Verschelde2023-10-261-0/+1
|\ \ \ | | | | | | | | | | | | Prevent crash when creating custom file tooltip
| * | | Prevent crash when creating custom file tooltipkobewi2023-10-171-0/+1
| | | |
* | | | Fix potential crash on failed move.Jordyfel2023-10-251-1/+3
| |/ / |/| |
* | | Fix "as" capitalization in editor stringsHaoyu Qiu2023-10-231-1/+1
| | |
* | | Fix unexpected behaviors of using Duplicate To on folders风青山2023-10-221-19/+7
| | | | | | | | | | | | | | | Fix folder not being copied when empty. Fix Keep Both would generate wrong paths when copying folders.
* | | Merge pull request #82858 from KoBeWi/read_between_the_commentsRémi Verschelde2023-10-181-11/+11
|\ \ \ | |/ / |/| | | | | Provide translation strings for folder colors
| * | Provide translation strings for folder colorskobewi2023-10-051-11/+11
| |/
* | Merge pull request #82957 from bruvzg/fs_case_checkRémi Verschelde2023-10-131-6/+6
|\ \ | | | | | | | | | Add method to check if filesystem is case sensitive.
| * | Add method to check if filesystem is case sensitive.bruvzg2023-10-091-6/+6
| |/
* / Fix several issues with renaming in FileSystem dockVedat Gunel2023-10-091-13/+17
|/
* Merge pull request #80241 from gamedevishard/filesystem_dock_hsplitRémi Verschelde2023-10-031-25/+46
|\ | | | | | | Horizontal split view for Filesystem Dock
| * Horizontal split view for Filesystem DockDevel Oper2023-09-221-25/+46
| |
* | rename: don't update current path when file list has focuscoumcashier2023-10-021-3/+5
| | | | | | | | | | FileSystemDock: Don't update current path and path edit when the file list has focus. So that when renaming from the file list, we don't cd into the renamed folder automatically.
* | Fix folder moving in FileSystemDock风青山2023-09-291-24/+49
| | | | | | | | | | | | Include files in the folder that will be moved/renamed when looking up the file owner. Rename the function/variable names to make more sense in FileSystemDock
* | Merge pull request #82347 from SaracenOne/dir_access_checksRémi Verschelde2023-09-261-0/+4
|\ \ | | | | | | | | | Add error checks for DirAccess creation
| * | Add error checks for DirAccess creation.Saracen2023-09-261-0/+4
| | |
* | | Don't move not selected cursor item dragging filesDawid Marzec2023-09-211-4/+4
|/ /
* | Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platformajreckof2023-09-191-1/+1
| |
* | Merge pull request #81813 from MewPurPur/fix-paint-iconRémi Verschelde2023-09-181-1/+1
|\ \ | |/ |/| | | Fix grayed out paint icons
| * Fix grayed out paint iconsMewPurPur2023-09-171-1/+1
| |
* | [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-1/+1
| |
* | Fix dependency handling on move or rename.Jordyfel2023-09-151-58/+47
| |
* | Merge pull request #80503 from OXTyler/80379Rémi Verschelde2023-09-121-1/+0
|\ \ | |/ |/| | | Fixes Scene corruption when child scene is renamed in another directory
| * Fixes Scene corruption when child scene is renamed in another directoryTyler2023-08-101-1/+0
| | | | | | | | Fixes #80379
* | Merge pull request #81380 from AThousandShips/folder_color_addRémi Verschelde2023-09-081-10/+26
|\ \ | | | | | | | | | Update folder colors when moving or renaming
| * | Update folder colors when moving or renamingA Thousand Ships2023-09-071-10/+26
| | |
* | | Merge pull request #81075 from SekoiaTree/prevent-leading-dotRémi Verschelde2023-09-081-1/+4
|\ \ \ | |/ / |/| | | | | Prevent creating any type of file with a leading dot
| * | Prevent creating any type of file with a leading dotsekoia2023-09-071-1/+4
| | | | | | | | | | | | | | | Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-authored-by: gotnospirit <gotnospirit@gmail.com>
* | | UWP: Remove platform port, needs to be redone from scratch for 4.xRémi Verschelde2023-09-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The UWP platform port was never ported to the Godot 4.0+ API, and it's now accumulating bitrot as it doesn't compile, and thus we no longer propagate platform changes in it. So we finally remove to acknowledge this state. There's still some interest in reviving the UWP port eventually, especially as support for Direct3D 12 will soon be merged, but when that happens it will be easiest to redo it from scratch.
* | | Remove leftover debug print in `FileSystemDock`A Thousand Ships2023-09-071-1/+0
| | |
* | | Merge pull request #81344 from AThousandShips/folder_color_fixYuri Sizov2023-09-061-0/+6
|\ \ \ | | | | | | | | | | | | Fix saving editor folder colors
| * | | Fix saving editor folder colorsA Thousand Ships2023-09-051-0/+6
| | | | | | | | | | | | | | | | Also clears setting if none are assigned
* | | | Add EditorStringNames singletonkobewi2023-09-031-81/+82
|/ / /
* / / Add custom color support to project foldersthe-sink2023-08-291-12/+147
|/ /
* | Merge pull request #80517 from ↵Rémi Verschelde2023-08-281-2/+2
|\ \ | | | | | | | | | | | | | | | YuriSizov/tsa-randomly-picked-you-for-mandatory-inspection-i-think-not Avoid unnecessary inspector updates when loading or switching scenes
| * | Avoid unnecessary inspector updates when loading or switching scenesYuri Sizov2023-08-121-2/+2
| |/ | | | | | | | | | | This should result in some noticeable performance improvements, aside from fixing bugs due to conflicts in logic. This also simplifies some related code identified while debugging.
* / Extract editor scene tabs into their own componentYuri Sizov2023-08-241-4/+5
|/
* Merge pull request #75137 from nongvantinh/implement-6320Rémi Verschelde2023-08-071-7/+32
|\ | | | | | | Expose 'Reimport' on right-click context menu in the FileSystem panel
| * Expose 'Reimport' on right-click context menu in the FileSystem panelNong Van Tinh2023-05-011-7/+32
| |
* | Fix dropping files from res:// to res://kobewi2023-07-011-1/+3
| |