diff options
-rw-r--r-- | ChangeLog | 129 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | README | 49 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | po/da.po | 2 | ||||
-rw-r--r-- | po/redshift.pot | 4 | ||||
-rw-r--r-- | po/ru.po | 2 |
7 files changed, 174 insertions, 19 deletions
@@ -1,3 +1,132 @@ +2010-02-11 Jon Lund Steffensen <jonlst@gmail.com> + + Update translations. + +2010-02-11 Jon Lund Steffensen <jonlst@gmail.com> + + Switch to heirarchial makefiles. Seems to be the only way to make + distcheck happy :( + +2010-02-11 Jon Lund Steffensen <jonlst@gmail.com> + + gtk-redshift: Use absolute path when launching redshift process. + +2010-02-11 Jon Lund Steffensen <jonlst@gmail.com> + + Turn gtk-redshift into a python module. A launcher script is installed + in bindir. + +2010-02-11 Jon Lund Steffensen <jonlst@gmail.com> + + Update translations. + +2010-02-11 Launchpad Code Hosting <codehost@crowberry> + + Launchpad automatic translations update. + +2010-02-11 Jon Lund Steffensen <jonlst@gmail.com> + + Update po translations. + +2010-02-11 Jon Lund Steffensen <jonlst@gmail.com> + + gtk-redshift: Use local definitions for locale path. + +2010-02-11 Jon Lund Steffensen <jonlst@gmail.com> + + Add templete for python source file with local definitions. + +2010-02-10 Jon Lund Steffensen <jonlst@gmail.com> + + Fix --help -> -h in po translations. + +2010-02-10 Jon Lund Steffensen <jonlst@gmail.com> + + redshift.c: Handle -? parameter. This is also used when a parameter is + not recognized. + Update translations. + +2010-02-10 Jon Lund Steffensen <jonlst@gmail.com> + + Update help strings: --help does not actually work, change to -h. + Update po files. + +2010-02-10 Jon Lund Steffensen <jonlst@gmail.com> + + Add update-po rule in top-level Makefile + +2010-02-10 Jon Lund Steffensen <jonlst@gmail.com> + + redshift.c: Use LOCALEDIR define. + +2010-02-10 Jon Lund Steffensen <jonlst@gmail.com> + + gtk-redshift.py: Use 'redshift' gettext catalog + +2010-02-10 Jon Lund Steffensen <jonlst@gmail.com> + + Define path to locale directory. + Name of gtk-redshift changed, update file reference (add .py). + +2010-02-10 Jon Lund Steffensen <jonlst@gmail.com> + + Multiple catalogs is a major pain. Gettext will not cooperate. Merge. + +2010-02-10 Jon Lund Steffensen <jonlst@gmail.com> + + Add po support files. + Add extension to gtk-redshift to satisfy update-po rules. + +2010-02-10 Jon Lund Steffensen <jonlst@gmail.com> + + configure.ac: Look for gettext + +2010-02-10 Jon Lund Steffensen <jonlst@gmail.com> + + Use autoreconf to bootstrap package + +2010-02-10 Jon Lund Steffensen <jonlst@gmail.com> + + Merge translations from translation-import branch. + Add list of translators to AUTHORS. + +2010-02-10 Launchpad Code Hosting <codehost@crowberry> + + Launchpad automatic translations update. + +2010-02-03 Launchpad Code Hosting <codehost@crowberry> + + Launchpad automatic translations update. + +2010-02-09 Jon Lund Steffensen <jonlst@gmail.com> + + Fix typo in README. + +2010-02-02 Jon Lund Steffensen <jonlst@gmail.com> + + Add gettext support in redshift. + +2010-02-02 Jon Lund Steffensen <jonlst@gmail.com> + + Change bug report address to launchpad bugs url. + +2010-02-01 Jon Lund Steffensen <jonlst@gmail.com> + + Add i18n support in gtk-redshift + +2010-02-01 Jon Lund Steffensen <jonlst@gmail.com> + + README: Add note about status icon and gtk-redshift dependencies. + +2010-02-01 Jon Lund Steffensen <jonlst@gmail.com> + + Check for python 2.4 + +2010-01-14 Jon Lund Steffensen <jonlst@gmail.com> + + Update AUTHORS, ChangeLog, NEWS, README for release. + Increment version in configure.ac. + 2010-01-14 Jon Lund Steffensen <jonlst@gmail.com> configure.ac: Fail if explicitly enabled features are missing @@ -1,4 +1,9 @@ +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. @@ -1,10 +1,22 @@ -Redshift 1.1 -============ +Redshift +======== -Adjust 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. +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. + +Download +-------- + +Latest release is redshift 1.2 published on 2010-02-12. There are also +packages available for some distributions: + + * Ubuntu: Packages for Ubuntu Karmic. + * Gentoo: Redshift is in the Sunrise overlay. + +What is it? +----------- The program uses an X server extension to adjust the color temperature. This is done by setting appropriate gamma ramps. If you @@ -23,18 +35,26 @@ room. This is typically a low temperature at around 3000K--4000K the light from outside, typically around 5500K--6500K (default is 5500K). The light has a higher temperature on an overcast day. -The program will continously update the color temperature at regular +How does it work? +----------------- + +Redshift will continously update the color temperature at regular intervals. One shot mode can be selected if you only want to do one -adjustment. +adjustment. The color adjustments done by Redshift can be temporarily +toggled on and off by sending it the USR1 signal: + + $ killall -USR1 redshift The command line options are explained in the following paragraphs. The only required parameter is your current location, all other options have reasonable defaults. + -h Display help message. + -v Verbose output. + -g R:G:B Additional gamma correction to apply. Can also be specified as -g GAMMA to set all channels to the same gamma value. - -h Display help message. -l LAT:LON Your current location in latitudes and longitudes. -m METHOD Method to use to set color temperature (randr or vidmode). Default is randr. In some cases one of the @@ -47,15 +67,16 @@ have reasonable defaults. temperature when the program is started and stopped. -s SCREEN X screen to apply adjustments to. -t DAY:NIGHT Color temperature to set at daytime/night. - -v Verbose output. Example (location is Copenhagen, Denmark): $ redshift -l 55.7:12.6 -t 5700:3600 -g 0.8 -m vidmode -v -To create a status icon for Redshift in the system tray, start the -program gtk-redshift instead of redshift, with the same arguments as -you would pass to redshift. This will create an icon for Redshift in -the system tray. The icon will allow you to toggle Redshift on and -off. Thanks goes to the Tango Desktop Project for the +Status icon +----------- + +Start the program gtk-redshift instead of redshift, with the same +arguments as you would pass to redshift. This will create an icon for +Redshift in the system tray. The icon will allow you to toggle +Redshift on and off. Thanks goes to the Tango Desktop Project for the icon. gtk-redshift requires at least Python 2.4 and PyGTK 2.12. diff --git a/configure.ac b/configure.ac index feb8234..c0a2ac6 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.64]) -AC_INIT([redshift], [1.1], [https://bugs.launchpad.net/redshift]) +AC_INIT([redshift], [1.2], [https://bugs.launchpad.net/redshift]) AC_CONFIG_SRCDIR([src/redshift.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([dist-bzip2]) @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: redshift\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/redshift\n" -"POT-Creation-Date: 2010-02-11 23:17+0100\n" +"POT-Creation-Date: 2010-02-11 23:19+0100\n" "PO-Revision-Date: 2010-02-10 21:21+0000\n" "Last-Translator: Jon Lund Steffensen <Unknown>\n" "Language-Team: Danish <da@li.org>\n" diff --git a/po/redshift.pot b/po/redshift.pot index 7debb6d..f0a13e7 100644 --- a/po/redshift.pot +++ b/po/redshift.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: redshift 1.1\n" +"Project-Id-Version: redshift 1.2\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/redshift\n" -"POT-Creation-Date: 2010-02-11 23:17+0100\n" +"POT-Creation-Date: 2010-02-11 23:19+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: redshift\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/redshift\n" -"POT-Creation-Date: 2010-02-11 23:17+0100\n" +"POT-Creation-Date: 2010-02-11 23:19+0100\n" "PO-Revision-Date: 2010-02-02 09:20+0000\n" "Last-Translator: Gregory Petrosyan <gregory.petrosyan@gmail.com>\n" "Language-Team: Russian <ru@li.org>\n" |