aboutsummaryrefslogtreecommitdiffstats
path: root/src/redshift-gtk/defs.py.in (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-05-28Make desktop file translatableJon Lund Steffensen5-7/+17
Changes bootstrap script to run libtoolize. Some extra magic was needed for autoreconf (taken from GNOME projects). The INTLTOOL_DESKTOP_RULE should be used in Makefile.am but is unfortunately broken at this time for out-of-source builds. The rule is instead copied and fixed in Makefile.am.
2014-05-25Fix building systemd unit filesJon Lund Steffensen1-1/+1
The previous Makefile rule would generate all unit files from `redshift.service.in`. This is fixed to generate the file from the proper `.service.in` file.
2014-05-13Check for strdup failure in location-geoclueMattias Andrée1-0/+8
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-08HACKING: Add notes on packaging, cross-compilingJon Lund Steffensen1-0/+26
2014-05-08redshift-gtk: Notify desktop about startup completionJon Lund Steffensen1-1/+4
2014-05-07Update po files from sourceJon Lund Steffensen29-2118/+2744
2014-05-07Add support for custom transition start and end elevationMattias Andrée1-9/+30
Implemented through config options transition-high and transition-low (there is no command line switch at this point). Determines at what solar elevation Redshift will change from night to transition period to day. Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-07man: Change example to use randr to nudge new users towards that methodJon Lund Steffensen1-1/+1
2014-05-07Fix #41: Do not jump to 0 % or 100 % when changing direction of transitionMattias Andrée1-55/+26
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-04HACKING: Add notes on coding style and making pull requestsJon Lund Steffensen1-0/+58
2014-05-04HACKING: Add list of dependencies for GUIJon Lund Steffensen1-2/+5
2014-05-04Change project page in README to Github pageJon Lund Steffensen1-1/+1
2014-04-20Update NEWS and configure.ac for 1.9.1 releaseJon Lund Steffensen2-1/+12
2014-04-20Fix line splitting logic.Maks Verver1-3/+4
2014-04-20Try to use DISPLAY=:0 if not in XMattias Andrée1-0/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-20Do not segfault just because an error has not been givenMattias Andrée1-6/+14
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-20Fix #66: Do not distribute redshift-gtk, only redshift-gtk.inJon Lund Steffensen1-1/+1
2014-04-20Fix #67: Geoclue should pull in Glib as dependencyJon Lund Steffensen2-2/+7
Add checks in configure.ac for Glib and pull in through Makefile.am when Geoclue support is enabled.
2014-04-20redshift-gtk: Fix crash when toggling state using the status iconJon Lund Steffensen1-1/+5
2014-04-19Fix line splitting logic.Maks Verver1-3/+4
2014-04-13Fix #66: Do not distribute redshift-gtk, only redshift-gtk.inJon Lund Steffensen1-1/+1
2014-04-13Fix #67: Geoclue should pull in Glib as dependencyJon Lund Steffensen2-2/+7
Add checks in configure.ac for Glib and pull in through Makefile.am when Geoclue support is enabled.
2014-04-11Try to use DISPLAY=:0 if not in XMattias Andrée1-0/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-11Do not segfault just because an error has not been givenMattias Andrée1-6/+14
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-11redshift-gtk: Fix crash when toggling state using the status iconJon Lund Steffensen1-1/+5
2014-04-06Update po files from sourceJon Lund Steffensen29-2713/+3916
2014-04-06contrib: Update Fedora RPM spec for 1.9Jon Lund Steffensen1-2/+5
2014-04-06HACKING: Update to Markdown syntax; add notes on making releasesJon Lund Steffensen2-50/+81
2014-04-06Update NEWS and configure.ac for 1.9 releaseJon Lund Steffensen2-1/+18
2014-04-06Update translations from launchpadJon Lund Steffensen30-1174/+5822
2014-03-26Fix #52: Require Python 3.2 for GUI scriptJon Lund Steffensen1-2/+2
2014-03-23Typo in DESIGN: whic => whichMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-03-23Update .gitignore with data/systemd/redshift{,-gtk}.serviceMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-03-23Fix #22: remove initial underscore from include guardsJon Lund Steffensen12-36/+36
2014-03-23[redshift-gtk] Add BSD support to proc title settingPhilipp Hagemeister1-9/+20
2014-03-23Fix #40: redshift-gtk: toggle_item is checkbox that follows the iconMattias Andrée2-6/+13
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-03-22Update Fedora spec file with systemd unit installJon Lund Steffensen1-3/+6
Install user unit files into %{_userunitdir}. Update build requirements. Fix invalid date in changelog.
2014-03-22Support for running Redshift without a graphical environment in Linux by using Direct Rendering ManagerMattias Andrée9-6/+399
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-03-22Makefile.am: Substitute AM_CPPFLAGS for deprecated INCLUDESJon Lund Steffensen1-1/+1
2014-03-21Update bug report URL to githubJon Lund Steffensen1-1/+1
2014-03-20Add systemd user unit file for redshift-gtkJon Lund Steffensen2-1/+13
2014-03-20Add systemd .service file for redshiftHenry de Valence4-3/+66
Add a systemd user .service file to allow users to run redshift as a daemon using systemd. Also adds a new configure option, `--with-systemduserunitdir`, which gives the install path. If set to `no`, systemd support is disabled. If not set, we use `pkg-config` to find the path.
2014-03-18Update fedora spec file for Python3 dependencyJon Lund Steffensen1-4/+4
2014-03-18HACKING: Remove PYTHONHOME from exampleJon Lund Steffensen1-3/+2
Should have been PYTHONPATH but since the path is set by the script it is no longer necessary.
2014-03-18Use randr in example of conf file instead of vidmode, randr is superior to vidmode because it supports multple monitors where as vidmode only ↵Mattias Andrée1-1/+1
supports multiple screens Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-03-18spello: continously => continuouslyMattias Andrée6-6/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-03-18Apply gamma after brightness and termperatureMattias Andrée1-6/+5
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-03-17[gtk] Set proc titlePhilipp Hagemeister2-0/+17
Try to set the process title during startup. Before, redshift-gtk appeared as a python process. This change enables `pgrep redshift-gtk` or `killall redshift-gtk`.
2014-03-13config-ini: Simplify file path construction for XDG_CONFIG_DIRSJon Lund Steffensen1-17/+29
Add comment pointing to the XDG Base Directory Specification.
2014-03-13fopen directly instead of stat:ingMattias Andrée1-25/+14
Signed-off-by: Mattias Andrée <maandree@operamail.com>