579 Commits

Author SHA1 Message Date
Rémi Verschelde
05c097e5e2 Merge pull request #114507 from KoBeWi/no_file_system_yes_crash
Fix folder crash in Project Manager
2026-01-01 21:50:46 +01:00
Rémi Verschelde
168efd31eb Merge pull request #114497 from passivestar/toaster-visibility
Improve visibility of toaster notifications
2026-01-01 21:50:42 +01:00
kobewi
2b855e73a4 Fix folder crash in Project Manager 2026-01-01 20:42:06 +01:00
Rémi Verschelde
d318f7e658 Merge pull request #114237 from syntaxerror247/file-dialog
Disable native file dialog on Android Editor
2026-01-01 16:46:40 +01:00
passivestar
52f43c643c Improve visibility of toaster notifications 2026-01-01 16:41:23 +04:00
YuuKaana
b45f440164 Fix CreateDialog::get_selected_typed() ignoring the custom types created from EditorPlugin::add_custom_type() 2025-12-28 12:36:22 +08:00
Anish Kumar
f23aa06647 Disable native file dialog on Android Editor
Currently in Android editor, native file dialog is only partially working and many parts of the editor require additional changes for full support. Disabling it for now.
2025-12-21 19:47:46 +05:30
passivestar
8e20f4c289 Finalize colors of modern theme 2025-12-20 07:17:46 +04:00
Michael Alexsander
4383cd06f1 Fix TabContainer's minimum size ignoring the popup button 2025-12-17 18:27:49 -03:00
Michael Alexsander
ec7bd419fc Fix different separations across different code editors 2025-12-16 12:51:23 -03:00
Rémi Verschelde
5d5db072f3 Merge pull request #113656 from deralmas/gray-goo-scenario
Wayland: Work around window scale ambiguity
2025-12-16 11:26:42 +01:00
Thaddeus Crews
d18d3fb060 Merge pull request #113352 from DexterFstone/Add-missing-icons-to-QuickOpen-context-menu
Add missing icons to QuickOpen context menu
2025-12-15 08:01:10 -06:00
Thaddeus Crews
43d541195e Merge pull request #113938 from YeldhamDev/bugs_below_bugs_below_bugs
Fix buttons overflowing in the bottom panel
2025-12-12 14:15:08 -06:00
Thaddeus Crews
6edec57535 Merge pull request #113922 from lodetrick/second-try
Fix incorrect bottom panel theming
2025-12-12 14:15:03 -06:00
Logan Detrick
b85ef7e5a8 Fix incorrect bottom panel theming 2025-12-12 12:09:50 -08:00
Michael Alexsander
d9280fbf88 Fix buttons overflowing in the bottom panel 2025-12-12 14:38:20 -03:00
Michael Alexsander
5246b5fba9 Add leftover scroll hints, and panels for scrollables without hints 2025-12-12 10:59:03 -03:00
Rémi Verschelde
abc1b82d12 Merge pull request #113776 from YeldhamDev/bottom_panel_rtl_fix
Fix broken state of bottom panel on the right-to-left layout
2025-12-09 17:17:53 +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
54cf1eab45 Fix broken state of bottom panel on the right-to-left layout 2025-12-09 10:06:35 -03:00
kobewi
c15e04cc43 Fix bottom panel pinning 2025-12-08 23:19:05 +01:00
Thaddeus Crews
757bba192e Merge pull request #113649 from YeldhamDev/editor_spin_min_fix
Fix `EditorSpinSlider` overriding the custom minimum size
2025-12-08 11:54:09 -06:00
Thaddeus Crews
e56ea15a03 Merge pull request #113701 from lodetrick/debugger-oops
Fix Debugger Dock not opening and unused BottomPanel code
2025-12-08 11:53:43 -06:00
Logan Detrick
17c7a3b817 Remove unused private variables in godot/editor 2025-12-07 02:55:08 -08:00
Logan Detrick
58969218d6 Remove unused code in EditorBottomPanel and remove deprecated bottom panel operation 2025-12-07 02:19:50 -08:00
Dery Almas
99b109e981 Wayland: Work around window scale ambiguity 2025-12-06 00:54:50 +01:00
Michael Alexsander
051f7c2ca2 Fix EditorSpinSlider overriding the custom minimum size 2025-12-05 19:26:12 -03:00
Rémi Verschelde
3edd256a6f Merge pull request #113611 from bruvzg/mod_plus
[Editor] Fix missing "+" in the bunch of tooltips.
2025-12-05 09:38:51 +01:00
Pāvels Nadtočajevs
e2b8c9f038 [Editor] Fix missing "+" in the bunch of tooltips. 2025-12-05 10:20:50 +02:00
Rémi Verschelde
37b00ce960 Merge pull request #113546 from jinyangcruise/fix_unexpected_name_when_favoriting_nodes
Fix unexpected name when favoriting nodes from keyword matches.
2025-12-04 15:52:57 +01:00
Rémi Verschelde
9449e8ccad Merge pull request #113541 from Rindbee/fix-no-scan-after-dir-creation-and-deletion
Fix the issue of no scan after dir creation and/or deletion
2025-12-04 15:52:53 +01:00
Rémi Verschelde
8437869434 Merge pull request #112615 from YeldhamDev/inspector_props_size_fix
Fix issues with property height in the inspector
2025-12-04 15:52:40 +01:00
jinyangcruise
8402065b0b Fix unexpected name when favoriting nodes from keyword matches. 2025-12-04 21:45:04 +08:00
风青山
5ff8f21ff3 Fix the issue of no scan after dir creation and/or deletion
When `EditorFileDialog` creates/deletes a directory during interactive
operation, it needs to notify `EditorFileSystem` to scan and detect
the filesystem change.
2025-12-04 21:39:53 +08:00
Thaddeus Crews
8ad45dae15 Merge pull request #113494 from arkology/dock_free()
Fix DistractionFreeMode and BottomPanel
2025-12-03 16:50:39 -06:00
arkology
828242a41d Fix DistractionFreeMode and BottomPanel 2025-12-03 22:19:00 +03:00
kobewi
234a255249 Fix CreateDialog returning wrong type 2025-12-03 15:28:24 +01:00
Thaddeus Crews
fc8c494e7c Merge pull request #113241 from KoBeWi/Audiock
Fix bottom dock offsets and change Audio to EditorDock
2025-12-02 20:43:02 -06:00
kobewi
c1cc178a82 Make EditorFileDialog inherit FileDialog 2025-12-02 12:30:51 +01:00
Michael Alexsander
034942557e Fix issues with property height in the inspector 2025-12-01 23:14:33 -03:00
kobewi
178264c066 Fix bottom dock offsets and change Audio to EditorDock 2025-12-01 12:12:48 +01:00
Dexter
91996ac1fc Add missing icons to QuickOpen context menu 2025-11-30 11:50:43 +03:30
Michael Alexsander
f8c251aeb8 Fix various problems with the credits roll 2025-11-29 15:49:03 -03:00
Rémi Verschelde
499254e495 Merge pull request #112559 from Meorge/bugfix/need-valid-callable-instant-preview
Add error message to Quick Open dialog if callback is invalid
2025-11-27 09:55:40 +01:00
Thaddeus Crews
5afc01c46d Merge pull request #112604 from bruvzg/pop_center_rec
Update rect after `_pre_popup` in `popup_centered_*`.
2025-11-25 09:52:38 -06:00
Thaddeus Crews
d5b705600c Merge pull request #112547 from KoBeWi/banned_from_signaling🛑
Prevent emitting signals when previewing resource
2025-11-25 09:52:19 -06:00
kobewi
67735cf213 Make bottom panel into available dock slot 2025-11-21 18:52:13 +01:00
Michakrom
f14ed7e370 Fix for a scripts panel state not being saved when toggle button is used 2025-11-18 14:30:41 -06:00
Thaddeus Crews
68c125b1f5 Merge pull request #112859 from wheatear-dev/bugfix-112855
Fix crash in `EditorFileDialog` by checking for null pointer
2025-11-17 19:36:19 -06:00