1
0
Fork 0
Commit Graph

43 Commits

Author SHA1 Message Date
Rémi Verschelde d9914b5877
Merge pull request #113790 from sockeye-d/resource-duplication-invalid-extension
Propagate errors from `EditorFileSystem::_copy_file` through `EditorFileSystem::copy_file`
2025-12-18 23:31:07 +01:00
Michael Alexsander a45bdce763
Add and adjust more scroll hints in the editor 2025-12-17 11:15:33 -03:00
Rémi Verschelde 9b5e8f9483
Merge pull request #102789 from KoBeWi/navigUIDe_to_path
Show file when FileSystem is searched with UID
2025-12-16 11:26:22 +01:00
Michael Alexsander f187b8b2bf
Enable scroll hints for several parts of the editor 2025-12-09 10:55:26 -03:00
fish 08427e198d Propagate errors through `EditorFileSystem::copy_file` 2025-12-08 22:45:43 -08:00
kobewi c1cc178a82 Make EditorFileDialog inherit FileDialog 2025-12-02 12:30:51 +01:00
Chris Cranford 23b6f129c7
Use create script dialog for script-type resources 2025-11-24 04:43:18 -05:00
kobewi 67735cf213 Make bottom panel into available dock slot 2025-11-21 18:52:13 +01:00
Aaron Franke d6d60845fe
Separate visual shader code out of shader editor plugin and dialog 2025-11-20 10:49:18 -08:00
Thaddeus Crews dc590a50d3
Merge pull request #112201 from timothyqiu/update-main-scene
Fix FileSystem item color not updated after changing main scene
2025-11-14 14:22:50 -06:00
Haoyu Qiu 64c943694e Fix FileSystem item color not updated after changing main scene 2025-11-14 08:14:17 +08:00
Giganzo e6f7161b94 Change prev/next button theme_type_variation to FlatButton for Filesystem and Inspector dock 2025-11-12 20:07:32 +01:00
Haoyu Qiu ce19c4a647 FileSystem dock: Use plural prompt message when moving/copying files 2025-11-10 09:27:16 +08:00
kobewi 19e3242eb0 Automatically open newly created script 2025-11-06 12:49:37 +01:00
Thaddeus Crews 019889d1da
Merge pull request #112187 from timothyqiu/deps-manual-ii
Allow fixing indirect missing dependencies manually
2025-11-04 19:48:20 -06:00
Thaddeus Crews f99eeb9616
Merge pull request #109017 from nubels/file-system-confirmation-dialog
Add confirmation dialog to filesystem dock when moving or copying files
2025-11-04 19:48:19 -06:00
Rémi Verschelde 9b36dfe0b0
Merge pull request #112052 from Giganzo/filesystem-dock-list-mode
Fix FileSystem file list mode button visibility
2025-11-01 19:05:45 +01:00
Haoyu Qiu f0d5073037 Allow fixing indirect missing dependencies manually 2025-10-30 17:40:50 +08:00
Michael Alexsander e06f015f95
Add a new editor theme
Co-authored-by: passivestar <60579014+passivestar@users.noreply.github.com>
2025-10-30 00:31:54 -03:00
Giganzo ac5aa66012 Fix FileSystem file list mode button visibility 2025-10-26 13:40:10 +01:00
Thaddeus Crews c2ca5bdd23
Merge pull request #107275 from DexterFstone/file-system-selection-changed-signal
Expose the signal when user select a file/folder in the FileSystemDock
2025-10-24 11:23:07 -05:00
Thaddeus Crews fd4ad29b84
Merge pull request #110641 from DallasHuff/new-resource-hotkey
Add Create Resource Hotkey
2025-10-21 15:10:59 -05:00
DallasHuff ffe00d53bf Moved File Filter When Filesystem Dock is on the Bottom Panel
When the Filesystem Dock is on the bottom panel vertical space is more
valuable than horizontal space. Moving the file filter to be horizontal
with the current path LineEdit makes the dock more space efficient when
on the bottom panel. When docked on the side, the file filter is
unchanged.
2025-10-17 08:36:24 -05:00
kobewi 7cee91f05b Fix favorites icon size in FileSystem dock 2025-10-13 13:58:10 +02:00
DexterFstone ee1a36facd Expose the signal when user select a file/folder in the FileSystemDock 2025-10-04 05:33:04 -07:00
Thaddeus Crews 38af23a654
Merge pull request #89409 from aaronfranke/server-folders
Move server files into their subfolders
2025-10-03 12:01:00 -05:00
Thaddeus Crews bf926c2000
Merge pull request #106503 from KoBeWi/docker_exe
Rework editor docks
2025-10-01 17:54:10 -05:00
Thaddeus Crews 1df6a40aa0
Merge pull request #110066 from Giganzo/folder-color
Fix folder color in FileSystem Dock when using light theme
2025-10-01 13:12:41 -05:00
Aaron Franke 3d1c9fd5de
Move server files into their subfolders 2025-09-30 19:39:39 -07:00
kobewi 97b398cba1 Rework editor docks 2025-09-29 17:30:41 +02:00
DallasHuff 3d16ea88c6 Add New File Shortcuts in FileSystem Dock
It currently takes several clicks to create a file in the filesystem dock. This
change adds the option to create shortcuts for creating files,
greatly reducing the number of inputs required to do so.
2025-09-26 18:52:30 -05:00
Thaddeus Crews 121b1b7d58
Merge pull request #110420 from fstxz/fix-folder-nullptr
Fix crash due to null pointer dereference when moving/renaming folders in `FileSystemDock`
2025-09-25 14:57:10 -05:00
Thaddeus Crews 5088a93024
Merge pull request #110415 from fstxz/fix_favorites
Fix favorite folders that are outside of the project being displayed in `FileSystemDock`'s file list
2025-09-25 14:57:08 -05:00
kobewi eae9ef2292 Change preview methods to take Callable 2025-09-23 20:13:00 +02:00
Michael Alexsander aeb3a45c97
Hide `Control` focus when given via mouse input 2025-09-19 13:43:29 -03:00
Colin O'Rourke c4559c02de VisualShader Conversion fails with Embeds
Potentially resolves https://github.com/godotengine/godot/issues/101375

VisualShader now has a has_node_embeds function that runs through it's child nodes to find embedded resources via object properties. Conversion plugin uses this function to catch the error.
2025-09-18 14:35:30 -07:00
kobewi 8a2c30e5dc Show file when FileSystem is searched with UID 2025-09-16 23:30:25 +02:00
Artemy Fedotov 8d137bcd29
Fix favorite folders that are outside of the project being displayed in `FileSystemDock`'s file list 2025-09-11 16:44:40 +04:00
Artemy Fedotov 4e3a39a2e8
Fix crash due to null pointer dereference when moving/renaming folders in `FileSystemDock` 2025-09-11 15:31:32 +04:00
Giganzo 12d74872a5 Fix folder color in FileSystem Dock when using light theme 2025-08-28 22:38:00 +02:00
Colin O'Rourke 05fd79af7c Material Conversion Error Handling
Material Conversion Plugins now ERR_FAIL if called on an unitialized material.

FileSystemDock no longer crashes if Conversion Plugin fails and returns a null ref.
2025-08-06 14:03:11 -07:00
Nubels 3d764e57c9 add confirmation dialogue to filesystem dock 2025-08-06 11:36:19 +02:00
A Thousand Ships f11aff3841
Editor: Restructure editor code
Moving various editor files into sub folders to reduce clutter
2025-07-04 18:18:22 +02:00