Rename Sud's Download/Upload to Save/Load throughout

Renames everywhere the concept appears: Sud.download()/upload() ->
save()/load(), the 'Download'/'Upload' websocket messages ->
'Save'/'Load', the brewpi_gui menu actions, handlers and
sud_download_path -> sud_save_path, and the demo script. Behavior is
unchanged - this is naming only, from the client's perspective (save
to / load from a local file) rather than the server's.
This commit is contained in:
2026-06-20 23:58:21 +02:00
parent 5d884ca3da
commit 13e507e2b5
6 changed files with 51 additions and 51 deletions
+6 -6
View File
@@ -3712,8 +3712,8 @@
<property name="title">
<string>&amp;File</string>
</property>
<addaction name="actionSudDownload"/>
<addaction name="actionSudUpload"/>
<addaction name="actionSudSave"/>
<addaction name="actionSudLoad"/>
</widget>
<widget class="QMenu" name="menu_Help">
<property name="title">
@@ -3765,17 +3765,17 @@
<string>Stop</string>
</property>
</action>
<action name="actionSudDownload">
<action name="actionSudSave">
<property name="text">
<string>&amp;Download Sud...</string>
<string>&amp;Save Sud...</string>
</property>
<property name="toolTip">
<string>Save the running Sud's schedule to a local sud.json</string>
</property>
</action>
<action name="actionSudUpload">
<action name="actionSudLoad">
<property name="text">
<string>&amp;Upload Sud...</string>
<string>&amp;Load Sud...</string>
</property>
<property name="toolTip">
<string>Replace the running Sud's schedule with a local sud.json</string>