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 feature to adjust fade duration (without Elektra) #840

Open
wants to merge 12 commits into
base: 814-improve-config
Choose a base branch
from

Commits on Sep 20, 2021

  1. Configuration menu
    Copy the full SHA
    dc42433 View commit details
    Browse the repository at this point in the history
  2. Add CLI option parsing for "fade_duration"

    Tobias Schubert committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    a2807ef View commit details
    Browse the repository at this point in the history
  3. Add config file parsing for "fade_duration"

    Tobias Schubert committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    3beda6a View commit details
    Browse the repository at this point in the history
  4. Add explanation for "fade_duration" in help text

    Tobias Schubert committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    c716a3e View commit details
    Browse the repository at this point in the history
  5. Modify continual mode to respect "fade_duration"

    Tobias Schubert committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    0456517 View commit details
    Browse the repository at this point in the history
  6. Change data type of "fade_duration" to unsigned long

    Tobias Schubert committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    48b6551 View commit details
    Browse the repository at this point in the history
  7. Reorder calculation of fade_length so it uses multiplication instead …

    …of division.
    Tobias Schubert committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    7d264ca View commit details
    Browse the repository at this point in the history
  8. Fix calculation of fade_length to respect that fade_duration is given…

    … in seconds
    Tobias Schubert committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    a2fa0d4 View commit details
    Browse the repository at this point in the history
  9. Fix default value of fade_duration to be in seconds.

    Tobias Schubert committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    801a32e View commit details
    Browse the repository at this point in the history
  10. Change data type of "fade_duration" back to long to prevent issues wi…

    …th strtoul() and negative values
    
    This reverts commit 48b6551
    Tobias Schubert committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    3c36ab1 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Replace spaces by tab

    Tobias Schubert committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    c745ceb View commit details
    Browse the repository at this point in the history
  2. Normalize indent: Convert all spaces to tabs

    Tobias Schubert committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    1958968 View commit details
    Browse the repository at this point in the history