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

Reloading of settings #96

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Reloading of settings #96

wants to merge 9 commits into from

Commits on May 29, 2014

  1. Put settings variables in a struct

    Signed-off-by: Mattias Andrée <maandree@operamail.com>
    maandree committed May 29, 2014
    Configuration menu
    Copy the full SHA
    f54f43b View commit details
    Browse the repository at this point in the history
  2. Do all settings parsing, except from the command line, in settings.c

    Signed-off-by: Mattias Andrée <maandree@operamail.com>
    maandree committed May 29, 2014
    Configuration menu
    Copy the full SHA
    5e33876 View commit details
    Browse the repository at this point in the history
  3. Separate out settings validation to settings.c, also print all errors…

    … before existing
    
    Signed-off-by: Mattias Andrée <maandree@operamail.com>
    maandree committed May 29, 2014
    Configuration menu
    Copy the full SHA
    75e1e65 View commit details
    Browse the repository at this point in the history
  4. Catch SIGUSR2 for reloading for settings

    Signed-off-by: Mattias Andrée <maandree@operamail.com>
    maandree committed May 29, 2014
    Configuration menu
    Copy the full SHA
    714d557 View commit details
    Browse the repository at this point in the history
  5. Implement reloading of configurations

    Signed-off-by: Mattias Andrée <maandree@operamail.com>
    maandree committed May 29, 2014
    Configuration menu
    Copy the full SHA
    d597370 View commit details
    Browse the repository at this point in the history
  6. Add reload menu item to redshift-gtk

    Signed-off-by: Mattias Andrée <maandree@operamail.com>
    maandree committed May 29, 2014
    Configuration menu
    Copy the full SHA
    29b6b6d View commit details
    Browse the repository at this point in the history
  7. Add optional transition when reloading settings

    Signed-off-by: Mattias Andrée <maandree@operamail.com>
    maandree committed May 29, 2014
    Configuration menu
    Copy the full SHA
    c9ce011 View commit details
    Browse the repository at this point in the history
  8. Print new settings, in verbose mode, when settings are reloaded

    Signed-off-by: Mattias Andrée <maandree@operamail.com>
    maandree committed May 29, 2014
    Configuration menu
    Copy the full SHA
    199cef6 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2014

  1. Update non-interpolatable settings when settings are reloaded with tr…

    …ansition
    
    Signed-off-by: Mattias Andrée <maandree@operamail.com>
    maandree committed May 31, 2014
    Configuration menu
    Copy the full SHA
    1a9d549 View commit details
    Browse the repository at this point in the history