aboutsummaryrefslogtreecommitdiffstats
path: root/po/POTFILES.in (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-10-13Move options handling to separate fileJon Lund Steffensen1-1/+1
Create options.c which contains functions for initializing and parsing options from the command line and the configuration file. Program options that were previously local variables in main() are moved to the options_t struct.
2017-08-16Remove deprecated geoclue 1 location providerJon Lund Steffensen1-1/+0
2016-12-19Add coopgamma backendMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2015-07-07Add a redshift desktop file (#158)Laurent Bigonville1-0/+1
This should fix the fact that redshift cannot query its location using geoclue 2
2014-12-15Add CoreLocation (OSX) location providerJon Lund Steffensen1-0/+1
Similarly to the Geoclue provider, the CoreLocation provider only requests the location on startup.
2014-12-15Add Quartz (OSX) gamma adjustment methodJon Lund Steffensen1-0/+1
2014-12-15Fix #95: Add AppData file for package managersJon Lund Steffensen1-0/+1
2014-12-15Fix #80: Add Geoclue2 location providerJon Lund Steffensen1-0/+1
This simply runs a GLib main loop when the location is requested and tries to get the location from GeoClue2. We need to run a main loop since the location is not immediately available, instead it becomes available through a signal.
2014-08-16Add gamma-dummy.c to POTFILES.inJon Lund Steffensen1-0/+1
2014-05-28Make desktop file translatableJon Lund Steffensen1-0/+2
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-03-22Support for running Redshift without a graphical environment in Linux by using Direct Rendering ManagerMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-12-12Update translation filesJon Lund Steffensen1-0/+1
Add location-geoclue.c to POTFILES.in Update .po files
2013-12-10Fix errors when running dist targetsJon Lund Steffensen1-1/+0
Distribute files HACKING, DESIGN and README-colorramp Remove location-gnome-clock.c from POTFILES.in
2013-03-05Rename gtk-redshift -> redshift-gtk.Jon Lund Steffensen1-1/+1
This is primarily for improved discovery. Some users report that they didn't know about redshift-gtk, but had it been available on tab completion they would have noticed. Also, I think it is in general good practice that closely related programs have the same prefix.
2010-10-15Add configuration file support.Jon Lund Steffensen1-0/+2
2010-05-25Add location provider that reads location from the gconf key associatedJon Lund Steffensen1-0/+1
with the GNOME Clock applet. The implementation is rather simplistic as it only reads the location once on init but that'll have to do for now.
2010-05-25Update POTFILES and po filesJon Lund Steffensen1-2/+6
2010-02-11Turn gtk-redshift into a python module. A launcher script is installedJon Lund Steffensen1-1/+1
in bindir.
2010-02-10Add po support files.Jon Lund Steffensen1-0/+7
Add extension to gtk-redshift to satisfy update-po rules.