Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing titles #156

Merged
merged 6 commits into from
Aug 9, 2024
Merged

Add missing titles #156

merged 6 commits into from
Aug 9, 2024

Commits on Aug 9, 2024

  1. buddy: Add missing titles for bootloader errors

    The bootloader only shows "Error #XXXX" as a title. But other bootloader
    errors were assigned a title, so I took "artistic liberties" to assign
    something to them
    
    BFW-5773
    Tomcus committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    8231eda View commit details
    Browse the repository at this point in the history
  2. buddy: Add "Warning" title to all warnings

    Technically the printer doesn't show any title when showing warnings
    (the title that is shown is the title of the screen that was rendered
    before the warning was shown). Similar to error `XX806` we can set every
    warning title to "Warning".
    
    BFW-5773
    Tomcus committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    1679f2f View commit details
    Browse the repository at this point in the history
  3. buddy: Add title to crash detection errors

    These errors are shown during crash recovery and the screen sets common
    title for all of them.
    
    BFW-5773
    Tomcus committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    95f44bc View commit details
    Browse the repository at this point in the history
  4. buddy: Add title to remaining dialogs

    The only remaining dialog was Quick Pause dialog. Again since it is a
    dialog it doesn't have any title in the code, but we can assign its name
    after the feature, similar to warnings.
    
    BFW-5773
    Tomcus committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    671a547 View commit details
    Browse the repository at this point in the history
  5. buddy: Add title to MMU error

    This is a generic error that happens in Load/Unload with MMU. There is
    large number of errors that can happen during the MMU Loading/Unloading
    so we use a generic title here.
    
    BFW-5773
    Tomcus committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    76ef834 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7e4712 View commit details
    Browse the repository at this point in the history