1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-03 19:11:41 +00:00
Commit Graph

20159 Commits

Author SHA1 Message Date
Thaddeus Crews
4f523ec895 Merge pull request #113598 from KoBeWi/reload_without_load_is_just_REEEEEE
Fix built-in script live reloading
2025-12-08 11:53:53 -06:00
Thaddeus Crews
003266b51f Merge pull request #107687 from YeldhamDev/i_actually_thought_this_was_a_regression_from_my_part_initially
Fix setting remote properties that take objects not working
2025-12-08 11:53:45 -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
Thaddeus Crews
edffd0712f Merge pull request #111758 from bruvzg/ios_spam
[macOS] Prevent error spam when iOS device is paired but sleeping.
2025-12-08 11:53:41 -06:00
Michael Alexsander
599ce2b43a Fix setting remote properties that take objects not working 2025-12-07 13:41:38 -03:00
Logan Detrick
58969218d6 Remove unused code in EditorBottomPanel and remove deprecated bottom panel operation 2025-12-07 02:19:50 -08:00
Rémi Verschelde
0156b2bcd6 Merge pull request #113615 from bruvzg/ed_bit_url
[EditorHelpBit] Open online documentation if script editor is not available.
2025-12-05 12:56:10 +01:00
Rémi Verschelde
204e784bca Merge pull request #113587 from syntaxerror247/popup-menu-seperation
Increase PopupMenu vertical separation to improve touch usability
2025-12-05 12:56:01 +01:00
Pāvels Nadtočajevs
330a19f362 [Editor HelpBit] Open online documentation if script editor is not available. 2025-12-05 12:10:28 +02: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
Rémi Verschelde
eb389feaf2 Merge pull request #113601 from Giganzo/inspector-control-height
Fix property height in the inspector for control layout
2025-12-05 09:38:46 +01:00
Rémi Verschelde
fdd47084bf Merge pull request #113578 from syntaxerror247/export-dialog-size
Reduce export dialog minimum size
2025-12-05 09:38:25 +01:00
Rémi Verschelde
6b0a74073c Merge pull request #113296 from KoBeWi/soft_open_gently
Fix dock opening focus
2025-12-05 09:38:08 +01:00
Pāvels Nadtočajevs
e2b8c9f038 [Editor] Fix missing "+" in the bunch of tooltips. 2025-12-05 10:20:50 +02:00
kit
8dfcae15fd Use multiple children for dock SplitContainers 2025-12-04 23:05:14 -05:00
Giganzo
c01711ca16 Fix property height in the inspector for control layout 2025-12-05 00:06:24 +01:00
kobewi
ad4fb8c1df Fix built-in script live reloading 2025-12-04 23:27:06 +01:00
Anish Kumar
df4f9d0778 Increase PopupMenu vertical separation to improve touch usability 2025-12-05 01:46:45 +05:30
Anish Kumar
c4e49b4aed Reduce export dialog minimum size 2025-12-04 22:31:57 +05:30
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
46963fae90 Merge pull request #113221 from Break-Ben/resize-right-panel
Resize right panel back to previous width
2025-12-04 15:52:48 +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
Rémi Verschelde
c5f207fdcb Merge pull request #113554 from akien-mga/vcs-fix-OptionButton-indexing
VCS: Properly use IDs for OptionButton after #113522
2025-12-04 13:22:05 +01:00
Rémi Verschelde
957094a1aa Merge pull request #113524 from Bromeon/bugfix/filedialog-compat-breakage
Add special compat methods for EditorFileDialog enum functions
2025-12-04 13:21:47 +01:00
Rémi Verschelde
cabf3bfba6 VCS: Properly use IDs for OptionButton after #113522
Fixes #113549.
2025-12-04 11:52:52 +01:00
Jan Haller
f31aa20562 Add special compat methods for EditorFileDialog enum fns
Fixes broken binary compatibility in GDExtension, introduced
by moving methods from EditorFileDialog to its base class
FileDialog.

While the general derived-to-base compat mechanism works,
the function hashes are changed when enum types are also moved
between classes.

