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 ConfigObject::get-/setValue<EnumType> #11883

Merged
merged 8 commits into from
Aug 31, 2023

Commits on Aug 30, 2023

  1. feat: add ConfigObject::get-/setValue<EnumType>

    This allows the callsites to avoid verbose `static_cast`s. It
    also makes it easier to change the machanism used when storing
    enums in the config easier in the future.
    Swiftb0y committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    e71ae8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9323870 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79c6a88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f50b2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    617e5a6 View commit details
    Browse the repository at this point in the history
  6. simplify ScreensaverManager

    Swiftb0y committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    2d79173 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fe826c3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    25462c7 View commit details
    Browse the repository at this point in the history