godot/editor/export
Yuri Sizov 635b8a1474 Split theme generation logic into several subroutines
This change introduces a new theme configuration struct to be
passed to the aforementioned routines to better control reuse
of styles and definitions in the generator.

Everything not passed and not explicitly shared is scoped so it
is not automatically accessible throughout the routine. This
should ensure that the decision to share styles is a conscious one.

In the future we will try to reduce the number of unique definitions
and share most of it. This PR is a stepping stone on this path.

This also puts the effort into separating redefinitions of
default theme items vs custom types introduced only by the editor.
In a few cases where editor-specific definitions need to reference
default definitions we simply fetch them from the theme. It's not
ideal and hides the dependency a bit, but hopefully these cases
will be abstracted properly in due time.
2024-01-16 11:57:45 +01:00
..
editor_export.cpp Add a button in the export dialog to fix missing texture formats 2023-08-17 02:56:42 -05:00
editor_export.h Fix export options of scripted EditorExportPlugins 2023-07-04 15:39:23 +02:00
editor_export_platform.cpp Reorganize code related to editor theming 2024-01-16 11:57:45 +01:00
editor_export_platform.h Expose EditorExportPlatform::get_os_name() 2023-09-07 12:28:09 -05:00
editor_export_platform_pc.cpp Ensure more export errors are reported to users 2023-12-06 15:26:07 +01:00
editor_export_platform_pc.h Allow exporting release Android builds without a debug keystore 2023-06-19 01:00:13 -03:00
editor_export_plugin.cpp Merge pull request #72572 from Daylily-Zeleen/daylily-zeleen/override_export_end_in_Cpp 2024-01-04 16:38:15 +01:00
editor_export_plugin.h Merge pull request #72572 from Daylily-Zeleen/daylily-zeleen/override_export_end_in_Cpp 2024-01-04 16:38:15 +01:00
editor_export_preset.cpp [Export] Improve app / file version validation. 2023-11-01 11:25:44 +02:00
editor_export_preset.h Add a "version" project setting and use it in new export presets 2023-08-04 10:29:33 +02:00
editor_export_shared_object.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
export_template_manager.cpp Split theme generation logic into several subroutines 2024-01-16 11:57:45 +01:00
export_template_manager.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
project_export.cpp Split theme generation logic into several subroutines 2024-01-16 11:57:45 +01:00
project_export.h Fix theme application in various editor dialogs 2023-12-04 13:18:48 +01:00
SCsub Split up editor export code into multiple files 2022-07-26 08:28:19 -05:00