You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A polished QML dialog covering every updater state, hosting the changelog and the per-flavor guidance.
Scope
New qml/UpdaterDialog.qml:
Single root Dialog (or Popup) styled to match PropertiesPanel.qml / MaterialEditorWindow.qml.
States bound to UpdaterController.state: Idle, Checking, UpToDate, UpdateAvailable, Downloading, Verifying, ReadyToInstall, Error, PackageManaged.
UpdateAvailable state: title + version + published date + Markdown changelog (use Qt.labs.qmlmodels + a TextArea with textFormat: TextEdit.MarkdownText).
Downloading: progress bar bound to UpdaterController.progress, cancel button.
Parent epic: #439
Depends on: #441, #443.
Goal
A polished QML dialog covering every updater state, hosting the changelog and the per-flavor guidance.
Scope
qml/UpdaterDialog.qml:Dialog(orPopup) styled to matchPropertiesPanel.qml/MaterialEditorWindow.qml.UpdaterController.state: Idle, Checking, UpToDate, UpdateAvailable, Downloading, Verifying, ReadyToInstall, Error, PackageManaged.Qt.labs.qmlmodels+ aTextAreawithtextFormat: TextEdit.MarkdownText).UpdaterController.progress, cancel button.QSettingsso it doesn't re-prompt until a newer version appears.qml/UpdaterSettings.qmlpanel embedded in the existing settings dialog (wherever the LLM settings live):UpdaterController::checkForUpdates().Acceptance criteria
QSettings.updater.dialog.*for state transitions.Effort
~1 week.