An earlier attempt restored original enums in EditorFileDialog
and added regular compatibility methods, however this caused
shadowed symbols in C# bindings. Instead, hash mappings are
now directly hardcoded as "special compat hashes".
2025-12-04 11:40:53 +01:00
Thaddeus Crews
5ba04e81ea Merge pull request #113522 from davismit54/master
Removed "None" option in Version Control Editor
2025-12-03 21:01:59 -06:00
Thaddeus Crews
0755f096e0 Merge pull request #113512 from adamscott/PROPERTY_HINT_MULTILINE_TEXT_monospace-hint
Add new monospace related hint strings
2025-12-03 21:01:58 -06:00
Thaddeus Crews
fbc9539764 Merge pull request #113275 from lodetrick/sprite-dock
Use new dock system for SpriteFrames Dock
2025-12-03 16:50:41 -06:00
Thaddeus Crews
d1ce45488d Merge pull request #113527 from LanzaSchneider/fix-compilation-with-deprecated-disabled
Fix sprite_frames_editor_plugin compilation with deprecated=no
2025-12-03 16:50:40 -06:00
Thaddeus Crews
8ad45dae15 Merge pull request #113494 from arkology/dock_free()
Fix DistractionFreeMode and BottomPanel
2025-12-03 16:50:39 -06:00
Thaddeus Crews
d7d09a91df Merge pull request #113521 from KoBeWi/switch_on_release_not_debug
Make dock tabs switch on button release
2025-12-03 16:50:38 -06:00
Thaddeus Crews
25498c6b88 Merge pull request #113450 from KoBeWi/Fiock
Use EditorDock for Search Results
2025-12-03 16:50:33 -06:00
LanzaSchneider
e46936c363 Fix sprite_frames_editor_plugin compilation with deprecated=no 2025-12-04 03:59:19 +08:00
Mitchell Davis
e4192cc77f Removed "None" option in Version Control Editor for issue #113419 2025-12-03 13:20:04 -06:00
arkology
828242a41d Fix DistractionFreeMode and BottomPanel 2025-12-03 22:19:00 +03:00
kobewi
5a06774885 Make dock tabs switch on button release 2025-12-03 19:32:57 +01:00
Adam Scott
10c7cb878a Add new monospace related hint strings
- Add hint string `monospace` for `PROPERTY_HINT_{NONE,PASSWORD,PLACEHOLDER_TEXT}` to set the `LineEdit` font monospaced.
- Add hint string `monospace` for `PROPERTY_HINT_MULTILINE_TEXT` to set the `TextEdit` font monospaced.
- Add hint string `no_wrap` for `PROPERTY_HINT_MULTILINE_TEXT` to make the `TextEdit` not wrap lines automatically.

Also:
- Fix issue with `EditorPropertyMultilineText` not updating font properly.
- Add `EditorPropertyMultilineText` tweak flags.
- Add support with GDScript `@export_multiline`.
2025-12-03 12:57:40 -05:00
Thaddeus Crews
9eab056f8d Merge pull request #112857 from ryevdokimov/project-manager-shortcut-crash
Fix modifiying shortcuts in project manager causing crash
2025-12-03 11:42:28 -06:00
Thaddeus Crews
b0a1b9a0b1 Merge pull request #111471 from WesleyClements/zoom-in-on-pixel-art
Add zoom to fit functionality to `SpriteFramesEditor`
2025-12-03 11:42:25 -06:00
Thaddeus Crews
825d0fe94a Merge pull request #113418 from Calinou/inputevent-shortcut-physical-unicode-avoid-nested-parentheses
Avoid nested parentheses in physical/Unicode InputEventKey text conversion
2025-12-03 11:42:22 -06:00
Thaddeus Crews
f972ab80ec Merge pull request #113415 from Calinou/editor-animation-add-shortcut-in-tooltip
Add shortcuts in tooltips to the animation editor's play/pause buttons
2025-12-03 11:42:20 -06:00
Thaddeus Crews
6124d5ee2b Merge pull request #113255 from lodetrick/animation-dock
Use new dock system for Animation and AnimationTree dock
2025-12-03 11:42:19 -06:00
Hugo Locurcio
11b1655298 Add shortcuts in tooltips to the animation editor's play/pause buttons
Shortcuts for these buttons don't make use of the Button shortcut
system, so that they work globally (even if the animation editor is
not focused). Therefore, we need to add the shortcut to the tooltip manually.
2025-12-03 18:21:08 +01:00
kobewi
51bfe186a9 Use EditorDock for Search Results 2025-12-03 15:35:08 +01:00
kobewi
234a255249 Fix CreateDialog returning wrong type 2025-12-03 15:28:24 +01:00
Rémi Verschelde
af6e91d3cc Merge pull request #113500 from mihe/bezier-text-truncation
Fix truncation of node name in bezier animation editor
2025-12-03 14:58:29 +01:00