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

Bulk settings index conversions #1114

Merged
merged 6 commits into from
Sep 9, 2024
Merged

Bulk settings index conversions #1114

merged 6 commits into from
Sep 9, 2024

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    509bb92 View commit details
    Browse the repository at this point in the history
  2. First pass at mass settings index fixes

    This is the first pass at converting all drivers to use current_index
    instead of current (value) when defining RadioSettingValueList items.
    
    These are just the easy/straightforward cases where we have a list and
    and index into that list. Other instances with more complex invocations
    will be handled separately.
    
    The files that ended up with long lines as a result of this were
    autopep8'd with just long-line fixes applied.
    kk7ds committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    c574130 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5221692 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    674744c View commit details
    Browse the repository at this point in the history
  5. Add Baofeng AR-5RM to model alias map

    Fixes #11525
    kk7ds committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d2143e4 View commit details
    Browse the repository at this point in the history
  6. Limit bugreport subject field

    A user might think this is their only opportunity to put in details
    and stuff a tome into this field.
    kk7ds committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    33d0076 View commit details
    Browse the repository at this point in the history