godot/scene
Haoyu Qiu 14321b8ed5 Set auto translate mode for drag previews
- Controls
  - `LineEdit`, `TextEdit`: Always disabled since it's dragging user input.
  - `TabBar`: Use the same auto translate mode as the node.
  - `RichTextLabel`: Always disable since auto translation is done
    differently from other controls (selection text you get
    programmatically is always after auto translation).
- Editor
  - Disable drag preview auto translation if the text is user input,
    filename, or class name.
  - Also disabled unexpected auto translation for audio bus effect names.
2024-09-19 19:21:29 +08:00
..
2d Merge pull request #93353 from AThousandShips/config_warning_fix 2024-09-08 23:21:09 +02:00
3d Add units to VehicleWheel3D suspension stiffness and damping 2024-09-17 03:22:50 -07:00
animation Merge pull request #97018 from TokageItLab/add-quart-anim-cap 2024-09-16 13:35:51 +02:00
audio Expose AudioStreamPlayer{2D,3D}::set_playing and remove AudioStreamPlayer::{2D,3D}::_is_active 2024-08-30 17:16:46 +02:00
debugger Reduce and prevent unnecessary random-access to List 2024-05-04 16:08:55 +02:00
gui Set auto translate mode for drag previews 2024-09-19 19:21:29 +08:00
main Merge pull request #97029 from Hilderin/fix-viewport-texture-must-be-set-to-use-it 2024-09-18 11:15:39 +02:00
resources Added a more detailed error message when instatiating a scene with missing export properties. 2024-09-16 16:08:55 +02:00
theme Merge pull request #72680 from Koyper/split_container_improvements 2024-09-17 21:01:45 +02:00
property_list_helper.cpp Always store ID of PopupMenu items 2024-08-20 15:33:21 +02:00
property_list_helper.h Fix a bunch of orphan StringName errors at ProjectSettings/Editor exit 2024-07-09 19:38:52 +03:00
property_utils.cpp Fix storing of Node Array properties 2024-06-21 15:49:48 +02:00
property_utils.h Fix default NodePaths saved in scene 2024-06-03 13:10:23 +02:00
register_scene_types.cpp Treat MenuBar and MenuButton as advanced UI 2024-08-28 14:26:54 +02:00
register_scene_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_string_names.cpp [Scene] Add SceneStringName::toggled 2024-08-28 15:14:26 +03:00
scene_string_names.h [Scene] Add SceneStringName::toggled 2024-08-28 15:14:26 +03:00
SCsub Add ThemeDB, expose previously static Theme methods 2022-08-26 19:23:05 +03:00