~ultimaker/uranium/+git/Uranium:CURA-10722_but_for_enum_settings

Last commit made on 2023-08-04
Get this branch:
git clone -b CURA-10722_but_for_enum_settings https://git.launchpad.net/~ultimaker/uranium/+git/Uranium

Branch merges

Branch information

Name:
CURA-10722_but_for_enum_settings
Repository:
lp:~ultimaker/uranium/+git/Uranium

Recent commits

d861b14... by Remco Burema <email address hidden>

Scout some string formatting in the neighbourhood.

while working on a belated fix added to CURA-10722

18bac31... by Remco Burema <email address hidden>

Internal type of an enum/options definition should be an OrderedDict.

So force it to be that way if possible.

belatedly part of CURA-10722

8ed0731... by Casper Lamboo <email address hidden>

Merge pull request #890 from Ultimaker/CURA-10722_plugins_can_has_settings

[CURA-10722] Add 'additional settings providers' (Engine Plugins)

d0c8ca9... by Casper Lamboo <email address hidden>

Use "PLUGIN" as default `appender_type`

e30ba99... by Remco Burema <email address hidden>

Fix unit-test(s).

part of CURA-10722

fc48ce7... by Remco Burema <email address hidden>

Add unit-tests for AdditionalSettingsAppender.

part of CURA-10722

cd3c464... by Remco Burema <email address hidden>

Additional Setting Definitions: Improve encapsulation.

The prepend method was only ever used by the Appender anyway. This is simpler.

part of CURA-10722

b80bfea... by Jelle Spijker <email address hidden>

Merge branch 'main' into CURA-10475_engineplugin

# Conflicts:
# resources/i18n/cs_CZ/uranium.po
# resources/i18n/de_DE/uranium.po
# resources/i18n/es_ES/uranium.po
# resources/i18n/fi_FI/uranium.po
# resources/i18n/fr_FR/uranium.po
# resources/i18n/hu_HU/uranium.po
# resources/i18n/it_IT/uranium.po
# resources/i18n/ja_JP/uranium.po
# resources/i18n/ko_KR/uranium.po
# resources/i18n/nl_NL/uranium.po
# resources/i18n/pl_PL/uranium.po
# resources/i18n/pt_BR/uranium.po
# resources/i18n/pt_PT/uranium.po
# resources/i18n/ru_RU/uranium.po
# resources/i18n/tr_TR/uranium.po
# resources/i18n/uranium.pot
# resources/i18n/zh_CN/uranium.po
# resources/i18n/zh_TW/uranium.po

fff404e... by Remco Burema <email address hidden>

Additional settings: Document class and move function.

part of CURA-10722

e86b380... by Remco Burema <email address hidden>

Get proper type-string for (additional setting definitions) appenders.

Not all of them have to be for engine-plugins after all.

part of CURA-10722