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

Fixes to hardware config editing/display #2765

Merged
merged 5 commits into from
Apr 15, 2024

Commits on Apr 12, 2024

  1. If name not specified when loading config then 'save' raises exception

    Set default from filename
    mikee47 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    dc44a2f View commit details
    Browse the repository at this point in the history
  2. Remove 'unused_before' and 'unused_after' fields from make hwconfig

    … output
    
    These are only used for map building so shouldn't be visible
    mikee47 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f30e270 View commit details
    Browse the repository at this point in the history
  3. Ensure all sample .hw files have names

    mikee47 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    82f4882 View commit details
    Browse the repository at this point in the history
  4. Don't set name, comment fields from option data

    mikee47 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d9de418 View commit details
    Browse the repository at this point in the history
  5. Fix use of not in and is not operators

    mikee47 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    80506c3 View commit details
    Browse the repository at this point in the history