godot/editor/import
Alessandro Famà 155bebfdf2 Fix playback position label update in Audio Stream Importer
The current playback position label doesn't get updated if the playhead is not visible. The label is updated in `_draw_indicator()` at the end of the function, but we return early if the calculated offset falls outside the valid range. This fix moves the label updating above this check, ensuring that the label always gets updated regardless of the visibility of the playhead.

Fixes #86550.
2024-01-05 12:41:30 +01:00
..
atlas_import_failed.xpm
audio_stream_import_settings.cpp Fix playback position label update in Audio Stream Importer 2024-01-05 12:41:30 +01:00
audio_stream_import_settings.h Rename ImportSettings dialogs to have "Dialog" in the name 2023-11-26 22:59:01 -06:00
collada.cpp Add const references detected by clang-tidy 2023-12-16 13:36:44 -05:00
collada.h
dynamic_font_import_settings.cpp Rename ImportSettings dialogs to have "Dialog" in the name 2023-11-26 22:59:01 -06:00
dynamic_font_import_settings.h Rename ImportSettings dialogs to have "Dialog" in the name 2023-11-26 22:59:01 -06:00
editor_import_collada.cpp Add const references detected by clang-tidy 2023-12-16 13:36:44 -05:00
editor_import_collada.h
editor_import_plugin.cpp
editor_import_plugin.h
post_import_plugin_skeleton_renamer.cpp
post_import_plugin_skeleton_renamer.h
post_import_plugin_skeleton_rest_fixer.cpp
post_import_plugin_skeleton_rest_fixer.h
post_import_plugin_skeleton_track_organizer.cpp
post_import_plugin_skeleton_track_organizer.h
resource_importer_bitmask.cpp
resource_importer_bitmask.h
resource_importer_bmfont.cpp
resource_importer_bmfont.h
resource_importer_csv_translation.cpp
resource_importer_csv_translation.h
resource_importer_dynamic_font.cpp Rename ImportSettings dialogs to have "Dialog" in the name 2023-11-26 22:59:01 -06:00
resource_importer_dynamic_font.h
resource_importer_image.cpp
resource_importer_image.h
resource_importer_imagefont.cpp
resource_importer_imagefont.h
resource_importer_layered_texture.cpp
resource_importer_layered_texture.h
resource_importer_obj.cpp
resource_importer_obj.h
resource_importer_scene.cpp Merge pull request #84508 from jsjtxietian/clean-copy 2024-01-04 14:25:58 +01:00
resource_importer_scene.h Fix referring to ResourceImporterScene static importers via instances 2023-12-11 20:01:39 -06:00
resource_importer_shader_file.cpp
resource_importer_shader_file.h
resource_importer_texture_atlas.cpp
resource_importer_texture_atlas.h
resource_importer_texture_settings.cpp
resource_importer_texture_settings.h
resource_importer_texture.cpp Return false when no '.editor.ctex' file exists so that the file will be reimported after and no error is printed 2023-12-14 20:35:49 +01:00
resource_importer_texture.h
resource_importer_wav.cpp Fixed reading WAV files with odd chunk sizes. 2023-12-04 20:01:34 +01:00
resource_importer_wav.h
scene_import_settings.cpp Rename ImportSettings dialogs to have "Dialog" in the name 2023-11-26 22:59:01 -06:00
scene_import_settings.h Rename ImportSettings dialogs to have "Dialog" in the name 2023-11-26 22:59:01 -06:00
SCsub