diff options
-rw-r--r-- | .editorconfig | 13 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 29 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 17 | ||||
-rw-r--r-- | .gitignore | 123 | ||||
-rw-r--r-- | .travis.yml | 69 | ||||
-rw-r--r-- | CONTRIBUTING.md | 180 | ||||
-rw-r--r-- | DESIGN | 95 | ||||
-rw-r--r-- | Makefile.am | 141 | ||||
l--------- | NEWS | 1 | ||||
-rw-r--r-- | NEWS.md | 217 | ||||
-rw-r--r-- | README-colorramp | 296 | ||||
-rw-r--r-- | README.md | 75 | ||||
-rw-r--r-- | TODO | 228 | ||||
-rw-r--r-- | appveyor.yml | 52 | ||||
-rwxr-xr-x | bootstrap | 7 | ||||
-rw-r--r-- | configure.ac | 392 | ||||
-rw-r--r-- | contrib/redshift.spec | 146 | ||||
-rw-r--r-- | data/systemd/redshift-gtk.service.in | 4 | ||||
-rw-r--r-- | data/systemd/redshift.service.in | 4 | ||||
-rw-r--r-- | po/POTFILES.in | 1 | ||||
-rw-r--r-- | po/ar.po | 8 | ||||
-rw-r--r-- | po/be.po | 8 | ||||
-rw-r--r-- | po/bg.po | 8 | ||||
-rw-r--r-- | po/ca.po | 8 | ||||
-rw-r--r-- | po/cs.po | 8 | ||||
-rw-r--r-- | po/da.po | 8 | ||||
-rw-r--r-- | po/de.po | 8 | ||||
-rw-r--r-- | po/el.po | 8 | ||||
-rw-r--r-- | po/en_GB.po | 10 | ||||
-rw-r--r-- | po/eo.po | 816 | ||||
-rw-r--r-- | po/es.po | 8 | ||||
-rw-r--r-- | po/et.po | 8 | ||||
-rw-r--r-- | po/eu.po | 196 | ||||
-rw-r--r-- | po/fi.po | 8 | ||||
-rw-r--r-- | po/fr.po | 8 | ||||
-rw-r--r-- | po/gl.po | 8 | ||||
-rw-r--r-- | po/he.po | 8 | ||||
-rw-r--r-- | po/hi.po | 8 | ||||
-rw-r--r-- | po/hr.po | 8 | ||||
-rw-r--r-- | po/hu.po | 8 | ||||
-rw-r--r-- | po/it.po | 8 | ||||
-rw-r--r-- | po/ja.po | 8 | ||||
-rw-r--r-- | po/ka.po | 8 | ||||
-rw-r--r-- | po/lt.po | 8 | ||||
-rw-r--r-- | po/nb.po | 8 | ||||
-rw-r--r-- | po/nl.po | 8 | ||||
-rw-r--r-- | po/oc.po | 808 | ||||
-rw-r--r-- | po/pl.po | 8 | ||||
-rw-r--r-- | po/pt.po | 8 | ||||
-rw-r--r-- | po/pt_BR.po | 8 | ||||
-rw-r--r-- | po/redshift.pot | 8 | ||||
-rw-r--r-- | po/ro.po | 8 | ||||
-rw-r--r-- | po/ru.po | 8 | ||||
-rw-r--r-- | po/sr.po | 8 | ||||
-rw-r--r-- | po/sv.po | 18 | ||||
-rw-r--r-- | po/tr.po | 8 | ||||
-rw-r--r-- | po/uk.po | 8 | ||||
-rw-r--r-- | po/zh_CN.po | 69 | ||||
-rw-r--r-- | po/zh_TW.po | 8 | ||||
-rw-r--r-- | redshift.1 | 4 | ||||
-rw-r--r-- | src/Makefile | 54 | ||||
-rw-r--r-- | src/Makefile.am | 105 | ||||
-rw-r--r-- | src/colorramp.c | 57 | ||||
-rw-r--r-- | src/colorramp.h | 18 | ||||
-rw-r--r-- | src/config.mk | 21 | ||||
-rw-r--r-- | src/gamma-coopgamma.c | 571 | ||||
-rw-r--r-- | src/gamma-coopgamma.h | 29 | ||||
-rw-r--r-- | src/gamma-drm.c | 14 | ||||
-rw-r--r-- | src/gamma-drm.h | 2 | ||||
-rw-r--r-- | src/gamma-dummy.c | 2 | ||||
-rw-r--r-- | src/gamma-quartz.c | 4 | ||||
-rw-r--r-- | src/gamma-randr.c | 6 | ||||
-rw-r--r-- | src/gamma-vidmode.c | 6 | ||||
-rw-r--r-- | src/gamma-w32gdi.c | 6 | ||||
-rw-r--r-- | src/options.c | 3 | ||||
-rw-r--r-- | src/redshift.c | 25 | ||||
-rw-r--r-- | src/redshift.h | 2 | ||||
-rw-r--r-- | src/signals.c | 2 | ||||
-rw-r--r-- | src/signals.h | 2 |
79 files changed, 2871 insertions, 2333 deletions
diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index a365f4d..0000000 --- a/.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -root = true - -[*] -indent_style = tab -indent_size = 8 - -[*.m] -indent_style = space -indent_size = 2 - -[*.py] -indent_style = space -indent_size = 4 diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 04cd29c..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -- [ ] [I have checked the FAQ](https://github.com/jonls/redshift/blob/master/README.md#faq) and my issue is not mention there. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Error output/logs/screenshots** -If applicable, add screenshots to help explain your problem. - -**Software versions (please complete the following information):** - - OS: [e.g. Linux/Windows/macOS] - - Redshift version: [e.g. 1.11, run `redshift -V` in a terminal] - - Distribution: [e.g. Ubuntu] - - Redshift installed from: [e.g. "using apt-get", "built from source"] diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 066b2d9..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. @@ -1,122 +1,23 @@ +*\#* *~ - -## From: https://github.com/github/gitignore/blob/master/C.gitignore -# Prerequisites -*.d - -# Object files *.o -*.ko -*.obj -*.elf - -# Linker output -*.ilk -*.map -*.exp - -# Precompiled Headers -*.gch -*.pch - -# Libraries -*.lib *.a -*.la *.lo - -# Shared objects (inc. Windows DLLs) -*.dll +*.su *.so *.so.* +*.dll *.dylib +*.gch +*.gcov +*.gcno +*.gcda +*.pyo* +*.pyc* +__pycache__/ +redshift-gtk +redshift -# Executables -*.exe -*.out -*.app -*.i*86 -*.x86_64 -*.hex - -# Debug files -*.dSYM/ -*.su -*.idb -*.pdb - -# Kernel Module Compile Results -*.mod* -*.cmd -.tmp_versions/ -modules.order -Module.symvers -Mkfile.old -dkms.conf - -## From: https://github.com/github/gitignore/blob/master/Autotools.gitignore -# http://www.gnu.org/software/automake - -Makefile.in -/ar-lib -/mdate-sh -/py-compile -/test-driver -/ylwrap - -# http://www.gnu.org/software/autoconf - -autom4te.cache -/autoscan.log -/autoscan-*.log -/aclocal.m4 -/compile -/config.guess -/config.h.in -/config.log -/config.status -/config.sub -/configure -/configure.scan -/depcomp -/install-sh -/missing -/stamp-h1 - -# https://www.gnu.org/software/libtool/ - -/ltmain.sh - -# http://www.gnu.org/software/texinfo - -/texinfo.tex - -# http://www.gnu.org/software/m4/ - -m4/libtool.m4 -m4/ltoptions.m4 -m4/ltsugar.m4 -m4/ltversion.m4 -m4/lt~obsolete.m4 - -## Redshift specific: -# generated files -/ABOUT-NLS -/config.rpath -/contrib/redshift.spec -/data/apparmor/usr.bin.redshift -/data/appdata/redshift-gtk.appdata.xml -/data/applications/redshift.desktop -/data/applications/redshift-gtk.desktop -/data/systemd/redshift.service -/data/systemd/redshift-gtk.service -/m4 -/src/redshift -/src/redshift-gtk/defs.py -/src/redshift-gtk/redshift-gtk -/src/redshift-gtk/__pycache__/ - -# gettext /po/POTFILES /po/stamp-po /po/stamp-it diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index b165a69..0000000 --- a/.travis.yml +++ /dev/null @@ -1,69 +0,0 @@ - -language: c - -matrix: - include: - - os: linux - compiler: gcc - dist: trusty - sudo: false - - os: osx - compiler: clang - -addons: - apt: - packages: - - autopoint - - intltool - # DRM - - libdrm-dev - # RANDR - - libxcb1-dev - - libxcb-randr0-dev - # VidMode - - libx11-dev - - libxxf86vm-dev - # GeoClue2 - - libglib2.0-dev - # GUI - - python3 - -before_install: | - if [ "$TRAVIS_OS_NAME" == "osx" ]; then - brew update - brew install gettext - brew link --force gettext - brew install intltool - brew upgrade python - - # distuninstallcheck fails on macOS when automake 1.16 or 1.16.1 is used. - # http://gnu-automake.7480.n7.nabble.com/bug-31222-automake-1-16-1-am-pep3147-tweak-bug-td22937.html - # No upstream release yet, use upstream patch. - pushd /usr/local/Cellar/automake/*/share/automake-* - curl "https://git.savannah.gnu.org/cgit/automake.git/patch/?id=a348d830659fffd2cfc42994524783b07e69b4b5" | tail -n 14 | sudo patch -p2 - popd - fi - -install: - - ./bootstrap - - mkdir "$TRAVIS_BUILD_DIR/root" - - | - if [ "$TRAVIS_OS_NAME" == "linux" ]; then - ./configure --prefix="$TRAVIS_BUILD_DIR/root" --enable-drm --enable-vidmode --enable-randr --enable-geoclue2 --enable-gui --enable-apparmor - elif [ "$TRAVIS_OS_NAME" == "osx" ]; then - ./configure --prefix="$TRAVIS_BUILD_DIR/root" --enable-corelocation --enable-quartz --enable-gui - fi - - make -j2 install - - make -j2 distcheck - -script: - - | - "$TRAVIS_BUILD_DIR"/root/bin/redshift -l 12:-34 -pv - - | - "$TRAVIS_BUILD_DIR"/root/bin/redshift -l 12:-34 -m dummy -vo - - | - echo -e "[redshift]\ndawn-time=6:30\ndusk-time=18:00-19:30" > time.config - - | - "$TRAVIS_BUILD_DIR"/root/bin/redshift -c time.config -pv - - | - "$TRAVIS_BUILD_DIR"/root/bin/redshift -c time.config -m dummy -vo diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index c8a29e7..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,180 +0,0 @@ - -Building from git clone ------------------------ - -``` shell -$ ./bootstrap -$ ./configure -``` - -The bootstrap script will use autotools to set up the build environment -and create the `configure` script. - -Use `./configure --help` for options. Use `--prefix` to make an install in -your home directory. This is necessary to test python scripts. The systemd -user unit directory should be set to avoid writing to the system location. - -Systemd will look for the unit files in `~/.config/systemd/user` so this -directory can be used as a target if the unit files will be used. Otherwise -the location can be set to `no` to disable the systemd files. - -Example: - -``` shell -$ ./configure --prefix=$HOME/redshift/root \ - --with-systemduserunitdir=$HOME/.config/systemd/user -``` - -Now, build the files: - -``` shell -$ make -``` - -The main redshift program can be run at this point. To install to the -prefix directory run: - -``` shell -$ make install -``` - -You can now run the python script. Example: - -``` shell -$ $HOME/redshift/root/bin/redshift-gtk -``` - - -Dependencies ------------- - -* autotools, gettext -* intltool, libtool -* libdrm (Optional, for DRM support) -* libxcb, libxcb-randr (Optional, for RandR support) -* libX11, libXxf86vm (Optional, for VidMode support) -* Glib 2 (Optional, for GeoClue2 support) - -* python3, pygobject, pyxdg (Optional, for GUI support) -* appindicator (Optional, for Ubuntu-style GUI status icon) - -Ubuntu users will find all these dependencies in the packages listed in ``.travis.yml``. - - -Coding style for C code ------------------------ - -Redshift follows roughly the Linux coding style -<http://www.kernel.org/doc/Documentation/CodingStyle>. Some specific rules to -note are: - -* Lines should not be longer than 80 characters in new code. If lines are - longer than this the code could likely be improved by moving some parts to a - smaller function. -* All structures are typedef'ed. -* Avoid Yoda conditions; they make the logic unnecessarily hard to comprehend. -* Avoid multiline if-statements without braces; either use a single line or add - the braces. -* Use only C-style comments (`/* */`). - - -Creating a pull request ------------------------ - -1. Create a topic branch for your specific changes. You can base this off the - master branch or a specific version tag if you prefer (`git co -b topic master`). -2. Create a commit for each logical change on the topic branch. The commit log - must contain a one line description (max 80 chars). If you cannot describe - the commit in 80 characters you should probably split it up into multiple - commits. The first line can be followed by a blank line and a longer - description (split lines at 80 chars) for more complex commits. If the commit - fixes a known issue, mention the issue number in the first line (`Fix #11: - ...`). -3. The topic branch itself should tackle one problem. Feel free to create many - topic branches and pull requests if you have many different patches. Putting - them into one branch makes it harder to review the code. -4. Push the topic branch to Github, find it on github.com and create a pull - request to the master branch. If you are making a bug fix for a specific - release you can create a pull request to the release branch instead - (e.g. `release-1.9`). -5. Discussion will ensue. If you are not prepared to partake in the discussion - or further improve your patch for inclusion, please say so and someone else - may be able to take on responsibility for your patch. Otherwise we will - assume that you will be open to criticism and suggestions for improvements - and that you will take responsibility for further improving the patch. You - can add further commits to your topic branch and they will automatically be - added to the pull request when you push them to Github. -6. You may be asked to rebase the patch on the master branch if your patch - conflicts with recent changes to the master branch. However, if there is no - conflict, there is no reason to rebase. Please do not merge the master back - into your topic branch as that will convolute the history unnecessarily. -7. Finally, when your patch has been refined, you may be asked to squash small - commits into larger commits. This is simply so that the project history is - clean and easy to follow. Remember that each commit should be able to stand - on its own, be able to compile and function normally. Commits that fix a - small error or adds a few comments to a previous commit should normally just - be squashed into that larger commit. - -If you want to learn more about the Git branching model that we use please see -<http://nvie.com/posts/a-successful-git-branching-model/> but note that we use -the `master` branch as `develop`. - - -Contributing translations -------------------------- - -You can contribute translations directly at -[Launchpad Translations for Redshift](https://translations.launchpad.net/redshift). -Updated translations will be pulled back into the `po` files on Github -before a release is made. - - -Creating a new release ----------------------- - -1. Select a commit in master to branch from, or if making a bugfix release - use previous release tag as base (e.g. for 1.9.1 use 1.9 as base) -2. Create release branch `release-X.Y` -3. Apply any bugfixes for release -4. Import updated translations from launchpad and commit. Remember to update - `po/LINGUAS` if new languages were added -5. Update version in `configure.ac` and create entry in NEWS -6. Run `make distcheck` -7. Commit and tag release (`vX.Y` or `vX.Y.Z`) -8. Push tag to Github and also upload source dist file to Github - -Also remember to check before release that - -* Windows build is ok -* Build files for distributions are updated - - -Build Fedora RPMs ------------------ - -Run `make dist-xz` and copy the `.tar.xz` file to `~/rpmbuild/SOURCES`. Then run - -``` shell -$ rpmbuild -ba contrib/redshift.spec -``` - -If successful this will place RPMs in `~/rpmbuild/RPMS`. - - -Cross-compile for Windows -------------------------- - -Install MinGW and run `configure` using the following command line. Use -`i686-w64-mingw32` as host for 32-bit builds. - -``` shell -$ ./configure --disable-drm --disable-randr --disable-vidmode --enable-wingdi \ - --disable-quartz --disable-geoclue2 --disable-corelocation --disable-gui \ - --disable-ubuntu --host=x86_64-w64-mingw32 -``` - - -Notes ------ -* verbose flag is (currently) only held in redshift.c; thus, write all - verbose messages there. @@ -1,95 +0,0 @@ -This is a document describing how redshift works. It might be useful -if the normal docs don't answer a question, or when you want to hack -on the code. - - -Programs -======== - -redshift --------- - -redshift is a program written in C that tries to figure out the user's -location during startup, and then goes into a loop setting the display -gamma according to the time of day every couple seconds or minutes -(details?). - -On systems that support signals, it reacts to the SIGUSR1 signal by -switching to day/night immediately, and when receiving SIGINT or -SIGTERM, it restores the screen gamma (to 6500K). - -Redshift knows short and long transitions, short transitions being -used at start and when reacting to signals. Short transitions take -about 10 seconds; long transitions about 50 minutes. - -Once running, redshift currently doesn't check location providers -again. - - -redshift-gtk ------------- - -redshift-gtk is a small program written in Python that shows a status -icon (what is an appindicator versus a GTK status icon?) (does it -change the icon according to internal program state of redshift? -doesn't seem so) and run an instance of the "redshift" program, and -will send it SIGUSR1 each time the user clicks the icon. - - -Alternative Features -==================== - -Redshift interacts with the rest of the system in two ways: reading -the location, and setting the gamma. Both can be done in different -ways, and so for both areas there are configure options to -enable/disable compilation of the various methods. ./configure --help -shows more about what parts of the program that can be conditionally -compiled. - -NOTE: some features have to be disabled explicitely, like ---disable-gnome-clock to prevent the gnome-clock code from being built -in. - -The two groups of features shall be called: "location providers" and -"adjustment methods". - -These are probably not the best names for these things but at least -I've been mostly consistent with the naming throughout the source code -(I hope). - -First adjustment methods: There is "randr" which is the preferred -because it has support for multiple outputs per X screen which is lacking -in "vidmode". Both are APIs in the X server that allow for manipulation -of gamma ramps, which is what Redshift uses to change the screen color -temperature. There's also "wingdi" which is for the Windows version, -and "drm" which allows manipulation of gamma ramps in a TTY in Linux. - -Then there are location providers: "manual", "geoclue2" and "corelocation". -Some time ago there was only one way to specify the -location which had to be done manually with the argument "-l LAT:LON". -Then later, automatic "location providers" were added and the syntax -had to be changed to "-l PROVIDER:OPTIONS" where OPTIONS are arguments -specific to the provider. But to make people less confused about the -change I decided to still support the "-l LAT:LON" syntax, so if the -PROVIDER is a number, the whole thing is parsed as LAT:LON. You could -run redshift with "-l manual:lat=55:lon=12" and get the same effect as -"-l 55:12". - -So there are currently two automatic location providers "gnome-clock" -and "geoclue". From the beginning I was looking for a way to get the -location automatically (from e.g. GPS) and Geoclue seemed like a good -idea, but upon closer investigation it turned out to be horribly -unstable. At this time GNOME had a clock applet which was present by -default (at least in Ubuntu) that allowed the user to set a home town. -This setting was registered in the gconf key -/apps/panel/applets/clock_screen*/prefs/cities. -The idea was to use this information until Geoclue had become more -stable. To me, it always was a hack. Now that the Clock applet has -gone (at least in Ubuntu) the "gnome-clock" makes little sense and -causes a lot of trouble, so I really want to get rid of it as soon as -possible. The problem is that Geoclue is still problematic for some -people. - -Lastly, there's the support for configuration files for which there's -no real documentation, but all the options that can be set on the -command line can also be set in the config file. diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 7e58f08..0000000 --- a/Makefile.am +++ /dev/null @@ -1,141 +0,0 @@ - -SUBDIRS = src po -ACLOCAL_AMFLAGS = -I m4 - -# Install systemd user unit files locally for distcheck -DISTCHECK_CONFIGURE_FLAGS = \ - --with-systemduserunitdir=$$dc_install_base/$(systemduserunitdir) - -UPDATE_ICON_CACHE = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor || : - -EXTRA_ROOTDOC_FILES = \ - CONTRIBUTING.md \ - DESIGN \ - README \ - README-colorramp \ - redshift.conf.sample - -_HICOLOR_FILES = \ - data/icons/hicolor/scalable/apps/redshift.svg \ - data/icons/hicolor/scalable/apps/redshift-status-on.svg \ - data/icons/hicolor/scalable/apps/redshift-status-off.svg - -_UBUNTU_MONO_DARK_FILES = \ - data/icons/ubuntu-mono-dark/scalable/apps/redshift-status-on.svg \ - data/icons/ubuntu-mono-dark/scalable/apps/redshift-status-off.svg - -_UBUNTU_MONO_LIGHT_FILES = \ - data/icons/ubuntu-mono-light/scalable/apps/redshift-status-on.svg \ - data/icons/ubuntu-mono-light/scalable/apps/redshift-status-off.svg - -DESKTOP_IN_FILES = \ - data/applications/redshift.desktop.in \ - data/applications/redshift-gtk.desktop.in - -SYSTEMD_USER_UNIT_IN_FILES = \ - data/systemd/redshift.service.in \ - data/systemd/redshift-gtk.service.in - -APPDATA_IN_FILES = \ - data/appdata/redshift-gtk.appdata.xml.in - -APPARMOR_IN_FILES = \ - data/apparmor/usr.bin.redshift.in - - -# Icons -if ENABLE_GUI -hicolor_icondir = @datadir@/icons/hicolor/scalable/apps -hicolor_icon_DATA = $(_HICOLOR_FILES) - -if ENABLE_UBUNTU -ubuntu_mono_dark_icondir = @datadir@/icons/ubuntu-mono-dark/scalable/apps -ubuntu_mono_dark_icon_DATA = $(_UBUNTU_MONO_DARK_FILES) - -ubuntu_mono_light_icondir = @datadir@/icons/ubuntu-mono-light/scalable/apps -ubuntu_mono_light_icon_DATA = $(_UBUNTU_MONO_LIGHT_FILES) -endif -endif - - -# Desktop file -if ENABLE_GUI -desktopdir = @datadir@/applications -desktop_DATA = $(DESKTOP_IN_FILES:.desktop.in=.desktop) -endif - -if ENABLE_GUI -install-data-hook: - $(UPDATE_ICON_CACHE); - -uninstall-hook: - $(UPDATE_ICON_CACHE); - -# We would preferable use @INTLTOOL_DESKTOP_RULE@ here but -# sadly it is broken for out-of-tree builds. -%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) - $(AM_V_GEN)$(MKDIR_P) $(@D); - $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@ -endif - - -# man page -dist_man1_MANS = redshift.1 - - -# Systemd service files -if ENABLE_SYSTEMD -systemduserunit_DATA = $(SYSTEMD_USER_UNIT_IN_FILES:.service.in=.service) -endif - -$(systemduserunit_DATA): $(SYSTEMD_USER_UNIT_IN_FILES) Makefile - $(AM_V_GEN)$(MKDIR_P) $(@D) && \ - sed -e "s|\@bindir\@|$(bindir)|g" "$(srcdir)/$(@:.service=.service.in)" > $@ - - -# Appdata file -if ENABLE_GUI -appdatadir = @datadir@/appdata -appdata_DATA = $(APPDATA_IN_FILES:.xml.in=.xml) - -# We would preferable use @INTLTOOL_XML_RULE@ here but -# sadly it is broken for out-of-tree builds. -%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) - $(AM_V_GEN)$(MKDIR_P) $(@D); - $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@ -endif - - -# AppArmor profile -if ENABLE_APPARMOR -apparmordir = @sysconfdir@/apparmor.d -apparmor_DATA = $(APPARMOR_IN_FILES:.in=) - -$(apparmor_DATA): $(APPARMOR_IN_FILES) Makefile - $(AM_V_GEN)$(MKDIR_P) $(@D) && \ - sed -e "s|\@bindir\@|$(bindir)|g" "$(srcdir)/$(@:=.in)" > $@ -endif - - - -EXTRA_DIST = \ - $(EXTRA_ROOTDOC_FILES) \ - $(_HICOLOR_FILES) \ - $(_UBUNTU_MONO_DARK_FILES) \ - $(_UBUNTU_MONO_LIGHT_FILES) \ - $(DESKTOP_IN_FILES) \ - $(SYSTEMD_USER_UNIT_IN_FILES) \ - $(APPDATA_IN_FILES) \ - $(APPARMOR_IN_FILES) - -CLEANFILES = \ - $(desktop_DATA) \ - $(systemduserunit_DATA) \ - $(appdata_DATA) \ - $(apparmor_DATA) - - -# Update PO translations -.PHONY: update-po -update-po: - cd po && $(MAKE) POTFILES redshift.pot update-po @@ -1 +0,0 @@ -NEWS.md
\ No newline at end of file diff --git a/NEWS.md b/NEWS.md deleted file mode 100644 index d25373f..0000000 --- a/NEWS.md +++ /dev/null @@ -1,217 +0,0 @@ -News -==== - -v1.12 (2018-05-20) ------------------- -- Change location providers to allow updates. GeoClue and CoreLocation now - provide continuous location updates. -- Allow time-based configuration i.e. setting the redness effect based on time - of day instead of based on the elevation of the sun. See the man page for - more information. -- Now looks for the configuration file in `~/.config/redshift/redshift.conf` - (or `${XDG_CONFIG_HOME}/redshift/redshift.conf`) if `$XDG_CONFIG_HOME` is - set. The old location at `~/.config/redshift.conf` is deprecated but - still searched as a fall back. -- Run hooks when enabling/disabling Redshift. -- Default temperatures changed to 6500K during daytime and 4500K during night. -- With `randr`, allow multiple but not all CRTCs to be redshifted. -- Removes deprecated original GeoClue location provider (use GeoClue 2 - instead). -- The option for enabling the short fade between color effects is now called - `fade` instead of `transition` in the configuration file. The term transition - caused a lot of confusion about what this option does (the old option still - works but is deprecated). -- The `preserve` option is enabled by default for `vidmode`, `randr`, Windows - (`w32gdi`) and macOS (`quartz`). The option is now controlled by the `-P` - command line option. -- Work around issue where Windows adjustments sometimes fail. -- Install AppArmor profile. -- quartz: Fix incorrect use of display identifier. -- Various bug fixes and updated translations. - -v1.11 (2016-01-02) ------------------- -- Add option `preserve` for gamma adjustment methods (`randr`, `vidmode`, - `quartz`, `w32gdi`) to apply redness on top of current gamma correction. -- Fix #158: Add redshift.desktop file to resolve an issue where Geoclue2 - would not allow redshift to obtain the current location (Laurent Bigonville) -- Fix #263: Make sure that the child process is terminated when redshift-gtk - exits. -- Fix #284: A sample configuation file has been added to the distribution - tarball. -- Fix warning message in redshift-gtk that is some cases caused redshift-gtk - to fail (#271) (Christian Stadelmann, Javier Cantero) -- Fix #174: Use nanosleep() for sleeping to avoid high CPU load on platforms - (NetBSD, ...) with limitations in usleep() (Piotr Meyer) -- Various updates to man page and translations. - - -v1.10 (2015-01-04) ------------------- -* Fix #80: Add Geoclue2 location provider. -* Add CoreLocation (OSX) location provider and Quartz (OSX) gamma - adjustment method. -* Add hooks for user actions on period switch. -* Be less verbose when color values/period did not change. -* Add config setting to set gamma separately for day/night. -* Add support for custom transition start and end elevation (Mattias - Andrée). -* redshift-gtk: Show errors from child process in a dialog. -* Fix #95: Add AppData file for package managers. -* Use gettimeofday if POSIX timers not available (add support for - OSX). -* Fix #41: Do not jump to 0 % or 100 % when changing direction of - transition (Mattias Andrée). -* redshift-gtk: Relay USR1 signal to redshift process. -* redshift-gtk: Notify desktop about startup completion. -* Fix: systemd unit files were built from the wrong source. -* Fix #90: Print N/S and E/W in the location (Mattias Andrée). -* Fix #112: redshift-gtk: Do not buffer lines from child indefinitely. -* Fix #105: Limit decimals in displayed location to two. -* Update dependencies listed in HACKING.md (emilf, Kees Hink). -* Fix: Make desktop file translatable. -* Add Travis CI build script. - -v1.9.1 (2014-04-20) -------------------- -* Fix: Do not distribute redshift-gtk, only redshift-gtk.in. -* Fix: Geoclue support should pull in Glib as dependency. -* geoclue: Fix segfault when error is NULL (Mattias Andrée). -* geoclue: Set DISPLAY=:0 to work around issue when outside X - (Mattias Andrée). -* redshift-gtk: Fix crash when toggling state using the status icon. -* redshift-gtk: Fix line splitting logic (Maks Verver). - -v1.9 (2014-04-06) ------------------ -* Use improved color scheme provided by Ingo Thies. -* Add drm driver which will apply adjustments on linux consoles - (Mattias Andrée). -* Remove deprecated GNOME clock location provider. -* Set proc title for redshift-gtk (Linux/BSD) (Philipp Hagemeister). -* Show current temperature, location and status in GUI. -* Add systemd user unit files so that redshift can be used with - systemd as a session manager (Henry de Valence). -* Use checkbox to toggle Redshift in GUI (Mattias Andrée). -* Gamma correction is applied after brightness and temperature - (Mattias Andrée). -* Use XDG Base Directory Specification when looking for configuration - file (Mattias Andrée). -* Load config from %LOCALAPPDATA%\redshift.conf on Windows (TingPing). -* Add RPM spec for Fedora in contrib. -* redshift-gtk has been ported to Python3 and new PyGObject bindings - for Python. - -v1.8 (2013-10-21) ------------------ -* IMPORTANT: gtk-redshift has changed name to redshift-gtk. -* Fix crash when starting geoclue provider. (Thanks to Maks Verver) -* Fix slight flicker int gamme ramp values (Sean Hildebrand) -* Add redshift-gtk option to suspend for a short time period (Jendrik Seipp). -* Add print mode (prints parameters and exits) by Vincent Breitmoser. -* Set buffering on stdout and stderr to line-buffered. -* Allow separate brightness for day and night (Olivier Fabre and Jeremy Erickson). -* Fix various crashes/bugs/typos (Benjamin Kerensa and others) - -v1.7 (2011-07-04) ------------------ -* Add Geoclue location provider by Mathieu Trudel-Lapierre. -* Allow brightness to be adjusted (-b). -* Provide option to set color temperature directly (Joe Hillenbrand). -* Add option to show program version (-V). -* Add configure.ac option to install ubuntu icons. They will no longer be - installed by default (Francesco Marella). -* config: Look in %userprofile%/.config/redshift.conf on windows platform. -* Fix: w32gdi: Obtain a new DC handle on every adjustment. This fixes a bug - where redshift stops updating the screen. - -v1.6 (2010-10-18) ------------------ -* Support for optional configuration file (fixes #590722). -* Add man page for redshift written by Andrew Starr-Bochicchio (fixes #582196). -* Explain in help output that 6500K is the neutral color temperature - (fixes #627113). -* Fix: Handle multiple instances of the GNOME clock applet; contributed by - Francesco Marella (fixes #610860). -* Fix: Redshift crashes when VidMode fails (fixes #657451). -* Fix: Toggle menu item should not be of class gtk.ImageMenuItem - (fixes #620355). -* New translations and translation updates: Lithuanian (Aurimas Fišeras); - Brazilian Portuguese (Matteus Sthefano Leite da Silva); - Finnish (Jani Välimaa); Italian (Simone Sandri); French (Emilien Klein); - Russian (Anton Chernyshov). - -v1.5 (2010-08-18) ------------------ -* New ubuntu-mono-dark icons that fit better with the color guidelines. - Contributed by aleth. -* Improve GNOME location provider (patch by Gabriel de Perthuis). -* Application launcher and autostart feature contributed by Francesco Marella. -* Translation updates: Basque (Ibai Oihanguren); Chinese (Jonathan Lumb); - French (Hangman, XioNoX); German (Jan-Christoph Borchardt); Hebrew - (dotancohen); Spanish (Fernando Ossandon). - -v1.4.1 (2010-06-15) -------------------- -* Include Ubuntu Mono icons by Joern Konopka. -* Fix: Toggle icon in statusicon.py like appindicator already does. -* Tranlation updates: Spanish (Fernando Ossandon), Russian (Чистый) - -v1.4 (2010-06-13) ------------------ -* Command line options for color adjustment methods changed. Procedure for - setting specific screen (-s) or CRTC (-c) changed. See `redshift -h` for - more information. -* Automatically obtain the location from the GNOME Clock applet if possible. -* Add application indicator GUI (by Francesco Marella) (fixes #588086). -* Add reset option (-x) that removes any color adjustment applied. Based on - patch by Dan Helfman (fixes #590777). -* `configure` options for GUI changed; see `configure --help` for more - information. -* New translations: - - German (Jan-Christoph Borchardt) - - Italian (Andrea Amoroso) - - Czech (clever_fox) - - Spanish (Fernando Ossandon) - - Finnish (Ilari Oras) - -v1.3 (2010-05-12) ------------------ -* Allow adjusting individual CRTCs when using RANDR. Contributed by - Alexandros Frantzis. -* Add WinGDI method for gamma adjustments on Windows platform. -* Compile with mingw (tested with cross compiler on ubuntu build system). - -v1.2 (2010-02-12) ------------------ -* Native language support: Danish and russian translations included in - this release. Thanks goes to Gregory Petrosyan for the russian - translation. - -v1.1 (2010-01-14) ------------------ -* Provide a GTK status icon (tray icon) for redshift with the - gtk-redshift program. - -v1.0 (2010-01-09) ------------------ -* Temporarily disable/enable when USR1 signal is received. - -v0.4 (2010-01-07) ------------------ -* Restore gamma ramps on program exit. - -v0.3 (2009-12-28) ------------------ -* Continuously adjust color temperature. One shot mode can be selected - with a command line switch. -* Allow selection of X screen to apply adjustments to. - -v0.2 (2009-12-23) ------------------ -* Add a different method for setting the gamma ramps. It uses the - VidMode extension. - -v0.1 (2009-11-04) ------------------ -* Initial release. diff --git a/README-colorramp b/README-colorramp deleted file mode 100644 index 9743c35..0000000 --- a/README-colorramp +++ /dev/null @@ -1,296 +0,0 @@ -Updated color ramp calculation in Redshift 1.9 -============================================== - -Ingo Thies, 2013 - - -The original version of Redshift uses an RGB table from - -http://www.vendian.org/mncharity/dir3/blackbody/UnstableURLs/bbr_color.html - -which contains x,y chromaticities as well as decimal and integer/hex RGB data. -Unfortunately, the decimal values used for Redshift are not gamma-corrected -while the others are. The gamma correction is part of the sRGB specifications -and is described in detail at http://en.wikipedia.org/wiki/SRGB. It can roughly -be approximated by a power law with an exponent gamma about 2.2. Omitting this -correction results in exaggerated color values. A minor issue concerns the -standard whitepoints which are slightly off the Planckian locus. In particular, -D65 (which corresponds to maximized RGB=1,1,1 in sRGB) contains slightly more -green than 6500 K blackbody color. The developers of Redshift solved this by -rescaling the RGB values to match 1,1,1 at 6500 K. This, however, leads to -slightly incorrect colors. - -The corrected color ramp is calculated by the actual Planckian locus below 5000 -kelvins and CIE daylight standard above with an interpolation between these -limits. The x,y chromaticities are calculated by using the method described -in - -http://en.wikipedia.org/wiki/Standard_illuminant#Illuminant_series_D - -for daylight and by integrating the CIE 1931 color-matching functions for the -blackbody spectrum to obtain the Planckian locus. The advantage of using the -D-type whitepoint is that D65 is already at RGB=1,1,1, so in principle no -adjustment is required. In practice, minor deviations remain, mainly due to the -fact that D65 is actually at 6504 K (a consequence of different values for the -physical constants being used in the 1960's when D65 was defined) and also due -to rounding issues. This is fixed by a slight adjustment of RGB which is -negligible in practice. - -Below are the RGB, x,y and u,v values of the hybrid color ramp used here. -Plots of x,y and u,v can be found in xy1931chart.png and uv1960chart.png. The -Planckian locus is the smooth curve in the middle of the kelvin tics. The -colorramp used in modified Redshift is the one shifting upwards above 5000 K. -The official definition of the daylight locus extends down to 4000 K, including -D55 and D50 standard illuminants. However, to my eyes the color tone looks more -natural for color temperatures below 6500 K if switched back to Planckian. For -this mere reason the curve shifts to Planckian already between 6500 and and -5000 K rather than below 5000 K. - -Note that the color ramp ends at 25100 K instead of the intended maximum of -25000 K. This is to avoid an array overflow in the interpolation procedure. In -the original Redshift the max. value of 10000 K could never be used for this -reason. - - kelvins mireds RGB x,y u,v - 1000.00 1000.000 1.00000000 0.18172716 0.00000000 0.65273323 0.34447987 0.44797565 0.35462863 - 1100.00 909.091 1.00000000 0.25503671 0.00000000 0.63873894 0.35651626 0.42577506 0.35647365 - 1200.00 833.333 1.00000000 0.30942099 0.00000000 0.62502772 0.36747333 0.40588690 0.35795039 - 1300.00 769.231 1.00000000 0.35357379 0.00000000 0.61161486 0.37725198 0.38809317 0.35907136 - 1400.00 714.286 1.00000000 0.39091524 0.00000000 0.59850510 0.38580851 0.37216463 0.35985729 - 1500.00 666.667 1.00000000 0.42322816 0.00000000 0.58570272 0.39314233 0.35788307 0.36033379 - 1600.00 625.000 1.00000000 0.45159884 0.00000000 0.57321532 0.39928597 0.34505055 0.36052904 - 1700.00 588.235 1.00000000 0.47675916 0.00000000 0.56105421 0.40429655 0.33349186 0.36047214 - 1800.00 555.556 1.00000000 0.49923747 0.00000000 0.54923312 0.40824837 0.32305388 0.36019191 - 1900.00 526.316 1.00000000 0.51943421 0.00000000 0.53776653 0.41122667 0.31360366 0.35971610 - 2000.00 500.000 1.00000000 0.54360078 0.08679949 0.52666805 0.41332243 0.30502601 0.35907083 - 2100.00 476.190 1.00000000 0.56618736 0.14065513 0.51594919 0.41462823 0.29722115 0.35828027 - 2200.00 454.545 1.00000000 0.58734976 0.18362641 0.50561853 0.41523508 0.29010253 0.35736649 - 2300.00 434.783 1.00000000 0.60724493 0.22137978 0.49568136 0.41523016 0.28359494 0.35634941 - 2400.00 416.667 1.00000000 0.62600248 0.25591950 0.48613958 0.41469527 0.27763286 0.35524684 - 2500.00 400.000 1.00000000 0.64373109 0.28819679 0.47699184 0.41370588 0.27215903 0.35407459 - 2600.00 384.615 1.00000000 0.66052319 0.31873863 0.46823386 0.41233069 0.26712334 0.35284660 - 2700.00 370.370 1.00000000 0.67645822 0.34786758 0.45985885 0.41063151 0.26248174 0.35157507 - 2800.00 357.143 1.00000000 0.69160518 0.37579588 0.45185787 0.40866340 0.25819546 0.35027065 - 2900.00 344.828 1.00000000 0.70602449 0.40267128 0.44422033 0.40647504 0.25423026 0.34894256 - 3000.00 333.333 1.00000000 0.71976951 0.42860152 0.43693431 0.40410911 0.25055582 0.34759878 - 3100.00 322.581 1.00000000 0.73288760 0.45366838 0.42998698 0.40160280 0.24714525 0.34624614 - 3200.00 312.500 1.00000000 0.74542112 0.47793608 0.42336490 0.39898835 0.24397461 0.34489052 - 3300.00 303.030 1.00000000 0.75740814 0.50145662 0.41705424 0.39629352 0.24102257 0.34353691 - 3400.00 294.118 1.00000000 0.76888303 0.52427322 0.41104108 0.39354213 0.23827007 0.34218955 - 3500.00 285.714 1.00000000 0.77987699 0.54642268 0.40531154 0.39075447 0.23570001 0.34085200 - 3600.00 277.778 1.00000000 0.79041843 0.56793692 0.39985192 0.38794778 0.23329708 0.33952726 - 3700.00 270.270 1.00000000 0.80053332 0.58884417 0.39464885 0.38513659 0.23104750 0.33821781 - 3800.00 263.158 1.00000000 0.81024551 0.60916971 0.38968931 0.38233313 0.22893883 0.33692571 - 3900.00 256.410 1.00000000 0.81957693 0.62893653 0.38496077 0.37954757 0.22695986 0.33565263 - 4000.00 250.000 1.00000000 0.82854786 0.64816570 0.38045117 0.37678834 0.22510046 0.33439993 - 4100.00 243.902 1.00000000 0.83717703 0.66687674 0.37614896 0.37406236 0.22335143 0.33316866 - 4200.00 238.095 1.00000000 0.84548188 0.68508786 0.37204315 0.37137528 0.22170443 0.33195966 - 4300.00 232.558 1.00000000 0.85347859 0.70281616 0.36812324 0.36873160 0.22015187 0.33077353 - 4400.00 227.273 1.00000000 0.86118227 0.72007777 0.36437931 0.36613489 0.21868685 0.32961072 - 4500.00 222.222 1.00000000 0.86860704 0.73688797 0.36080191 0.36358791 0.21730306 0.32847151 - 4600.00 217.391 1.00000000 0.87576611 0.75326132 0.35738213 0.36109274 0.21599475 0.32735605 - 4700.00 212.766 1.00000000 0.88267187 0.76921169 0.35411155 0.35865086 0.21475665 0.32626438 - 4800.00 208.333 1.00000000 0.88933596 0.78475236 0.35098221 0.35626326 0.21358394 0.32519645 - 4900.00 204.082 1.00000000 0.89576933 0.79989606 0.34798660 0.35393053 0.21247220 0.32415212 - 5000.00 200.000 1.00000000 0.90198230 0.81465502 0.34511765 0.35165288 0.21141735 0.32313121 - 5100.00 196.078 1.00000000 0.90963069 0.82838210 0.34241203 0.35001272 0.21021935 0.32232854 - 5200.00 192.308 1.00000000 0.91710889 0.84190889 0.33979886 0.34839077 0.20907188 0.32153748 - 5300.00 188.679 1.00000000 0.92441842 0.85523742 0.33727444 0.34678727 0.20797270 0.32075786 - 5400.00 185.185 1.00000000 0.93156127 0.86836903 0.33483529 0.34520270 0.20691958 0.31998956 - 5500.00 181.818 1.00000000 0.93853986 0.88130458 0.33247815 0.34363762 0.20591041 0.31923255 - 5600.00 178.571 1.00000000 0.94535695 0.89404470 0.33019990 0.34209270 0.20494313 0.31848685 - 5700.00 175.439 1.00000000 0.95201559 0.90658983 0.32799758 0.34056863 0.20401576 0.31775250 - 5800.00 172.414 1.00000000 0.95851906 0.91894041 0.32586836 0.33906607 0.20312639 0.31702955 - 5900.00 169.492 1.00000000 0.96487079 0.93109690 0.32380952 0.33758570 0.20227319 0.31631809 - 6000.00 166.667 1.00000000 0.97107439 0.94305985 0.32181844 0.33612812 0.20145443 0.31561817 - 6100.00 163.934 1.00000000 0.97713351 0.95482993 0.31989262 0.33469388 0.20066842 0.31492986 - 6200.00 161.290 1.00000000 0.98305189 0.96640795 0.31802964 0.33328348 0.19991358 0.31425322 - 6300.00 158.730 1.00000000 0.98883326 0.97779486 0.31622718 0.33189733 0.19918839 0.31358829 - 6400.00 156.250 1.00000000 0.99448139 0.98899179 0.31448300 0.33053578 0.19849141 0.31293509 - 6500.00 153.846 1.00000000 1.00000000 1.00000000 0.31279496 0.32919912 0.19782126 0.31229365 - 6600.00 151.515 0.98947904 0.99348723 1.00000000 0.31120243 0.32761002 0.19730962 0.31156863 - 6700.00 149.254 0.97940448 0.98722715 1.00000000 0.30966650 0.32606300 0.19681912 0.31086072 - 6800.00 147.059 0.96975025 0.98120637 1.00000000 0.30818460 0.32455698 0.19634862 0.31016953 - 6900.00 144.928 0.96049223 0.97541240 1.00000000 0.30675427 0.32309087 0.19589702 0.30949467 - 7000.00 142.857 0.95160805 0.96983355 1.00000000 0.30537319 0.32166361 0.19546333 0.30883576 - 7100.00 140.845 0.94303638 0.96443333 1.00000000 0.30403281 0.32026747 0.19504461 0.30818933 - 7200.00 138.889 0.93480451 0.95923080 1.00000000 0.30273830 0.31890887 0.19464226 0.30755844 - 7300.00 136.986 0.92689056 0.95421394 1.00000000 0.30148708 0.31758616 0.19425527 0.30694243 - 7400.00 135.135 0.91927697 0.94937330 1.00000000 0.30027715 0.31629817 0.19388281 0.30634088 - 7500.00 133.333 0.91194747 0.94470005 1.00000000 0.29910666 0.31504380 0.19352414 0.30575337 - 7600.00 131.579 0.90488690 0.94018594 1.00000000 0.29797383 0.31382196 0.19317853 0.30517949 - 7700.00 129.870 0.89808115 0.93582323 1.00000000 0.29687698 0.31263161 0.19284534 0.30461885 - 7800.00 128.205 0.89151710 0.93160469 1.00000000 0.29581456 0.31147172 0.19252394 0.30407106 - 7900.00 126.582 0.88518247 0.92752354 1.00000000 0.29478506 0.31034133 0.19221375 0.30353576 - 8000.00 125.000 0.87906581 0.92357340 1.00000000 0.29378708 0.30923947 0.19191423 0.30301259 - 8100.00 123.457 0.87315640 0.91974827 1.00000000 0.29281928 0.30816524 0.19162486 0.30250119 - 8200.00 121.951 0.86744421 0.91604254 1.00000000 0.29188041 0.30711774 0.19134517 0.30200123 - 8300.00 120.482 0.86191983 0.91245088 1.00000000 0.29096927 0.30609613 0.19107470 0.30151239 - 8400.00 119.048 0.85657444 0.90896831 1.00000000 0.29008472 0.30509957 0.19081303 0.30103433 - 8500.00 117.647 0.85139976 0.90559011 1.00000000 0.28922569 0.30412727 0.19055976 0.30056676 - 8600.00 116.279 0.84638799 0.90231183 1.00000000 0.28839116 0.30317845 0.19031452 0.30010938 - 8700.00 114.943 0.84153180 0.89912926 1.00000000 0.28758016 0.30225239 0.19007694 0.29966190 - 8800.00 113.636 0.83682430 0.89603843 1.00000000 0.28679177 0.30134837 0.18984670 0.29922403 - 8900.00 112.360 0.83225897 0.89303558 1.00000000 0.28602511 0.30046569 0.18962347 0.29879552 - 9000.00 111.111 0.82782969 0.89011714 1.00000000 0.28527935 0.29960369 0.18940696 0.29837609 - 9100.00 109.890 0.82353066 0.88727974 1.00000000 0.28455370 0.29876173 0.18919689 0.29796550 - 9200.00 108.696 0.81935641 0.88452017 1.00000000 0.28384740 0.29793919 0.18899298 0.29756349 - 9300.00 107.527 0.81530175 0.88183541 1.00000000 0.28315974 0.29713548 0.18879499 0.29716984 - 9400.00 106.383 0.81136180 0.87922257 1.00000000 0.28249004 0.29635003 0.18860267 0.29678431 - 9500.00 105.263 0.80753191 0.87667891 1.00000000 0.28183762 0.29558228 0.18841579 0.29640668 - 9600.00 104.167 0.80380769 0.87420182 1.00000000 0.28120189 0.29483169 0.18823415 0.29603673 - 9700.00 103.093 0.80018497 0.87178882 1.00000000 0.28058223 0.29409775 0.18805752 0.29567426 - 9800.00 102.041 0.79665980 0.86943756 1.00000000 0.27997808 0.29337997 0.18788573 0.29531906 - 9900.00 101.010 0.79322843 0.86714579 1.00000000 0.27938891 0.29267787 0.18771858 0.29497094 -10000.00 100.000 0.78988728 0.86491137 1.00000000 0.27881418 0.29199098 0.18755589 0.29462971 -10100.00 99.010 0.78663296 0.86273225 1.00000000 0.27825341 0.29131886 0.18739750 0.29429519 -10200.00 98.039 0.78346225 0.86060650 1.00000000 0.27770613 0.29066108 0.18724326 0.29396720 -10300.00 97.087 0.78037207 0.85853224 1.00000000 0.27717187 0.29001723 0.18709300 0.29364556 -10400.00 96.154 0.77735950 0.85650771 1.00000000 0.27665020 0.28938690 0.18694658 0.29333012 -10500.00 95.238 0.77442176 0.85453121 1.00000000 0.27614071 0.28876971 0.18680386 0.29302070 -10600.00 94.340 0.77155617 0.85260112 1.00000000 0.27564300 0.28816528 0.18666472 0.29271716 -10700.00 93.458 0.76876022 0.85071588 1.00000000 0.27515669 0.28757326 0.18652902 0.29241934 -10800.00 92.593 0.76603147 0.84887402 1.00000000 0.27468141 0.28699330 0.18639665 0.29212710 -10900.00 91.743 0.76336762 0.84707411 1.00000000 0.27421680 0.28642506 0.18626749 0.29184030 -11000.00 90.909 0.76076645 0.84531479 1.00000000 0.27376254 0.28586822 0.18614142 0.29155879 -11100.00 90.090 0.75822586 0.84359476 1.00000000 0.27331830 0.28532246 0.18601836 0.29128244 -11200.00 89.286 0.75574383 0.84191277 1.00000000 0.27288377 0.28478748 0.18589819 0.29101113 -11300.00 88.496 0.75331843 0.84026762 1.00000000 0.27245865 0.28426300 0.18578081 0.29074473 -11400.00 87.719 0.75094780 0.83865816 1.00000000 0.27204265 0.28374872 0.18566615 0.29048312 -11500.00 86.957 0.74863017 0.83708329 1.00000000 0.27163550 0.28324437 0.18555410 0.29022618 -11600.00 86.207 0.74636386 0.83554194 1.00000000 0.27123693 0.28274970 0.18544459 0.28997379 -11700.00 85.470 0.74414722 0.83403311 1.00000000 0.27084669 0.28226443 0.18533753 0.28972585 -11800.00 84.746 0.74197871 0.83255582 1.00000000 0.27046454 0.28178833 0.18523284 0.28948224 -11900.00 84.034 0.73985682 0.83110912 1.00000000 0.27009023 0.28132116 0.18513046 0.28924287 -12000.00 83.333 0.73778012 0.82969211 1.00000000 0.26972354 0.28086268 0.18503030 0.28900764 -12100.00 82.645 0.73574723 0.82830393 1.00000000 0.26936425 0.28041268 0.18493231 0.28877643 -12200.00 81.967 0.73375683 0.82694373 1.00000000 0.26901215 0.27997093 0.18483641 0.28854917 -12300.00 81.301 0.73180765 0.82561071 1.00000000 0.26866703 0.27953722 0.18474254 0.28832575 -12400.00 80.645 0.72989845 0.82430410 1.00000000 0.26832871 0.27911135 0.18465064 0.28810608 -12500.00 80.000 0.72802807 0.82302316 1.00000000 0.26799699 0.27869313 0.18456065 0.28789009 -12600.00 79.365 0.72619537 0.82176715 1.00000000 0.26767169 0.27828236 0.18447252 0.28767768 -12700.00 78.740 0.72439927 0.82053539 1.00000000 0.26735264 0.27787886 0.18438618 0.28746877 -12800.00 78.125 0.72263872 0.81932722 1.00000000 0.26703966 0.27748244 0.18430160 0.28726328 -12900.00 77.519 0.72091270 0.81814197 1.00000000 0.26673259 0.27709295 0.18421871 0.28706114 -13000.00 76.923 0.71922025 0.81697905 1.00000000 0.26643127 0.27671020 0.18413748 0.28686226 -13100.00 76.336 0.71756043 0.81583783 1.00000000 0.26613555 0.27633403 0.18405784 0.28666658 -13200.00 75.758 0.71593234 0.81471775 1.00000000 0.26584529 0.27596430 0.18397977 0.28647403 -13300.00 75.188 0.71433510 0.81361825 1.00000000 0.26556034 0.27560083 0.18390321 0.28628453 -13400.00 74.627 0.71276788 0.81253878 1.00000000 0.26528056 0.27524349 0.18382812 0.28609801 -13500.00 74.074 0.71122987 0.81147883 1.00000000 0.26500582 0.27489213 0.18375447 0.28591442 -13600.00 73.529 0.70972029 0.81043789 1.00000000 0.26473599 0.27454660 0.18368221 0.28573368 -13700.00 72.993 0.70823838 0.80941546 1.00000000 0.26447094 0.27420679 0.18361130 0.28555574 -13800.00 72.464 0.70678342 0.80841109 1.00000000 0.26421057 0.27387254 0.18354172 0.28538054 -13900.00 71.942 0.70535469 0.80742432 1.00000000 0.26395474 0.27354374 0.18347342 0.28520801 -14000.00 71.429 0.70395153 0.80645469 1.00000000 0.26370334 0.27322025 0.18340637 0.28503811 -14100.00 70.922 0.70257327 0.80550180 1.00000000 0.26345628 0.27290197 0.18334054 0.28487076 -14200.00 70.423 0.70121928 0.80456522 1.00000000 0.26321343 0.27258876 0.18327590 0.28470593 -14300.00 69.930 0.69988894 0.80364455 1.00000000 0.26297471 0.27228052 0.18321241 0.28454355 -14400.00 69.444 0.69858167 0.80273941 1.00000000 0.26274000 0.27197714 0.18315005 0.28438358 -14500.00 68.966 0.69729688 0.80184943 1.00000000 0.26250922 0.27167851 0.18308879 0.28422596 -14600.00 68.493 0.69603402 0.80097423 1.00000000 0.26228226 0.27138452 0.18302860 0.28407066 -14700.00 68.027 0.69479255 0.80011347 1.00000000 0.26205905 0.27109507 0.18296946 0.28391761 -14800.00 67.568 0.69357196 0.79926681 1.00000000 0.26183948 0.27081007 0.18291133 0.28376677 -14900.00 67.114 0.69237173 0.79843391 1.00000000 0.26162348 0.27052941 0.18285419 0.28361811 -15000.00 66.667 0.69119138 0.79761446 1.00000000 0.26141097 0.27025301 0.18279803 0.28347157 -15100.00 66.225 0.69003044 0.79680814 1.00000000 0.26120186 0.26998077 0.18274281 0.28332711 -15200.00 65.789 0.68888844 0.79601466 1.00000000 0.26099608 0.26971261 0.18268851 0.28318469 -15300.00 65.359 0.68776494 0.79523371 1.00000000 0.26079354 0.26944843 0.18263512 0.28304427 -15400.00 64.935 0.68665951 0.79446502 1.00000000 0.26059419 0.26918816 0.18258260 0.28290581 -15500.00 64.516 0.68557173 0.79370830 1.00000000 0.26039794 0.26893170 0.18253094 0.28276927 -15600.00 64.103 0.68450119 0.79296330 1.00000000 0.26020473 0.26867900 0.18248012 0.28263462 -15700.00 63.694 0.68344751 0.79222975 1.00000000 0.26001448 0.26842995 0.18243012 0.28250182 -15800.00 63.291 0.68241029 0.79150740 1.00000000 0.25982715 0.26818450 0.18238092 0.28237083 -15900.00 62.893 0.68138918 0.79079600 1.00000000 0.25964265 0.26794257 0.18233250 0.28224161 -16000.00 62.500 0.68038380 0.79009531 1.00000000 0.25946093 0.26770408 0.18228485 0.28211414 -16100.00 62.112 0.67939381 0.78940511 1.00000000 0.25928194 0.26746897 0.18223794 0.28198837 -16200.00 61.728 0.67841888 0.78872517 1.00000000 0.25910561 0.26723717 0.18219177 0.28186429 -16300.00 61.350 0.67745866 0.78805526 1.00000000 0.25893188 0.26700861 0.18214630 0.28174185 -16400.00 60.976 0.67651284 0.78739518 1.00000000 0.25876070 0.26678322 0.18210154 0.28162102 -16500.00 60.606 0.67558112 0.78674472 1.00000000 0.25859202 0.26656096 0.18205746 0.28150178 -16600.00 60.241 0.67466317 0.78610368 1.00000000 0.25842578 0.26634174 0.18201404 0.28138410 -16700.00 59.880 0.67375872 0.78547186 1.00000000 0.25826194 0.26612553 0.18197128 0.28126794 -16800.00 59.524 0.67286748 0.78484907 1.00000000 0.25810044 0.26591224 0.18192916 0.28115328 -16900.00 59.172 0.67198916 0.78423512 1.00000000 0.25794124 0.26570184 0.18188766 0.28104009 -17000.00 58.824 0.67112350 0.78362984 1.00000000 0.25778429 0.26549426 0.18184677 0.28092835 -17100.00 58.480 0.67027024 0.78303305 1.00000000 0.25762954 0.26528946 0.18180649 0.28081802 -17200.00 58.140 0.66942911 0.78244457 1.00000000 0.25747695 0.26508737 0.18176679 0.28070909 -17300.00 57.803 0.66859988 0.78186425 1.00000000 0.25732648 0.26488795 0.18172766 0.28060152 -17400.00 57.471 0.66778228 0.78129191 1.00000000 0.25717808 0.26469114 0.18168910 0.28049530 -17500.00 57.143 0.66697610 0.78072740 1.00000000 0.25703172 0.26449690 0.18165109 0.28039039 -17600.00 56.818 0.66618110 0.78017057 1.00000000 0.25688735 0.26430518 0.18161362 0.28028679 -17700.00 56.497 0.66539706 0.77962127 1.00000000 0.25674494 0.26411594 0.18157667 0.28018445 -17800.00 56.180 0.66462376 0.77907934 1.00000000 0.25660444 0.26392912 0.18154025 0.28008337 -17900.00 55.866 0.66386098 0.77854465 1.00000000 0.25646582 0.26374469 0.18150433 0.27998352 -18000.00 55.556 0.66310852 0.77801705 1.00000000 0.25632905 0.26356259 0.18146890 0.27988487 -18100.00 55.249 0.66236618 0.77749642 1.00000000 0.25619408 0.26338280 0.18143397 0.27978741 -18200.00 54.945 0.66163375 0.77698261 1.00000000 0.25606089 0.26320525 0.18139951 0.27969112 -18300.00 54.645 0.66091106 0.77647551 1.00000000 0.25592944 0.26302993 0.18136552 0.27959598 -18400.00 54.348 0.66019791 0.77597498 1.00000000 0.25579969 0.26285678 0.18133199 0.27950196 -18500.00 54.054 0.65949412 0.77548090 1.00000000 0.25567162 0.26268577 0.18129891 0.27940905 -18600.00 53.763 0.65879952 0.77499315 1.00000000 0.25554520 0.26251686 0.18126627 0.27931724 -18700.00 53.476 0.65811392 0.77451161 1.00000000 0.25542039 0.26235001 0.18123407 0.27922649 -18800.00 53.191 0.65743716 0.77403618 1.00000000 0.25529717 0.26218519 0.18120229 0.27913680 -18900.00 52.910 0.65676908 0.77356673 1.00000000 0.25517550 0.26202236 0.18117092 0.27904814 -19000.00 52.632 0.65610952 0.77310316 1.00000000 0.25505536 0.26186149 0.18113997 0.27896051 -19100.00 52.356 0.65545831 0.77264537 1.00000000 0.25493672 0.26170254 0.18110941 0.27887387 -19200.00 52.083 0.65481530 0.77219324 1.00000000 0.25481955 0.26154548 0.18107925 0.27878822 -19300.00 51.813 0.65418036 0.77174669 1.00000000 0.25470383 0.26139028 0.18104948 0.27870355 -19400.00 51.546 0.65355332 0.77130560 1.00000000 0.25458953 0.26123691 0.18102008 0.27861982 -19500.00 51.282 0.65293404 0.77086988 1.00000000 0.25447663 0.26108533 0.18099106 0.27853704 -19600.00 51.020 0.65232240 0.77043944 1.00000000 0.25436510 0.26093552 0.18096240 0.27845518 -19700.00 50.761 0.65171824 0.77001419 1.00000000 0.25425491 0.26078745 0.18093410 0.27837423 -19800.00 50.505 0.65112144 0.76959404 1.00000000 0.25414605 0.26064108 0.18090615 0.27829417 -19900.00 50.251 0.65053187 0.76917889 1.00000000 0.25403849 0.26049640 0.18087855 0.27821499 -20000.00 50.000 0.64994941 0.76876866 1.00000000 0.25393221 0.26035336 0.18085129 0.27813668 -20100.00 49.751 0.64937392 0.76836326 1.00000000 0.25382719 0.26021195 0.18082436 0.27805923 -20200.00 49.505 0.64880528 0.76796263 1.00000000 0.25372340 0.26007214 0.18079776 0.27798261 -20300.00 49.261 0.64824339 0.76756666 1.00000000 0.25362082 0.25993390 0.18077149 0.27790682 -20400.00 49.020 0.64768812 0.76717529 1.00000000 0.25351944 0.25979721 0.18074552 0.27783185 -20500.00 48.780 0.64713935 0.76678844 1.00000000 0.25341923 0.25966204 0.18071987 0.27775767 -20600.00 48.544 0.64659699 0.76640603 1.00000000 0.25332018 0.25952837 0.18069453 0.27768429 -20700.00 48.309 0.64606092 0.76602798 1.00000000 0.25322226 0.25939617 0.18066949 0.27761168 -20800.00 48.077 0.64553103 0.76565424 1.00000000 0.25312546 0.25926542 0.18064474 0.27753984 -20900.00 47.847 0.64500722 0.76528472 1.00000000 0.25302975 0.25913610 0.18062028 0.27746875 -21000.00 47.619 0.64448939 0.76491935 1.00000000 0.25293513 0.25900818 0.18059610 0.27739840 -21100.00 47.393 0.64397745 0.76455808 1.00000000 0.25284157 0.25888165 0.18057221 0.27732879 -21200.00 47.170 0.64347129 0.76420082 1.00000000 0.25274905 0.25875648 0.18054859 0.27725989 -21300.00 46.948 0.64297081 0.76384753 1.00000000 0.25265756 0.25863264 0.18052524 0.27719171 -21400.00 46.729 0.64247594 0.76349813 1.00000000 0.25256708 0.25851013 0.18050216 0.27712422 -21500.00 46.512 0.64198657 0.76315256 1.00000000 0.25247760 0.25838892 0.18047934 0.27705743 -21600.00 46.296 0.64150261 0.76281076 1.00000000 0.25238910 0.25826899 0.18045678 0.27699131 -21700.00 46.083 0.64102399 0.76247267 1.00000000 0.25230156 0.25815032 0.18043448 0.27692586 -21800.00 45.872 0.64055061 0.76213824 1.00000000 0.25221497 0.25803289 0.18041242 0.27686107 -21900.00 45.662 0.64008239 0.76180740 1.00000000 0.25212932 0.25791668 0.18039061 0.27679693 -22000.00 45.455 0.63961926 0.76148010 1.00000000 0.25204458 0.25780168 0.18036904 0.27673343 -22100.00 45.249 0.63916112 0.76115628 1.00000000 0.25196075 0.25768786 0.18034771 0.27667056 -22200.00 45.045 0.63870790 0.76083590 1.00000000 0.25187781 0.25757522 0.18032661 0.27660831 -22300.00 44.843 0.63825953 0.76051890 1.00000000 0.25179575 0.25746372 0.18030574 0.27654668 -22400.00 44.643 0.63781592 0.76020522 1.00000000 0.25171456 0.25735336 0.18028510 0.27648565 -22500.00 44.444 0.63737701 0.75989482 1.00000000 0.25163421 0.25724411 0.18026468 0.27642521 -22600.00 44.248 0.63694273 0.75958764 1.00000000 0.25155470 0.25713597 0.18024448 0.27636537 -22700.00 44.053 0.63651299 0.75928365 1.00000000 0.25147602 0.25702891 0.18022450 0.27630610 -22800.00 43.860 0.63608774 0.75898278 1.00000000 0.25139815 0.25692292 0.18020472 0.27624740 -22900.00 43.668 0.63566691 0.75868499 1.00000000 0.25132108 0.25681798 0.18018516 0.27618927 -23000.00 43.478 0.63525042 0.75839025 1.00000000 0.25124480 0.25671409 0.18016581 0.27613169 -23100.00 43.290 0.63483822 0.75809849 1.00000000 0.25116929 0.25661122 0.18014666 0.27607466 -23200.00 43.103 0.63443023 0.75780969 1.00000000 0.25109456 0.25650936 0.18012770 0.27601818 -23300.00 42.918 0.63402641 0.75752379 1.00000000 0.25102057 0.25640849 0.18010895 0.27596222 -23400.00 42.735 0.63362667 0.75724075 1.00000000 0.25094733 0.25630860 0.18009039 0.27590679 -23500.00 42.553 0.63323097 0.75696053 1.00000000 0.25087483 0.25620968 0.18007202 0.27585188 -23600.00 42.373 0.63283925 0.75668310 1.00000000 0.25080304 0.25611172 0.18005383 0.27579747 -23700.00 42.194 0.63245144 0.75640840 1.00000000 0.25073197 0.25601470 0.18003584 0.27574358 -23800.00 42.017 0.63206749 0.75613641 1.00000000 0.25066160 0.25591860 0.18001802 0.27569018 -23900.00 41.841 0.63168735 0.75586707 1.00000000 0.25059192 0.25582342 0.18000039 0.27563727 -24000.00 41.667 0.63131096 0.75560036 1.00000000 0.25052292 0.25572914 0.17998293 0.27558485 -24100.00 41.494 0.63093826 0.75533624 1.00000000 0.25045459 0.25563575 0.17996565 0.27553291 -24200.00 41.322 0.63056920 0.75507467 1.00000000 0.25038692 0.25554324 0.17994854 0.27548144 -24300.00 41.152 0.63020374 0.75481562 1.00000000 0.25031991 0.25545159 0.17993160 0.27543043 -24400.00 40.984 0.62984181 0.75455904 1.00000000 0.25025354 0.25536080 0.17991483 0.27537988 -24500.00 40.816 0.62948337 0.75430491 1.00000000 0.25018781 0.25527085 0.17989822 0.27532979 -24600.00 40.650 0.62912838 0.75405319 1.00000000 0.25012270 0.25518173 0.17988177 0.27528015 -24700.00 40.486 0.62877678 0.75380385 1.00000000 0.25005821 0.25509343 0.17986549 0.27523094 -24800.00 40.323 0.62842852 0.75355685 1.00000000 0.24999433 0.25500594 0.17984936 0.27518218 -24900.00 40.161 0.62808356 0.75331217 1.00000000 0.24993104 0.25491925 0.17983339 0.27513384 -25000.00 40.000 0.62774186 0.75306977 1.00000000 0.24986835 0.25483334 0.17981757 0.27508593 -25100.00 39.841 0.62740336 0.75282962 1.00000000 0.24980625 0.25474821 0.17980190 0.27503844 @@ -6,12 +6,13 @@ Redshift adjusts the color temperature of your screen according to your surroundings. This may help your eyes hurt less if you are working in front of the screen at night. +README versions: [latest](https://github.com/jonls/redshift/blob/master/README.md) | [1.12](https://github.com/jonls/redshift/blob/v1.12/README.md) | [1.11](https://github.com/jonls/redshift/blob/v1.11/README.md) +  Run `redshift -h` for help on command line options. You can run the program as `redshift-gtk` instead of `redshift` for a graphical status icon. -* Website: http://jonls.dk/redshift/ * Project page: https://github.com/jonls/redshift Build status @@ -20,16 +21,40 @@ Build status [](https://travis-ci.org/jonls/redshift) [](https://ci.appveyor.com/project/jonls/redshift) +Technical Details (Gamma Ramps) +------------------------------- + +Redshift applies a redness effect to the graphical display. The intensity of the redness can be customized and +scheduled to only be applied at night or to be applied with more intensity at night. + +Redshift uses the gamma correction ramps to apply this effect which has traditionally been the only +way of applying a color effect to the display. Note that this is really a hack to work around the absense of a +standardized way of applying color effects, and it is resulting in several issues some of which are explained in +the _FAQ_ section below. As long as Redshift is using gamma ramps, many of these issues are impossible to solve properly +in Redshift. + +Since Redshift was first created, many desktop environments have adopted similar functionality as an integrated +component: + +- GNOME: [Night Light](https://www.gnome.org/news/2017/03/gnome-3-24-released/attachment/night-light/) +- Plasma: Night Color +- Windows: [Night Light](https://support.microsoft.com/en-us/help/4027563/windows-10-set-your-display-for-night-time) +- macOS: Night Shift + +Using the features integrated into the desktop environments avoids many of the issues with gamma ramps which is why +these implementations should generally be favored over Redshift. On the other hand, Redshift may offer some additional +flexibility that is not available in the integrated features. + FAQ --- -**How do I install Redshift?** +### How do I install Redshift? Use the packages provided by your distribution, e.g. for Ubuntu: `apt-get install redshift` or `apt-get install redshift-gtk`. For developers, please see _Building from source_ and _Latest builds from master branch_ below. -**How do I setup a configuration file?** +### How do I setup a configuration file? A configuration file is not required but is useful for saving custom configurations and manually defining the location in case of issues with the @@ -43,14 +68,14 @@ the platform: - Windows: Put `redshift.conf` in `%USERPROFILE%\AppData\Local\` (aka `%localappdata%`). -**Where can I find my coordinates to put in the configuration file?** +### Where can I find my coordinates to put in the configuration file? There are multiple web sites that provide coordinates for map locations, for example clicking anywhere on Google Maps will bring up a box with the coordinates. Remember that longitudes in the western hemisphere (e.g. the Americas) must be provided to Redshift as negative numbers. -**Why does GeoClue fail with access denied error?** +### Why does GeoClue fail with access denied error? It is possible that the location services have been disabled completely. The check for this case varies by desktop environment. For example, in GNOME the @@ -62,13 +87,13 @@ updates from a system administrator. See https://github.com/jonls/redshift/issues/318 for further discussion on this issue. -**Why doesn't Redshift work on my Chromebook/Raspberry Pi?** +### Why doesn't Redshift work on my Chromebook/Raspberry Pi? Certain video drivers do not support adjustable gamma ramps. In some cases Redshift will fail with an error message, but other drivers silently ignore adjustments to the gamma ramp. -**Why doesn't Redshift change the backlight when I use the brightness option?** +### Why doesn't Redshift change the backlight when I use the brightness option? Redshift has a brightness adjustment setting but it does not work the way most people might expect. In fact it is a fake brightness adjustment obtained by @@ -76,23 +101,26 @@ manipulating the gamma ramps which means that it does not reduce the backlight of the screen. Preferably only use it if your normal backlight adjustment is too coarse-grained. -**Why doesn't Redshift work on Wayland (e.g. Fedora 25)?** +### When running as a systemd service, redshift fails to connect to the graphical environment + +You need to export your environment variables when your window manager or +compositor start up. Typically, you want to run this as part of its startup: -The Wayland protocol does not support Redshift. There is currently no way for -Redshift to adjust the color temperature in Wayland. + systemctl --user import-environment; systemctl --user start graphical-session.target -**Why doesn't Redshift work on Ubuntu with Mir enabled?** +See your compositor's (or window manager's) documentation for further details +of setting up the systemd user session. -Mir does not support Redshift. +Related issues: [#753](https://github.com/jonls/redshift/pull/753). -**The redness effect is applied during the day instead of at night. Why?** +### The redness effect is applied during the day instead of at night. Why? This usually happens to users in America when the longitude has been set in the configuration file to a positive number. Longitudes in the western hemisphere should be provided as negative numbers (e.g. New York City is at approximately latitude/longitude 41, -74). -**Why does the redness effect occasionally switch off for a few seconds?** +### Why does the redness effect occasionally switch off for a few seconds? Redshift uses the gamma ramps of the graphics driver to apply the redness effect but Redshift cannot block other applications from also changing the @@ -100,33 +128,20 @@ gamma ramps. Some applications (particularly games and video players) will reset the gamma ramps. After a few seconds Redshift will kick in again. There is no way for Redshift to prevent this from happening. -**Why does the redness effect continuously flicker?** +### Why does the redness effect continuously flicker? You may have multiple instances of Redshift running simultaneously. Make sure that only one instance is running for the display where you are seeing the flicker. -**Why doesn't Redshift change the color of the mouse cursor?** +### Why doesn't Redshift change the color of the mouse cursor? Mouse cursors are usually handled separately by the graphics hardware and is not affected by gamma ramps. Some graphics drivers can be configured to use software cursors instead. -**I have an issue with Redshift but it was not mentioned in this FAQ. What -do I do?** +### I have an issue with Redshift but it was not mentioned in this FAQ. What do I do? Please go to [the issue tracker](https://github.com/jonls/redshift/issues) and check if your issue has already been reported. If not, please open a new issue describing you problem. - -Latest builds from master branch --------------------------------- - -- [Ubuntu PPA](https://launchpad.net/~dobey/+archive/ubuntu/redshift-daily/+packages) (`sudo add-apt-repository ppa:dobey/redshift-daily`) -- [Windows x86_64](https://ci.appveyor.com/api/projects/jonls/redshift/artifacts/redshift-windows-x86_64.zip?branch=master&job=Environment%3A+arch%3Dx86_64&pr=false) -- [Windows x86](https://ci.appveyor.com/api/projects/jonls/redshift/artifacts/redshift-windows-i686.zip?branch=master&job=Environment%3A+arch%3Di686&pr=false) - -Contributing / Building from source ------------------------------------ - -See the file [CONTRIBUTING](CONTRIBUTING.md) for more details. @@ -0,0 +1,228 @@ +https://github.com/jonls/redshift/pull/54 D-Bus service +https://github.com/jonls/redshift/pull/73 Support unexpected events when trying to get the user's home directory +https://github.com/jonls/redshift/pull/96 Reloading of settings +https://github.com/jonls/redshift/pull/98 Display sunrise/sunset information in redshift-gtk +https://github.com/jonls/redshift/pull/568 Wayland support PR (updated Lourens rich master) +https://github.com/jonls/redshift/pull/611 Add a Python-based parser for Redshift configuration files to be used… +https://github.com/jonls/redshift/pull/612 Introduce new config entry "use-appindicator-icon" to be considered by redshift-gtk +https://github.com/jonls/redshift/pull/613 Show color temperature and period in status icon menu if AppIndicator… +https://github.com/jonls/redshift/pull/614 Implement GTK+ GUI config tool +https://github.com/jonls/redshift/pull/647 fixing invalid FAQ relation location of the redshift.con configuratio… +https://github.com/jonls/redshift/pull/656 Make GeoClue2 optional at runtime +https://github.com/jonls/redshift/pull/674 Added Gui slider and Mouse scroll events for changing temperature +https://github.com/jonls/redshift/pull/695 updating readme file with note on updated config file location +https://github.com/jonls/redshift/pull/705 apparmor: allow old config file location +https://github.com/jonls/redshift/pull/714 prevent desktop file from being written in .config/autostart [Fixes #686] +https://github.com/jonls/redshift/pull/717 Add preserve-gamma configuration option +https://github.com/jonls/redshift/pull/719 fix disable resetting color+temp continuously +https://github.com/jonls/redshift/pull/730 add the new default values for temperature (6500/4500) +https://github.com/jonls/redshift/pull/743 Allow user to specify any duration for suspension +https://github.com/jonls/redshift/pull/757 redshift-gtk: use Ayatana AppIndicator3 instead of App Indicator3 +https://github.com/jonls/redshift/pull/782 Update AppStream metadata for redshift-gtk +https://github.com/jonls/redshift/pull/788 redshift-gtk-desktop.in: Remove StartupNotify. +https://github.com/jonls/redshift/pull/808 Add fullscreen bypass support +https://github.com/jonls/redshift/pull/824 Add signal exit handler for SIGQUIT +https://github.com/jonls/redshift/pull/837 Refactor to use Elektra +https://github.com/jonls/redshift/pull/840 Add feature to adjust fade duration (without Elektra) +https://github.com/jonls/redshift/pull/844 Increase restart delay for systemd service +https://github.com/jonls/redshift/pull/860 Fix segfault for LDAP-authenticated users +https://github.com/jonls/redshift/pull/864 Fix apparmor config. +https://github.com/jonls/redshift/pull/890 Update README.md +https://github.com/jonls/redshift/pull/902 Add info about path bug in README + +https://github.com/jonls/redshift/issues/31 Change temperature from the icon +https://github.com/jonls/redshift/issues/36 Fallback location provider +https://github.com/jonls/redshift/issues/51 Add support for "bedtime" mode +https://github.com/jonls/redshift/issues/125 brightness setting should affect backlight if available +https://github.com/jonls/redshift/issues/129 Feature: Adjust brightness on the fly using shortcuts or gui +https://github.com/jonls/redshift/issues/135 New (very useful) feature for Redshift +https://github.com/jonls/redshift/issues/138 Run as system service +https://github.com/jonls/redshift/issues/150 Startup crash if no working DNS +https://github.com/jonls/redshift/issues/154 Configurable duration between gamma adjustments +https://github.com/jonls/redshift/issues/155 Redshift 1.10 - Clicking Icon Off - Screen Doesn't Return Full Brightness +https://github.com/jonls/redshift/issues/160 Ability to configure different screens separately +https://github.com/jonls/redshift/issues/170 Can't see right icons in Linux Mint 17 Cinnamon +https://github.com/jonls/redshift/issues/182 Status icon not visible on Ubuntu without Appindicator package +https://github.com/jonls/redshift/issues/183 Best way to run on two separate X screens? +https://github.com/jonls/redshift/issues/194 Redshift-gtk doesn't recognize changes to conf +https://github.com/jonls/redshift/issues/199 Setting neutral color temperature? +https://github.com/jonls/redshift/issues/217 redshift appears to stop working after resume from suspend +https://github.com/jonls/redshift/issues/218 multiple redshift-gtk and redshift processes can run at once +https://github.com/jonls/redshift/issues/219 Linux Mint Xfce 17.1: redshift-gtk does not show in panel +https://github.com/jonls/redshift/issues/222 redshift fails to run on startup or launch from script +https://github.com/jonls/redshift/issues/223 add name of program to info window +https://github.com/jonls/redshift/issues/226 Redshift exits if no provider is found (no internet connection) +https://github.com/jonls/redshift/issues/232 Windows 7 - redshift.exe doesn't close +https://github.com/jonls/redshift/issues/235 The print option does not tell if redshift is active or not. +https://github.com/jonls/redshift/issues/242 Is it possible to redshift 2 out of 3 CRTCs? +https://github.com/jonls/redshift/issues/248 changing temperature in manual mode not working? +https://github.com/jonls/redshift/issues/251 Suggestion: configurable fallbacks +https://github.com/jonls/redshift/issues/253 It doesn't kill the process after I logout. +https://github.com/jonls/redshift/issues/254 Weird unstability issue +https://github.com/jonls/redshift/issues/259 Redshift can be executed and run twice +https://github.com/jonls/redshift/issues/265 redshift-gtk segfault when using systemd enabled +https://github.com/jonls/redshift/issues/269 Ubuntu version consumes too much cpu +https://github.com/jonls/redshift/issues/270 Disable smooth day and night transition in the config file not working +https://github.com/jonls/redshift/issues/273 Unable to autostart redshift via services (Arch Linux) +https://github.com/jonls/redshift/issues/286 Tray icon and checkmarks missing +https://github.com/jonls/redshift/issues/291 Proposal: remove gamma option +https://github.com/jonls/redshift/issues/302 Redshift closes when connecting a monitor +https://github.com/jonls/redshift/issues/303 No GLSL Back-end +https://github.com/jonls/redshift/issues/306 Redshift does not adjust the display if a negative longitude and a "-t DAY:NIGHT" argument are given. +https://github.com/jonls/redshift/issues/309 Allow ICC profile as parameter +https://github.com/jonls/redshift/issues/310 Option to preserve gamma corrections is not properly documented +https://github.com/jonls/redshift/issues/316 kde + 32gb ram + haswell igpu = flicker +https://github.com/jonls/redshift/issues/318 Unable to connect to GeoClue. Unable to get location from provider. +https://github.com/jonls/redshift/issues/323 Using DRM, console goes black after redshift exits +https://github.com/jonls/redshift/issues/324 Add settings window and open it on redshift-gtk first start +https://github.com/jonls/redshift/issues/333 Redshift fails on startup +https://github.com/jonls/redshift/issues/336 redshift-gtk won't open; redshift won't adjust color temperature throughout the day +https://github.com/jonls/redshift/issues/337 No support for multiple monitors on OS X +https://github.com/jonls/redshift/issues/347 Support Wingpanel API +https://github.com/jonls/redshift/issues/348 Add fallback location to redshift.conf +https://github.com/jonls/redshift/issues/360 Redshift seems to make other apps unclickable in Ubuntu 16.04 Unity 7 +https://github.com/jonls/redshift/issues/372 Show the hours Redshift changes the temperature change +https://github.com/jonls/redshift/issues/385 Patch: fix broken temperature setting on Quartz +https://github.com/jonls/redshift/issues/389 Preserve option not working properly on Gnome 3.22 +https://github.com/jonls/redshift/issues/393 cache location information so redshift-gtk can be comfortably used with unstable internet connections +https://github.com/jonls/redshift/issues/395 redshift-gtk: add an option to set color temperature manually +https://github.com/jonls/redshift/issues/396 redshift-gtk: add an option to set default location (lat, lng) to use if no internet connection is available +https://github.com/jonls/redshift/issues/408 gtk-redshift autostart works, but with error prompt +https://github.com/jonls/redshift/issues/416 allow updating location from redshift-gtk +https://github.com/jonls/redshift/issues/424 Invoking redshift-gtk from terminal triggers an error message when terminal window is closed +https://github.com/jonls/redshift/issues/436 Adjust backlight of external monitors +https://github.com/jonls/redshift/issues/437 How to autostart redshift-gtk in a disabled state? +https://github.com/jonls/redshift/issues/444 Redshift prevents computer from suspending automatically +https://github.com/jonls/redshift/issues/472 Configure: syntax error near unexpected token `DRM' +https://github.com/jonls/redshift/issues/473 Can't configure Redshift with terminal +https://github.com/jonls/redshift/issues/495 Why are screens dimmed incrementally then enlightend back to initial brightness? +https://github.com/jonls/redshift/issues/496 redshift=gtk coredump on logout +https://github.com/jonls/redshift/issues/501 Icons Not Appearing On XFCE +https://github.com/jonls/redshift/issues/516 redshift-gtk consumes 100% CPU if denied geoclue (or cannot find geoclue?) +https://github.com/jonls/redshift/issues/519 f.lux style presets +https://github.com/jonls/redshift/issues/521 Disable for fullscreen apps +https://github.com/jonls/redshift/issues/525 UI to configure time +https://github.com/jonls/redshift/issues/526 Screen temperature doesn't adjust until suspend-resume cycle +https://github.com/jonls/redshift/issues/548 Pause when fullscreen +https://github.com/jonls/redshift/issues/551 [Feature request] Add control of keyboard backlight +https://github.com/jonls/redshift/issues/552 [GUI][Feature request] Multiple modes/times for intensity +https://github.com/jonls/redshift/issues/561 Not open with this error +https://github.com/jonls/redshift/issues/569 Redshift 1.10/nightly broken with Windows 10 Creators Update +https://github.com/jonls/redshift/issues/577 Failed to run Redshift due to geoclue2 on boot but works otherwise +https://github.com/jonls/redshift/issues/591 Redshift GNOME location services +https://github.com/jonls/redshift/issues/597 Show default values in help output +https://github.com/jonls/redshift/issues/604 add cli option to enable/disable redshift +https://github.com/jonls/redshift/issues/624 Advance/Override +https://github.com/jonls/redshift/issues/629 add option to switch between profiles +https://github.com/jonls/redshift/issues/667 Create a GUI Slider for the brightness and gamma controls +https://github.com/jonls/redshift/issues/671 Default color temperature changed - Project description on website should be updated. +https://github.com/jonls/redshift/issues/676 Detect X2Go sessions to prevent displaying error +https://github.com/jonls/redshift/issues/685 allow redshift to continue even after geoclue failure +https://github.com/jonls/redshift/issues/686 Can we somehow prevent redshift-gtk.desktop from being added to ~/.config/autostart ? +https://github.com/jonls/redshift/issues/690 "stdin" manual provider +https://github.com/jonls/redshift/issues/694 Can't set up manual location, it says there's a malformed argument +https://github.com/jonls/redshift/issues/696 Redshift does not autostart via applet +https://github.com/jonls/redshift/issues/698 Failing on startup (Interrupted system call) +https://github.com/jonls/redshift/issues/703 allow to set brightness as default tray action +https://github.com/jonls/redshift/issues/706 Autostart: Redshift runs twice +https://github.com/jonls/redshift/issues/707 Add hook for color temperature changes +https://github.com/jonls/redshift/issues/708 Apparmor profile blocks config file if XDG_CONFIG_HOME is set +https://github.com/jonls/redshift/issues/712 it doesn't work in dell optiplex 3060m(only has intel gpu) +https://github.com/jonls/redshift/issues/713 Not working on 3rd plug n play screen in Linux Mint 19.1 +https://github.com/jonls/redshift/issues/715 Prefix messages with "redshift:" +https://github.com/jonls/redshift/issues/716 GeoClue2 needs a fallback +https://github.com/jonls/redshift/issues/721 Compilation in MSYS2 / MinGW32 fails: undefined reference to `localtime_r' +https://github.com/jonls/redshift/issues/722 Start redshift(-gtk) disabled +https://github.com/jonls/redshift/issues/723 Tray icon disappeared [still unsolved, please look – new information!] +https://github.com/jonls/redshift/issues/725 Mouse cursor busy ~ 25 seg (Linux Mint 19.1 Tessa Xfce) +https://github.com/jonls/redshift/issues/726 Add city name? +https://github.com/jonls/redshift/issues/727 redshift autostarts without known cause and keeps respawning when killed +https://github.com/jonls/redshift/issues/733 json output? +https://github.com/jonls/redshift/issues/735 redshift black screens Ubuntu 18.04.3 on startup +https://github.com/jonls/redshift/issues/737 Not working on external monitors (ubuntu 18.04 with i3wm) +https://github.com/jonls/redshift/issues/741 WINGDI not working with extend screen settings in win 10 version 1903 os build 18362.418 +https://github.com/jonls/redshift/issues/745 Unknown location provider `geoclue' +https://github.com/jonls/redshift/issues/746 Redshift restarts when switching to an i3 workspace with a java application +https://github.com/jonls/redshift/issues/747 How do i remove the day/time period colors and enable/disable redshift manual? +https://github.com/jonls/redshift/issues/750 Supporting multiple time periods +https://github.com/jonls/redshift/issues/756 Add a way to check whether redshift is currently enabled and add a way to disable/enable +https://github.com/jonls/redshift/issues/758 failed (Result: start-limit-hit) +https://github.com/jonls/redshift/issues/759 Enabling monitor requires loading its gamma ramps, but Redshift resets them +https://github.com/jonls/redshift/issues/764 Memory Leak detected on Linux, both with version 1.10 and latest version 1.12 +https://github.com/jonls/redshift/issues/767 per output settings +https://github.com/jonls/redshift/issues/768 Add application whitelisting. +https://github.com/jonls/redshift/issues/771 Remove before midnight restriction on custom dusk-time +https://github.com/jonls/redshift/issues/773 [Feature Request] +https://github.com/jonls/redshift/issues/774 Changing brightness of a running instance +https://github.com/jonls/redshift/issues/779 Redshift Refuses to Change From Default +https://github.com/jonls/redshift/issues/783 Allow icon click to toggle redshift when AppIndicator3 is used +https://github.com/jonls/redshift/issues/784 Redshift-gtk icon is blank +https://github.com/jonls/redshift/issues/785 request: a cheap way to check if redshift is active +https://github.com/jonls/redshift/issues/787 Why does manually setting the color with with commands use the current color as an input +https://github.com/jonls/redshift/issues/789 Redshift uses the deleted file /memfd:pulseaudio +https://github.com/jonls/redshift/issues/790 Unable to install +https://github.com/jonls/redshift/issues/792 [Feature Request] Additional tray menu options for custom colors and suspend/disable +https://github.com/jonls/redshift/issues/793 running redshift on dedian returns a “Segmentation fault” +https://github.com/jonls/redshift/issues/794 Redshift Behaves like a Virus. +https://github.com/jonls/redshift/issues/795 explain default options and provide more details +https://github.com/jonls/redshift/issues/798 Fail to make install on Debian +https://github.com/jonls/redshift/issues/804 [Question] win 10 autostart server +https://github.com/jonls/redshift/issues/805 On a wired connection geoclue is unable to determine current location +https://github.com/jonls/redshift/issues/807 hooks are not executed on return from screen lock +https://github.com/jonls/redshift/issues/809 Allow to run without geoservices +https://github.com/jonls/redshift/issues/810 With manually specified lat/long redshift toggles between day and night +https://github.com/jonls/redshift/issues/813 Start Redshift on ubuntu HIRSUTE +https://github.com/jonls/redshift/issues/814 Improving configuration management (bachelor thesis) +https://github.com/jonls/redshift/issues/815 Robustness improvement suggestion +https://github.com/jonls/redshift/issues/816 Allow forcing of night mode or night color temperature +https://github.com/jonls/redshift/issues/818 Multiple processes for Redshift are running in the background +https://github.com/jonls/redshift/issues/820 Redshift not reading the config file +https://github.com/jonls/redshift/issues/822 redshift-gtk: tray icon/widget menu option: Reset, Force Day, Force Night +https://github.com/jonls/redshift/issues/826 info window crash if closed by "x" or [Esc] +https://github.com/jonls/redshift/issues/827 Three Stage shift +https://github.com/jonls/redshift/issues/830 redshift Unable to start GeoClue client +https://github.com/jonls/redshift/issues/831 Redshift doesn't close +https://github.com/jonls/redshift/issues/834 2 Redshift icons in the notification bar +https://github.com/jonls/redshift/issues/839 Allow hooks to transition smoothly +https://github.com/jonls/redshift/issues/841 Add intermediate temperature mode / value +https://github.com/jonls/redshift/issues/842 Cannot import _gi [circular dependency error when running redshift gt ] +https://github.com/jonls/redshift/issues/845 wrong path for .conf in README +https://github.com/jonls/redshift/issues/846 "Partitial time-configuration not supported". But I'd like that! +https://github.com/jonls/redshift/issues/848 installed from brew, does not work +https://github.com/jonls/redshift/issues/849 Windows blinking / flickering of "classic" Windows menus +https://github.com/jonls/redshift/issues/852 Redshift crashes when toggling inhibit while receiving the initial location +https://github.com/jonls/redshift/issues/853 Add a status icon that signals that redshift-gtk is currently waiting for the initial location +https://github.com/jonls/redshift/issues/856 Please, add a slider +https://github.com/jonls/redshift/issues/857 xbacklight: unrecognized argument '-list' +https://github.com/jonls/redshift/issues/859 Make Redshift ignore temp-day and preserve monitor settings during the day +https://github.com/jonls/redshift/issues/862 (redshift-gtk:6420): Gdk-CRITICAL +https://github.com/jonls/redshift/issues/863 randr value -1 error +https://github.com/jonls/redshift/issues/867 Make Redshift remember the last discovered location at startup +https://github.com/jonls/redshift/issues/868 [Feature Request] Separate Monitor Control +https://github.com/jonls/redshift/issues/869 clarify documentation/configuration/sample to configure times better? +https://github.com/jonls/redshift/issues/870 redshift-gtk doesn't read conf files at log-in +https://github.com/jonls/redshift/issues/877 symbolic link problem with configuration file +https://github.com/jonls/redshift/issues/878 erroneous documentation about configuration file +https://github.com/jonls/redshift/issues/880 "Unable to set gamma ramps. Temperature adjustment failed." in win10 +https://github.com/jonls/redshift/issues/882 It is too easy to end up with multiple, and indeed conflicting, instances. (A documentation problem?) +https://github.com/jonls/redshift/issues/885 Toggle day and night modes in redshift +https://github.com/jonls/redshift/issues/887 Error!!!, no more methods to try +https://github.com/jonls/redshift/issues/891 Is it working ? I can't tell. +https://github.com/jonls/redshift/issues/892 Show dusk/dawn times when hovering mouse over icon +https://github.com/jonls/redshift/issues/894 os_create_anonymous_file: Invalid argument (on Raspberry Pi OS Lite) +https://github.com/jonls/redshift/issues/895 Redshift GTK no longer connecting to location provider +https://github.com/jonls/redshift/issues/898 Apparmor denies access to amdgpu binaries in default profile under Linux Mint 21.3 +https://github.com/jonls/redshift/issues/899 Its possible to set the day and night based on time instead geoloc.? like setting: day-time: 6:00 or 6:00AM +https://github.com/jonls/redshift/issues/903 Proposal for location detection using speedtest-cli method + +https://bugs.launchpad.net/redshift + + +CONFIRMED ISSUES +[BUG] https://github.com/jonls/redshift/issues/854 Version 1.11 works, 1.12 broken +[GTK] https://github.com/jonls/redshift/issues/256 Redshift with Bumblebee? + +FEATURE REQUESTIONS +https://github.com/jonls/redshift/issues/249 Feature request: intensity + +Document signals in man page diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 0ac3983..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,52 +0,0 @@ -image: -- Visual Studio 2015 - -environment: - matrix: - - arch: x86_64 - - arch: i686 - -build: - verbosity: detailed - -build_script: -- ps: | - If ($env:arch -Match "x86_64") { - $env:MSYSTEM = "MINGW64" - } Else { - $env:MSYSTEM = "MINGW32" - } - - $env:CONFIGURE_FLAGS = "--disable-drm --disable-randr --disable-vidmode --enable-wingdi --disable-quartz --disable-geoclue2 --disable-corelocation --disable-gui --disable-ubuntu --disable-nls --host=$env:arch-w64-mingw32" - -- ps: md (Join-Path $env:APPVEYOR_BUILD_FOLDER root) -- C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && ./bootstrap" -- C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && ./configure --prefix=\"$APPVEYOR_BUILD_FOLDER/root\" $CONFIGURE_FLAGS" -- C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && make distcheck DISTCHECK_CONFIGURE_FLAGS=\"$CONFIGURE_FLAGS\"" -- C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && make install" - -test_script: -- | - %APPVEYOR_BUILD_FOLDER%\root\bin\redshift.exe -l 12:-34 -pv -- | - %APPVEYOR_BUILD_FOLDER%\root\bin\redshift.exe -l 12:-34 -m dummy -vo -- ps: Set-Content -Value "[redshift]`ndawn-time=6:30`ndusk-time=18:00-19:30`n" -Path time.config -- | - %APPVEYOR_BUILD_FOLDER%\root\bin\redshift.exe -c time.config -pv -- | - %APPVEYOR_BUILD_FOLDER%\root\bin\redshift.exe -c time.config -m dummy -vo - -after_build: -- ps: | - $ZIP_NAME = "redshift-windows-$env:arch" - $ZIP_FILE = "redshift-windows-$env:arch.zip" - - md $ZIP_NAME - Copy-Item -Path $env:APPVEYOR_BUILD_FOLDER\root\bin\redshift.exe -Destination $ZIP_NAME - Copy-Item -Path README.md -Destination $ZIP_NAME/README.txt - Copy-Item -Path NEWS.md -Destination $ZIP_NAME/NEWS.txt - Copy-Item -Path COPYING -Destination $ZIP_NAME/COPYING.txt - Copy-Item -Path redshift.conf.sample -Destination $ZIP_NAME - 7z a $ZIP_FILE $ZIP_NAME/ - -- ps: Push-AppveyorArtifact $ZIP_FILE diff --git a/bootstrap b/bootstrap deleted file mode 100755 index 0599cf5..0000000 --- a/bootstrap +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -# change to root directory -cd $(dirname "$0") - -autopoint --force && \ - AUTOPOINT="intltoolize --automake --copy" autoreconf --force --install --verbose diff --git a/configure.ac b/configure.ac deleted file mode 100644 index b411626..0000000 --- a/configure.ac +++ /dev/null @@ -1,392 +0,0 @@ -# -*- Autoconf -*- -# Process this file with autoconf to produce a configure script. - -AC_PREREQ([2.69]) -AC_INIT([redshift], [1.12], [https://github.com/jonls/redshift/issues]) -AC_CONFIG_SRCDIR([src/redshift.c]) -AC_CONFIG_HEADERS([config.h]) -AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz]) - -m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) - -# Checks for programs. -AC_PROG_CC_C99 -AC_PROG_LIBTOOL -AC_PROG_OBJC # For macOS support modules -AC_LANG([C]) - -AC_PROG_INTLTOOL([0.50]) - -AC_CANONICAL_HOST - -# Test host platform -build_windows=no -case "${host_os}" in - mingw*) - build_windows=yes - ;; -esac - -# Test whether to compile Windows resources -AC_CHECK_TOOL([WINDRES], [windres], []) -AS_IF([test "x$build_windows" = "xyes" -a -n "x$WINDRES"], [ - enable_windows_resource=yes -], [ - enable_windows_resource=no -]) -AM_CONDITIONAL([ENABLE_WINDOWS_RESOURCE], - [test "x$enable_windows_resource" = xyes]) - - -# Test whether Objective C compiler works -AC_MSG_CHECKING([whether Objective C compiler works]) -AC_LANG_PUSH([Objective C]) -AC_COMPILE_IFELSE([AC_LANG_PROGRAM([])], [ - AC_MSG_RESULT([yes]) - have_objc_compiler=yes -], [ - AC_MSG_RESULT([no]) - have_objc_compiler=no -]) -AC_LANG_POP([Objective C]) - -# Checks for libraries. -AM_GNU_GETTEXT_VERSION([0.17]) -AM_GNU_GETTEXT([external]) - -GETTEXT_PACKAGE=redshift -AC_SUBST(GETTEXT_PACKAGE) -AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Package name for gettext]) - - -PKG_CHECK_MODULES([DRM], [libdrm], [have_drm=yes], [have_drm=no]) - -PKG_CHECK_MODULES([X11], [x11], [have_x11=yes], [have_x11=no]) -PKG_CHECK_MODULES([XF86VM], [xxf86vm], [have_xf86vm=yes], [have_xf86vm=no]) -PKG_CHECK_MODULES([XCB], [xcb], [have_xcb=yes], [have_xcb=no]) -PKG_CHECK_MODULES([XCB_RANDR], [xcb-randr], - [have_xcb_randr=yes], [have_xcb_randr=no]) - -PKG_CHECK_MODULES([GLIB], [glib-2.0 gobject-2.0], [have_glib=yes], [have_glib=no]) -PKG_CHECK_MODULES([GEOCLUE2], [glib-2.0 gio-2.0 >= 2.26], [have_geoclue2=yes], [have_geoclue2=no]) - -# macOS headers -AC_CHECK_HEADER([ApplicationServices/ApplicationServices.h], [have_appserv_h=yes], [have_appserv_h=no]) - -# CoreLocation.h is an Objective C header. Only test if -# Objective C compiler works. AC_CHECK_HEADER does not -# appear to work if the Ojective C compiler is not -# available so we need a custom test. -AC_MSG_CHECKING([whether CoreLocation/CoreLocation.h is usable]) -AS_IF([test "x$have_objc_compiler" = xyes], [ - AC_LANG_PUSH([Objective C]) - AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#import <CoreLocation/CoreLocation.h>]],[[]])], [ - AC_MSG_RESULT([yes]) - have_corelocation_h=yes - ], [ - AC_MSG_RESULT([no]) - have_corelocation_h=no - ]) - AC_LANG_POP([Objective C]) -], [ - AC_MSG_RESULT([no Objective C compiler available]) - have_corelocation_h=no -]) - -# Windows header -AC_CHECK_HEADER([windows.h], [have_windows_h=yes], [have_windows_h=no]) - -# Check for Python -AM_PATH_PYTHON([3.2], [have_python=yes], [have_python=no]) - -# Check DRM method -AC_MSG_CHECKING([whether to enable DRM method]) -AC_ARG_ENABLE([drm], [AC_HELP_STRING([--enable-drm], - [enable DRM method])], - [enable_drm=$enableval],[enable_drm=maybe]) -AS_IF([test "x$enable_drm" != xno], [ - AS_IF([test $have_drm = yes], [ - AC_DEFINE([ENABLE_DRM], 1, - [Define to 1 to enable DRM method]) - AC_MSG_RESULT([yes]) - enable_drm=yes - ], [ - AC_MSG_RESULT([missing dependencies]) - AS_IF([test "x$enable_drm" = xyes], [ - AC_MSG_ERROR([missing dependencies for DRM method]) - ]) - enable_drm=no - ]) -], [ - AC_MSG_RESULT([no]) - enable_drm=no -]) -AM_CONDITIONAL([ENABLE_DRM], [test "x$enable_drm" = xyes]) - -# Check RANDR method -AC_MSG_CHECKING([whether to enable RANDR method]) -AC_ARG_ENABLE([randr], [AC_HELP_STRING([--enable-randr], - [enable RANDR method])], - [enable_randr=$enableval],[enable_randr=maybe]) -AS_IF([test "x$enable_randr" != xno], [ - AS_IF([test $have_xcb = yes -a $have_xcb_randr = yes], [ - AC_DEFINE([ENABLE_RANDR], 1, - [Define to 1 to enable RANDR method]) - AC_MSG_RESULT([yes]) - enable_randr=yes - ], [ - AC_MSG_RESULT([missing dependencies]) - AS_IF([test "x$enable_randr" = xyes], [ - AC_MSG_ERROR([missing dependencies for RANDR method]) - ]) - enable_randr=no - ]) -], [ - AC_MSG_RESULT([no]) - enable_randr=no -]) -AM_CONDITIONAL([ENABLE_RANDR], [test "x$enable_randr" = xyes]) - -# Check VidMode method -AC_MSG_CHECKING([whether to enable VidMode method]) -AC_ARG_ENABLE([vidmode], [AC_HELP_STRING([--enable-vidmode], - [enable VidMode method])], - [enable_vidmode=$enableval],[enable_vidmode=maybe]) -AS_IF([test "x$enable_vidmode" != xno], [ - AS_IF([test $have_x11 = yes -a $have_xf86vm = yes], [ - AC_DEFINE([ENABLE_VIDMODE], 1, - [Define to 1 to enable VidMode method]) - AC_MSG_RESULT([yes]) - enable_vidmode=yes - ], [ - AC_MSG_RESULT([missing dependencies]) - AS_IF([test "x$enable_vidmode" = xyes], [ - AC_MSG_ERROR([missing dependencies for VidMode method]) - ]) - enable_vidmode=no - ]) -], [ - AC_MSG_RESULT([no]) - enable_vidmode=no -]) -AM_CONDITIONAL([ENABLE_VIDMODE], [test "x$enable_vidmode" = xyes]) - -# Check Quartz (macOS) method -AC_MSG_CHECKING([whether to enable Quartz method]) -AC_ARG_ENABLE([quartz], [AC_HELP_STRING([--enable-quartz], - [enable Quartz (macOS) method])], - [enable_quartz=$enableval],[enable_quartz=maybe]) -AS_IF([test "x$enable_quartz" != xno], [ - AS_IF([test $have_appserv_h = yes], [ - QUARTZ_CFLAGS="" - QUARTZ_LIBS="-framework ApplicationServices" - AC_DEFINE([ENABLE_QUARTZ], 1, - [Define to 1 to enable Quartz method]) - AC_MSG_RESULT([yes]) - enable_quartz=yes - ], [ - AC_MSG_RESULT([missing dependencies]) - AS_IF([test "x$enable_quartz" = xyes], [ - AC_MSG_ERROR([missing Quartz headers]) - ]) - enable_quartz=no - ]) -], [ - AC_MSG_RESULT([no]) - enable_quartz=no -]) -AM_CONDITIONAL([ENABLE_QUARTZ], [test "x$enable_quartz" = xyes]) -AC_SUBST([QUARTZ_CFLAGS]) -AC_SUBST([QUARTZ_LIBS]) - -# Check Windows GDI method -AC_MSG_CHECKING([whether to enable WinGDI method]) -AC_ARG_ENABLE([wingdi], [AC_HELP_STRING([--enable-wingdi], - [enable WinGDI method])], - [enable_wingdi=$enableval],[enable_wingdi=maybe]) -AS_IF([test "x$enable_wingdi" != xno], [ - AS_IF([test $have_windows_h = yes], [ - AC_DEFINE([ENABLE_WINGDI], 1, - [Define to 1 to enable WinGDI method]) - AC_MSG_RESULT([yes]) - enable_wingdi=yes - ], [ - AC_MSG_RESULT([missing dependencies]) - AS_IF([test "x$enable_wingdi" = xyes], [ - AC_MSG_ERROR([missing Windows API headers for WinGDI method]) - ]) - enable_wingdi=no - ]) -], [ - AC_MSG_RESULT([no]) - enable_wingdi=no -]) -AM_CONDITIONAL([ENABLE_WINGDI], [test "x$enable_wingdi" = xyes]) - - -# Check Geoclue2 location provider -AC_MSG_CHECKING([whether to enable Geoclue2 location provider]) -AC_ARG_ENABLE([geoclue2], [AC_HELP_STRING([--enable-geoclue2], - [enable Geoclue2 location provider])], - [enable_geoclue2=$enableval],[enable_geoclue2=maybe]) -AS_IF([test "x$enable_geoclue2" != xno], [ - AS_IF([test "x$have_geoclue2" = xyes], [ - AC_DEFINE([ENABLE_GEOCLUE2], 1, - [Define to 1 to enable Geoclue2 location provider]) - AC_MSG_RESULT([yes]) - enable_geoclue2=yes - ], [ - AC_MSG_RESULT([missing dependencies]) - AS_IF([test "x$enable_geoclue2" = xyes], [ - AC_MSG_ERROR([missing dependencies for Geoclue2 location provider]) - ]) - enable_geoclue2=no - ]) -], [ - AC_MSG_RESULT([no]) - enable_geoclue2=no -]) -AM_CONDITIONAL([ENABLE_GEOCLUE2], [test "x$enable_geoclue2" = xyes]) - -# Check CoreLocation (macOS) provider -AC_MSG_CHECKING([whether to enable CoreLocation method]) -AC_ARG_ENABLE([corelocation], [AC_HELP_STRING([--enable-corelocation], - [enable CoreLocation (macOS) provider])], - [enable_corelocation=$enableval],[enable_corelocation=maybe]) -AS_IF([test "x$enable_corelocation" != xno], [ - AS_IF([test "x$have_corelocation_h" = xyes], [ - CORELOCATION_CFLAGS="" - CORELOCATION_LIBS="-framework Foundation -framework Cocoa -framework CoreLocation" - AC_DEFINE([ENABLE_CORELOCATION], 1, - [Define to 1 to enable CoreLocation provider]) - AC_MSG_RESULT([yes]) - enable_corelocation=yes - ], [ - AC_MSG_RESULT([missing dependencies]) - AS_IF([test "x$enable_corelocation" = xyes], [ - AC_MSG_ERROR([missing CoreLocation headers]) - ]) - enable_corelocation=no - ]) -], [ - AC_MSG_RESULT([no]) - enable_corelocation=no -]) -AM_CONDITIONAL([ENABLE_CORELOCATION], [test "x$enable_corelocation" = xyes]) -AC_SUBST([CORELOCATION_CFLAGS]) -AC_SUBST([CORELOCATION_LIBS]) - - -# Check for GUI status icon -AC_MSG_CHECKING([whether to enable GUI status icon]) -AC_ARG_ENABLE([gui], [AC_HELP_STRING([--enable-gui], - [enable GUI status icon])], - [enable_gui=$enableval],[enable_gui=maybe]) -AS_IF([test "x$enable_gui" != xno], [ - AS_IF([test $have_python = yes], [ - AC_MSG_RESULT([yes]) - enable_gui=yes - ], [ - AC_MSG_RESULT([missing dependencies]) - AS_IF([test "x$enable_gui" = xyes], [ - AC_MSG_ERROR([GUI status icon script requires Python]) - ]) - enable_gui=no - ]) -], [ - AC_MSG_RESULT([no]) - enable_gui=no -]) -AM_CONDITIONAL([ENABLE_GUI], [test "x$enable_gui" != xno]) - -# Check for Ubuntu icons -AC_MSG_CHECKING([whether to enable Ubuntu icons]) -AC_ARG_ENABLE([ubuntu], [AC_HELP_STRING([--enable-ubuntu], - [enable Ubuntu icons])], - [enable_ubuntu=$enableval],[enable_ubuntu=no]) -AS_IF([test "x$enable_ubuntu" != xno], [ - AC_MSG_RESULT([yes]) -], [ - AC_MSG_RESULT([no]) -]) -AM_CONDITIONAL([ENABLE_UBUNTU], [test "x$enable_ubuntu" != xno]) - - -# Check for systemd -PKG_PROG_PKG_CONFIG -AC_MSG_CHECKING([Directory to install systemd user unit files]) -AC_ARG_WITH([systemduserunitdir], - [AS_HELP_STRING([--with-systemduserunitdir=<dir>], - [Directory for systemd user unit files])], - [], [with_systemduserunitdir=$($PKG_CONFIG --variable=systemduserunitdir systemd)]) -AS_IF([test -n "$with_systemduserunitdir" -a "x$with_systemduserunitdir" != xno], [ - AC_SUBST([systemduserunitdir], [$with_systemduserunitdir]) - AC_MSG_RESULT([$systemduserunitdir]) - enable_systemd=yes -], [ - AC_MSG_RESULT([not enabled]) - enable_systemd=no -]) -AM_CONDITIONAL([ENABLE_SYSTEMD], [test "x$enable_systemd" != xno]) - - -# Check for AppArmor -AC_MSG_CHECKING([whether to enable AppArmor profile]) -AC_ARG_ENABLE([apparmor], [AC_HELP_STRING([--enable-apparmor], - [enable AppArmor profile])], - [enable_apparmor=$enableval],[enable_apparmor=no]) -AS_IF([test "x$enable_apparmor" != xno], [ - AC_MSG_RESULT([yes]) - enable_apparmor=yes -], [ - AC_MSG_RESULT([no]) - enable_apparmor=no -]) -AM_CONDITIONAL([ENABLE_APPARMOR], [test "x$enable_apparmor" != xno]) - - -# Checks for header files. -AC_CHECK_HEADERS([locale.h stdint.h stdlib.h string.h unistd.h signal.h]) - -# Checks for typedefs, structures, and compiler characteristics. -AC_TYPE_UINT16_T - -# Checks for library functions. -AC_SEARCH_LIBS([clock_gettime], [rt]) -AC_SEARCH_LIBS([floor], [m]) -AC_CHECK_FUNCS([setlocale strchr floor pow]) - -AC_CONFIG_FILES([ - Makefile - po/Makefile.in - src/Makefile - src/redshift-gtk/Makefile -]) -AC_OUTPUT - - -echo " - $PACKAGE_NAME $VERSION - - prefix: ${prefix} - compiler: ${CC} - cflags: ${CFLAGS} - ldflags: ${LDFLAGS} - - Adjustment methods: - DRM: ${enable_drm} - RANDR: ${enable_randr} - VidMode: ${enable_vidmode} - Quartz (macOS): ${enable_quartz} - WinGDI (Windows): ${enable_wingdi} - - Location providers: - Geoclue2: ${enable_geoclue2} - CoreLocation (macOS): ${enable_corelocation} - - GUI: ${enable_gui} - Ubuntu icons: ${enable_ubuntu} - systemd units: ${enable_systemd} ${systemduserunitdir} - AppArmor profile: ${enable_apparmor} -" diff --git a/contrib/redshift.spec b/contrib/redshift.spec deleted file mode 100644 index 475aa66..0000000 --- a/contrib/redshift.spec +++ /dev/null @@ -1,146 +0,0 @@ -Name: redshift -Version: 1.12 -Release: 1%{dist} -Summary: Adjusts the color temperature of your screen according to time of day -Group: Applications/System -License: GPLv3+ -URL: http://jonls.dk/redshift/ -Source0: http://launchpad.net/redshift/trunk/%{version}/+download/%{name}-%{version}.tar.xz -BuildRequires: gettext-devel -BuildRequires: libX11-devel -BuildRequires: libXxf86vm-devel -BuildRequires: libxcb-devel -BuildRequires: glib2-devel -BuildRequires: systemd - -%description -Redshift adjusts the color temperature of your screen according to your -surroundings. This may help your eyes hurt less if you are working in -front of the screen at night. - -The color temperature is set according to the position of the sun. A -different color temperature is set during night and daytime. During -twilight and early morning, the color temperature transitions smoothly -from night to daytime temperature to allow your eyes to slowly -adapt. - -This package provides the base program. - -%package -n %{name}-gtk -Summary: GTK integration for Redshift -Group: Applications/System -BuildRequires: python3-devel >= 3.2 -BuildRequires: desktop-file-utils -Requires: python3-gobject -Requires: python3-pyxdg -Requires: %{name} = %{version}-%{release} -Obsoletes: gtk-redshift < %{version}-%{release} - -%description -n %{name}-gtk -This package provides GTK integration for Redshift, a screen color -temperature adjustment program. - -%prep -%setup -q - -%build -%configure --enable-gui --disable-geoclue --enable-geoclue2 --enable-randr --enable-vidmode --with-systemduserunitdir=%{_userunitdir} -make %{?_smp_mflags} V=1 - -%install -rm -rf %{buildroot} -make DESTDIR=%{buildroot} install INSTALL="install -p" -%find_lang %{name} -desktop-file-validate %{buildroot}%{_datadir}/applications/redshift.desktop -desktop-file-validate %{buildroot}%{_datadir}/applications/redshift-gtk.desktop - -%post -n %{name}-gtk -touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : - -%postun -n %{name}-gtk -if [ $1 -eq 0 ] ; then - touch --no-create %{_datadir}/icons/hicolor &>/dev/null - gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : -fi - -%posttrans -n %{name}-gtk -gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : - -%files -f %{name}.lang -%defattr(-,root,root,-) -%doc COPYING NEWS README README-colorramp -%{_bindir}/redshift -%{_mandir}/man1/* -%{_userunitdir}/* - -%files -n %{name}-gtk -%defattr(-,root,root,-) -%{_bindir}/redshift-gtk -%{python3_sitelib}/redshift_gtk/ -%{_datadir}/icons/hicolor/scalable/apps/redshift*.svg -%{_datadir}/applications/redshift.desktop -%{_datadir}/applications/redshift-gtk.desktop -%{_datadir}/appdata/redshift-gtk.appdata.xml - -%changelog -* Sun Jul 8 2018 Ben van der Harg <benvanderharg@yandex.com> - 1.12.1 -- Update to 1.12 -* Sat Jan 2 2016 Jon Lund Steffensen <jonlst@gmail.com> - 1.11-1 -- Update to 1.11 - -* Sun Jan 4 2015 Jon Lund Steffensen <jonlst@gmail.com> - 1.10-1 -- Update to 1.10 - -* Sun Apr 6 2014 Jon Lund Steffensen <jonlst@gmail.com> - 1.9-1 -- Update to 1.9 - -* Wed Dec 11 2013 Jon Lund Steffensen <jonlst@gmail.com> - 1.8-1 -- Update to 1.8 - -* Sun May 12 2013 Milos Komarcevic <kmilos@gmail.com> - 1.7-5 -- Run autoreconf to support aarch64 (#926436) -- Backport fix for geoclue client check (#954014) - -* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Sat Jul 9 2011 Milos Komarcevic <kmilos@gmail.com> - 1.7-1 -- Update to 1.7 -- Add geoclue BuildRequires -- Change default geoclue provider from Ubuntu GeoIP to Hostip -- Remove manual Ubuntu icons uninstall - -* Mon Feb 28 2011 Milos Komarcevic <kmilos@gmail.com> - 1.6-3 -- Fix for clock applet detection (#661145) -- Require pyxdg explicitly (#675804) - -* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Sat Nov 13 2010 Milos Komarcevic <kmilos@gmail.com> - 1.6-1 -- Update to 1.6 -- Remove BuildRoot tag and clean section - -* Thu Aug 26 2010 Milos Komarcevic <kmilos@gmail.com> - 1.5-1 -- Update to 1.5 -- Install desktop file - -* Mon Jul 26 2010 Milos Komarcevic <kmilos@gmail.com> - 1.4.1-2 -- License updated to GPLv3+ -- Added python macros to enable building on F12 and EPEL5 -- Specific python version BR -- Subpackage requires full base package version -- Increased build log verbosity -- Preserve timestamps on install - -* Thu Jun 17 2010 Milos Komarcevic <kmilos@gmail.com> - 1.4.1-1 -- Update to 1.4.1 - -* Thu Jun 10 2010 Milos Komarcevic <kmilos@gmail.com> - 1.3-1 -- Initial packaging diff --git a/data/systemd/redshift-gtk.service.in b/data/systemd/redshift-gtk.service.in index 4675ccf..79e6165 100644 --- a/data/systemd/redshift-gtk.service.in +++ b/data/systemd/redshift-gtk.service.in @@ -1,11 +1,11 @@ [Unit] Description=Redshift display colour temperature adjustment (GUI) Documentation=http://jonls.dk/redshift/ -After=display-manager.service +After=graphical-session.target [Service] ExecStart=@bindir@/redshift-gtk Restart=always [Install] -WantedBy=default.target +WantedBy=graphical-session.target diff --git a/data/systemd/redshift.service.in b/data/systemd/redshift.service.in index bc51514..aad31ca 100644 --- a/data/systemd/redshift.service.in +++ b/data/systemd/redshift.service.in @@ -1,11 +1,11 @@ [Unit] Description=Redshift display colour temperature adjustment Documentation=http://jonls.dk/redshift/ -After=display-manager.service +After=graphical-session.target [Service] ExecStart=@bindir@/redshift Restart=always [Install] -WantedBy=default.target +WantedBy=graphical-session.target diff --git a/po/POTFILES.in b/po/POTFILES.in index 5ef8dac..eb8b89c 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -13,6 +13,7 @@ src/gamma-randr.c src/gamma-vidmode.c src/gamma-quartz.c src/gamma-w32gdi.c +src/gamma-coopgamma.c src/gamma-dummy.c src/location-geoclue2.c @@ -226,7 +226,7 @@ msgid "" msgstr "" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "" #: ../src/redshift.c:975 @@ -392,12 +392,6 @@ msgid "" " Night temperature: %uK\n" msgstr "" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "طرق التعديل المتاحة:\n" @@ -239,7 +239,7 @@ msgstr "" "гэтае не стане даступна...\n" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "Частковая наладка часу не падтрымліваецца!\n" #: ../src/redshift.c:975 @@ -433,12 +433,6 @@ msgstr "" "Тэмпература днём: %uK\n" "Тэмпература ноччу: %uK\n" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "Калі ласка, распавядзіце пра памылку <%s>\n" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "Даступныя метады рэгулявання:\n" @@ -226,7 +226,7 @@ msgid "" msgstr "" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "" #: ../src/redshift.c:975 @@ -392,12 +392,6 @@ msgid "" " Night temperature: %uK\n" msgstr "" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "" @@ -240,7 +240,7 @@ msgstr "" "anterior fins que estigui disponible...\n" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "No s'admet la configuració parcial de l'hora!\n" #: ../src/redshift.c:975 @@ -435,12 +435,6 @@ msgstr "" " Temperatura de dia: %u K\n" " Temperatura de nit: %u K\n" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "Informeu dels errors a <%s>\n" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "Mètodes d'ajust disponibles:\n" @@ -238,7 +238,7 @@ msgstr "" "předchozí…\n" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "Částečné nastavení času není podporováno!\n" #: ../src/redshift.c:975 @@ -433,12 +433,6 @@ msgstr "" " Teplota ve dne: %uK\n" " Teplota v noci: %uK\n" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "Chyby prosím hlaste na <%s>\n" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "Dostupné metody přizpůsobení:\n" @@ -238,7 +238,7 @@ msgstr "" "bliver tilgængelig...\n" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "Delvis tidskonfiguration understøttet ikke!\n" #: ../src/redshift.c:975 @@ -432,12 +432,6 @@ msgstr "" " Dagtemperatur: %uK\n" " Nattemperatur: %uK\n" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "Rapporter venligst fejl til <%s>\n" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "Tilgængelige justeringsmetoder:\n" @@ -238,7 +238,7 @@ msgstr "" "Standort verwendet.\n" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "Teilzeitkonfiguration wird nicht unterstützt!\n" #: ../src/redshift.c:975 @@ -433,12 +433,6 @@ msgstr "" " Temperatur tagsüber: %uK\n" " Temperatur nachts: %uK\n" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "Bitte Fehler auf <%s> melden\n" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "Verfügbare Änderungsmethoden:\n" @@ -226,7 +226,7 @@ msgid "" msgstr "" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "" #: ../src/redshift.c:975 @@ -392,12 +392,6 @@ msgid "" " Night temperature: %uK\n" msgstr "" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "" diff --git a/po/en_GB.po b/po/en_GB.po index 8642608..6149279 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -237,8 +237,8 @@ msgstr "" "becomes available...\n" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" -msgstr "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" +msgstr "Partial time-configuration not supported!\n" #: ../src/redshift.c:975 msgid "Invalid dawn/dusk time configuration!\n" @@ -433,12 +433,6 @@ msgstr "" " Daytime temperature: %uK\n" " Night temperature: %uK\n" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "Please report bugs to <%s>\n" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "Available adjustment methods:\n" diff --git a/po/eo.po b/po/eo.po new file mode 100644 index 0000000..a2a097d --- /dev/null +++ b/po/eo.po @@ -0,0 +1,816 @@ +# English (United Kingdom) translation for redshift +# Copyright (c) 2018 Rosetta Contributors and Canonical Ltd 2018 +# This file is distributed under the same license as the redshift package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2018. +# +msgid "" +msgstr "" +"Project-Id-Version: redshift\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2017-10-18 11:46-0700\n" +"PO-Revision-Date: 2019-12-27 20:36+0100\n" +"Last-Translator: Jorge Maldonado Ventura <jorgesumle@freakspot.net>\n" +"Language-Team: English (United Kingdom) <en_GB@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2018-05-21 01:04+0000\n" +"X-Generator: Poedit 1.8.7.1\n" +"Language: eo\n" + +#: ../data/appdata/redshift-gtk.appdata.xml.in.h:1 +msgid "" +"Redshift adjusts the color temperature of your screen according to your " +"surroundings. This may help your eyes hurt less if you are working in front " +"of the screen at night." +msgstr "" + +#: ../data/appdata/redshift-gtk.appdata.xml.in.h:2 +msgid "" +"The color temperature is set according to the position of the sun. A " +"different color temperature is set during night and daytime. During twilight " +"and early morning, the color temperature transitions smoothly from night to " +"daytime temperature to allow your eyes to slowly adapt." +msgstr "" + +#: ../data/appdata/redshift-gtk.appdata.xml.in.h:3 +msgid "" +"This program provides a status icon that allows the user to control Redshift." +msgstr "" + +#: ../data/appdata/redshift-gtk.appdata.xml.in.h:4 +msgid "" +"The Redshift information window overlaid with an example of the redness " +"effect" +msgstr "" + +#: ../data/applications/redshift.desktop.in.h:1 +#: ../data/applications/redshift-gtk.desktop.in.h:1 +msgid "Redshift" +msgstr "Redshift" + +#: ../data/applications/redshift.desktop.in.h:2 +#: ../data/applications/redshift-gtk.desktop.in.h:2 +msgid "Color temperature adjustment" +msgstr "" + +#: ../data/applications/redshift.desktop.in.h:3 +#: ../data/applications/redshift-gtk.desktop.in.h:3 +msgid "Color temperature adjustment tool" +msgstr "" + +#. TRANSLATORS: Name printed when period of day is unknown +#: ../src/redshift.c:135 +#, fuzzy +msgid "None" +msgstr "Nenio" + +#: ../src/redshift.c:136 ../src/redshift.c:1107 +msgid "Daytime" +msgstr "Tagtempo" + +#: ../src/redshift.c:137 ../src/redshift.c:1111 +msgid "Night" +msgstr "Nokto" + +#: ../src/redshift.c:138 +msgid "Transition" +msgstr "Transiro" + +#: ../src/redshift.c:225 +#, c-format +msgid "Period: %s\n" +msgstr "Period: %s\n" + +#: ../src/redshift.c:228 +#, c-format +msgid "Period: %s (%.2f%% day)\n" +msgstr "Periodo: %s (%.2f%% day)\n" + +#. TRANSLATORS: Abbreviation for `north' +#: ../src/redshift.c:240 +msgid "N" +msgstr "N" + +#. TRANSLATORS: Abbreviation for `south' +#: ../src/redshift.c:242 +msgid "S" +msgstr "S" + +#. TRANSLATORS: Abbreviation for `east' +#: ../src/redshift.c:244 +msgid "E" +msgstr "" + +#. TRANSLATORS: Abbreviation for `west' +#: ../src/redshift.c:246 +msgid "W" +msgstr "" + +#. TRANSLATORS: Append degree symbols after %f if possible. +#. The string following each number is an abreviation for +#. north, source, east or west (N, S, E, W). +#: ../src/redshift.c:251 +#, c-format +msgid "Location: %.2f %s, %.2f %s\n" +msgstr "Loko: %.2fº %s, %.2fº %s\n" + +#: ../src/redshift.c:325 ../src/redshift.c:416 +#, c-format +msgid "Initialization of %s failed.\n" +msgstr "" + +#: ../src/redshift.c:340 ../src/redshift.c:384 ../src/redshift.c:431 +#: ../src/redshift.c:463 +#, c-format +msgid "Failed to set %s option.\n" +msgstr "" + +#. TRANSLATORS: `help' must not be +#. translated. +#. TRANSLATORS: `help' must not be translated. +#: ../src/redshift.c:345 ../src/redshift.c:387 +#, c-format +msgid "Try `-l %s:help' for more information.\n" +msgstr "" + +#: ../src/redshift.c:373 ../src/redshift.c:453 +#, c-format +msgid "Failed to parse option `%s'.\n" +msgstr "" + +#: ../src/redshift.c:400 +#, c-format +msgid "Failed to start provider %s.\n" +msgstr "" + +#. TRANSLATORS: `help' must not be +#. translated. +#: ../src/redshift.c:436 +#, c-format +msgid "Try `-m %s:help' for more information.\n" +msgstr "" + +#. TRANSLATORS: `help' must not be translated. +#: ../src/redshift.c:466 +#, c-format +msgid "Try -m %s:help' for more information.\n" +msgstr "" + +#: ../src/redshift.c:478 +#, c-format +msgid "Failed to start adjustment method %s.\n" +msgstr "" + +#: ../src/redshift.c:509 +#, c-format +msgid "Latitude must be between %.1f and %.1f.\n" +msgstr "" + +#: ../src/redshift.c:518 +#, c-format +msgid "Longitude must be between %.1f and %.1f.\n" +msgstr "" + +#: ../src/redshift.c:545 ../src/redshift.c:564 ../src/redshift.c:696 +#: ../src/redshift.c:1187 +msgid "Unable to read system time.\n" +msgstr "" + +#: ../src/redshift.c:635 +msgid "Waiting for initial location to become available...\n" +msgstr "" + +#: ../src/redshift.c:641 ../src/redshift.c:832 ../src/redshift.c:847 +#: ../src/redshift.c:1172 +msgid "Unable to get location from provider.\n" +msgstr "" + +#: ../src/redshift.c:647 ../src/redshift.c:871 +msgid "Invalid location returned from provider.\n" +msgstr "" + +#: ../src/redshift.c:656 ../src/redshift.c:788 ../src/redshift.c:1222 +#: ../src/redshift.c:1253 +#, c-format +msgid "Color temperature: %uK\n" +msgstr "" + +#: ../src/redshift.c:657 ../src/redshift.c:793 ../src/redshift.c:1224 +#, c-format +msgid "Brightness: %.2f\n" +msgstr "" + +#: ../src/redshift.c:686 +#, c-format +msgid "Status: %s\n" +msgstr "Stato: %s\n" + +#: ../src/redshift.c:687 ../src/redshift-gtk/statusicon.py:301 +msgid "Disabled" +msgstr "" + +#: ../src/redshift.c:687 ../src/redshift-gtk/statusicon.py:73 +#: ../src/redshift-gtk/statusicon.py:301 +msgid "Enabled" +msgstr "" + +#: ../src/redshift.c:802 ../src/redshift.c:1233 ../src/redshift.c:1263 +#: ../src/redshift.c:1285 +msgid "Temperature adjustment failed.\n" +msgstr "" + +#: ../src/redshift.c:854 +msgid "" +"Location is temporarily unavailable; Using previous location until it " +"becomes available...\n" +msgstr "" + +#: ../src/redshift.c:967 +msgid "Partial time-configuration not supported!\n" +msgstr "" + +#: ../src/redshift.c:975 +msgid "Invalid dawn/dusk time configuration!\n" +msgstr "" + +#: ../src/redshift.c:1006 +#, c-format +msgid "Trying location provider `%s'...\n" +msgstr "" + +#: ../src/redshift.c:1011 +msgid "Trying next provider...\n" +msgstr "" + +#: ../src/redshift.c:1017 +#, c-format +msgid "Using provider `%s'.\n" +msgstr "" + +#: ../src/redshift.c:1025 +msgid "No more location providers to try.\n" +msgstr "" + +#: ../src/redshift.c:1034 +#, c-format +msgid "" +"High transition elevation cannot be lower than the low transition " +"elevation.\n" +msgstr "" + +#. TRANSLATORS: Append degree symbols if possible. +#: ../src/redshift.c:1041 +#, c-format +msgid "Solar elevations: day above %.1f, night below %.1f\n" +msgstr "" + +#: ../src/redshift.c:1049 +#, c-format +msgid "Temperatures: %dK at day, %dK at night\n" +msgstr "" + +#: ../src/redshift.c:1060 ../src/redshift.c:1071 +#, c-format +msgid "Temperature must be between %uK and %uK.\n" +msgstr "" + +#: ../src/redshift.c:1083 +#, c-format +msgid "Brightness values must be between %.1f and %.1f.\n" +msgstr "" + +#: ../src/redshift.c:1089 +#, c-format +msgid "Brightness: %.2f:%.2f\n" +msgstr "" + +#: ../src/redshift.c:1098 +#, c-format +msgid "Gamma value must be between %.1f and %.1f.\n" +msgstr "" + +#. TRANSLATORS: The string in parenthesis is either +#. Daytime or Night (translated). +#: ../src/redshift.c:1106 ../src/redshift.c:1110 +#, c-format +msgid "Gamma (%s): %.3f, %.3f, %.3f\n" +msgstr "" + +#: ../src/redshift.c:1139 +msgid "Trying next method...\n" +msgstr "" + +#: ../src/redshift.c:1144 +#, c-format +msgid "Using method `%s'.\n" +msgstr "" + +#: ../src/redshift.c:1151 +msgid "No more methods to try.\n" +msgstr "" + +#: ../src/redshift.c:1165 +msgid "Waiting for current location to become available...\n" +msgstr "" + +#. TRANSLATORS: Append degree symbol if +#. possible. +#: ../src/redshift.c:1206 +#, c-format +msgid "Solar elevation: %f\n" +msgstr "Suna alteco: %f\n" + +#: ../src/redshift.c:1244 ../src/redshift.c:1272 ../src/redshift.c:1294 +msgid "Press ctrl-c to stop...\n" +msgstr "" + +#. TRANSLATORS: help output 1 +#. LAT is latitude, LON is longitude, +#. DAY is temperature at daytime, +#. NIGHT is temperature at night +#. no-wrap +#: ../src/options.c:159 +#, c-format +msgid "Usage: %s -l LAT:LON -t DAY:NIGHT [OPTIONS...]\n" +msgstr "" + +#. TRANSLATORS: help output 2 +#. no-wrap +#: ../src/options.c:165 +msgid "Set color temperature of display according to time of day.\n" +msgstr "" + +#. TRANSLATORS: help output 3 +#. no-wrap +#: ../src/options.c:171 +msgid "" +" -h\t\tDisplay this help message\n" +" -v\t\tVerbose output\n" +" -V\t\tShow program version\n" +msgstr "" + +#. TRANSLATORS: help output 4 +#. `list' must not be translated +#. no-wrap +#: ../src/options.c:179 +msgid "" +" -b DAY:NIGHT\tScreen brightness to apply (between 0.1 and 1.0)\n" +" -c FILE\tLoad settings from specified configuration file\n" +" -g R:G:B\tAdditional gamma correction to apply\n" +" -l LAT:LON\tYour current location\n" +" -l PROVIDER\tSelect provider for automatic location updates\n" +" \t\t(Type `list' to see available providers)\n" +" -m METHOD\tMethod to use to set color temperature\n" +" \t\t(Type `list' to see available methods)\n" +" -o\t\tOne shot mode (do not continuously adjust color temperature)\n" +" -O TEMP\tOne shot manual mode (set color temperature)\n" +" -p\t\tPrint mode (only print parameters and exit)\n" +" -P\t\tReset existing gamma ramps before applying new color effect\n" +" -x\t\tReset mode (remove adjustment from screen)\n" +" -r\t\tDisable fading between color temperatures\n" +" -t DAY:NIGHT\tColor temperature to set at daytime/night\n" +msgstr "" + +#. TRANSLATORS: help output 5 +#: ../src/options.c:201 +#, c-format +msgid "" +"The neutral temperature is %uK. Using this value will not change the color\n" +"temperature of the display. Setting the color temperature to a value higher\n" +"than this results in more blue light, and setting a lower value will result " +"in\n" +"more red light.\n" +msgstr "" + +#. TRANSLATORS: help output 6 +#: ../src/options.c:210 +#, c-format +msgid "" +"Default values:\n" +"\n" +" Daytime temperature: %uK\n" +" Night temperature: %uK\n" +msgstr "" + +#. TRANSLATORS: help output 7 +#: ../src/options.c:218 +#, c-format +msgid "Please report bugs to <%s>\n" +msgstr "" + +#: ../src/options.c:225 +msgid "Available adjustment methods:\n" +msgstr "" + +#: ../src/options.c:231 +msgid "Specify colon-separated options with `-m METHOD:OPTIONS'.\n" +msgstr "" + +#. TRANSLATORS: `help' must not be translated. +#: ../src/options.c:234 +msgid "Try `-m METHOD:help' for help.\n" +msgstr "" + +#: ../src/options.c:241 +msgid "Available location providers:\n" +msgstr "" + +#: ../src/options.c:247 +msgid "Specify colon-separated options with`-l PROVIDER:OPTIONS'.\n" +msgstr "" + +#. TRANSLATORS: `help' must not be translated. +#: ../src/options.c:250 +msgid "Try `-l PROVIDER:help' for help.\n" +msgstr "" + +#: ../src/options.c:356 +msgid "Malformed gamma argument.\n" +msgstr "" + +#: ../src/options.c:358 ../src/options.c:472 ../src/options.c:491 +msgid "Try `-h' for more information.\n" +msgstr "Provu `-h' por pli da informo.\n" + +#: ../src/options.c:407 ../src/options.c:610 +#, c-format +msgid "Unknown location provider `%s'.\n" +msgstr "" + +#. TRANSLATORS: This refers to the method +#. used to adjust colors e.g VidMode +#: ../src/options.c:439 ../src/options.c:597 +#, c-format +msgid "Unknown adjustment method `%s'.\n" +msgstr "" + +#: ../src/options.c:470 +msgid "Malformed temperature argument.\n" +msgstr "" + +#: ../src/options.c:561 ../src/options.c:575 ../src/options.c:586 +msgid "Malformed gamma setting.\n" +msgstr "" + +#: ../src/options.c:621 +#, c-format +msgid "Malformed dawn-time setting `%s'.\n" +msgstr "" + +#: ../src/options.c:632 +#, c-format +msgid "Malformed dusk-time setting `%s'.\n" +msgstr "" + +#: ../src/options.c:639 +#, c-format +msgid "Unknown configuration setting `%s'.\n" +msgstr "" + +#: ../src/config-ini.c:167 +msgid "Malformed section header in config file.\n" +msgstr "" + +#: ../src/config-ini.c:203 +msgid "Malformed assignment in config file.\n" +msgstr "" + +#: ../src/config-ini.c:214 +msgid "Assignment outside section in config file.\n" +msgstr "" + +#: ../src/gamma-drm.c:97 +#, c-format +msgid "Failed to open DRM device: %s\n" +msgstr "" + +#: ../src/gamma-drm.c:105 +#, c-format +msgid "Failed to get DRM mode resources\n" +msgstr "" + +#: ../src/gamma-drm.c:115 ../src/gamma-randr.c:384 +#, c-format +msgid "CRTC %d does not exist. " +msgstr "" + +#: ../src/gamma-drm.c:118 ../src/gamma-randr.c:387 +#, c-format +msgid "Valid CRTCs are [0-%d].\n" +msgstr "" + +#: ../src/gamma-drm.c:121 ../src/gamma-randr.c:390 +#, c-format +msgid "Only CRTC 0 exists.\n" +msgstr "" + +#: ../src/gamma-drm.c:159 +#, c-format +msgid "CRTC %i lost, skipping\n" +msgstr "" + +#: ../src/gamma-drm.c:165 +#, c-format +msgid "" +"Could not get gamma ramp size for CRTC %i\n" +"on graphics card %i, ignoring device.\n" +msgstr "" + +#: ../src/gamma-drm.c:178 +#, c-format +msgid "" +"DRM could not read gamma ramps on CRTC %i on\n" +"graphics card %i, ignoring device.\n" +msgstr "" + +#: ../src/gamma-drm.c:242 +msgid "Adjust gamma ramps with Direct Rendering Manager.\n" +msgstr "" + +#. TRANSLATORS: DRM help output +#. left column must not be translated +#: ../src/gamma-drm.c:247 +msgid "" +" card=N\tGraphics card to apply adjustments to\n" +" crtc=N\tCRTC to apply adjustments to\n" +msgstr "" + +#: ../src/gamma-drm.c:260 +#, c-format +msgid "CRTC must be a non-negative integer\n" +msgstr "" + +#: ../src/gamma-drm.c:264 ../src/gamma-randr.c:369 ../src/gamma-vidmode.c:161 +#: ../src/gamma-quartz.c:183 ../src/gamma-w32gdi.c:128 ../src/gamma-dummy.c:67 +#: ../src/location-geoclue2.c:408 ../src/location-corelocation.m:243 +#: ../src/location-manual.c:106 +#, c-format +msgid "Unknown method parameter: `%s'.\n" +msgstr "" + +#: ../src/gamma-randr.c:94 ../src/gamma-randr.c:153 ../src/gamma-randr.c:192 +#: ../src/gamma-randr.c:218 ../src/gamma-randr.c:275 ../src/gamma-randr.c:435 +#, c-format +msgid "`%s' returned error %d\n" +msgstr "" + +#: ../src/gamma-randr.c:103 +#, c-format +msgid "Unsupported RANDR version (%u.%u)\n" +msgstr "" + +#: ../src/gamma-randr.c:138 +#, c-format +msgid "Screen %i could not be found.\n" +msgstr "" + +#: ../src/gamma-randr.c:204 ../src/gamma-vidmode.c:96 ../src/gamma-quartz.c:114 +#, c-format +msgid "Gamma ramp size too small: %i\n" +msgstr "" + +#: ../src/gamma-randr.c:277 +#, c-format +msgid "Unable to restore CRTC %i\n" +msgstr "" + +#: ../src/gamma-randr.c:301 +msgid "Adjust gamma ramps with the X RANDR extension.\n" +msgstr "" + +#. TRANSLATORS: RANDR help output +#. left column must not be translated +#: ../src/gamma-randr.c:306 +msgid "" +" screen=N\t\tX screen to apply adjustments to\n" +" crtc=N\tList of comma separated CRTCs to apply adjustments to\n" +msgstr "" + +#: ../src/gamma-randr.c:328 +#, c-format +msgid "Unable to read screen number: `%s'.\n" +msgstr "" + +#: ../src/gamma-randr.c:364 ../src/gamma-vidmode.c:156 +#: ../src/gamma-quartz.c:178 ../src/gamma-w32gdi.c:123 +#, c-format +msgid "" +"Parameter `%s` is now always on; Use the `%s` command-line option to " +"disable.\n" +msgstr "" + +#: ../src/gamma-vidmode.c:61 ../src/gamma-vidmode.c:81 +#: ../src/gamma-vidmode.c:90 ../src/gamma-vidmode.c:117 +#: ../src/gamma-vidmode.c:180 ../src/gamma-vidmode.c:225 +#, c-format +msgid "X request failed: %s\n" +msgstr "" + +#: ../src/gamma-vidmode.c:140 +msgid "Adjust gamma ramps with the X VidMode extension.\n" +msgstr "" + +#. TRANSLATORS: VidMode help output +#. left column must not be translated +#: ../src/gamma-vidmode.c:145 +msgid " screen=N\t\tX screen to apply adjustments to\n" +msgstr "" + +#: ../src/gamma-quartz.c:140 ../src/gamma-w32gdi.c:91 +msgid "Unable to save current gamma ramp.\n" +msgstr "" + +#: ../src/gamma-quartz.c:170 +msgid "Adjust gamma ramps on macOS using Quartz.\n" +msgstr "" + +#: ../src/gamma-w32gdi.c:68 ../src/gamma-w32gdi.c:141 ../src/gamma-w32gdi.c:168 +msgid "Unable to open device context.\n" +msgstr "" + +#: ../src/gamma-w32gdi.c:75 +msgid "Display device does not support gamma ramps.\n" +msgstr "" + +#: ../src/gamma-w32gdi.c:115 +msgid "Adjust gamma ramps with the Windows GDI.\n" +msgstr "" + +#: ../src/gamma-w32gdi.c:153 +msgid "Unable to restore gamma ramps.\n" +msgstr "" + +#: ../src/gamma-w32gdi.c:211 +msgid "Unable to set gamma ramps.\n" +msgstr "" + +#: ../src/gamma-dummy.c:43 +msgid "" +"WARNING: Using dummy gamma method! Display will not be affected by this " +"gamma method.\n" +msgstr "" + +#: ../src/gamma-dummy.c:60 +msgid "" +"Does not affect the display but prints the color temperature to the " +"terminal.\n" +msgstr "" + +#: ../src/gamma-dummy.c:75 +#, c-format +msgid "Temperature: %i\n" +msgstr "Temperaturo: %i\n" + +#: ../src/location-geoclue2.c:59 +#, c-format +msgid "" +"Access to the current location was denied by GeoClue!\n" +"Make sure that location services are enabled and that Redshift is permitted\n" +"to use location services. See https://github.com/jonls/redshift#faq for " +"more\n" +"information.\n" +msgstr "" + +#: ../src/location-geoclue2.c:107 +#, c-format +msgid "Unable to obtain location: %s.\n" +msgstr "" + +#: ../src/location-geoclue2.c:150 +#, c-format +msgid "Unable to obtain GeoClue Manager: %s.\n" +msgstr "" + +#: ../src/location-geoclue2.c:166 +#, c-format +msgid "Unable to obtain GeoClue client path: %s.\n" +msgstr "" + +#: ../src/location-geoclue2.c:188 +#, c-format +msgid "Unable to obtain GeoClue Client: %s.\n" +msgstr "" + +#: ../src/location-geoclue2.c:229 +#, c-format +msgid "Unable to set distance threshold: %s.\n" +msgstr "" + +#: ../src/location-geoclue2.c:253 +#, c-format +msgid "Unable to start GeoClue client: %s.\n" +msgstr "" + +#: ../src/location-geoclue2.c:365 +msgid "Failed to start GeoClue2 provider!\n" +msgstr "" + +#: ../src/location-geoclue2.c:399 +msgid "Use the location as discovered by a GeoClue2 provider.\n" +msgstr "" + +#: ../src/location-corelocation.m:73 +msgid "Not authorized to obtain location from CoreLocation.\n" +msgstr "" + +#: ../src/location-corelocation.m:111 +#, c-format +msgid "Error obtaining location from CoreLocation: %s\n" +msgstr "" + +#: ../src/location-corelocation.m:120 +msgid "Waiting for authorization to obtain location...\n" +msgstr "" + +#: ../src/location-corelocation.m:122 +msgid "Request for location was not authorized!\n" +msgstr "" + +#: ../src/location-corelocation.m:203 +msgid "Failed to start CoreLocation provider!\n" +msgstr "Fiaskis eki CoreLocation-provizanto!\n" + +#: ../src/location-corelocation.m:235 +msgid "Use the location as discovered by the Corelocation provider.\n" +msgstr "Uzi lokojn kiel malkovritaj de la Corelocation-provizanto.\n" + +#: ../src/location-manual.c:59 +msgid "Latitude and longitude must be set.\n" +msgstr "Latitudo kaj longitudo devas esti agordita.\n" + +#: ../src/location-manual.c:75 +msgid "Specify location manually.\n" +msgstr "Permane specifi lokon.\n" + +#. TRANSLATORS: Manual location help output +#. left column must not be translated +#: ../src/location-manual.c:80 +msgid "" +" lat=N\t\tLatitude\n" +" lon=N\t\tLongitude\n" +msgstr "" +"lat=N\t\tLatitudo\n" +"lon=N\t\tLongitudo\n" + +#: ../src/location-manual.c:83 +msgid "" +"Both values are expected to be floating point numbers,\n" +"negative values representing west / south, respectively.\n" +msgstr "" + +#: ../src/location-manual.c:97 +msgid "Malformed argument.\n" +msgstr "Misformita argumento.\n" + +#: ../src/redshift-gtk/statusicon.py:78 +msgid "Suspend for" +msgstr "Prokrasti dum" + +#: ../src/redshift-gtk/statusicon.py:80 +msgid "30 minutes" +msgstr "30 minutoj" + +#: ../src/redshift-gtk/statusicon.py:81 +msgid "1 hour" +msgstr "1 horo" + +#: ../src/redshift-gtk/statusicon.py:82 +msgid "2 hours" +msgstr "2 horoj" + +#: ../src/redshift-gtk/statusicon.py:91 +msgid "Autostart" +msgstr "Aŭtolanĉo" + +#: ../src/redshift-gtk/statusicon.py:103 ../src/redshift-gtk/statusicon.py:113 +msgid "Info" +msgstr "Pri" + +#: ../src/redshift-gtk/statusicon.py:108 +msgid "Quit" +msgstr "Fini" + +#: ../src/redshift-gtk/statusicon.py:146 +msgid "Close" +msgstr "Malfemi" + +#: ../src/redshift-gtk/statusicon.py:300 +msgid "<b>Status:</b> {}" +msgstr "<b>Stato:</b> {}" + +#: ../src/redshift-gtk/statusicon.py:306 ../src/redshift-gtk/statusicon.py:324 +msgid "Color temperature" +msgstr "Kolora temperaturo" + +#: ../src/redshift-gtk/statusicon.py:312 ../src/redshift-gtk/statusicon.py:325 +msgid "Period" +msgstr "Periodo" + +#: ../src/redshift-gtk/statusicon.py:318 +msgid "Location" +msgstr "Loko" + +#: ../src/redshift-gtk/statusicon.py:349 +msgid "Please run `redshift -h` for help output." +msgstr "Bonvolu plenumi `redshift -h` por helpa eligo." @@ -240,7 +240,7 @@ msgstr "" "anterior hasta que esté disponible...\n" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "¡No se admite la configuración parcial de la hora!\n" #: ../src/redshift.c:975 @@ -439,12 +439,6 @@ msgstr "" " Temperatura de día: %u K\n" " Temperatura de noche: %u K\n" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "Informe de los errores en <%s>\n" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "Métodos de ajuste disponibles:\n" @@ -226,7 +226,7 @@ msgid "" msgstr "" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "" #: ../src/redshift.c:975 @@ -392,12 +392,6 @@ msgid "" " Night temperature: %uK\n" msgstr "" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "Palun teata vigadest <%s>\n" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "" @@ -24,6 +24,8 @@ msgid "" "surroundings. This may help your eyes hurt less if you are working in front " "of the screen at night." msgstr "" +"Redshift-ek zure pantailaren kolorearen tenperatura zure ingurunera egokitzen du" +"Honek begien nekea aritzen laguntzen du pantailaren aurrean gauez aritzen bazara." #: ../data/appdata/redshift-gtk.appdata.xml.in.h:2 msgid "" @@ -32,49 +34,56 @@ msgid "" "and early morning, the color temperature transitions smoothly from night to " "daytime temperature to allow your eyes to slowly adapt." msgstr "" +"Kolorearen tenperatura eguzkiaren kokapenaren arabera ezartzen da. Egunerako " +"tenperatura bat eta gauerako beste bat. Bai iluntzean zein egunsentian kolorearen " +"tenperatura poliki aldatzen da egunekitik gauekora eta alderantziz, zure begiek " +"progresiboki adapta daitezen." #: ../data/appdata/redshift-gtk.appdata.xml.in.h:3 msgid "" "This program provides a status icon that allows the user to control Redshift." msgstr "" +"Programa honi lotuta egoera-ikono bat duzu panelean. Haren bidez kontrola dezakezu " +"Redshift." #: ../data/appdata/redshift-gtk.appdata.xml.in.h:4 msgid "" "The Redshift information window overlaid with an example of the redness " "effect" msgstr "" +"Redshift-en informazio leihoak gorritze efektuaren adibideak eskaintzen dizkizu." #: ../data/applications/redshift.desktop.in.h:1 #: ../data/applications/redshift-gtk.desktop.in.h:1 msgid "Redshift" -msgstr "" +msgstr "Redshift" #: ../data/applications/redshift.desktop.in.h:2 #: ../data/applications/redshift-gtk.desktop.in.h:2 msgid "Color temperature adjustment" -msgstr "" +msgstr "Kolore-tenperaturaren doitzea" #: ../data/applications/redshift.desktop.in.h:3 #: ../data/applications/redshift-gtk.desktop.in.h:3 msgid "Color temperature adjustment tool" -msgstr "" +msgstr "Kolore-tenperatura doitzeko tresna" #. TRANSLATORS: Name printed when period of day is unknown #: ../src/redshift.c:135 msgid "None" -msgstr "" +msgstr "Ezezaguna" #: ../src/redshift.c:136 ../src/redshift.c:1107 msgid "Daytime" -msgstr "" +msgstr "Eguna" #: ../src/redshift.c:137 ../src/redshift.c:1111 msgid "Night" -msgstr "" +msgstr "Gaua" #: ../src/redshift.c:138 msgid "Transition" -msgstr "" +msgstr "Trantsizioa" #: ../src/redshift.c:225 #, c-format @@ -84,27 +93,27 @@ msgstr "" #: ../src/redshift.c:228 #, c-format msgid "Period: %s (%.2f%% day)\n" -msgstr "" +msgstr "Tartea: %s (%.2f%% eguna)\n " #. TRANSLATORS: Abbreviation for `north' #: ../src/redshift.c:240 msgid "N" -msgstr "" +msgstr "I" #. TRANSLATORS: Abbreviation for `south' #: ../src/redshift.c:242 msgid "S" -msgstr "" +msgstr "H" #. TRANSLATORS: Abbreviation for `east' #: ../src/redshift.c:244 msgid "E" -msgstr "" +msgstr "E" #. TRANSLATORS: Abbreviation for `west' #: ../src/redshift.c:246 msgid "W" -msgstr "" +msgstr "M" #. TRANSLATORS: Append degree symbols after %f if possible. #. The string following each number is an abreviation for @@ -112,7 +121,7 @@ msgstr "" #: ../src/redshift.c:251 #, c-format msgid "Location: %.2f %s, %.2f %s\n" -msgstr "" +msgstr "Kokapena: %.2f %s, %.2f %s\n" #: ../src/redshift.c:325 ../src/redshift.c:416 #, c-format @@ -136,7 +145,7 @@ msgstr "Idatzi `-l %s:help' informazio gehiagorako.\n" #: ../src/redshift.c:373 ../src/redshift.c:453 #, c-format msgid "Failed to parse option `%s'.\n" -msgstr "" +msgstr "Ezin izan da `%s' aukera aztertu.\n" #: ../src/redshift.c:400 #, c-format @@ -178,7 +187,7 @@ msgstr "Ezin izan da sistemaren ordua irakurri.\n" #: ../src/redshift.c:635 msgid "Waiting for initial location to become available...\n" -msgstr "" +msgstr "Hasierako kokapenaren zain...\n" #: ../src/redshift.c:641 ../src/redshift.c:832 ../src/redshift.c:847 #: ../src/redshift.c:1172 @@ -187,7 +196,7 @@ msgstr "Ezin izan da hornitzailearengandik kokapenik lortu.\n" #: ../src/redshift.c:647 ../src/redshift.c:871 msgid "Invalid location returned from provider.\n" -msgstr "" +msgstr "Hornitzaileak emandako kokapena ez da baliozkoa.\n" #: ../src/redshift.c:656 ../src/redshift.c:788 ../src/redshift.c:1222 #: ../src/redshift.c:1253 @@ -203,16 +212,16 @@ msgstr "Distira: %.2f\n" #: ../src/redshift.c:686 #, c-format msgid "Status: %s\n" -msgstr "" +msgstr "Egoera: %s\n" #: ../src/redshift.c:687 ../src/redshift-gtk/statusicon.py:301 msgid "Disabled" -msgstr "" +msgstr "Desgaituta" #: ../src/redshift.c:687 ../src/redshift-gtk/statusicon.py:73 #: ../src/redshift-gtk/statusicon.py:301 msgid "Enabled" -msgstr "" +msgstr "Gaituta" #: ../src/redshift.c:802 ../src/redshift.c:1233 ../src/redshift.c:1263 #: ../src/redshift.c:1285 @@ -223,20 +232,21 @@ msgstr "Tenperatura doitzeak huts egin du.\n" msgid "" "Location is temporarily unavailable; Using previous location until it " "becomes available...\n" -msgstr "" +msgstr "Kokapena momentuz ez dago erabilgarri; erabili aurreko kokapena " +"berria erabilgarri egon arte...\n" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" -msgstr "" +msgid "Partial time-configuration not supported!\n" +msgstr "Orduaren konfigurazio partziala ez da onartzen!\n" #: ../src/redshift.c:975 msgid "Invalid dawn/dusk time configuration!\n" -msgstr "" +msgstr "Egunsenti/ilunabarreko ordu-ezarpenak ez dira baliozkoak!\n" #: ../src/redshift.c:1006 #, c-format msgid "Trying location provider `%s'...\n" -msgstr "" +msgstr "`%s' kokapen-hornitzailea probatzen...\n" #: ../src/redshift.c:1011 msgid "Trying next provider...\n" @@ -257,17 +267,19 @@ msgid "" "High transition elevation cannot be lower than the low transition " "elevation.\n" msgstr "" +"Goiko trantsizioaren goratzea ezin da izan beheko trantsizioaren " +"goratzea baino txikiagoa.\n" #. TRANSLATORS: Append degree symbols if possible. #: ../src/redshift.c:1041 #, c-format msgid "Solar elevations: day above %.1f, night below %.1f\n" -msgstr "" +msgstr "Eguzkiaren goratzeak: egunez %.1f-ren gainea, gauez %.1f-ren azpian.\n" #: ../src/redshift.c:1049 #, c-format msgid "Temperatures: %dK at day, %dK at night\n" -msgstr "" +msgstr "Tenperaturak: %dK egunez, %dK gauez\n" #: ../src/redshift.c:1060 ../src/redshift.c:1071 #, c-format @@ -277,12 +289,12 @@ msgstr "Tenperatura muga hauen barruan egon behar da: %uK eta %uK.\n" #: ../src/redshift.c:1083 #, c-format msgid "Brightness values must be between %.1f and %.1f.\n" -msgstr "" +msgstr "Distira-balioak hauek barruan egun behar dute: %.1f eta %.1f.\n " #: ../src/redshift.c:1089 #, c-format msgid "Brightness: %.2f:%.2f\n" -msgstr "" +msgstr "Distira: %.2f:%.2f\n" #: ../src/redshift.c:1098 #, c-format @@ -294,7 +306,7 @@ msgstr "Gamma balioa muga hauen barruan egon behar da: %.1f eta %.1f.\n" #: ../src/redshift.c:1106 ../src/redshift.c:1110 #, c-format msgid "Gamma (%s): %.3f, %.3f, %.3f\n" -msgstr "" +msgstr "Gamma (%s): %.3f, %.3f, %.3f\n" #: ../src/redshift.c:1139 msgid "Trying next method...\n" @@ -311,18 +323,18 @@ msgstr "Ez dago beste metodorik probatzeko.\n" #: ../src/redshift.c:1165 msgid "Waiting for current location to become available...\n" -msgstr "" +msgstr "Uneko kokapenaren zain...\n" #. TRANSLATORS: Append degree symbol if #. possible. #: ../src/redshift.c:1206 #, c-format msgid "Solar elevation: %f\n" -msgstr "Eguzkiaren gorapen-angelua: %fº\n" +msgstr "Eguzkiaren goratzea: %f\n" #: ../src/redshift.c:1244 ../src/redshift.c:1272 ../src/redshift.c:1294 msgid "Press ctrl-c to stop...\n" -msgstr "" +msgstr "Sakatu ctrl-c gelditzeko...\n" #. TRANSLATORS: help output 1 #. LAT is latitude, LON is longitude, @@ -373,6 +385,21 @@ msgid "" " -r\t\tDisable fading between color temperatures\n" " -t DAY:NIGHT\tColor temperature to set at daytime/night\n" msgstr "" +" -b EGUNA:GAUA Aplikatuko den pantaila-distira (0.1 eta 1.0 bitartekoa)\n" +" -c FITXATEGIA\tKargatu zehaztutako ezarpen-fitxategiaren parametroak\n" +" -g R:G:B\tAplikatuko den gamma zuzenketa gehigarria\n" +" -l LAT:LON\tZure uneko kokapena\n" +" -l HORNITZAILEA\tHautatu kokapenen eguneraketa automatikoetarako hornitzailea\n" +" \t\t(Idatzi `list' ikusteko hornitzaile erabilgarriak)\n" +" -m METODOA\tKolore-tenperatura ezartzeko erabiliko den metodoa\n" +" \t\t(Idatzi `list' erabiltzeko dauden metodoak ikusteko)\n" +" -o\t\tDoitze metodo bakarra (ez du kolore-tenperatura etengabe doitzen)\n" +" -O TEMP\tEskuzko doitze metodo bakarra (kolore-tenperatura ezartzen du)\n" +" -p\t\tInprimitzeko modua (parametroak inprimatu eta ateratzen da)\n" +" -P\t\tLeheneratu gamma balioak kolore-efektu berria aplikatu aurretik\n" +" -x\t\tLeheneratze modua (pantailako ezarpenak kentzen ditu)\n" +" -r\t\tDesgaitu kolore-tenperaturen arteko trantsizioak\n" +" -t EGUNA:GAUA\tEgunez zein gauez ezarri behar den kolore-tenperatua\n" #. TRANSLATORS: help output 5 #: ../src/options.c:201 @@ -384,6 +411,9 @@ msgid "" "in\n" "more red light.\n" msgstr "" +"Tenperatura neutrala %uK da. Balio hori erabiliz gero pantailaren kolore-\n" +"tenperatura ez da aldatuko. Kolore-tenperatura altuagoa ezarriz gero, tonoa " +"urdinagoa izango da eta baxuagoa ezarriz gero gorriagoa.\n" #. TRANSLATORS: help output 6 #: ../src/options.c:210 @@ -399,12 +429,6 @@ msgstr "" " Eguneko tenperatura: %uK\n" " Gaueko tenperatura: %uK\n" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "Mesedez, eman arazoen berri <%s> helbidean\n" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "Eskuragarri dauden doikuntza metodoak:\n" @@ -463,12 +487,12 @@ msgstr "Gaizki eratutako gamma ezarpena.\n" #: ../src/options.c:621 #, c-format msgid "Malformed dawn-time setting `%s'.\n" -msgstr "" +msgstr "Egunsentiko `%s' paremetroa ez da baliozkoa.\n" #: ../src/options.c:632 #, c-format msgid "Malformed dusk-time setting `%s'.\n" -msgstr "" +msgstr "Ilunabarreko `%s' paremetroa ez da baliozkoa.\n" #: ../src/options.c:639 #, c-format @@ -490,12 +514,12 @@ msgstr "Gaizki eratutako esleipena konfigurazio fitxategian.\n" #: ../src/gamma-drm.c:97 #, c-format msgid "Failed to open DRM device: %s\n" -msgstr "" +msgstr "DRM zerbitzuak huts egin du: %s\n" #: ../src/gamma-drm.c:105 #, c-format msgid "Failed to get DRM mode resources\n" -msgstr "" +msgstr "DRM moduko baliabideen eskuratzeak huts egin du\n" #: ../src/gamma-drm.c:115 ../src/gamma-randr.c:384 #, c-format @@ -515,7 +539,7 @@ msgstr "0 CRTCa baino ez da existitzen.\n" #: ../src/gamma-drm.c:159 #, c-format msgid "CRTC %i lost, skipping\n" -msgstr "" +msgstr "CRTC %i galdu da, ezikusi\n" #: ../src/gamma-drm.c:165 #, c-format @@ -523,6 +547,8 @@ msgid "" "Could not get gamma ramp size for CRTC %i\n" "on graphics card %i, ignoring device.\n" msgstr "" +"Ezin izan da CRTC %i bideo txartelarako gamma-balioa " +"ezarri. Gailuari ez zaio jaramonik egingo.\n" #: ../src/gamma-drm.c:178 #, c-format @@ -530,10 +556,12 @@ msgid "" "DRM could not read gamma ramps on CRTC %i on\n" "graphics card %i, ignoring device.\n" msgstr "" +"Ezin izan da CRTC %i bideo txartelaren gamma-balioa " +"ezarri. Gailuari ez zaio jaramonik egingo.\n" #: ../src/gamma-drm.c:242 msgid "Adjust gamma ramps with Direct Rendering Manager.\n" -msgstr "" +msgstr "Doitu gamma balioak Direct Rendering Managerraren bidez." #. TRANSLATORS: DRM help output #. left column must not be translated @@ -542,11 +570,13 @@ msgid "" " card=N\tGraphics card to apply adjustments to\n" " crtc=N\tCRTC to apply adjustments to\n" msgstr "" +" card=N\tDoitzeak aplikatzeko txartel grafikoa\n" +" crtc=N\tDoitzeak aplikatzeko CRTCa\n" #: ../src/gamma-drm.c:260 #, c-format msgid "CRTC must be a non-negative integer\n" -msgstr "" +msgstr "CRTC zenbaki oso ez negatiboa izan behar du" #: ../src/gamma-drm.c:264 ../src/gamma-randr.c:369 ../src/gamma-vidmode.c:161 #: ../src/gamma-quartz.c:183 ../src/gamma-w32gdi.c:128 ../src/gamma-dummy.c:67 @@ -593,11 +623,13 @@ msgid "" " screen=N\t\tX screen to apply adjustments to\n" " crtc=N\tList of comma separated CRTCs to apply adjustments to\n" msgstr "" +" screen=N\t\tdoitzeak aplikatzeko X pantaila\n" +" crtc=N\tdoitzeak aplikatzeko koma bidez bereizitako CRTCen zerrenda\n" #: ../src/gamma-randr.c:328 #, c-format msgid "Unable to read screen number: `%s'.\n" -msgstr "" +msgstr "Ezin izan da pantailaren zenbakia irakurri: `%s'.\n" #: ../src/gamma-randr.c:364 ../src/gamma-vidmode.c:156 #: ../src/gamma-quartz.c:178 ../src/gamma-w32gdi.c:123 @@ -606,6 +638,8 @@ msgid "" "Parameter `%s` is now always on; Use the `%s` command-line option to " "disable.\n" msgstr "" +"`%s` parametroa orain beti dago aktibatuta; Erabili `%s` lerroko komandoaren " +"aukera desgaitzeko.\n" #: ../src/gamma-vidmode.c:61 ../src/gamma-vidmode.c:81 #: ../src/gamma-vidmode.c:90 ../src/gamma-vidmode.c:117 @@ -622,7 +656,7 @@ msgstr "Doitu gammaren ramp-ak X VidMode hedapenarekin.\n" #. left column must not be translated #: ../src/gamma-vidmode.c:145 msgid " screen=N\t\tX screen to apply adjustments to\n" -msgstr "" +msgstr " screen=N\t\tdoikuntzak aplikatzeko X pantaila " #: ../src/gamma-quartz.c:140 ../src/gamma-w32gdi.c:91 msgid "Unable to save current gamma ramp.\n" @@ -630,7 +664,7 @@ msgstr "Ezin izan da uneko gammaren ramp-a gorde.\n" #: ../src/gamma-quartz.c:170 msgid "Adjust gamma ramps on macOS using Quartz.\n" -msgstr "" +msgstr "Doitu gamma balioak macOSen Quartz-en bidez" #: ../src/gamma-w32gdi.c:68 ../src/gamma-w32gdi.c:141 ../src/gamma-w32gdi.c:168 msgid "Unable to open device context.\n" @@ -654,20 +688,24 @@ msgstr "Ezin izan dira gammaren ramp-ak ezarri.\n" #: ../src/gamma-dummy.c:43 msgid "" -"WARNING: Using dummy gamma method! Display will not be affected by this " +"WARNING: Gamma mUsing dummy gamma method! Display will not be affected by this " "gamma method.\n" msgstr "" +"ABISUA: Fikziozko gamma metodoa erabiltzen ari da! Pantailak ez du metodoaren " +"ondorioak izango.\n" #: ../src/gamma-dummy.c:60 msgid "" "Does not affect the display but prints the color temperature to the " "terminal.\n" msgstr "" +"Ez du pantailan eragiten baina inprimatzen du kolore-tenperatura " +"terminalean.\n" #: ../src/gamma-dummy.c:75 #, c-format msgid "Temperature: %i\n" -msgstr "" +msgstr "Tenperatura: %i\n" #: ../src/location-geoclue2.c:59 #, c-format @@ -678,69 +716,73 @@ msgid "" "more\n" "information.\n" msgstr "" +"Uneko kokapenerako sarbidea ukatu egin zuen GeoClue-k!\n" +"Ziurtatu kokapen zerbitzuak gaituta daudela eta Redshift-ek kokapen-zerbitzuak\n" +"erabiltzen ahal dituela. Informazio gehiago hemen: https://github.com/jonls/redshift#faq" + #: ../src/location-geoclue2.c:107 #, c-format msgid "Unable to obtain location: %s.\n" -msgstr "" +msgstr "Ezin izan da kokapena eskuratu: %s.\n" #: ../src/location-geoclue2.c:150 #, c-format msgid "Unable to obtain GeoClue Manager: %s.\n" -msgstr "" +msgstr "Ezin izan da eskuratu GeoClue Manager: %s.\n" #: ../src/location-geoclue2.c:166 #, c-format msgid "Unable to obtain GeoClue client path: %s.\n" -msgstr "" +msgstr "Ezin izan da eskuratu GeoClue bezeroaren bidea: %s.\n" #: ../src/location-geoclue2.c:188 #, c-format msgid "Unable to obtain GeoClue Client: %s.\n" -msgstr "" +msgstr "Ezin izan da eskuratu GeoClue bezeroa: %s.\n" #: ../src/location-geoclue2.c:229 #, c-format msgid "Unable to set distance threshold: %s.\n" -msgstr "" +msgstr "Ezin izan da ezarri distantzia atalasea: %s.\n" #: ../src/location-geoclue2.c:253 #, c-format msgid "Unable to start GeoClue client: %s.\n" -msgstr "" +msgstr "Ezin izan da abiarazi GeoClue bezeroa: %s.\n" #: ../src/location-geoclue2.c:365 msgid "Failed to start GeoClue2 provider!\n" -msgstr "" +msgstr "GeoClue2 hornitzaileak huts egin du!\n" #: ../src/location-geoclue2.c:399 msgid "Use the location as discovered by a GeoClue2 provider.\n" -msgstr "" +msgstr "Erabili GeoClue2 hornitzaileak bilatutako kokapena.\n" #: ../src/location-corelocation.m:73 msgid "Not authorized to obtain location from CoreLocation.\n" -msgstr "" +msgstr "CoreLocation-en bidezko kokapena eskuratzeko baimenik ez.\n" #: ../src/location-corelocation.m:111 #, c-format msgid "Error obtaining location from CoreLocation: %s\n" -msgstr "" +msgstr "CoreLocation-en bidez kokapena eskuratzeak huts egin du: %s\n" #: ../src/location-corelocation.m:120 msgid "Waiting for authorization to obtain location...\n" -msgstr "" +msgstr "Kokapena eskuratzeko baimenaren zain...\n" #: ../src/location-corelocation.m:122 msgid "Request for location was not authorized!\n" -msgstr "" +msgstr "Kokapen eskaerak ez du baimenik lortu!\n" #: ../src/location-corelocation.m:203 msgid "Failed to start CoreLocation provider!\n" -msgstr "" +msgstr "CoreLocation hornitzaileak huts egin du!\n" #: ../src/location-corelocation.m:235 msgid "Use the location as discovered by the Corelocation provider.\n" -msgstr "" +msgstr "Erabili CoreLocation hornitzaileak bilatutako kokapena.\n" #: ../src/location-manual.c:59 msgid "Latitude and longitude must be set.\n" @@ -765,6 +807,8 @@ msgid "" "Both values are expected to be floating point numbers,\n" "negative values representing west / south, respectively.\n" msgstr "" +"Espero diren zenbaki bien balioak koma flotagarriko zenbakiak dira,\n" +"zenbaki negatiboek mendebala / hegoa adierazten dute, hurrenez hurren.\n" #: ../src/location-manual.c:97 msgid "Malformed argument.\n" @@ -772,19 +816,19 @@ msgstr "Gaizki eratutako argumentua.\n" #: ../src/redshift-gtk/statusicon.py:78 msgid "Suspend for" -msgstr "" +msgstr "Pausatu" #: ../src/redshift-gtk/statusicon.py:80 msgid "30 minutes" -msgstr "" +msgstr "30 minutuz" #: ../src/redshift-gtk/statusicon.py:81 msgid "1 hour" -msgstr "" +msgstr "ordu 1" #: ../src/redshift-gtk/statusicon.py:82 msgid "2 hours" -msgstr "" +msgstr "2 ordu" #: ../src/redshift-gtk/statusicon.py:91 msgid "Autostart" @@ -792,32 +836,32 @@ msgstr "Autoabiarazi" #: ../src/redshift-gtk/statusicon.py:103 ../src/redshift-gtk/statusicon.py:113 msgid "Info" -msgstr "" +msgstr "Informazioa" #: ../src/redshift-gtk/statusicon.py:108 msgid "Quit" -msgstr "" +msgstr "Irten" #: ../src/redshift-gtk/statusicon.py:146 msgid "Close" -msgstr "" +msgstr "Itxi" #: ../src/redshift-gtk/statusicon.py:300 msgid "<b>Status:</b> {}" -msgstr "" +msgstr "<b>Egoera:</b> {}" #: ../src/redshift-gtk/statusicon.py:306 ../src/redshift-gtk/statusicon.py:324 msgid "Color temperature" -msgstr "" +msgstr "Kolore-tenperatura" #: ../src/redshift-gtk/statusicon.py:312 ../src/redshift-gtk/statusicon.py:325 msgid "Period" -msgstr "" +msgstr "Tartea" #: ../src/redshift-gtk/statusicon.py:318 msgid "Location" -msgstr "" +msgstr "Kokapena" #: ../src/redshift-gtk/statusicon.py:349 msgid "Please run `redshift -h` for help output." -msgstr "" +msgstr "Erabili `redshift -h` laguntza ikusteko." @@ -227,7 +227,7 @@ msgid "" msgstr "" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "" #: ../src/redshift.c:975 @@ -400,12 +400,6 @@ msgstr "" " Päiväsajan värilämpötila: %uK\n" " Yöajan värilämpötila: %uK\n" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "Raportoi bugeista osoitteeseen <%s>\n" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "Käytettävissä olevat säätömenetelmät:\n" @@ -239,7 +239,7 @@ msgstr "" "localisation précédente jusqu'à résolution...\n" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "" #: ../src/redshift.c:975 @@ -442,12 +442,6 @@ msgstr "" " Température du jour : %uK\n" " Température de la nuit : %uK\n" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "Veuillez signaler les bogues à <%s>\n" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "Méthodes d'ajustement disponibles :\n" @@ -226,7 +226,7 @@ msgid "" msgstr "" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "" #: ../src/redshift.c:975 @@ -396,12 +396,6 @@ msgstr "" " Temperatura do día: %uK\n" " Temperatura da noite: %uK\n" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "Por favor reporta fallos a <%s>\n" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "Métodos de axuste dispoñíbeis:\n" @@ -228,7 +228,7 @@ msgid "" msgstr "" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "" #: ../src/redshift.c:975 @@ -401,12 +401,6 @@ msgstr "" " Daytime temperature: %uK\n" " Night temperature: %uK\n" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "Please report bugs to <%s>\n" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "Available adjustment methods:\n" @@ -226,7 +226,7 @@ msgid "" msgstr "" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "" #: ../src/redshift.c:975 @@ -395,12 +395,6 @@ msgid "" " Night temperature: %uK\n" msgstr "" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "कृपया बग की रिपोर्ट <%s> काे करे\n" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "उपलब्ध समायोजन तरीके:\n" @@ -226,7 +226,7 @@ msgid "" msgstr "" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "" #: ../src/redshift.c:975 @@ -399,12 +399,6 @@ msgstr "" " Dnevna temperatura: %uK\n" " Noćna temperatura: %uK\n" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "Molimo vas greške prijavite na <%s>\n" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "Dostupni načini prilagodbe\n" @@ -238,7 +238,7 @@ msgstr "" "nincs új adat...\n" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "Részleges időbeállítás nem támogatott!\n" #: ../src/redshift.c:975 @@ -413,12 +413,6 @@ msgstr "" " Nappali hőmérséklet: %uK\n" " Éjszakai hőmérséklet: %uK\n" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "Hibajelentés: <%s>\n" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "Elérhető beállítási módok:\n" @@ -238,7 +238,7 @@ msgid "" msgstr "" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "" #: ../src/redshift.c:975 @@ -413,12 +413,6 @@ msgstr "" " Temperatura giornaliera: %uK\n" " Temperatura notturna: %uK\n" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "Segnalare i bug all'indirizzo <%s>\n" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "Metodi di regolazione disponibili:\n" @@ -230,7 +230,7 @@ msgid "" msgstr "位置情報は一時的に利用不能です; 利用可能になるまでは前回の位置を使用します...\n" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "部分的な時刻設定はサポートされていません!\n" #: ../src/redshift.c:975 @@ -421,12 +421,6 @@ msgstr "" " 昼間の温度: %uK\n" " 夜間の温度: %uK\n" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "バグは <%s> に報告してください\n" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "利用可能な調整方式:\n" @@ -226,7 +226,7 @@ msgid "" msgstr "" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "" #: ../src/redshift.c:975 @@ -392,12 +392,6 @@ msgid "" " Night temperature: %uK\n" msgstr "" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "" @@ -234,7 +234,7 @@ msgid "" msgstr "" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "" #: ../src/redshift.c:975 @@ -407,12 +407,6 @@ msgstr "" " Dienos temperatūra: %uK\n" " Nakties temperatūra: %uK\n" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "Apie klaidas praneškite <%s>\n" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "Prieinami sureguliavimo metodai:\n" @@ -235,7 +235,7 @@ msgid "" msgstr "" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "" #: ../src/redshift.c:975 @@ -408,12 +408,6 @@ msgstr "" " Dagtemperatur: %uK\n" " Natttemperatur: %uK\n" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "Rapporter programfeil til <%s>\n" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "Tilgjengelige justeringsmetoder:\n" @@ -239,7 +239,7 @@ msgstr "" "totdat zij alsnog beschikbaar komt...\n" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "Gedeeltelijke tijdinstelling wordt niet ondersteund.\n" #: ../src/redshift.c:975 @@ -420,12 +420,6 @@ msgstr "" " Temperatuur overdag: %uK\n" " Temperatuur 's nachts: %uK\n" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "Meld fouten a.u.b. aan <%s>\n" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "Beschikbare bijstellingsmethoden:\n" diff --git a/po/oc.po b/po/oc.po new file mode 100644 index 0000000..fe7ad0e --- /dev/null +++ b/po/oc.po @@ -0,0 +1,808 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: https://github.com/jonls/redshift/issues\n" +"POT-Creation-Date: 2017-10-18 11:46-0700\n" +"PO-Revision-Date: 2021-12-06 12:31+0100\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2018-05-21 01:04+0000\n" +"X-Generator: Poedit 3.0\n" +"Last-Translator: Quentin PAGÈS\n" +"Language: oc\n" + +#: ../data/appdata/redshift-gtk.appdata.xml.in.h:1 +msgid "" +"Redshift adjusts the color temperature of your screen according to your " +"surroundings. This may help your eyes hurt less if you are working in front " +"of the screen at night." +msgstr "" + +#: ../data/appdata/redshift-gtk.appdata.xml.in.h:2 +msgid "" +"The color temperature is set according to the position of the sun. A " +"different color temperature is set during night and daytime. During twilight " +"and early morning, the color temperature transitions smoothly from night to " +"daytime temperature to allow your eyes to slowly adapt." +msgstr "" + +#: ../data/appdata/redshift-gtk.appdata.xml.in.h:3 +msgid "" +"This program provides a status icon that allows the user to control Redshift." +msgstr "" + +#: ../data/appdata/redshift-gtk.appdata.xml.in.h:4 +msgid "" +"The Redshift information window overlaid with an example of the redness " +"effect" +msgstr "" + +#: ../data/applications/redshift.desktop.in.h:1 +#: ../data/applications/redshift-gtk.desktop.in.h:1 +msgid "Redshift" +msgstr "Redshift" + +#: ../data/applications/redshift.desktop.in.h:2 +#: ../data/applications/redshift-gtk.desktop.in.h:2 +msgid "Color temperature adjustment" +msgstr "Ajustament de la temperatura de las colors" + +#: ../data/applications/redshift.desktop.in.h:3 +#: ../data/applications/redshift-gtk.desktop.in.h:3 +msgid "Color temperature adjustment tool" +msgstr "Aisina de reglatge de la temperatura de color" + +#. TRANSLATORS: Name printed when period of day is unknown +#: ../src/redshift.c:135 +msgid "None" +msgstr "Cap" + +#: ../src/redshift.c:136 ../src/redshift.c:1107 +msgid "Daytime" +msgstr "Jornada" + +#: ../src/redshift.c:137 ../src/redshift.c:1111 +msgid "Night" +msgstr "Nuèch" + +#: ../src/redshift.c:138 +msgid "Transition" +msgstr "Transicion" + +#: ../src/redshift.c:225 +#, c-format +msgid "Period: %s\n" +msgstr "Periòde : %s\n" + +#: ../src/redshift.c:228 +#, c-format +msgid "Period: %s (%.2f%% day)\n" +msgstr "Periòde : %s (%.2f%% jorn)\n" + +#. TRANSLATORS: Abbreviation for `north' +#: ../src/redshift.c:240 +msgid "N" +msgstr "N" + +#. TRANSLATORS: Abbreviation for `south' +#: ../src/redshift.c:242 +msgid "S" +msgstr "S" + +#. TRANSLATORS: Abbreviation for `east' +#: ../src/redshift.c:244 +msgid "E" +msgstr "E" + +#. TRANSLATORS: Abbreviation for `west' +#: ../src/redshift.c:246 +msgid "W" +msgstr "O" + +#. TRANSLATORS: Append degree symbols after %f if possible. +#. The string following each number is an abreviation for +#. north, source, east or west (N, S, E, W). +#: ../src/redshift.c:251 +#, c-format +msgid "Location: %.2f %s, %.2f %s\n" +msgstr "Emplaçament : %.2f %s, %.2f %s\n" + +#: ../src/redshift.c:325 ../src/redshift.c:416 +#, c-format +msgid "Initialization of %s failed.\n" +msgstr "L'inicializacion de %s a fracassat.\n" + +#: ../src/redshift.c:340 ../src/redshift.c:384 ../src/redshift.c:431 +#: ../src/redshift.c:463 +#, c-format +msgid "Failed to set %s option.\n" +msgstr "" + +#. TRANSLATORS: `help' must not be +#. translated. +#. TRANSLATORS: `help' must not be translated. +#: ../src/redshift.c:345 ../src/redshift.c:387 +#, c-format +msgid "Try `-l %s:help' for more information.\n" +msgstr "" + +#: ../src/redshift.c:373 ../src/redshift.c:453 +#, c-format +msgid "Failed to parse option `%s'.\n" +msgstr "" + +#: ../src/redshift.c:400 +#, c-format +msgid "Failed to start provider %s.\n" +msgstr "" + +#. TRANSLATORS: `help' must not be +#. translated. +#: ../src/redshift.c:436 +#, c-format +msgid "Try `-m %s:help' for more information.\n" +msgstr "" + +#. TRANSLATORS: `help' must not be translated. +#: ../src/redshift.c:466 +#, c-format +msgid "Try -m %s:help' for more information.\n" +msgstr "" + +#: ../src/redshift.c:478 +#, c-format +msgid "Failed to start adjustment method %s.\n" +msgstr "" + +#: ../src/redshift.c:509 +#, c-format +msgid "Latitude must be between %.1f and %.1f.\n" +msgstr "" + +#: ../src/redshift.c:518 +#, c-format +msgid "Longitude must be between %.1f and %.1f.\n" +msgstr "" + +#: ../src/redshift.c:545 ../src/redshift.c:564 ../src/redshift.c:696 +#: ../src/redshift.c:1187 +msgid "Unable to read system time.\n" +msgstr "Lectura impossibla de l'ora sistèma.\n" + +#: ../src/redshift.c:635 +msgid "Waiting for initial location to become available...\n" +msgstr "" + +#: ../src/redshift.c:641 ../src/redshift.c:832 ../src/redshift.c:847 +#: ../src/redshift.c:1172 +msgid "Unable to get location from provider.\n" +msgstr "Impossible d'obténer l'emplaçament a partir del provesidor.\n" + +#: ../src/redshift.c:647 ../src/redshift.c:871 +msgid "Invalid location returned from provider.\n" +msgstr "" + +#: ../src/redshift.c:656 ../src/redshift.c:788 ../src/redshift.c:1222 +#: ../src/redshift.c:1253 +#, c-format +msgid "Color temperature: %uK\n" +msgstr "Temperatura de color : %uK\n" + +#: ../src/redshift.c:657 ../src/redshift.c:793 ../src/redshift.c:1224 +#, c-format +msgid "Brightness: %.2f\n" +msgstr "Luminositat : %.2f\n" + +#: ../src/redshift.c:686 +#, c-format +msgid "Status: %s\n" +msgstr "Estat : %s\n" + +#: ../src/redshift.c:687 ../src/redshift-gtk/statusicon.py:301 +msgid "Disabled" +msgstr "Desactivat" + +#: ../src/redshift.c:687 ../src/redshift-gtk/statusicon.py:73 +#: ../src/redshift-gtk/statusicon.py:301 +msgid "Enabled" +msgstr "Activat" + +#: ../src/redshift.c:802 ../src/redshift.c:1233 ../src/redshift.c:1263 +#: ../src/redshift.c:1285 +msgid "Temperature adjustment failed.\n" +msgstr "Ajustament de la temperatura de las colors pas reüssit.\n" + +#: ../src/redshift.c:854 +msgid "" +"Location is temporarily unavailable; Using previous location until it " +"becomes available...\n" +msgstr "" + +#: ../src/redshift.c:967 +msgid "Partial time-configuration not supported!\n" +msgstr "" + +#: ../src/redshift.c:975 +msgid "Invalid dawn/dusk time configuration!\n" +msgstr "" + +#: ../src/redshift.c:1006 +#, c-format +msgid "Trying location provider `%s'...\n" +msgstr "" + +#: ../src/redshift.c:1011 +msgid "Trying next provider...\n" +msgstr "Ensag amb lo provesidor seguent...\n" + +#: ../src/redshift.c:1017 +#, c-format +msgid "Using provider `%s'.\n" +msgstr "Utilizacion del provesidor « %s ».\n" + +#: ../src/redshift.c:1025 +msgid "No more location providers to try.\n" +msgstr "" + +#: ../src/redshift.c:1034 +#, c-format +msgid "" +"High transition elevation cannot be lower than the low transition " +"elevation.\n" +msgstr "" + +#. TRANSLATORS: Append degree symbols if possible. +#: ../src/redshift.c:1041 +#, c-format +msgid "Solar elevations: day above %.1f, night below %.1f\n" +msgstr "" + +#: ../src/redshift.c:1049 +#, c-format +msgid "Temperatures: %dK at day, %dK at night\n" +msgstr "Temperaturas : %dK lo jorn, %dK la nuèch\n" + +#: ../src/redshift.c:1060 ../src/redshift.c:1071 +#, c-format +msgid "Temperature must be between %uK and %uK.\n" +msgstr "" + +#: ../src/redshift.c:1083 +#, c-format +msgid "Brightness values must be between %.1f and %.1f.\n" +msgstr "" + +#: ../src/redshift.c:1089 +#, c-format +msgid "Brightness: %.2f:%.2f\n" +msgstr "" + +#: ../src/redshift.c:1098 +#, c-format +msgid "Gamma value must be between %.1f and %.1f.\n" +msgstr "" + +#. TRANSLATORS: The string in parenthesis is either +#. Daytime or Night (translated). +#: ../src/redshift.c:1106 ../src/redshift.c:1110 +#, c-format +msgid "Gamma (%s): %.3f, %.3f, %.3f\n" +msgstr "" + +#: ../src/redshift.c:1139 +msgid "Trying next method...\n" +msgstr "" + +#: ../src/redshift.c:1144 +#, c-format +msgid "Using method `%s'.\n" +msgstr "" + +#: ../src/redshift.c:1151 +msgid "No more methods to try.\n" +msgstr "" + +#: ../src/redshift.c:1165 +msgid "Waiting for current location to become available...\n" +msgstr "" + +#. TRANSLATORS: Append degree symbol if +#. possible. +#: ../src/redshift.c:1206 +#, c-format +msgid "Solar elevation: %f\n" +msgstr "" + +#: ../src/redshift.c:1244 ../src/redshift.c:1272 ../src/redshift.c:1294 +msgid "Press ctrl-c to stop...\n" +msgstr "" + +#. TRANSLATORS: help output 1 +#. LAT is latitude, LON is longitude, +#. DAY is temperature at daytime, +#. NIGHT is temperature at night +#. no-wrap +#: ../src/options.c:159 +#, c-format +msgid "Usage: %s -l LAT:LON -t DAY:NIGHT [OPTIONS...]\n" +msgstr "" + +#. TRANSLATORS: help output 2 +#. no-wrap +#: ../src/options.c:165 +msgid "Set color temperature of display according to time of day.\n" +msgstr "" + +#. TRANSLATORS: help output 3 +#. no-wrap +#: ../src/options.c:171 +msgid "" +" -h\t\tDisplay this help message\n" +" -v\t\tVerbose output\n" +" -V\t\tShow program version\n" +msgstr "" + +#. TRANSLATORS: help output 4 +#. `list' must not be translated +#. no-wrap +#: ../src/options.c:179 +msgid "" +" -b DAY:NIGHT\tScreen brightness to apply (between 0.1 and 1.0)\n" +" -c FILE\tLoad settings from specified configuration file\n" +" -g R:G:B\tAdditional gamma correction to apply\n" +" -l LAT:LON\tYour current location\n" +" -l PROVIDER\tSelect provider for automatic location updates\n" +" \t\t(Type `list' to see available providers)\n" +" -m METHOD\tMethod to use to set color temperature\n" +" \t\t(Type `list' to see available methods)\n" +" -o\t\tOne shot mode (do not continuously adjust color temperature)\n" +" -O TEMP\tOne shot manual mode (set color temperature)\n" +" -p\t\tPrint mode (only print parameters and exit)\n" +" -P\t\tReset existing gamma ramps before applying new color effect\n" +" -x\t\tReset mode (remove adjustment from screen)\n" +" -r\t\tDisable fading between color temperatures\n" +" -t DAY:NIGHT\tColor temperature to set at daytime/night\n" +msgstr "" + +#. TRANSLATORS: help output 5 +#: ../src/options.c:201 +#, c-format +msgid "" +"The neutral temperature is %uK. Using this value will not change the color\n" +"temperature of the display. Setting the color temperature to a value higher\n" +"than this results in more blue light, and setting a lower value will result " +"in\n" +"more red light.\n" +msgstr "" + +#. TRANSLATORS: help output 6 +#: ../src/options.c:210 +#, c-format +msgid "" +"Default values:\n" +"\n" +" Daytime temperature: %uK\n" +" Night temperature: %uK\n" +msgstr "" + +#. TRANSLATORS: help output 7 +#: ../src/options.c:218 +#, c-format +msgid "Please report bugs to <%s>\n" +msgstr "Se vos plai senhalatz los bugs a <%s>\n" + +#: ../src/options.c:225 +msgid "Available adjustment methods:\n" +msgstr "" + +#: ../src/options.c:231 +msgid "Specify colon-separated options with `-m METHOD:OPTIONS'.\n" +msgstr "" + +#. TRANSLATORS: `help' must not be translated. +#: ../src/options.c:234 +msgid "Try `-m METHOD:help' for help.\n" +msgstr "" + +#: ../src/options.c:241 +msgid "Available location providers:\n" +msgstr "" + +#: ../src/options.c:247 +msgid "Specify colon-separated options with`-l PROVIDER:OPTIONS'.\n" +msgstr "" + +#. TRANSLATORS: `help' must not be translated. +#: ../src/options.c:250 +msgid "Try `-l PROVIDER:help' for help.\n" +msgstr "" + +#: ../src/options.c:356 +msgid "Malformed gamma argument.\n" +msgstr "" + +#: ../src/options.c:358 ../src/options.c:472 ../src/options.c:491 +msgid "Try `-h' for more information.\n" +msgstr "" + +#: ../src/options.c:407 ../src/options.c:610 +#, c-format +msgid "Unknown location provider `%s'.\n" +msgstr "" + +#. TRANSLATORS: This refers to the method +#. used to adjust colors e.g VidMode +#: ../src/options.c:439 ../src/options.c:597 +#, c-format +msgid "Unknown adjustment method `%s'.\n" +msgstr "" + +#: ../src/options.c:470 +msgid "Malformed temperature argument.\n" +msgstr "" + +#: ../src/options.c:561 ../src/options.c:575 ../src/options.c:586 +msgid "Malformed gamma setting.\n" +msgstr "" + +#: ../src/options.c:621 +#, c-format +msgid "Malformed dawn-time setting `%s'.\n" +msgstr "" + +#: ../src/options.c:632 +#, c-format +msgid "Malformed dusk-time setting `%s'.\n" +msgstr "" + +#: ../src/options.c:639 +#, c-format +msgid "Unknown configuration setting `%s'.\n" +msgstr "" + +#: ../src/config-ini.c:167 +msgid "Malformed section header in config file.\n" +msgstr "" + +#: ../src/config-ini.c:203 +msgid "Malformed assignment in config file.\n" +msgstr "" + +#: ../src/config-ini.c:214 +msgid "Assignment outside section in config file.\n" +msgstr "" + +#: ../src/gamma-drm.c:97 +#, c-format +msgid "Failed to open DRM device: %s\n" +msgstr "" + +#: ../src/gamma-drm.c:105 +#, c-format +msgid "Failed to get DRM mode resources\n" +msgstr "" + +#: ../src/gamma-drm.c:115 ../src/gamma-randr.c:384 +#, c-format +msgid "CRTC %d does not exist. " +msgstr "" + +#: ../src/gamma-drm.c:118 ../src/gamma-randr.c:387 +#, c-format +msgid "Valid CRTCs are [0-%d].\n" +msgstr "" + +#: ../src/gamma-drm.c:121 ../src/gamma-randr.c:390 +#, c-format +msgid "Only CRTC 0 exists.\n" +msgstr "" + +#: ../src/gamma-drm.c:159 +#, c-format +msgid "CRTC %i lost, skipping\n" +msgstr "" + +#: ../src/gamma-drm.c:165 +#, c-format +msgid "" +"Could not get gamma ramp size for CRTC %i\n" +"on graphics card %i, ignoring device.\n" +msgstr "" + +#: ../src/gamma-drm.c:178 +#, c-format +msgid "" +"DRM could not read gamma ramps on CRTC %i on\n" +"graphics card %i, ignoring device.\n" +msgstr "" + +#: ../src/gamma-drm.c:242 +msgid "Adjust gamma ramps with Direct Rendering Manager.\n" +msgstr "" + +#. TRANSLATORS: DRM help output +#. left column must not be translated +#: ../src/gamma-drm.c:247 +msgid "" +" card=N\tGraphics card to apply adjustments to\n" +" crtc=N\tCRTC to apply adjustments to\n" +msgstr "" + +#: ../src/gamma-drm.c:260 +#, c-format +msgid "CRTC must be a non-negative integer\n" +msgstr "" + +#: ../src/gamma-drm.c:264 ../src/gamma-randr.c:369 ../src/gamma-vidmode.c:161 +#: ../src/gamma-quartz.c:183 ../src/gamma-w32gdi.c:128 ../src/gamma-dummy.c:67 +#: ../src/location-geoclue2.c:408 ../src/location-corelocation.m:243 +#: ../src/location-manual.c:106 +#, c-format +msgid "Unknown method parameter: `%s'.\n" +msgstr "" + +#: ../src/gamma-randr.c:94 ../src/gamma-randr.c:153 ../src/gamma-randr.c:192 +#: ../src/gamma-randr.c:218 ../src/gamma-randr.c:275 ../src/gamma-randr.c:435 +#, c-format +msgid "`%s' returned error %d\n" +msgstr "" + +#: ../src/gamma-randr.c:103 +#, c-format +msgid "Unsupported RANDR version (%u.%u)\n" +msgstr "" + +#: ../src/gamma-randr.c:138 +#, c-format +msgid "Screen %i could not be found.\n" +msgstr "" + +#: ../src/gamma-randr.c:204 ../src/gamma-vidmode.c:96 ../src/gamma-quartz.c:114 +#, c-format +msgid "Gamma ramp size too small: %i\n" +msgstr "" + +#: ../src/gamma-randr.c:277 +#, c-format +msgid "Unable to restore CRTC %i\n" +msgstr "" + +#: ../src/gamma-randr.c:301 +msgid "Adjust gamma ramps with the X RANDR extension.\n" +msgstr "" + +#. TRANSLATORS: RANDR help output +#. left column must not be translated +#: ../src/gamma-randr.c:306 +msgid "" +" screen=N\t\tX screen to apply adjustments to\n" +" crtc=N\tList of comma separated CRTCs to apply adjustments to\n" +msgstr "" + +#: ../src/gamma-randr.c:328 +#, c-format +msgid "Unable to read screen number: `%s'.\n" +msgstr "" + +#: ../src/gamma-randr.c:364 ../src/gamma-vidmode.c:156 +#: ../src/gamma-quartz.c:178 ../src/gamma-w32gdi.c:123 +#, c-format +msgid "" +"Parameter `%s` is now always on; Use the `%s` command-line option to " +"disable.\n" +msgstr "" + +#: ../src/gamma-vidmode.c:61 ../src/gamma-vidmode.c:81 +#: ../src/gamma-vidmode.c:90 ../src/gamma-vidmode.c:117 +#: ../src/gamma-vidmode.c:180 ../src/gamma-vidmode.c:225 +#, c-format +msgid "X request failed: %s\n" +msgstr "" + +#: ../src/gamma-vidmode.c:140 +msgid "Adjust gamma ramps with the X VidMode extension.\n" +msgstr "" + +#. TRANSLATORS: VidMode help output +#. left column must not be translated +#: ../src/gamma-vidmode.c:145 +msgid " screen=N\t\tX screen to apply adjustments to\n" +msgstr "" + +#: ../src/gamma-quartz.c:140 ../src/gamma-w32gdi.c:91 +msgid "Unable to save current gamma ramp.\n" +msgstr "" + +#: ../src/gamma-quartz.c:170 +msgid "Adjust gamma ramps on macOS using Quartz.\n" +msgstr "" + +#: ../src/gamma-w32gdi.c:68 ../src/gamma-w32gdi.c:141 ../src/gamma-w32gdi.c:168 +msgid "Unable to open device context.\n" +msgstr "" + +#: ../src/gamma-w32gdi.c:75 +msgid "Display device does not support gamma ramps.\n" +msgstr "" + +#: ../src/gamma-w32gdi.c:115 +msgid "Adjust gamma ramps with the Windows GDI.\n" +msgstr "" + +#: ../src/gamma-w32gdi.c:153 +msgid "Unable to restore gamma ramps.\n" +msgstr "" + +#: ../src/gamma-w32gdi.c:211 +msgid "Unable to set gamma ramps.\n" +msgstr "" + +#: ../src/gamma-dummy.c:43 +msgid "" +"WARNING: Using dummy gamma method! Display will not be affected by this " +"gamma method.\n" +msgstr "" + +#: ../src/gamma-dummy.c:60 +msgid "" +"Does not affect the display but prints the color temperature to the " +"terminal.\n" +msgstr "" + +#: ../src/gamma-dummy.c:75 +#, c-format +msgid "Temperature: %i\n" +msgstr "Temperatura : %i\n" + +#: ../src/location-geoclue2.c:59 +#, c-format +msgid "" +"Access to the current location was denied by GeoClue!\n" +"Make sure that location services are enabled and that Redshift is permitted\n" +"to use location services. See https://github.com/jonls/redshift#faq for " +"more\n" +"information.\n" +msgstr "" + +#: ../src/location-geoclue2.c:107 +#, c-format +msgid "Unable to obtain location: %s.\n" +msgstr "" + +#: ../src/location-geoclue2.c:150 +#, c-format +msgid "Unable to obtain GeoClue Manager: %s.\n" +msgstr "" + +#: ../src/location-geoclue2.c:166 +#, c-format +msgid "Unable to obtain GeoClue client path: %s.\n" +msgstr "" + +#: ../src/location-geoclue2.c:188 +#, c-format +msgid "Unable to obtain GeoClue Client: %s.\n" +msgstr "" + +#: ../src/location-geoclue2.c:229 +#, c-format +msgid "Unable to set distance threshold: %s.\n" +msgstr "" + +#: ../src/location-geoclue2.c:253 +#, c-format +msgid "Unable to start GeoClue client: %s.\n" +msgstr "" + +#: ../src/location-geoclue2.c:365 +msgid "Failed to start GeoClue2 provider!\n" +msgstr "" + +#: ../src/location-geoclue2.c:399 +msgid "Use the location as discovered by a GeoClue2 provider.\n" +msgstr "" + +#: ../src/location-corelocation.m:73 +msgid "Not authorized to obtain location from CoreLocation.\n" +msgstr "" + +#: ../src/location-corelocation.m:111 +#, c-format +msgid "Error obtaining location from CoreLocation: %s\n" +msgstr "" + +#: ../src/location-corelocation.m:120 +msgid "Waiting for authorization to obtain location...\n" +msgstr "" + +#: ../src/location-corelocation.m:122 +msgid "Request for location was not authorized!\n" +msgstr "" + +#: ../src/location-corelocation.m:203 +msgid "Failed to start CoreLocation provider!\n" +msgstr "" + +#: ../src/location-corelocation.m:235 +msgid "Use the location as discovered by the Corelocation provider.\n" +msgstr "" + +#: ../src/location-manual.c:59 +msgid "Latitude and longitude must be set.\n" +msgstr "" + +#: ../src/location-manual.c:75 +msgid "Specify location manually.\n" +msgstr "" + +#. TRANSLATORS: Manual location help output +#. left column must not be translated +#: ../src/location-manual.c:80 +msgid "" +" lat=N\t\tLatitude\n" +" lon=N\t\tLongitude\n" +msgstr "" + +#: ../src/location-manual.c:83 +msgid "" +"Both values are expected to be floating point numbers,\n" +"negative values representing west / south, respectively.\n" +msgstr "" + +#: ../src/location-manual.c:97 +msgid "Malformed argument.\n" +msgstr "Paramètre mal format.\n" + +#: ../src/redshift-gtk/statusicon.py:78 +msgid "Suspend for" +msgstr "Suspendre pendent" + +#: ../src/redshift-gtk/statusicon.py:80 +msgid "30 minutes" +msgstr "30 minutas" + +#: ../src/redshift-gtk/statusicon.py:81 +msgid "1 hour" +msgstr "1 ora" + +#: ../src/redshift-gtk/statusicon.py:82 +msgid "2 hours" +msgstr "2 oras" + +#: ../src/redshift-gtk/statusicon.py:91 +msgid "Autostart" +msgstr "Aviada automatica" + +#: ../src/redshift-gtk/statusicon.py:103 ../src/redshift-gtk/statusicon.py:113 +msgid "Info" +msgstr "Info" + +#: ../src/redshift-gtk/statusicon.py:108 +msgid "Quit" +msgstr "Quitar" + +#: ../src/redshift-gtk/statusicon.py:146 +msgid "Close" +msgstr "Tampar" + +#: ../src/redshift-gtk/statusicon.py:300 +msgid "<b>Status:</b> {}" +msgstr "<b>Estat :</b> {}" + +#: ../src/redshift-gtk/statusicon.py:306 ../src/redshift-gtk/statusicon.py:324 +msgid "Color temperature" +msgstr "Temperatura de las colors" + +#: ../src/redshift-gtk/statusicon.py:312 ../src/redshift-gtk/statusicon.py:325 +msgid "Period" +msgstr "Periòde" + +#: ../src/redshift-gtk/statusicon.py:318 +msgid "Location" +msgstr "Localizacion" + +#: ../src/redshift-gtk/statusicon.py:349 +msgid "Please run `redshift -h` for help output." +msgstr "Executatz « redshift -h » per d’ajuda." @@ -236,7 +236,7 @@ msgstr "" "aż ta będzie dostępna\n" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "Częściowa konfiguracja czasu nie jest wspierana!\n" #: ../src/redshift.c:975 @@ -409,12 +409,6 @@ msgstr "" " Temperatura dla dnia: %uK\n" " Temperatura dla nocy: %uK\n" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "Proszę zgłaszać błędy do <%s>\n" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "Dostępne metody dostosowania:\n" @@ -226,7 +226,7 @@ msgid "" msgstr "" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "" #: ../src/redshift.c:975 @@ -401,12 +401,6 @@ msgstr "" " Temperatura diurna: %uK\n" " Temperatura noturna: %uK\n" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "Por favor relate os erros para <%s>\n" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "Métodos de ajuste disponíveis:\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index 6eeee34..26053ef 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -239,7 +239,7 @@ msgstr "" "anterior até ficar disponível ...\n" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "Configuração parcial de tempo não suportada!\n" #: ../src/redshift.c:975 @@ -413,12 +413,6 @@ msgstr "" " Temperatura diurna: %uK\n" " Temperatura noturna: %uK\n" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "Por favor, reporte bugs para <%s>\n" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "Métodos de ajuste disponíveis:\n" diff --git a/po/redshift.pot b/po/redshift.pot index 619f4a5..1b4cd87 100644 --- a/po/redshift.pot +++ b/po/redshift.pot @@ -222,7 +222,7 @@ msgid "" msgstr "" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "" #: ../src/redshift.c:975 @@ -388,12 +388,6 @@ msgid "" " Night temperature: %uK\n" msgstr "" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "" @@ -225,7 +225,7 @@ msgid "" msgstr "" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "" #: ../src/redshift.c:975 @@ -391,12 +391,6 @@ msgid "" " Night temperature: %uK\n" msgstr "" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "" @@ -235,7 +235,7 @@ msgid "" msgstr "" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "" #: ../src/redshift.c:975 @@ -407,12 +407,6 @@ msgstr "" " Температура цвета днем: %uK\n" " Температура цвета ночью: %uK\n" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "Пожалуйста, об ошибках сообщайте на <%s>\n" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "Доступные методы корректировки:\n" @@ -235,7 +235,7 @@ msgid "" msgstr "" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "" #: ../src/redshift.c:975 @@ -408,12 +408,6 @@ msgstr "" " Дневна температура: %uK\n" " Ноћна температура: %uK\n" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "Пријављујте грешке у програму на <%s>\n" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "Доступни начини прилагођавања:\n" @@ -36,7 +36,7 @@ msgid "" "daytime temperature to allow your eyes to slowly adapt." msgstr "" "Färgtemperaturen ställs in beroende på positionen av solen. En annan " -"färgtemperatur sätts under natten och dagen. Under skymning och tidigt på " +"färgtemperatur sätts under natten och dagen. Under gryning och tidigt på " "morgonen övergår färgtemperaturen smidigt från natt till dagtidstemperatur " "för att ge dina ögon tid att långsamt anpassa sig." @@ -189,7 +189,7 @@ msgstr "Det går inte att läsa systemets tid.\n" #: ../src/redshift.c:635 msgid "Waiting for initial location to become available...\n" -msgstr "" +msgstr "Vänter på att plats blir tillgängling...\n" #: ../src/redshift.c:641 ../src/redshift.c:832 ../src/redshift.c:847 #: ../src/redshift.c:1172 @@ -198,7 +198,7 @@ msgstr "Det går inte att få plats från leverantör.\n" #: ../src/redshift.c:647 ../src/redshift.c:871 msgid "Invalid location returned from provider.\n" -msgstr "" +msgstr "Ogiltig plats mottagen från leverantör.\n" #: ../src/redshift.c:656 ../src/redshift.c:788 ../src/redshift.c:1222 #: ../src/redshift.c:1253 @@ -237,7 +237,7 @@ msgid "" msgstr "" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "" #: ../src/redshift.c:975 @@ -412,12 +412,6 @@ msgstr "" " Dagtidstemperatur: %uK\n" " Nattemperatur: %uK\n" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "Vänligen rapportera fel till <%s>\n" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "Tillgängliga justeringsmetoder:\n" @@ -475,12 +469,12 @@ msgstr "Felaktigt gamma-inställning.\n" #: ../src/options.c:621 #, c-format msgid "Malformed dawn-time setting `%s'.\n" -msgstr "" +msgstr "Felaktigt gryningstidsinställning ”%s”.\n" #: ../src/options.c:632 #, c-format msgid "Malformed dusk-time setting `%s'.\n" -msgstr "" +msgstr "Felaktigt skymningingstidsinställning ”%s”.\n" #: ../src/options.c:639 #, c-format @@ -226,7 +226,7 @@ msgid "" msgstr "" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "" #: ../src/redshift.c:975 @@ -392,12 +392,6 @@ msgid "" " Night temperature: %uK\n" msgstr "" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "" @@ -238,7 +238,7 @@ msgstr "" "знаходження поки воно не буде доступним...\n" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "Часткова конфігурація часу не підтримується!\n" #: ../src/redshift.c:975 @@ -433,12 +433,6 @@ msgstr "" " Денна температура: %uK\n" " Нічна температура: %uK\n" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "Будь-ласка, повідомляйте про помилки до <%s>\n" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "Наявні способи налаштувань:\n" diff --git a/po/zh_CN.po b/po/zh_CN.po index e638340..2577934 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -9,7 +9,7 @@ msgstr "" "Report-Msgid-Bugs-To: https://github.com/jonls/redshift/issues\n" "POT-Creation-Date: 2017-10-18 11:46-0700\n" "PO-Revision-Date: 2015-12-11 09:28+0000\n" -"Last-Translator: wsxy162 <wsxy162@gmail.com>\n" +"Last-Translator: Dmitry <dmitrydmitry761@gmail.com>\n" "Language-Team: Chinese (Simplified) <zh_CN@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -178,7 +178,7 @@ msgstr "无法读取系统时间。\n" #: ../src/redshift.c:635 msgid "Waiting for initial location to become available...\n" -msgstr "" +msgstr "正在等待初始位置可用...\n" #: ../src/redshift.c:641 ../src/redshift.c:832 ../src/redshift.c:847 #: ../src/redshift.c:1172 @@ -187,7 +187,7 @@ msgstr "无法从服务获取位置信息。\n" #: ../src/redshift.c:647 ../src/redshift.c:871 msgid "Invalid location returned from provider.\n" -msgstr "" +msgstr "从提供程序返回的位置无效。\n" #: ../src/redshift.c:656 ../src/redshift.c:788 ../src/redshift.c:1222 #: ../src/redshift.c:1253 @@ -223,15 +223,15 @@ msgstr "色温调节失败。\n" msgid "" "Location is temporarily unavailable; Using previous location until it " "becomes available...\n" -msgstr "" +msgstr "变得可用...\n" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" -msgstr "" +msgid "Partial time-configuration not supported!\n" +msgstr "不支持部分时间配置!\n" #: ../src/redshift.c:975 msgid "Invalid dawn/dusk time configuration!\n" -msgstr "" +msgstr "黎明/黄昏时间配置无效!\n" #: ../src/redshift.c:1006 #, c-format @@ -311,7 +311,7 @@ msgstr "没有更多的模式可供尝试。\n" #: ../src/redshift.c:1165 msgid "Waiting for current location to become available...\n" -msgstr "" +msgstr "正在等待当前位置可用...\n" #. TRANSLATORS: Append degree symbol if #. possible. @@ -373,6 +373,21 @@ msgid "" " -r\t\tDisable fading between color temperatures\n" " -t DAY:NIGHT\tColor temperature to set at daytime/night\n" msgstr "" +" -b DAY:NIGHT\t要应用的屏幕亮度 (在 0.1 和 1.0 之间)\n" +" -c FILE\t从指定的配置文件加载设置\n" +" -g R:G:B\t要应用的额外伽马校正\n" +" -l LAT:LON\t您当前的位置\n" +" -l PROVIDER\t选择自动位置更新的提供商\n" +" \t\t(输入 “list” 以查看可用的提供者)\n" +" -m METHOD\tMethod 用于设置色温\n" +" \t\t(键入 “list” 以查看可用方法)\n" +" -o\t\t\一拍模式(不连续调节色温)\n" +" -O TEMP\t一次性手动模式(色温设置)\n" +" -p\t\t打印模式(仅打印参数并退出)\n" +" -P\t\t在应用新的颜色效果之前重置现有的伽马斜坡\n" +" -x\t\t重置模式(从屏幕上移除调整)\n" +" -r\t\t禁用色温之间的淡入淡出\n" +" -t DAY:NIGHT\t日/夜色温调节\n" #. TRANSLATORS: help output 5 #: ../src/options.c:201 @@ -383,7 +398,10 @@ msgid "" "than this results in more blue light, and setting a lower value will result " "in\n" "more red light.\n" -msgstr "" +msgstr "中性温度是 %uK. 使用这个值不会改变颜色\n" +"显示器的温度。 将色温设置为更高的值\n" +"比这会导致更多的蓝光,设置较低的值会导致\n" +"更多的红灯。\n" #. TRANSLATORS: help output 6 #: ../src/options.c:210 @@ -399,12 +417,6 @@ msgstr "" " 日间色温:%uK\n" " 夜间色温:%uK\n" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "请报告 bugs 到 <%s>\n" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "可用的调节模式:\n" @@ -462,12 +474,12 @@ msgstr "异常的伽马设置。\n" #: ../src/options.c:621 #, c-format msgid "Malformed dawn-time setting `%s'.\n" -msgstr "" +msgstr "日出时间设置错误 `%s'.\n" #: ../src/options.c:632 #, c-format msgid "Malformed dusk-time setting `%s'.\n" -msgstr "" +msgstr "畸形的黄昏时间设置 `%s'.\n" #: ../src/options.c:639 #, c-format @@ -489,7 +501,7 @@ msgstr "分配在段外存在于配置文件中。\n" #: ../src/gamma-drm.c:97 #, c-format msgid "Failed to open DRM device: %s\n" -msgstr "" +msgstr "无法打开 DRM 设备: %s\n" #: ../src/gamma-drm.c:105 #, c-format @@ -594,11 +606,12 @@ msgid "" " screen=N\t\tX screen to apply adjustments to\n" " crtc=N\tList of comma separated CRTCs to apply adjustments to\n" msgstr "" - +" screen=N\t\tX 应用设置屏幕\n" +" crtc=N\t将调整应用于的逗号分隔 CRTC 列表\n" #: ../src/gamma-randr.c:328 #, c-format msgid "Unable to read screen number: `%s'.\n" -msgstr "" +msgstr "无法读取屏幕编号: `%s'.\n" #: ../src/gamma-randr.c:364 ../src/gamma-vidmode.c:156 #: ../src/gamma-quartz.c:178 ../src/gamma-w32gdi.c:123 @@ -606,7 +619,7 @@ msgstr "" msgid "" "Parameter `%s` is now always on; Use the `%s` command-line option to " "disable.\n" -msgstr "" +msgstr "范围 `%s` 现在总是开启; 使用 `%s` 要禁用的命令行选项。\n" #: ../src/gamma-vidmode.c:61 ../src/gamma-vidmode.c:81 #: ../src/gamma-vidmode.c:90 ../src/gamma-vidmode.c:117 @@ -623,7 +636,7 @@ msgstr "使用 X VidMode 扩展调整伽马斜面。\n" #. left column must not be translated #: ../src/gamma-vidmode.c:145 msgid " screen=N\t\tX screen to apply adjustments to\n" -msgstr "" +msgstr " screen=N\t\tX 应用调整的屏幕\n" #: ../src/gamma-quartz.c:140 ../src/gamma-w32gdi.c:91 msgid "Unable to save current gamma ramp.\n" @@ -631,7 +644,7 @@ msgstr "无法保存当前的伽马斜面。\n" #: ../src/gamma-quartz.c:170 msgid "Adjust gamma ramps on macOS using Quartz.\n" -msgstr "" +msgstr "使用 Quartz 在 macOS 上调整伽马斜坡。\n" #: ../src/gamma-w32gdi.c:68 ../src/gamma-w32gdi.c:141 ../src/gamma-w32gdi.c:168 msgid "Unable to open device context.\n" @@ -679,6 +692,10 @@ msgid "" "more\n" "information.\n" msgstr "" +"GeoClue 拒绝访问当前位置!\n" +"确保已启用位置服务并允许 Redshift\n" +"使用定位服务。 有关更多信息,请参阅 https://github.com/jonls/redshift#faq\n" +"信息。\n" #: ../src/location-geoclue2.c:107 #, c-format @@ -712,7 +729,7 @@ msgstr "无法启动 GeoClue 客户端:%s。\n" #: ../src/location-geoclue2.c:365 msgid "Failed to start GeoClue2 provider!\n" -msgstr "" +msgstr "无法启动 GeoClue2 提供程序!\n" #: ../src/location-geoclue2.c:399 msgid "Use the location as discovered by a GeoClue2 provider.\n" @@ -737,7 +754,7 @@ msgstr "位置请求还未授权!\n" #: ../src/location-corelocation.m:203 msgid "Failed to start CoreLocation provider!\n" -msgstr "" +msgstr "无法启动 CoreLocation 提供程序!\n" #: ../src/location-corelocation.m:235 msgid "Use the location as discovered by the Corelocation provider.\n" @@ -823,4 +840,4 @@ msgstr "位置" #: ../src/redshift-gtk/statusicon.py:349 msgid "Please run `redshift -h` for help output." -msgstr "" +msgstr "请运行 `redshift -h` 以获得帮助输出。" diff --git a/po/zh_TW.po b/po/zh_TW.po index 6894b6e..96a019b 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -228,7 +228,7 @@ msgid "" msgstr "位置資訊暫時無法使用;使用之前的位置資訊,直到可用提供…\n" #: ../src/redshift.c:967 -msgid "Partitial time-configuration not supported!\n" +msgid "Partial time-configuration not supported!\n" msgstr "有部分的時間配置尚未支援!\n" #: ../src/redshift.c:975 @@ -420,12 +420,6 @@ msgstr "" " 日間色溫: %uK\n" " 夜間色溫: %uK\n" -#. TRANSLATORS: help output 7 -#: ../src/options.c:218 -#, c-format -msgid "Please report bugs to <%s>\n" -msgstr "請回報 bug 至 <%s>\n" - #: ../src/options.c:225 msgid "Available adjustment methods:\n" msgstr "可供使用的調整方法:\n" @@ -1,4 +1,4 @@ -.TH REDSHIFT 1 +.TH REDSHIFT 1 REDSHIFT-NG .SH NAME redshift \- set color temperature of display according to time of day .SH SYNOPSIS @@ -201,8 +201,6 @@ Both .B redshift and this manual page are released under the GNU General Public License, version 3. -.SH BUGS -Please report bugs to <https://github.com/jonls/redshift/issues> .SH KNOWN ISSUES .B redshift will not affect the color of your cursor when your graphics driver diff --git a/src/Makefile b/src/Makefile new file mode 100644 index 0000000..c906e20 --- /dev/null +++ b/src/Makefile @@ -0,0 +1,54 @@ +.POSIX: + +CONFIGFILE = config.mk +include $(CONFIGFILE) + +OBJ =\ + colorramp.o\ + config-ini.o\ + gamma-coopgamma.o\ + gamma-drm.o\ + gamma-dummy.o\ + gamma-randr.o\ + gamma-vidmode.o\ + hooks.o\ + location-geoclue2.o\ + location-manual.o\ + options.o\ + pipeutils.o\ + redshift.o\ + signals.o\ + solar.o\ + systemtime.o + +HDR = $(OBJ:.o=.h) + +PACKAGE_STRING = redshift-ng 1.13 + +all: redshift +$(OBJ): $(HDR) + +.c.o: + $(CC) -c -o $@ $< $(CFLAGS) $(CPPFLAGS) -D'PACKAGE_STRING="$(PACKAGE_STRING)"' + +redshift: $(OBJ) + $(CC) -o $@ $(OBJ) $(LDFLAGS) + +install: redshift + mkdir -p -- "$(DESTDIR)$(PREFIX)/bin" + mkdir -p -- "$(DESTDIR)$(MANPREFIX)/man1/" + cp -- redshift "$(DESTDIR)$(PREFIX)/bin/" + cp -- redshift.1 "$(DESTDIR)$(MANPREFIX)/man1/" + +uninstall: + -rm -f -- "$(DESTDIR)$(PREFIX)/bin/redshift" + -rm -f -- "$(DESTDIR)$(MANPREFIX)/man1/redshift.1" + +clean: + -rm -f -- *.o *.a *.lo *.su + -rm -f -- redshift + +.SUFFIXES: +.SUFFIXES: .o .c + +.PHONY: all install uninstall clean diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index 8aa96ea..0000000 --- a/src/Makefile.am +++ /dev/null @@ -1,105 +0,0 @@ - -SUBDIRS = redshift-gtk - -# I18n -localedir = $(datadir)/locale -AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" - -# redshift Program -bin_PROGRAMS = redshift - -redshift_SOURCES = \ - colorramp.c colorramp.h \ - config-ini.c config-ini.h \ - gamma-dummy.c gamma-dummy.h \ - hooks.c hooks.h \ - location-manual.c location-manual.h \ - options.c options.h \ - pipeutils.c pipeutils.h \ - redshift.c redshift.h \ - signals.c signals.h \ - solar.c solar.h \ - systemtime.c systemtime.h - -EXTRA_redshift_SOURCES = \ - gamma-drm.c gamma-drm.h \ - gamma-randr.c gamma-randr.h \ - gamma-vidmode.c gamma-vidmode.h \ - gamma-quartz.c gamma-quartz.h \ - gamma-w32gdi.c gamma-w32gdi.h \ - location-geoclue2.c location-geoclue2.h \ - location-corelocation.m location-corelocation.h \ - windows/appicon.rc \ - windows/versioninfo.rc - -AM_CFLAGS = -redshift_LDADD = @LIBINTL@ -EXTRA_DIST = windows/redshift.ico - -if ENABLE_DRM -redshift_SOURCES += gamma-drm.c gamma-drm.h -AM_CFLAGS += $(DRM_CFLAGS) -redshift_LDADD += \ - $(DRM_LIBS) $(DRM_CFLAGS) -endif - -if ENABLE_RANDR -redshift_SOURCES += gamma-randr.c gamma-randr.h -AM_CFLAGS += $(XCB_CFLAGS) $(XCB_RANDR_CFLAGS) -redshift_LDADD += \ - $(XCB_LIBS) $(XCB_CFLAGS) \ - $(XCB_RANDR_LIBS) $(XCB_RANDR_CFLAGS) -endif - -if ENABLE_VIDMODE -redshift_SOURCES += gamma-vidmode.c gamma-vidmode.h -AM_CFLAGS += $(X11_CFLAGS) $(XF86VM_CFLAGS) -redshift_LDADD += \ - $(X11_LIBS) $(X11_CFLAGS) \ - $(XF86VM_LIBS) $(XF86VM_CFLAGS) -endif - -if ENABLE_QUARTZ -redshift_SOURCES += gamma-quartz.c gamma-quartz.h -AM_CFLAGS += $(QUARTZ_CFLAGS) -redshift_LDADD += \ - $(QUARTZ_LIBS) $(QUARTZ_CFLAGS) -endif - -if ENABLE_WINGDI -redshift_SOURCES += gamma-w32gdi.c gamma-w32gdi.h -redshift_LDADD += -lgdi32 -endif - - -if ENABLE_GEOCLUE2 -redshift_SOURCES += location-geoclue2.c location-geoclue2.h -AM_CFLAGS += \ - $(GEOCLUE2_CFLAGS) -redshift_LDADD += \ - $(GEOCLUE2_LIBS) $(GEOCLUE2_CFLAGS) -endif - -# Build CoreLocation module as a separate convenience -# library since it is using a separate compiler -# (Objective C). - -if ENABLE_CORELOCATION -noinst_LTLIBRARIES = liblocation-corelocation.la -liblocation_corelocation_la_SOURCES = \ - location-corelocation.m location-corelocation.h -liblocation_corelocation_la_OBJCFLAGS = \ - $(CORELOCATION_CFLAGS) -liblocation_corelocation_la_LIBADD = \ - $(CORELOCATION_CFLAGS) $(CORELOCATION_LIBS) -redshift_LDADD += liblocation-corelocation.la -endif - - -# Windows resources -if ENABLE_WINDOWS_RESOURCE -redshift_SOURCES += windows/appicon.rc windows/versioninfo.rc -endif - -.rc.o: - $(AM_V_GEN)$(WINDRES) -I$(top_builddir) -i $< -o $@ diff --git a/src/colorramp.c b/src/colorramp.c index fda75f2..2c67969 100644 --- a/src/colorramp.c +++ b/src/colorramp.c @@ -21,6 +21,7 @@ #include <stdint.h> #include <math.h> +#include "colorramp.h" #include "redshift.h" /* Whitepoint values for temperatures at 100K intervals. @@ -285,43 +286,29 @@ interpolate_color(float a, const float *c1, const float *c2, float *c) #define F(Y, C) pow((Y) * setting->brightness * \ white_point[C], 1.0/setting->gamma[C]) -void -colorramp_fill(uint16_t *gamma_r, uint16_t *gamma_g, uint16_t *gamma_b, - int size, const color_setting_t *setting) -{ - /* Approximate white point */ - float white_point[3]; - float alpha = (setting->temperature % 100) / 100.0; - int temp_index = ((setting->temperature - 1000) / 100)*3; - interpolate_color(alpha, &blackbody_color[temp_index], - &blackbody_color[temp_index+3], white_point); - for (int i = 0; i < size; i++) { - gamma_r[i] = F((double)gamma_r[i]/(UINT16_MAX+1), 0) * - (UINT16_MAX+1); - gamma_g[i] = F((double)gamma_g[i]/(UINT16_MAX+1), 1) * - (UINT16_MAX+1); - gamma_b[i] = F((double)gamma_b[i]/(UINT16_MAX+1), 2) * - (UINT16_MAX+1); +#define X(SUFFIX, TYPE, MAX, TRUE_MAX, DEPTH)\ + void\ + colorramp_fill_##SUFFIX(TYPE *gamma_r, TYPE *gamma_g, TYPE *gamma_b,\ + size_t size_r, size_t size_g, size_t size_b,\ + const color_setting_t *setting)\ + {\ + /* Approximate white point */\ + float white_point[3];\ + float alpha = (setting->temperature % 100) / 100.0;\ + int temp_index = ((setting->temperature - 1000) / 100) * 3;\ + interpolate_color(alpha, &blackbody_color[temp_index],\ + &blackbody_color[temp_index+3], white_point);\ + \ + for (size_t i = 0; i < size_r; i++)\ + gamma_r[i] = F((double)gamma_r[i] / (MAX), 0) * (MAX);\ + for (size_t i = 0; i < size_g; i++)\ + gamma_g[i] = F((double)gamma_g[i] / (MAX), 1) * (MAX);\ + for (size_t i = 0; i < size_b; i++)\ + gamma_b[i] = F((double)gamma_b[i] / (MAX), 2) * (MAX);\ } -} - -void -colorramp_fill_float(float *gamma_r, float *gamma_g, float *gamma_b, - int size, const color_setting_t *setting) -{ - /* Approximate white point */ - float white_point[3]; - float alpha = (setting->temperature % 100) / 100.0; - int temp_index = ((setting->temperature - 1000) / 100)*3; - interpolate_color(alpha, &blackbody_color[temp_index], - &blackbody_color[temp_index+3], white_point); - for (int i = 0; i < size; i++) { - gamma_r[i] = F((double)gamma_r[i], 0); - gamma_g[i] = F((double)gamma_g[i], 1); - gamma_b[i] = F((double)gamma_b[i], 2); - } -} +LIST_RAMPS_STOP_VALUE_TYPES +#undef X #undef F diff --git a/src/colorramp.h b/src/colorramp.h index 438c563..8802844 100644 --- a/src/colorramp.h +++ b/src/colorramp.h @@ -24,9 +24,19 @@ #include "redshift.h" -void colorramp_fill(uint16_t *gamma_r, uint16_t *gamma_g, uint16_t *gamma_b, - int size, const color_setting_t *setting); -void colorramp_fill_float(float *gamma_r, float *gamma_g, float *gamma_b, - int size, const color_setting_t *setting); +#define LIST_RAMPS_STOP_VALUE_TYPES\ + X(u8, uint8_t, UINT8_MAX + 1ULL, UINT8_MAX, 8)\ + X(u16, uint16_t, UINT16_MAX + 1ULL, UINT16_MAX, 16)\ + X(u32, uint32_t, UINT32_MAX + 1ULL, UINT32_MAX, 32)\ + X(u64, uint64_t, UINT64_MAX, UINT64_MAX, 64)\ + X(float, float, 1, 1, -1)\ + X(double, double, 1, 1, -2) + +#define X(SUFFIX, TYPE, MAX, TRUE_MAX, DEPTH)\ + void colorramp_fill_##SUFFIX(TYPE *gamma_r, TYPE *gamma_g, TYPE *gamma_b,\ + size_t size_r, size_t size_g, size_t size_b,\ + const color_setting_t *setting); +LIST_RAMPS_STOP_VALUE_TYPES +#undef X #endif /* ! REDSHIFT_COLORRAMP_H */ diff --git a/src/config.mk b/src/config.mk new file mode 100644 index 0000000..0e0b2fd --- /dev/null +++ b/src/config.mk @@ -0,0 +1,21 @@ +PREFIX = /usr +MANPREFIX = $(PREFIX)/share/man + +CC = c99 + +PKGCONFIG = pkg-config +PKGCONFIG_CFLAGS = $(PKGCONFIG) --cflags +PKGCONFIG_LDFLAGS = $(PKGCONFIG) --libs + +DRM_LIBS = libdrm +GEOCLUE_LIBS = glib-2.0 gio-2.0 +RANDR_LIBS = xcb xcb-randr +VIDMODE_LIBS = x11 xxf86vm + +LIBS_PKGCONFIG = $(DRM_LIBS) $(GEOCLUE_LIBS) $(RANDR_LIBS) $(VIDMODE_LIBS) + +CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE\ + -DENABLE_DRM -DENABLE_GEOCLUE2 -DENABLE_RANDR -DENABLE_VIDMODE\ + -DENABLE_COOPGAMMA +CFLAGS = $$($(PKGCONFIG_CFLAGS) $(LIBS_PKGCONFIG)) +LDFLAGS = $$($(PKGCONFIG_LDFLAGS) $(LIBS_PKGCONFIG)) -lm -lcoopgamma diff --git a/src/gamma-coopgamma.c b/src/gamma-coopgamma.c new file mode 100644 index 0000000..41a9d2b --- /dev/null +++ b/src/gamma-coopgamma.c @@ -0,0 +1,571 @@ +/* gamma-coopgamma.h -- coopgamma gamma adjustment source + This file is part of Redshift. + + Redshift is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Redshift is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Redshift. If not, see <http://www.gnu.org/licenses/>. + + Copyright (c) 2016, 2025 Mattias Andrée <m@maandree.se> +*/ + +#ifdef HAVE_CONFIG_H +# include "config.h" +#else +# define PACKAGE "redshift" +#endif + +#include <errno.h> +#include <inttypes.h> +#include <signal.h> +#include <stdio.h> +#include <stdlib.h> +#include <string.h> + +#ifdef ENABLE_NLS +# include <libintl.h> +# define _(s) gettext(s) +#else +# define _(s) s +#endif + +#include "gamma-coopgamma.h" +#include "colorramp.h" + + +typedef struct { + char *edid; + size_t index; +} coopgamma_output_id_t; + +typedef struct { + libcoopgamma_filter_t filter; + libcoopgamma_ramps_t plain_ramps; + size_t rampsize; +} coopgamma_crtc_state_t; + +typedef struct { + libcoopgamma_context_t ctx; + coopgamma_crtc_state_t *crtcs; + size_t n_crtcs; + char **methods; + char *method; + char *site; + int64_t priority; + int list_outputs; + coopgamma_output_id_t *outputs; + size_t n_outputs; + size_t a_outputs; +} coopgamma_state_t; + + +struct signal_blockage { +}; + +static int +unblocked_signal(int signo, struct signal_blockage *prev) +{ + /* TODO */ + return 0; +} + + +static int +restore_signal_blockage(int signo, const struct signal_blockage *blockage) +{ + /* TODO */ + return 0; +} + + +static int +update(coopgamma_state_t *state) +{ + for (size_t i = 0; i < state->n_crtcs; i++) + libcoopgamma_set_gamma_sync(&state->crtcs[i].filter, &state->ctx); + return 0; +} + + +static void +print_error(coopgamma_state_t *state) +{ + const char* side = state->ctx.error.server_side ? _("server-side") : _("client-side"); + if (state->ctx.error.custom) { + if (state->ctx.error.number != 0 && state->ctx.error.description != NULL) + fprintf(stderr, "%s error number %llu: %s\n", + side, (unsigned long long int)state->ctx.error.number, + state->ctx.error.description); + else if (state->ctx.error.number != 0) + fprintf(stderr, _("%s error number %llu\n"), + side, (unsigned long long int)state->ctx.error.number); + else if (state->ctx.error.description != NULL) + fprintf(stderr, _("%s error: %s\n"), side, state->ctx.error.description); + } else if (state->ctx.error.description != NULL) { + fprintf(stderr, _("%s error: %s\n"), side, state->ctx.error.description); + } else { + fprintf(stderr, _("%s error: %s\n"), side, strerror(state->ctx.error.number)); + } +} + + +static int +coopgamma_init(coopgamma_state_t **state) +{ + *state = malloc(sizeof(coopgamma_state_t)); + if (*state == NULL) return -1; + + coopgamma_state_t *s = *state; + + struct signal_blockage signal_blockage; + memset(s, 0, sizeof(*s)); + if (libcoopgamma_context_initialise(&s->ctx)) { + perror("libcoopgamma_context_initialise"); + return -1; + } + + /* This is done this early to check if coopgamma is available */ + if (unblocked_signal(SIGCHLD, &signal_blockage) < 0) + return -1; + s->methods = libcoopgamma_get_methods(); + if (s->methods == NULL) { + perror("libcoopgamma_get_methods"); + if (restore_signal_blockage(SIGCHLD, &signal_blockage) < 0) + exit(EXIT_FAILURE); + return -1; + } + if (restore_signal_blockage(SIGCHLD, &signal_blockage) < 0) + return -1; + + s->priority = 0x0800000000000000LL; + + return 0; +} + +static int +coopgamma_start(coopgamma_state_t *state, program_mode_t mode) +{ + struct signal_blockage signal_blockage; + libcoopgamma_lifespan_t lifespan; + char** outputs; + size_t i, j, n_outputs; + int r; + double d; + + switch (mode) { + case PROGRAM_MODE_RESET: + lifespan = LIBCOOPGAMMA_REMOVE; + break; + case PROGRAM_MODE_ONE_SHOT: + case PROGRAM_MODE_MANUAL: + lifespan = LIBCOOPGAMMA_UNTIL_REMOVAL; + break; + default: + lifespan = LIBCOOPGAMMA_UNTIL_DEATH; + break; + } + + free(state->methods); + state->methods = NULL; + + /* Connect to server */ + if (unblocked_signal(SIGCHLD, &signal_blockage) < 0) + return -1; + if (libcoopgamma_connect(state->method, state->site, &state->ctx) < 0) { + if (errno) + perror("libcoopgamma_connect"); + else + fprintf(stderr, _("libcoopgamma_connect: could not " + "start coopgamma server\n")); + if (restore_signal_blockage(SIGCHLD, &signal_blockage) < 0) + exit(EXIT_FAILURE); + return -1; + } + if (restore_signal_blockage(SIGCHLD, &signal_blockage) < 0) + return -1; + free(state->method); + state->method = NULL; + free(state->site); + state->site = NULL; + + /* Get available outputs */ + outputs = libcoopgamma_get_crtcs_sync(&state->ctx); + for (n_outputs = 0; outputs[n_outputs]; n_outputs++); + + /* List available output if edid=list was used */ + if (state->list_outputs) { + if (outputs == NULL) { + print_error(state); + return -1; + } + printf(_("Available outputs:\n")); + for (i = 0; outputs[i]; i++) + printf(" %s\n", outputs[i]); + if (ferror(stdout)) { + perror("printf"); + exit(EXIT_FAILURE); + } + exit(EXIT_SUCCESS); + } + + /* Translate crtc=N to edid=EDID */ + for (i = 0; i < state->n_outputs; i++) { + if (state->outputs[i].edid != NULL) + continue; + if (state->outputs[i].index >= n_outputs) { + fprintf(stderr, _("monitor number %zu does not exist," + "available monitors are [0, %zu]\n"), + state->outputs[i].index, n_outputs - 1); + return -1; + } + state->outputs[i].edid = strdup(outputs[state->outputs[i].index]); + if (state->outputs[i].edid == NULL) { + perror("strdup"); + return -1; + } + } + + /* Use all outputs if none were specified */ + if (state->n_outputs == 0) { + state->n_outputs = state->a_outputs = n_outputs; + state->outputs = malloc(n_outputs * sizeof(*state->outputs)); + if (state->outputs == NULL) { + perror("malloc"); + return -1; + } + for (i = 0; i < n_outputs; i++) { + state->outputs[i].edid = strdup(outputs[i]); + if (state->outputs[i].edid == NULL) { + perror("strdup"); + return -1; + } + } + } + + free(outputs); + + /* Initialise information for each output */ + state->crtcs = calloc(state->n_outputs, sizeof(*state->crtcs)); + if (state->crtcs == NULL) { + perror("calloc"); + return -1; + } + for (i = 0; i < state->n_outputs; i++) { + libcoopgamma_crtc_info_t info; + coopgamma_crtc_state_t *crtc = state->crtcs + state->n_crtcs; + + crtc->filter.priority = state->priority; + crtc->filter.crtc = state->outputs[i].edid; + crtc->filter.class = PACKAGE "::redshift::standard"; + crtc->filter.lifespan = lifespan; + + if (libcoopgamma_get_gamma_info_sync(crtc->filter.crtc, &info, &state->ctx) < 0) { + int saved_errno = errno; + fprintf(stderr, _("failed to retrieve information for output `%s':\n"), + outputs[i]); + errno = saved_errno; + print_error(state); + return -1; + } + if (!info.cooperative) { + fprintf(stderr, _("coopgamma is not available\n")); + return -1; + } + if (info.supported == LIBCOOPGAMMA_NO) { + fprintf(stderr, _("output `%s' does not support gamma " + "adjustments, skipping\n"), outputs[i]); + continue; + } + + /* Get total size of the ramps */ + switch (info.depth) { +#define X(SUFFIX, TYPE, MAX, TRUE_MAX, DEPTH)\ + case DEPTH:\ + crtc->rampsize = sizeof(TYPE);\ + break; + LIST_RAMPS_STOP_VALUE_TYPES +#undef X + default: + if (info.depth > 0) + fprintf(stderr, _("output `%s' uses an unsupported depth " + "for its gamma ramps: %i bits, skipping\n"), + outputs[i], info.depth); + else + fprintf(stderr, _("output `%s' uses an unrecognised depth, " + "for its gamma ramps, with the code %i, " + "skipping\n"), outputs[i], info.depth); + continue; + } + crtc->rampsize *= info.red_size + info.green_size + info.blue_size; + + crtc->filter.depth = info.depth; + crtc->filter.ramps.u8.red_size = info.red_size; + crtc->filter.ramps.u8.green_size = info.green_size; + crtc->filter.ramps.u8.blue_size = info.blue_size; + crtc->plain_ramps.u8.red_size = info.red_size; + crtc->plain_ramps.u8.green_size = info.green_size; + crtc->plain_ramps.u8.blue_size = info.blue_size; + + /* Initialise plain ramp and working ramp */ +#define float f +#define double d + switch (info.depth) { +#define X(SUFFIX, TYPE, MAX, TRUE_MAX, DEPTH)\ + case DEPTH:\ + r = libcoopgamma_ramps_initialise(&crtc->filter.ramps.SUFFIX);\ + if (r < 0) {\ + perror("libcoopgamma_ramps_initialise");\ + return -1;\ + }\ + r = libcoopgamma_ramps_initialise(&crtc->plain_ramps.SUFFIX);\ + if (r < 0) {\ + perror("libcoopgamma_ramps_initialise");\ + return -1;\ + }\ + for (j = 0; j < crtc->plain_ramps.SUFFIX.red_size; j++) {\ + d = j;\ + d /= crtc->plain_ramps.SUFFIX.red_size;\ + crtc->plain_ramps.SUFFIX.red[j] = d * TRUE_MAX;\ + }\ + for (j = 0; j < crtc->plain_ramps.SUFFIX.green_size; j++) {\ + d = j;\ + d /= crtc->plain_ramps.SUFFIX.green_size;\ + crtc->plain_ramps.SUFFIX.green[j] = d * TRUE_MAX;\ + }\ + for (j = 0; j < crtc->plain_ramps.SUFFIX.blue_size; j++) {\ + d = j;\ + d /= crtc->plain_ramps.SUFFIX.blue_size;\ + crtc->plain_ramps.SUFFIX.blue[j] = d * TRUE_MAX;\ + }\ + break; + LIST_RAMPS_STOP_VALUE_TYPES +#undef X + default: + abort(); + } +#undef float +#undef double + + state->outputs[i].edid = NULL; + state->n_crtcs++; + } + + free(state->outputs); + state->outputs = NULL; + state->n_outputs = 0; + + return 0; +} + +static void +coopgamma_free(coopgamma_state_t *state) +{ + free(state->methods); + state->methods = NULL; + free(state->method); + state->method = NULL; + free(state->site); + state->site = NULL; + + while (state->n_crtcs--) { + state->crtcs[state->n_crtcs].filter.class = NULL; + libcoopgamma_filter_destroy(&state->crtcs[state->n_crtcs].filter); + libcoopgamma_ramps_destroy(&state->crtcs[state->n_crtcs].plain_ramps); + } + state->n_crtcs = 0; + free(state->crtcs); + state->crtcs = NULL; + + libcoopgamma_context_destroy(&state->ctx, 1); + while (state->n_outputs--) + free(state->outputs[state->n_outputs].edid); + state->n_outputs = 0; + free(state->outputs); + state->outputs = NULL; +} + +static void +coopgamma_print_help(FILE *f) +{ + fputs(_("Adjust gamma ramps with coopgamma.\n"), f); + fputs("\n", f); + + /* TRANSLATORS: coopgamma help output + left column must not be translated */ + fputs(_(" edid=EDID \tEDID of monitor to apply adjustments to, enter " + "`list' to list available monitors\n" + " crtc=N \tIndex of CRTC to apply adjustments to\n" + " priority=N \tThe application order of the adjustments, " + "default value is 576460752303423488.\n" + " method=METHOD \tUnderlaying adjustment method, enter " + "`list' to list available methods\n" + " display=DISPLAY\tThe display to apply adjustments to\n"), + f); + fputs("\n", f); +} + +static int +coopgamma_set_option(coopgamma_state_t *state, const char *key, const char *value) +{ + size_t i; + char *end; + long long int priority; + + if (!strcasecmp(key, "priority")) { + errno = 0; + priority = strtoll(value, &end, 10); + if (errno || *end || priority < INT64_MIN || priority > INT64_MAX) { + fprintf(stderr, _("value of method parameter `crtc' " + "must be a integer in [%lli, %lli]\n"), + (long long int)INT64_MIN, (long long int)INT64_MAX); + return -1; + } + state->priority = priority; + } else if (!strcasecmp(key, "method")) { + if (state->method != NULL) { + fprintf(stderr, _("method parameter `method' " + "can only be used once\n")); + return -1; + } + if (!strcasecmp(value, "list")) { + /* TRANSLATORS: coopgamma help output + the word "coopgamma" must not be translated */ + printf(_("Available adjustment methods for coopgamma:\n")); + for (i = 0; state->methods[i]; i++) + printf(" %s\n", state->methods[i]); + if (ferror(stdout)) { + perror("printf"); + exit(EXIT_FAILURE); + } + exit(EXIT_SUCCESS); + } + state->method = strdup(value); + if (state->method == NULL) { + perror("strdup"); + return -1; + } + } else if (!strcasecmp(key, "display")) { + if (state->site != NULL) { + fprintf(stderr, _("method parameter `display' " + "can only be used once\n")); + return -1; + } + state->site = strdup(value); + if (state->site == NULL) { + perror("strdup"); + return -1; + } + } else if (!strcasecmp(key, "edid") || !strcasecmp(key, "crtc")) { + if (state->n_outputs == state->a_outputs) { + state->a_outputs += 8; + state->outputs = realloc(state->outputs, + state->a_outputs * sizeof(*state->outputs)); + if (state->outputs == NULL) { + perror("realloc"); + return -1; + } + } + if (!strcasecmp(key, "edid")) { + state->outputs[state->n_outputs].edid = strdup(value); + if (state->outputs[state->n_outputs].edid == NULL) { + perror("strdup"); + return -1; + } + if (!strcasecmp(state->outputs[state->n_outputs].edid, "list")) + state->list_outputs = 1; + } else { + state->outputs[state->n_outputs].edid = NULL; + errno = 0; + state->outputs[state->n_outputs].index = (size_t)strtoul(value, &end, 10); + if (!*end && errno == ERANGE && + state->outputs[state->n_outputs].index == SIZE_MAX) { + state->outputs[state->n_outputs].index = SIZE_MAX; + } else if (errno || *end) { + fprintf(stderr, _("value of method parameter `crtc' " + "must be a non-negative integer\n")); + return -1; + } + } + state->n_outputs++; + } else { + fprintf(stderr, _("Unknown method parameter: `%s'.\n"), key); + return -1; + } + + return 0; +} + +static void +coopgamma_restore(coopgamma_state_t *state) +{ + size_t i; + for (i = 0; i < state->n_crtcs; i++) + state->crtcs[i].filter.lifespan = LIBCOOPGAMMA_REMOVE; + update(state); + for (i = 0; i < state->n_crtcs; i++) + state->crtcs[i].filter.lifespan = LIBCOOPGAMMA_UNTIL_DEATH; +} + +static int +coopgamma_set_temperature(coopgamma_state_t *state, const color_setting_t *setting) +{ + libcoopgamma_filter_t *filter; + libcoopgamma_filter_t *last_filter = NULL; + size_t i; + + for (i = 0; i < state->n_crtcs; i++, last_filter = filter) { + filter = &state->crtcs[i].filter; + + /* Copy ramps for previous CRTC if its ramps is of same size and depth */ + if (last_filter != NULL && + last_filter->ramps.u8.red_size == filter->ramps.u8.red_size && + last_filter->ramps.u8.green_size == filter->ramps.u8.green_size && + last_filter->ramps.u8.blue_size == filter->ramps.u8.blue_size) { + memcpy(filter->ramps.u8.red, last_filter->ramps.u8.red, + state->crtcs[i].rampsize); + continue; + } + + /* Otherwise, create calculate the ramps */ + memcpy(filter->ramps.u8.red, state->crtcs[i].plain_ramps.u8.red, + state->crtcs[i].rampsize); + switch (filter->depth) { +#define X(SUFFIX, TYPE, MAX, TRUE_MAX, DEPTH)\ + case DEPTH:\ + colorramp_fill_##SUFFIX((void *)(filter->ramps.u8.red),\ + (void *)(filter->ramps.u8.green),\ + (void *)(filter->ramps.u8.blue),\ + filter->ramps.u8.red_size,\ + filter->ramps.u8.green_size,\ + filter->ramps.u8.blue_size,\ + setting);\ + break; + LIST_RAMPS_STOP_VALUE_TYPES +#undef X + default: + abort(); + } + } + + return update(state); +} + + +const gamma_method_t coopgamma_gamma_method = { + "coopgamma", 1, + (gamma_method_init_func *)coopgamma_init, + (gamma_method_start_func *)coopgamma_start, + (gamma_method_free_func *)coopgamma_free, + (gamma_method_print_help_func *)coopgamma_print_help, + (gamma_method_set_option_func *)coopgamma_set_option, + (gamma_method_restore_func *)coopgamma_restore, + (gamma_method_set_temperature_func *)coopgamma_set_temperature +}; diff --git a/src/gamma-coopgamma.h b/src/gamma-coopgamma.h new file mode 100644 index 0000000..a46f863 --- /dev/null +++ b/src/gamma-coopgamma.h @@ -0,0 +1,29 @@ +/* gamma-coopgamma.h -- coopgamma gamma adjustment header + This file is part of Redshift. + + Redshift is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Redshift is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Redshift. If not, see <http://www.gnu.org/licenses/>. + + Copyright (c) 2016, 2025 Mattias Andrée <m@maandree.se> +*/ + +#ifndef REDSHIFT_GAMMA_COOPGAMMA_H +#define REDSHIFT_GAMMA_COOPGAMMA_H + +#include <libcoopgamma.h> + +#include "redshift.h" + +extern const gamma_method_t coopgamma_gamma_method; + +#endif /* ! REDSHIFT_GAMMA_COOPGAMMA_H */ diff --git a/src/gamma-drm.c b/src/gamma-drm.c index 04d4f2c..dec7074 100644 --- a/src/gamma-drm.c +++ b/src/gamma-drm.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with Redshift. If not, see <http://www.gnu.org/licenses/>. - Copyright (c) 2014 Mattias Andrée <maandree@member.fsf.org> + Copyright (c) 2014 Mattias Andrée <m@maandree.se> Copyright (c) 2017 Jon Lund Steffensen <jonlst@gmail.com> */ @@ -85,7 +85,7 @@ drm_init(drm_state_t **state) } static int -drm_start(drm_state_t *state) +drm_start(drm_state_t *state, program_mode_t mode) { /* Acquire access to a graphics card. */ long maxlen = strlen(DRM_DIR_NAME) + strlen(DRM_DEV_NAME) + 10; @@ -277,7 +277,7 @@ drm_set_temperature( drm_state_t *state, const color_setting_t *setting, int preserve) { drm_crtc_state_t *crtcs = state->crtcs; - int last_gamma_size = 0; + uint32_t last_gamma_size = 0; uint16_t *r_gamma = NULL; uint16_t *g_gamma = NULL; uint16_t *b_gamma = NULL; @@ -303,16 +303,16 @@ drm_set_temperature( } /* Initialize gamma ramps to pure state */ - int ramp_size = crtcs->gamma_size; - for (int i = 0; i < ramp_size; i++) { + uint32_t ramp_size = crtcs->gamma_size; + for (uint32_t i = 0; i < ramp_size; i++) { uint16_t value = (double)i/ramp_size * (UINT16_MAX+1); r_gamma[i] = value; g_gamma[i] = value; b_gamma[i] = value; } - colorramp_fill(r_gamma, g_gamma, b_gamma, crtcs->gamma_size, - setting); + colorramp_fill_u16(r_gamma, g_gamma, b_gamma, crtcs->gamma_size, + crtcs->gamma_size, crtcs->gamma_size, setting); drmModeCrtcSetGamma(state->fd, crtcs->crtc_id, crtcs->gamma_size, r_gamma, g_gamma, b_gamma); } diff --git a/src/gamma-drm.h b/src/gamma-drm.h index 21ba5c2..96ee10c 100644 --- a/src/gamma-drm.h +++ b/src/gamma-drm.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with Redshift. If not, see <http://www.gnu.org/licenses/>. - Copyright (c) 2014 Mattias Andrée <maandree@member.fsf.org> + Copyright (c) 2014 Mattias Andrée <m@maandree.se> Copyright (c) 2017 Jon Lund Steffensen <jonlst@gmail.com> */ diff --git a/src/gamma-dummy.c b/src/gamma-dummy.c index 1730743..559fcea 100644 --- a/src/gamma-dummy.c +++ b/src/gamma-dummy.c @@ -42,7 +42,7 @@ gamma_dummy_init(void **state) } static int -gamma_dummy_start(void *state) +gamma_dummy_start(void *state, program_mode_t mode) { fputs(_("WARNING: Using dummy gamma method! Display will not be affected by this gamma method.\n"), stderr); return 0; diff --git a/src/gamma-quartz.c b/src/gamma-quartz.c index adbf823..74ceaf0 100644 --- a/src/gamma-quartz.c +++ b/src/gamma-quartz.c @@ -62,7 +62,7 @@ quartz_init(quartz_state_t **state) } static int -quartz_start(quartz_state_t *state) +quartz_start(quartz_state_t *state, program_mode_t mode) { CGError error; uint32_t display_count; @@ -221,7 +221,7 @@ quartz_set_temperature_for_display( } colorramp_fill_float(gamma_r, gamma_g, gamma_b, ramp_size, - setting); + ramp_size, ramp_size, setting); CGError error = CGSetDisplayTransferByTable(display, ramp_size, diff --git a/src/gamma-randr.c b/src/gamma-randr.c index 388f322..358ab58 100644 --- a/src/gamma-randr.c +++ b/src/gamma-randr.c @@ -118,7 +118,7 @@ randr_init(randr_state_t **state) } static int -randr_start(randr_state_t *state) +randr_start(randr_state_t *state, program_mode_t mode) { xcb_generic_error_t *error; @@ -425,8 +425,8 @@ randr_set_temperature_for_crtc( } } - colorramp_fill(gamma_r, gamma_g, gamma_b, ramp_size, - setting); + colorramp_fill_u16(gamma_r, gamma_g, gamma_b, ramp_size, + ramp_size, ramp_size, setting); /* Set new gamma ramps */ xcb_void_cookie_t gamma_set_cookie = diff --git a/src/gamma-vidmode.c b/src/gamma-vidmode.c index e604c3b..1ea585e 100644 --- a/src/gamma-vidmode.c +++ b/src/gamma-vidmode.c @@ -70,7 +70,7 @@ vidmode_init(vidmode_state_t **state) } static int -vidmode_start(vidmode_state_t *state) +vidmode_start(vidmode_state_t *state, program_mode_t mode) { int r; int screen_num = state->screen_num; @@ -218,8 +218,8 @@ vidmode_set_temperature( } } - colorramp_fill(gamma_r, gamma_g, gamma_b, state->ramp_size, - setting); + colorramp_fill_u16(gamma_r, gamma_g, gamma_b, state->ramp_size, + state->ramp_size, state->ramp_size, setting); /* Set new gamma ramps */ r = XF86VidModeSetGammaRamp(state->display, state->screen_num, diff --git a/src/gamma-w32gdi.c b/src/gamma-w32gdi.c index 730cd0c..da5461e 100644 --- a/src/gamma-w32gdi.c +++ b/src/gamma-w32gdi.c @@ -62,7 +62,7 @@ w32gdi_init(w32gdi_state_t **state) } static int -w32gdi_start(w32gdi_state_t *state) +w32gdi_start(w32gdi_state_t *state, program_mode_t mode) { BOOL r; @@ -200,8 +200,8 @@ w32gdi_set_temperature( } } - colorramp_fill(gamma_r, gamma_g, gamma_b, GAMMA_RAMP_SIZE, - setting); + colorramp_fill_u16(gamma_r, gamma_g, gamma_b, GAMMA_RAMP_SIZE, + GAMMA_RAMP_SIZE, GAMMA_RAMP_SIZE, setting); /* Set new gamma ramps */ r = FALSE; diff --git a/src/options.c b/src/options.c index d30b03a..aadd317 100644 --- a/src/options.c +++ b/src/options.c @@ -213,9 +213,6 @@ print_help(const char *program_name) DEFAULT_DAY_TEMP, DEFAULT_NIGHT_TEMP); fputs("\n", stdout); - - /* TRANSLATORS: help output 7 */ - printf(_("Please report bugs to <%s>\n"), PACKAGE_BUGREPORT); } /* Print list of adjustment methods. */ diff --git a/src/redshift.c b/src/redshift.c index e0221d5..d2e79f6 100644 --- a/src/redshift.c +++ b/src/redshift.c @@ -28,6 +28,7 @@ #include <math.h> #include <locale.h> #include <errno.h> +#include <time.h> /* poll.h is not available on Windows but there is no Windows location provider using polling. On Windows, we just define some stubs to make things compile. @@ -74,6 +75,10 @@ int poll(struct pollfd *fds, int nfds, int timeout) { abort(); return -1; } #include "gamma-dummy.h" +#ifdef ENABLE_COOPGAMMA +# include "gamma-coopgamma.h" +#endif + #ifdef ENABLE_DRM # include "gamma-drm.h" #endif @@ -128,7 +133,6 @@ int poll(struct pollfd *fds, int nfds, int timeout) { abort(); return -1; } /* Length of fade in numbers of short sleep durations. */ #define FADE_LENGTH 40 - /* Names of periods of day */ static const char *period_names[] = { /* TRANSLATORS: Name printed when period of day is unknown */ @@ -210,7 +214,11 @@ get_seconds_since_midnight(double timestamp) { time_t t = (time_t)timestamp; struct tm tm; +#ifdef _WIN32 + localtime_s(&tm, &t); +#else localtime_r(&t, &tm); +#endif return tm.tm_sec + tm.tm_min * 60 + tm.tm_hour * 3600; } @@ -406,8 +414,8 @@ provider_try_start(const location_provider_t *provider, } static int -method_try_start(const gamma_method_t *method, - gamma_state_t **state, config_ini_state_t *config, char *args) +method_try_start(const gamma_method_t *method, gamma_state_t **state, + program_mode_t mode, config_ini_state_t *config, char *args) { int r; @@ -472,7 +480,7 @@ method_try_start(const gamma_method_t *method, } /* Start method. */ - r = method->start(*state); + r = method->start(*state, mode); if (r < 0) { method->free(*state); fprintf(stderr, _("Failed to start adjustment method %s.\n"), @@ -902,6 +910,9 @@ main(int argc, char *argv[]) /* List of gamma methods. */ const gamma_method_t gamma_methods[] = { +#ifdef ENABLE_COOPGAMMA + coopgamma_gamma_method, +#endif #ifdef ENABLE_DRM drm_gamma_method, #endif @@ -965,7 +976,7 @@ main(int argc, char *argv[]) options.scheme.dawn.end < 0 || options.scheme.dusk.start < 0 || options.scheme.dusk.end < 0) { - fputs(_("Partitial time-configuration not" + fputs(_("Partial time-configuration not" " supported!\n"), stderr); exit(EXIT_FAILURE); } @@ -1125,7 +1136,7 @@ main(int argc, char *argv[]) if (options.method != NULL) { /* Use method specified on command line. */ r = method_try_start( - options.method, &method_state, &config_state, + options.method, &method_state, options.mode, &config_state, options.method_args); if (r < 0) exit(EXIT_FAILURE); } else { @@ -1135,7 +1146,7 @@ main(int argc, char *argv[]) if (!m->autostart) continue; r = method_try_start( - m, &method_state, &config_state, NULL); + m, &method_state, options.mode, &config_state, NULL); if (r < 0) { fputs(_("Trying next method...\n"), stderr); continue; diff --git a/src/redshift.h b/src/redshift.h index 0282d83..896ee28 100644 --- a/src/redshift.h +++ b/src/redshift.h @@ -82,7 +82,7 @@ typedef struct { typedef struct gamma_state gamma_state_t; typedef int gamma_method_init_func(gamma_state_t **state); -typedef int gamma_method_start_func(gamma_state_t *state); +typedef int gamma_method_start_func(gamma_state_t *state, program_mode_t mode); typedef void gamma_method_free_func(gamma_state_t *state); typedef void gamma_method_print_help_func(FILE *f); typedef int gamma_method_set_option_func(gamma_state_t *state, const char *key, diff --git a/src/signals.c b/src/signals.c index cee5ece..c18abaf 100644 --- a/src/signals.c +++ b/src/signals.c @@ -15,7 +15,7 @@ along with Redshift. If not, see <http://www.gnu.org/licenses/>. Copyright (c) 2009-2015 Jon Lund Steffensen <jonlst@gmail.com> - Copyright (c) 2015 Mattias Andrée <maandree@member.fsf.org> + Copyright (c) 2015 Mattias Andrée <m@maandree.se> */ #ifdef HAVE_CONFIG_H diff --git a/src/signals.h b/src/signals.h index 7a1d22e..0b0af53 100644 --- a/src/signals.h +++ b/src/signals.h @@ -15,7 +15,7 @@ along with Redshift. If not, see <http://www.gnu.org/licenses/>. Copyright (c) 2009-2015 Jon Lund Steffensen <jonlst@gmail.com> - Copyright (c) 2015 Mattias Andrée <maandree@member.fsf.org> + Copyright (c) 2015 Mattias Andrée <m@maandree.se> */ #ifndef REDSHIFT_SIGNALS_H #define REDSHIFT_SIGNALS_H |