godot/editor
Melvin Louwerse 22efebc599
Show correct name of signal when editing an existing one
Use popup_dialog() instead of popup_centered() to show edit dialog/

With popup_centered it is not possible to change the displayed
signal name. When this is not set the previous shown name is show
for the current dialog.

This is no problem when creating a new conenction as popop_dialog
is used there and this would update the title.

Fixes #42074

(cherry picked from commit eeb6c2e22c)
2020-09-24 14:43:07 +02:00
..
collada SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
doc DocData: Skip language-specific ClassDoc without methods/constants 2020-06-18 11:29:28 +02:00
fileserver SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
icons Make the editor's 'CheckButton' icon be smaller 2020-08-17 11:05:27 +02:00
import Fix #42043, mismatched compress options in ResourceImporterLayeredTexture 2020-09-14 15:36:46 +08:00
plugins Fixed node scaling arrows being wrong 2020-09-24 14:43:05 +02:00
translations i18n: Sync translations with Weblate 2020-09-08 14:05:53 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
animation_bezier_editor.cpp Fix timeline cursor not updating on zoom change in the Bezier editor 2020-07-03 15:34:30 +02:00
animation_bezier_editor.h
animation_track_editor.cpp Reverse mouse wheel in animation track editor 2020-05-25 16:38:02 +02:00
animation_track_editor.h
animation_track_editor_plugins.cpp
animation_track_editor_plugins.h
array_property_edit.cpp
array_property_edit.h
audio_stream_preview.cpp
audio_stream_preview.h
code_editor.cpp Improve null check in FindReplaceBar 2020-07-08 09:01:57 +02:00
code_editor.h
connections_dialog.cpp Show correct name of signal when editing an existing one 2020-09-24 14:43:07 +02:00
connections_dialog.h
create_dialog.cpp Fix custom types in node list search 2020-06-15 14:34:34 +02:00
create_dialog.h
dependency_editor.cpp
dependency_editor.h
dictionary_property_edit.cpp
dictionary_property_edit.h
editor_about.cpp i18n: Sync translations with Weblate 2020-09-08 14:05:53 +02:00
editor_about.h
editor_asset_installer.cpp fix item_edited behavior on Asset Installer. 2020-07-13 15:11:33 +02:00
editor_asset_installer.h fix item_edited behavior on Asset Installer. 2020-07-13 15:11:33 +02:00
editor_atlas_packer.cpp
editor_atlas_packer.h
editor_audio_buses.cpp Prefer the highlight version of the "GuiTabIcon" icon for buttons, and make their width/height equal 2020-07-15 12:11:31 +02:00
editor_audio_buses.h Delete bus effect with Delete key 2020-06-15 14:34:35 +02:00
editor_autoload_settings.cpp Improved warning shown when autoload cannot be added. 2020-06-04 12:16:39 +02:00
editor_autoload_settings.h
editor_builders.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
editor_data.cpp
editor_data.h
editor_dir_dialog.cpp
editor_dir_dialog.h
editor_export.cpp iOS Export: Add a method to embed a framework 2020-08-19 14:54:59 +03:00
editor_export.h iOS Export: Add a method to embed a framework 2020-08-19 14:54:59 +03:00
editor_feature_profile.cpp Make the Import dock depend on the FileSystem dock 2020-09-24 14:43:05 +02:00
editor_feature_profile.h Make the Import dock depend on the FileSystem dock 2020-09-24 14:43:05 +02:00
editor_file_dialog.cpp Fixes leak with drives [3.2] 2020-04-12 14:05:47 +02:00
editor_file_dialog.h
editor_file_system.cpp auto re-import atlas, fixes #40047 2020-07-10 11:00:10 +02:00
editor_file_system.h
editor_folding.cpp
editor_folding.h
editor_fonts.cpp
editor_fonts.h
editor_help.cpp Link exposed set/getters in property descriptions 2020-06-18 10:51:45 +02:00
editor_help.h
editor_help_search.cpp Revert "Adds fuzzy search for help search dialog" 2020-07-03 13:17:57 +02:00
editor_help_search.h
editor_inspector.cpp Stopped trying to revert to default values when script implementation of property_can_revert exists 2020-05-06 23:29:08 +02:00
editor_inspector.h
editor_layouts_dialog.cpp
editor_layouts_dialog.h
editor_log.cpp Tweak the editor log selection color to match the current editor theme 2020-05-11 11:39:35 +02:00
editor_log.h
editor_network_profiler.cpp
editor_network_profiler.h
editor_node.cpp Make the Import dock depend on the FileSystem dock 2020-09-24 14:43:05 +02:00
editor_node.h implement generic filename disambiguation 2020-07-24 10:31:56 +02:00
editor_path.cpp
editor_path.h
editor_plugin.cpp Expose methods to play scene from plugin code 2020-07-06 19:00:56 +02:00
editor_plugin.h Expose methods to play scene from plugin code 2020-07-06 19:00:56 +02:00
editor_plugin_settings.cpp
editor_plugin_settings.h
editor_profiler.cpp
editor_profiler.h
editor_properties.cpp Modify the scene only when color changed 2020-08-14 00:32:05 +02:00
editor_properties.h
editor_properties_array_dict.cpp
editor_properties_array_dict.h
editor_resource_preview.cpp
editor_resource_preview.h
editor_run.cpp [macOS, 3.2] Implement seamless display scaling. 2020-07-07 22:54:33 +03:00
editor_run.h Expose methods to play scene from plugin code 2020-07-06 19:00:56 +02:00
editor_run_native.cpp
editor_run_native.h
editor_run_script.cpp
editor_run_script.h
editor_scale.cpp
editor_scale.h
editor_sectioned_inspector.cpp Fix filtering of search results in SectionedInspector 2020-09-24 14:43:06 +02:00
editor_sectioned_inspector.h
editor_settings.cpp Fixes leak with creating editor settings 2020-09-04 08:49:58 +02:00
editor_settings.h
editor_spin_slider.cpp Add a margin to EditorSpinSlider to visually line up the edited number 2020-07-24 09:34:58 +02:00
editor_spin_slider.h
editor_sub_scene.cpp
editor_sub_scene.h
editor_themes.cpp Fixes DefaultProjectIcon scaling with editor scale 2020-09-24 14:43:06 +02:00
editor_themes.h
editor_vcs_interface.cpp
editor_vcs_interface.h
export_template_manager.cpp
export_template_manager.h
filesystem_dock.cpp Allow duplicating files when holding Control 2020-06-18 11:29:27 +02:00
filesystem_dock.h
find_in_files.cpp Search result highlights follow font size 2020-06-18 11:29:28 +02:00
find_in_files.h Search result highlights follow font size 2020-06-18 11:29:28 +02:00
groups_editor.cpp
groups_editor.h
import_dock.cpp check the params section exist before erasing it in import_dock 2020-05-25 16:32:05 +02:00
import_dock.h
inspector_dock.cpp
inspector_dock.h
multi_node_edit.cpp
multi_node_edit.h
node_dock.cpp
node_dock.h
pane_drag.cpp
pane_drag.h
plugin_config_dialog.cpp Fix build with GDScript support disabled 2020-09-08 09:14:25 +02:00
plugin_config_dialog.h
progress_dialog.cpp
progress_dialog.h
project_export.cpp Account for file deletion and renaming in Export Presets 2020-06-11 10:00:06 +02:00
project_export.h Implementation of the Godot Android Plugin configuration file 2020-05-16 23:09:45 -07:00
project_manager.cpp i18n: Sync translations with Weblate 2020-09-08 14:05:53 +02:00
project_manager.h
project_settings_editor.cpp prevent joypad button input dropdown going out of dialog 2020-03-25 11:38:53 +01:00
project_settings_editor.h
property_editor.cpp
property_editor.h
property_selector.cpp
property_selector.h
pvrtc_compress.cpp
pvrtc_compress.h
quick_open.cpp Remove directory search results 2020-06-29 10:56:32 +02:00
quick_open.h Remove directory search results 2020-06-29 10:56:32 +02:00
register_exporters.h
rename_dialog.cpp
rename_dialog.h
reparent_dialog.cpp
reparent_dialog.h
run_settings_dialog.cpp
run_settings_dialog.h
scene_tree_dock.cpp Add Control to preferred types 2020-07-03 13:17:57 +02:00
scene_tree_dock.h Rename the Clear Script editor action to Detach Script 2020-05-11 11:38:22 +02:00
scene_tree_editor.cpp Prevent dragging from SceneTree buttons 2020-07-03 13:17:57 +02:00
scene_tree_editor.h
script_create_dialog.cpp Make sure built-in script warning fits in dialog 2020-06-05 14:40:08 +02:00
script_create_dialog.h Warn about built-in script limitations in the script creation dialog 2020-04-16 12:47:18 +02:00
script_editor_debugger.cpp Fix typos with codespell 2020-09-18 14:09:51 +02:00
script_editor_debugger.h Fix dialog spam when inspecting MeshInstance from model file 2020-06-10 15:30:51 +02:00
settings_config_dialog.cpp
settings_config_dialog.h
spatial_editor_gizmos.cpp Merge pull request #37863 from ExpiredPopsicle/culling5 2020-04-30 08:05:11 +02:00
spatial_editor_gizmos.h Update Joint gizmos automatically 2020-04-23 11:07:32 +02:00