1
0
Fork 0
Commit Graph

176 Commits

Author SHA1 Message Date
kobewi ed4689c4ee Fix favorite files handling 2026-01-19 14:48:48 +01:00
Rémi Verschelde 5b2f3f8c2a
Merge pull request #115084 from lodetrick/unify-focus
Combine dock focus methods to prevent inconsistencies
2026-01-19 10:46:08 +01:00
Logan Detrick 829f4c0683 Unify dock focus methods to prevent inconsistencies 2026-01-17 17:15:45 -08:00
Logan Detrick eeaf88daaf Fix TileMap wide button errors 2026-01-15 16:08:57 -08:00
Rémi Verschelde 0b45cca1ca
Merge pull request #114838 from Cyberhead21/mac-terminal-fix
Fix opening macOS folder in Terminal spawns new process
2026-01-12 09:23:09 +01:00
Rémi Verschelde fa8a11f652
Merge pull request #114802 from PrettyStable/inspector-change-on-attach-deatach
Keep the node as an edited object when attaching and detaching scripts through the SceneTree
2026-01-10 23:48:23 +01:00
Cyberhead21 141b735523 fix: [macOS] Opening folder in Terminal spawns new process 2026-01-10 23:08:21 +01:00
PrettyStable 007179545b Keep the node as an edited object when attaching and detaching scripts 2026-01-09 23:42:58 -03:00
Michael Alexsander 6cd83c78a9
Fix incorrect margin variations for group editors 2026-01-09 11:48:38 -03:00
Thaddeus Crews ab54e943b6
Merge pull request #114249 from YeldhamDev/scene_file_focus_rename_fix
Make focus visibility when renaming in the scene/file dock consistent
2026-01-07 10:54:09 -06:00
Rémi Verschelde 5f7d8be936
Merge pull request #114636 from aaronp64/favorites_open_external_crash
Fix crash when trying to open Favorites externally
2026-01-07 01:42:08 +01:00
Rémi Verschelde 8c4f3c4f01
Merge pull request #114634 from YeldhamDev/the_hinting_never_ends
More scroll hint work around the editor
2026-01-07 01:42:03 +01:00
Rémi Verschelde 9009a6636c
Merge pull request #114366 from KoBeWi/uh
Add EditorDock's own DockSlot enum
2026-01-07 01:41:50 +01:00
Rémi Verschelde d6e3fef853
Merge pull request #112048 from KoBeWi/ID_wars
Fix potential conflicts in FileSystem context menu plugins
2026-01-07 01:41:03 +01:00
aaronp64 c31a20c33c Fix crash when trying to open Favorites externally
Updated FileSystemDock logic for opening selection in terminal/external program/file manager to return early when only Favorites is selected.
2026-01-06 19:16:58 -05:00
Michael Alexsander da561cd619
More scroll hint work around the editor 2026-01-06 18:34:20 -03:00
Rémi Verschelde 4036e90a43
Merge pull request #114499 from Rindbee/fix-uid-changed-in-owner-file-when-overwrite
Fix the UID in the owner file changed when overwriting files in editor
2026-01-04 15:03:00 +01:00
kobewi 9f96d2199d Add EditorDock's own DockSlot enum 2026-01-02 13:16:23 +01:00
mxtherfxcker 2421a716a4
Fix FileSystem Dock tooltips showing in empty space 2026-01-01 21:26:19 +01:00
风青山 7f973b2886
Fix the UID in the owner file changed when overwriting files in editor 2026-01-01 21:43:16 +08:00
Logan Detrick 0e072e9014 Fix docks grabbing too much focus 2025-12-22 17:41:58 -08:00
Michael Alexsander 0e3c9e4bf8
Make focus visibility when renaming in the scene/file dock consistent 2025-12-20 18:30:25 -03:00
Rémi Verschelde e387a144dd
Merge pull request #114152 from KoBeWi/nomina_errorum
Translate error names when displayed in dialogs
2025-12-19 11:53:20 +01:00
Rémi Verschelde 0468f90a48
Merge pull request #110432 from KoBeWi/signal_lost
Fix lost connections when saving branch as scene
2025-12-19 11:51:50 +01:00
kobewi 61254acd98 Translate error names when displayed in dialogs 2025-12-18 23:48:52 +01:00
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
Pāvels Nadtočajevs 338cfba60a
Use ObjectID to store nodes in the editor selection. 2025-12-18 09:16:43 +02:00
Rémi Verschelde c5aff61301
Merge pull request #114054 from YeldhamDev/its_hinting_time
Add and adjust more scroll hints in the editor
2025-12-17 22:27:19 +01:00
Rémi Verschelde 4cb5e8fc5f
Merge pull request #113896 from KoBeWi/dynamicer_shortcuts
Improve EditorDock shortcut property
2025-12-17 22:27:06 +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 44cd99517e
Merge pull request #113986 from KoBeWi/&=🚫
Don't use selection list as reference
2025-12-17 13:58:43 +01:00
kobewi 65ffa4f7a5 Defer updating dock tabs 2025-12-16 11:48:37 +01:00
Rémi Verschelde 318aeded6a
Merge pull request #113339 from aaronp64/bottom_dock_popup
Fix bottom panel dock layout popup position
2025-12-16 11:26:37 +01: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
kobewi a35f7d62b2 Improve EditorDock shortcut property 2025-12-15 17:17:31 +01:00
Thaddeus Crews 00c5af7ff0
Merge pull request #113690 from KoBeWi/take_signal_away_from_user
Improve style changed signal in EditorDock
2025-12-15 08:00:54 -06:00
aaronp64 a7e227b7bb Fix bottom panel dock layout popup position
Update EditorDockManager::_dock_container_popup to consistently use tab bar position to determine popup position, rather than combining tab bar and container positions.  This handles cases where the tabs are on the bottom of the container, like for the bottom panel.
2025-12-14 10:19:21 -05:00
kobewi 0ed400a45f Improve style changed signal in EditorDock 2025-12-13 21:06:02 +01:00
kobewi 99a9f07ab5 Don't use selection list as reference 2025-12-13 13:30:07 +01:00
Michael Alexsander 398842678e
Fix cutoff root creation buttons in new scenes 2025-12-11 10:50:18 -03:00
Thaddeus Crews 5831c53ed6
Merge pull request #113822 from kitbdev/fix-editor-distraction-free-sc-size
Fix distraction-free mode changing split offsets
2025-12-10 18:10:28 -06:00
kit 1c5ccfe61c Fix distraction-free mode changing split offsets 2025-12-09 17:15:13 -05:00
kobewi 7b02f8f125 Add shortcuts to dock tooltips 2025-12-09 22:27:09 +01:00
Rémi Verschelde d09a3d83ff
Merge pull request #113574 from YeldhamDev/take_the_hint
Enable scroll hints for several parts of the editor
2025-12-09 19:32:11 +01:00
Rémi Verschelde f8ea55122a
Merge pull request #113775 from KoBeWi/waiting_for_DockTabContainer
Fix bottom panel pinning
2025-12-09 17:17:48 +01:00
Rémi Verschelde 66b6ea492f
Merge pull request #113706 from lodetrick/unused-and-forgotten
Codestyle: Remove unused private variables in `godot/editor`
2025-12-09 17:17:18 +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 c15e04cc43 Fix bottom panel pinning 2025-12-08 23:19:05 +01:00
Logan Detrick 17c7a3b817 Remove unused private variables in `godot/editor` 2025-12-07 02:55:08 -08:00